diff --git a/.idea/anchors.xml b/.idea/anchors.xml
index 497017be62e0..972771a4cffe 100644
--- a/.idea/anchors.xml
+++ b/.idea/anchors.xml
@@ -34,6 +34,7 @@
+
diff --git a/.idea/libraries/kotlinc_poko_compiler_plugin.xml b/.idea/libraries/kotlinc_poko_compiler_plugin.xml
new file mode 100644
index 000000000000..0a3e5a2b3517
--- /dev/null
+++ b/.idea/libraries/kotlinc_poko_compiler_plugin.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+ 3d3085d8bcbf956acb4483285e72138b45adfa30174444ee598e29eb1ed67a19
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 6f8c88351927..05c146d3856e 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -711,6 +711,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libraries/junit4/intellij.libraries.junit4.iml b/libraries/junit4/intellij.libraries.junit4.iml
index 5e939e06cc6b..6c6fe4ec5559 100644
--- a/libraries/junit4/intellij.libraries.junit4.iml
+++ b/libraries/junit4/intellij.libraries.junit4.iml
@@ -7,6 +7,6 @@
-
+
\ No newline at end of file
diff --git a/libraries/skiko/intellij.libraries.skiko.iml b/libraries/skiko/intellij.libraries.skiko.iml
index 6c450945a7af..c53349f28f24 100644
--- a/libraries/skiko/intellij.libraries.skiko.iml
+++ b/libraries/skiko/intellij.libraries.skiko.iml
@@ -9,37 +9,37 @@
-
+
-
- 805ca62e64ec4945a17fde87841c5b0bb32767d2cc7e25968dcef8fa44f990cf
+
+ 3b50eeef280bf673bcd02cbb2ea9d3e43d88f87f2d51409cc84d99453896629c
-
+
-
+
-
+
-
- 2d6efe988f8d3a57e63fcf923f3439cdabb88947e351f97d06ec9b2a6a87fff0
+
+ 637f5de1a208f1368ac51b5a286a4827cec828cd62dda332dc3400b8543e243d
-
+
-
+
diff --git a/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt b/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt
index c54ee6cdeb37..bed1283e4ecf 100644
--- a/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt
+++ b/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt
@@ -176,9 +176,16 @@ object CommunityLibraryLicenses {
LibraryLicense("Atlassian Commonmark", libraryName = "atlassian.commonmark", url = "https://github.com/commonmark/commonmark-java")
.simplifiedBsd("https://github.com/commonmark/commonmark-java/blob/main/LICENSE.txt")
+ .additionalLibraryNames(
+ "commonmark.ext.autolink",
+ "org.commonmark.commonmark"
+ )
.copyrightText("Copyright (c) 2015, Atlassian Pty Ltd")
.suppliedByOrganizations("Atlassian Pty Ltd"),
+ LibraryLicense("Autolink Java", libraryName = "org.nibor.autolink.autolink", url = "https://github.com/robinst/autolink-java")
+ .mit("https://github.com/robinst/autolink-java/blob/main/LICENSE"),
+
LibraryLicense("Automaton", libraryName = "automaton", url = "https://www.brics.dk/automaton/")
.simplifiedBsd("https://github.com/cs-au-dk/dk.brics.automaton/blob/master/COPYING")
.copyrightText("Copyright (c) 2001-2022 Anders Moeller"),
@@ -243,10 +250,24 @@ object CommunityLibraryLicenses {
.apache("https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:LICENSE.txt")
.suppliedByOrganizations(Suppliers.GOOGLE),
+ LibraryLicense("Compose Multiplatform", libraryName = "org.jetbrains.compose.foundation.foundation.desktop", url = "https://github.com/JetBrains/compose-multiplatform")
+ .apache("https://github.com/JetBrains/compose-multiplatform/blob/master/LICENSE.txt")
+ .additionalLibraryNames(
+ "org.jetbrains.compose.components.components.resources.desktop",
+ "org.jetbrains.compose.components.components.resources"
+ )
+ .suppliedByOrganizations(Suppliers.JETBRAINS),
+
LibraryLicense("Compose Multiplatform Compiler", libraryName = "jetbrains.compose.compiler.hosted", url = "https://github.com/JetBrains/compose-multiplatform")
.apache("https://github.com/JetBrains/compose-multiplatform/blob/master/LICENSE.txt")
.suppliedByOrganizations(Suppliers.JETBRAINS),
+ LibraryLicense("Compose Multiplatform File Picker", libraryName = "com.darkrockstudios.mpfilepicker", url = "https://github.com/Wavesonics/compose-multiplatform-file-picker")
+ .mit("https://github.com/Wavesonics/compose-multiplatform-file-picker/blob/master/LICENSE")
+ .additionalLibraryNames(
+ "com.darkrockstudios.mpfilepicker.jvm"
+ ),
+
// For ADB wireless QR Code generation
LibraryLicense("Core barcode encoding/decoding library", url = "https://github.com/zxing/zxing/tree/master/core", libraryName = "zxing-core")
.apache("https://github.com/zxing/zxing/blob/master/LICENSE")
@@ -603,16 +624,9 @@ object CommunityLibraryLicenses {
LibraryLicense("JetBrains Annotations for Java 5", libraryName = "jetbrains-annotations-java5", url = "https://github.com/JetBrains/java-annotations")
.apache("https://github.com/JetBrains/java-annotations/blob/master/LICENSE.txt"),
- LibraryLicense("JetBrains Jewel IDE LaF Bridge", url = "https://github.com/JetBrains/jewel", libraryName = "jetbrains.jewel.ide.laf.bridge.242")
- .apache("https://github.com/JetBrains/jewel/blob/master/LICENSE")
- .suppliedByOrganizations(Suppliers.JETBRAINS),
-
LibraryLicense("JetBrains Jewel IDE LaF Bridge", url = "https://github.com/JetBrains/jewel", libraryName = "jetbrains.jewel.ide.laf.bridge.243")
.apache("https://github.com/JetBrains/jewel/blob/master/LICENSE")
- .suppliedByOrganizations(Suppliers.JETBRAINS),
-
- LibraryLicense("JetBrains Jewel Markdown IDE LaF Bridge Styling", libraryName = "jetbrains-jewel-markdown-laf-bridge-styling", url = "https://github.com/JetBrains/jewel")
- .apache("https://github.com/JetBrains/jewel/blob/master/LICENSE")
+ .additionalLibraryNames("jewel-ide-laf-bridge")
.suppliedByOrganizations(Suppliers.JETBRAINS),
LibraryLicense("JetBrains Jewel Markdown IDE LaF Bridge Styling", url = "https://github.com/JetBrains/jewel", libraryName = "jewel-markdown-ide-laf-bridge-styling-242")
@@ -765,6 +779,9 @@ object CommunityLibraryLicenses {
.apache("https://github.com/Kotlin/kotlinx.serialization/blob/master/LICENSE.txt")
.suppliedByOrganizations(Suppliers.JETBRAINS),
+ LibraryLicense("Kotlin POKO Compiler", libraryName = "kotlinc.poko-compiler-plugin", url = "https://github.com/drewhamilton/Poko")
+ .apache("https://github.com/drewhamilton/Poko/blob/main/LICENSE"),
+
LibraryLicense("Kotlin reflection library", libraryName = "kotlin-reflect", url = "https://github.com/JetBrains/kotlin")
.apache("https://github.com/JetBrains/kotlin/blob/master/license/LICENSE.txt")
.suppliedByOrganizations(Suppliers.JETBRAINS),
@@ -848,6 +865,12 @@ object CommunityLibraryLicenses {
.apache("https://github.com/qos-ch/slf4j/blob/master/log4j-over-slf4j/LICENSE.txt")
.suppliedByOrganizations("QOS.ch Sarl"),
+ LibraryLicense("LWJGL", libraryName="org.lwjgl.lwjgl", url = "https://github.com/LWJGL/lwjgl3")
+ .newBsd("https://github.com/LWJGL/lwjgl3/blob/master/LICENSE.md")
+ .additionalLibraryNames(
+ "org.lwjgl.lwjgl.tinyfd"
+ ),
+
LibraryLicense("lz4-java", libraryName = "lz4-java", url = "https://github.com/lz4/lz4-java")
.apache("https://github.com/lz4/lz4-java/blob/master/LICENSE.txt"),
diff --git a/platform/compose/intellij.platform.compose.iml b/platform/compose/intellij.platform.compose.iml
index fc6338ba4a6f..022563c3fae2 100644
--- a/platform/compose/intellij.platform.compose.iml
+++ b/platform/compose/intellij.platform.compose.iml
@@ -33,8 +33,7 @@
-
-
+
\ No newline at end of file
diff --git a/platform/compose/resources/intellij.platform.compose.xml b/platform/compose/resources/intellij.platform.compose.xml
index 726bc899bb6a..524eab6fff0c 100644
--- a/platform/compose/resources/intellij.platform.compose.xml
+++ b/platform/compose/resources/intellij.platform.compose.xml
@@ -10,7 +10,8 @@
/>
-
-
+
+
+
\ No newline at end of file
diff --git a/platform/compose/src/com/intellij/platform/compose/JBComposePanel.kt b/platform/compose/src/com/intellij/platform/compose/JBComposePanel.kt
index 695ef163dbf5..1f37c547477d 100644
--- a/platform/compose/src/com/intellij/platform/compose/JBComposePanel.kt
+++ b/platform/compose/src/com/intellij/platform/compose/JBComposePanel.kt
@@ -17,5 +17,7 @@ fun JBComposePanel(
if (ApplicationManager.getApplication().isInternal) {
System.setProperty("compose.swing.render.on.graphics", Registry.stringValue("compose.swing.render.on.graphics"))
}
- return JewelComposePanel(content)
+ return JewelComposePanel { content() }.apply {
+ ComposeUiInspector(this)
+ }
}
\ No newline at end of file
diff --git a/platform/jewel/.gitignore b/platform/jewel/.gitignore
index 6ed36ac6bd03..47a2a33308bf 100644
--- a/platform/jewel/.gitignore
+++ b/platform/jewel/.gitignore
@@ -23,7 +23,6 @@ build/
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
-*.iml
*.ipr
*.iws
.idea/*
diff --git a/platform/jewel/decorated-window/api-dump-unreviewed.txt b/platform/jewel/decorated-window/api-dump-unreviewed.txt
new file mode 100644
index 000000000000..6a8dbae28396
--- /dev/null
+++ b/platform/jewel/decorated-window/api-dump-unreviewed.txt
@@ -0,0 +1,177 @@
+com.jetbrains.DesktopActions
+- a:setHandler(com.jetbrains.DesktopActions$Handler):V
+com.jetbrains.DesktopActions$Handler
+- browse(java.net.URI):V
+- edit(java.io.File):V
+- mail(java.net.URI):V
+- open(java.io.File):V
+- print(java.io.File):V
+c:com.jetbrains.JBR
+- s:getApiVersion():java.lang.String
+- s:getDesktopActions():com.jetbrains.DesktopActions
+- s:getRoundedCornersManager():com.jetbrains.RoundedCornersManager
+- s:getWindowDecorations():com.jetbrains.WindowDecorations
+- s:getWindowMove():com.jetbrains.WindowMove
+- s:isAvailable():Z
+- s:isDesktopActionsSupported():Z
+- s:isRoundedCornersManagerSupported():Z
+- s:isWindowDecorationsSupported():Z
+- s:isWindowMoveSupported():Z
+com.jetbrains.RoundedCornersManager
+- a:setRoundedCorners(java.awt.Window,java.lang.Object):V
+com.jetbrains.WindowDecorations
+- a:createCustomTitleBar():com.jetbrains.WindowDecorations$CustomTitleBar
+- a:setCustomTitleBar(java.awt.Dialog,com.jetbrains.WindowDecorations$CustomTitleBar):V
+- a:setCustomTitleBar(java.awt.Frame,com.jetbrains.WindowDecorations$CustomTitleBar):V
+com.jetbrains.WindowDecorations$CustomTitleBar
+- a:forceHitTest(Z):V
+- a:getContainingWindow():java.awt.Window
+- a:getHeight():F
+- a:getLeftInset():F
+- a:getProperties():java.util.Map
+- a:getRightInset():F
+- a:putProperties(java.util.Map):V
+- a:putProperty(java.lang.String,java.lang.Object):V
+- a:setHeight(F):V
+com.jetbrains.WindowMove
+- a:startMovingTogetherWithMouse(java.awt.Window,I):V
+f:org.jetbrains.jewel.window.DecoratedWindowKt
+- sf:DecoratedWindow(kotlin.jvm.functions.Function0,androidx.compose.ui.window.WindowState,Z,java.lang.String,androidx.compose.ui.graphics.painter.Painter,Z,Z,Z,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,org.jetbrains.jewel.window.styling.DecoratedWindowStyle,kotlin.jvm.functions.Function3,androidx.compose.runtime.Composer,I,I,I):V
+org.jetbrains.jewel.window.DecoratedWindowScope
+- androidx.compose.ui.window.FrameWindowScope
+- a:getState-VA8cQZQ():J
+- a:getWindow():androidx.compose.ui.awt.ComposeWindow
+f:org.jetbrains.jewel.window.DecoratedWindowState
+- sf:Companion:org.jetbrains.jewel.window.DecoratedWindowState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.window.DecoratedWindowState
+- s:constructor-impl(J):J
+- sf:copy-zAQEbgo(J,Z,Z,Z,Z):J
+- bs:copy-zAQEbgo$default(J,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- sf:isActive-impl(J):Z
+- sf:isFullscreen-impl(J):Z
+- sf:isMaximized-impl(J):Z
+- sf:isMinimized-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.window.DecoratedWindowState$Companion
+- f:getActive-s-VKNKU():J
+- f:getFullscreen-s-VKNKU():J
+- f:getMaximize-s-VKNKU():J
+- f:getMinimize-s-VKNKU():J
+- f:of-LPCgXDc(androidx.compose.ui.awt.ComposeWindow):J
+- f:of-zAQEbgo(Z,Z,Z,Z):J
+- bs:of-zAQEbgo$default(org.jetbrains.jewel.window.DecoratedWindowState$Companion,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.window.ThemeKt
+- sf:getDefaultDecoratedWindowStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.window.styling.DecoratedWindowStyle
+- sf:getDefaultTitleBarStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.window.styling.TitleBarStyle
+f:org.jetbrains.jewel.window.TitleBarKt
+- sf:TitleBar-T042LqI(org.jetbrains.jewel.window.DecoratedWindowScope,androidx.compose.ui.Modifier,J,org.jetbrains.jewel.window.styling.TitleBarStyle,kotlin.jvm.functions.Function4,androidx.compose.runtime.Composer,I,I):V
+org.jetbrains.jewel.window.TitleBarScope
+- a:align(androidx.compose.ui.Modifier,androidx.compose.ui.Alignment$Horizontal):androidx.compose.ui.Modifier
+- a:getIcon():androidx.compose.ui.graphics.painter.Painter
+- a:getTitle():java.lang.String
+f:org.jetbrains.jewel.window.TitleBar_MacOSKt
+- sf:newFullscreenControls(androidx.compose.ui.Modifier,Z):androidx.compose.ui.Modifier
+- bs:newFullscreenControls$default(androidx.compose.ui.Modifier,Z,I,java.lang.Object):androidx.compose.ui.Modifier
+f:org.jetbrains.jewel.window.styling.DecoratedWindowColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.window.styling.DecoratedWindowColors$Companion
+- f:borderFor-3hEOMOc(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- equals(java.lang.Object):Z
+- f:getBorder-0d7_KjU():J
+- f:getBorderInactive-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.window.styling.DecoratedWindowColors$Companion
+f:org.jetbrains.jewel.window.styling.DecoratedWindowMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.window.styling.DecoratedWindowMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getBorderWidth-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.window.styling.DecoratedWindowMetrics$Companion
+f:org.jetbrains.jewel.window.styling.DecoratedWindowStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.window.styling.DecoratedWindowStyle$Companion
+- (org.jetbrains.jewel.window.styling.DecoratedWindowColors,org.jetbrains.jewel.window.styling.DecoratedWindowMetrics):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.window.styling.DecoratedWindowColors
+- f:getMetrics():org.jetbrains.jewel.window.styling.DecoratedWindowMetrics
+- hashCode():I
+f:org.jetbrains.jewel.window.styling.DecoratedWindowStyle$Companion
+f:org.jetbrains.jewel.window.styling.DecoratedWindowStylingKt
+- sf:getLocalDecoratedWindowStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.window.styling.TitleBarColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.window.styling.TitleBarColors$Companion
+- f:backgroundFor-3hEOMOc(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- equals(java.lang.Object):Z
+- f:getBackground-0d7_KjU():J
+- f:getBorder-0d7_KjU():J
+- f:getContent-0d7_KjU():J
+- f:getDropdownHoveredBackground-0d7_KjU():J
+- f:getDropdownPressedBackground-0d7_KjU():J
+- f:getFullscreenControlButtonsBackground-0d7_KjU():J
+- f:getIconButtonHoveredBackground-0d7_KjU():J
+- f:getIconButtonPressedBackground-0d7_KjU():J
+- f:getInactiveBackground-0d7_KjU():J
+- f:getTitlePaneButtonHoveredBackground-0d7_KjU():J
+- f:getTitlePaneButtonPressedBackground-0d7_KjU():J
+- f:getTitlePaneCloseButtonHoveredBackground-0d7_KjU():J
+- f:getTitlePaneCloseButtonPressedBackground-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.window.styling.TitleBarColors$Companion
+f:org.jetbrains.jewel.window.styling.TitleBarIcons
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.window.styling.TitleBarIcons$Companion
+- (org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey):V
+- equals(java.lang.Object):Z
+- f:getCloseButton():org.jetbrains.jewel.ui.icon.IconKey
+- f:getMaximizeButton():org.jetbrains.jewel.ui.icon.IconKey
+- f:getMinimizeButton():org.jetbrains.jewel.ui.icon.IconKey
+- f:getRestoreButton():org.jetbrains.jewel.ui.icon.IconKey
+- hashCode():I
+f:org.jetbrains.jewel.window.styling.TitleBarIcons$Companion
+f:org.jetbrains.jewel.window.styling.TitleBarMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.window.styling.TitleBarMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getGradientEndX-D9Ej5fM():F
+- f:getGradientStartX-D9Ej5fM():F
+- f:getHeight-D9Ej5fM():F
+- f:getTitlePaneButtonSize-MYxV2XQ():J
+- hashCode():I
+f:org.jetbrains.jewel.window.styling.TitleBarMetrics$Companion
+f:org.jetbrains.jewel.window.styling.TitleBarStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.window.styling.TitleBarStyle$Companion
+- (org.jetbrains.jewel.window.styling.TitleBarColors,org.jetbrains.jewel.window.styling.TitleBarMetrics,org.jetbrains.jewel.window.styling.TitleBarIcons,org.jetbrains.jewel.ui.component.styling.DropdownStyle,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,org.jetbrains.jewel.ui.component.styling.IconButtonStyle):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.window.styling.TitleBarColors
+- f:getDropdownStyle():org.jetbrains.jewel.ui.component.styling.DropdownStyle
+- f:getIconButtonStyle():org.jetbrains.jewel.ui.component.styling.IconButtonStyle
+- f:getIcons():org.jetbrains.jewel.window.styling.TitleBarIcons
+- f:getMetrics():org.jetbrains.jewel.window.styling.TitleBarMetrics
+- f:getPaneButtonStyle():org.jetbrains.jewel.ui.component.styling.IconButtonStyle
+- f:getPaneCloseButtonStyle():org.jetbrains.jewel.ui.component.styling.IconButtonStyle
+- hashCode():I
+f:org.jetbrains.jewel.window.styling.TitleBarStyle$Companion
+f:org.jetbrains.jewel.window.styling.TitleBarStylingKt
+- sf:getLocalTitleBarStyle():androidx.compose.runtime.ProvidableCompositionLocal
+e:org.jetbrains.jewel.window.utils.DesktopPlatform
+- java.lang.Enum
+- sf:Companion:org.jetbrains.jewel.window.utils.DesktopPlatform$Companion
+- sf:Linux:org.jetbrains.jewel.window.utils.DesktopPlatform
+- sf:MacOS:org.jetbrains.jewel.window.utils.DesktopPlatform
+- sf:Unknown:org.jetbrains.jewel.window.utils.DesktopPlatform
+- sf:Windows:org.jetbrains.jewel.window.utils.DesktopPlatform
+- s:getEntries():kotlin.enums.EnumEntries
+- s:valueOf(java.lang.String):org.jetbrains.jewel.window.utils.DesktopPlatform
+- s:values():org.jetbrains.jewel.window.utils.DesktopPlatform[]
+f:org.jetbrains.jewel.window.utils.DesktopPlatform$Companion
+- f:getCurrent():org.jetbrains.jewel.window.utils.DesktopPlatform
diff --git a/platform/jewel/decorated-window/exposed-third-party-api.txt b/platform/jewel/decorated-window/exposed-third-party-api.txt
new file mode 100644
index 000000000000..103cb043598f
--- /dev/null
+++ b/platform/jewel/decorated-window/exposed-third-party-api.txt
@@ -0,0 +1 @@
+androidx/compose/**
diff --git a/platform/jewel/decorated-window/intellij.platform.jewel.decoratedWindow.iml b/platform/jewel/decorated-window/intellij.platform.jewel.decoratedWindow.iml
new file mode 100644
index 000000000000..5506b0c93ef7
--- /dev/null
+++ b/platform/jewel/decorated-window/intellij.platform.jewel.decoratedWindow.iml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.0/kotlin-compose-compiler-plugin-2.1.0.jar
+ $MAVEN_REPOSITORY$/dev/drewhamilton/poko/poko-compiler-plugin/0.18.0/poko-compiler-plugin-0.18.0.jar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/platform/jewel/decorated-window/src/main/resources/intellij.platform.jewel.decoratedWindow.xml b/platform/jewel/decorated-window/src/main/resources/intellij.platform.jewel.decoratedWindow.xml
new file mode 100644
index 000000000000..56ae9adbf7d3
--- /dev/null
+++ b/platform/jewel/decorated-window/src/main/resources/intellij.platform.jewel.decoratedWindow.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/platform/jewel/foundation/exposed-third-party-api.txt b/platform/jewel/foundation/exposed-third-party-api.txt
new file mode 100644
index 000000000000..168de8a3b0bb
--- /dev/null
+++ b/platform/jewel/foundation/exposed-third-party-api.txt
@@ -0,0 +1,2 @@
+androidx/compose/**
+kotlin/jvm/internal/DefaultConstructorMarker
diff --git a/platform/jewel/foundation/intellij.platform.jewel.foundation.iml b/platform/jewel/foundation/intellij.platform.jewel.foundation.iml
new file mode 100644
index 000000000000..64ded31a9306
--- /dev/null
+++ b/platform/jewel/foundation/intellij.platform.jewel.foundation.iml
@@ -0,0 +1,474 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.0/kotlin-compose-compiler-plugin-2.1.0.jar
+ $MAVEN_REPOSITORY$/dev/drewhamilton/poko/poko-compiler-plugin/0.18.0/poko-compiler-plugin-0.18.0.jar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 50df385b328a0ad7a479e690cfe593fbce08ad39ed57916747932956dee07f0b
+
+
+ 9aab326d9492800991854360ac248f493ce7f7c3183519309b78ace9e240f6f6
+
+
+ d5cf7b72647c7995071588fe870450ff9c8f127f253d2d4851e161b800f67ae0
+
+
+ 474e6bd2a6ac2362e5dabd780f93b852768640aa16403b0fc505da88177f97b3
+
+
+ 2b347abf6c48626153a02b70eef6bbe1d3c9527515d6f9f7eceaea3c398533bb
+
+
+ 4b86c961c0b4bce7995329fd57d4339ede11cb75d7ec90bc1b9913396addb30f
+
+
+ d2c867c13ff6632f9880e67dabab2e930007b008b9b22950fc2cc075008eceb6
+
+
+ 76e3250547b9ca3cb1a49c272933b25cb3bccbc9ba12775dd6161a63d9aa7cf1
+
+
+ 40729b9637eac91fd9ba9d10c4cd2eb328bb3116f8097a5b9d3f071971cea022
+
+
+ 61c873a7327c946ec033c310bb98f3f92eeabcede0e1a5200ab8a1896483c7bf
+
+
+ 10bfe53bb2752f967751a5102cdb785eeea54e1d4df6bde88fb0f50b0a49156c
+
+
+ 65308a06b1c00ee186cb9e19321383f043b993813f1522c47f4a3e3303bdba41
+
+
+ 21ec0e77dc02ed0d6bfe6f3cba7f43e25400446d89ded8568ee165437e0c1922
+
+
+ c1e51a246e69e237e87d289be08bebd8d406ffe9ff60a125e8f2072db6119966
+
+
+ fe70ace6f942a5fc29045bb2fe25b4e77bdc742dc69f76ed65b39c3ae185888e
+
+
+ 4306363be90eaabe74b900db4c32ed1f15c7548e5b30a7093c4ee40c436b9b8c
+
+
+ 9109d77cc262f90408169b1ca0ba2d15135b6034e377a80bbf3ec0234954e852
+
+
+ 598b52e257ed674145694b9790a7383a90fed2ec7154ba09ace4aa983c65b1a2
+
+
+ 80e07e4ca739f7b6122f63e9a17e6853b947220ecb1180f8dcaf419d0e468996
+
+
+ 161dcc73b929da61cee50045e96fb02f1633c36f18a2ef38b5c2c44c38606b52
+
+
+ 101ff43ff563fca167af5ade98c3b69bf569010eab745013b84d8955034d3b3c
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c53f675b2af4696e6022598145a44a9e9feb35216a188163ae5bf99a18e76bdb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ f1e334b73d49ceab00afe776a4c393de77b4fc805e9ff488dac596a2663b1dc1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ a7dfdfd2b9d6668c646275948eba357aab6407f635f2dc09fe90258a2f202337
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 34dfab5b4fa8b2913f00facdddc049e2fef4b176f8e7cde0ad306485674c3b5c
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 8ff9a2b8c93b0287d8fa837d5b0917923168cb97dea1ada1a8d4aa7bb17c9f15
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 41da5d61c56877b5b5d01e2a2bcb967cbfaf4d45c1a1aa124c0601c7a3de74e7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 7b0f19724082cbfcbc66e5abea2b9bc92cf08a1ea11e191933ed43801eb3cd05
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bff3d1e895fd5abd54ee725dab59214acabf900e1a0784544d20cf20521bf9f3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 62c816073195cc0119dc1d66b178544bdb772ef8bee4879954528c6798b17ebe
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1b409141a9ee6ed38e76a8fb8f9cf280030bf45375ba7e07e60b2742039b573e
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c5cfad0b125e978d915f8b4c38630bc5d548e59fe8a0e838c0cc84283c605943
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/platform/jewel/foundation/src/main/resources/intellij.platform.jewel.foundation.xml b/platform/jewel/foundation/src/main/resources/intellij.platform.jewel.foundation.xml
new file mode 100644
index 000000000000..0b22571e7e00
--- /dev/null
+++ b/platform/jewel/foundation/src/main/resources/intellij.platform.jewel.foundation.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/platform/jewel/ide-laf-bridge/api-dump-unreviewed.txt b/platform/jewel/ide-laf-bridge/api-dump-unreviewed.txt
new file mode 100644
index 000000000000..71c709399d4f
--- /dev/null
+++ b/platform/jewel/ide-laf-bridge/api-dump-unreviewed.txt
@@ -0,0 +1,131 @@
+f:org.jetbrains.jewel.bridge.BridgeIconDataKt
+- sf:readFromLaF(org.jetbrains.jewel.foundation.theme.ThemeIconData$Companion):org.jetbrains.jewel.foundation.theme.ThemeIconData
+f:org.jetbrains.jewel.bridge.BridgePainterHintsProvider
+- org.jetbrains.jewel.ui.painter.PalettePainterHintsProvider
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.bridge.BridgePainterHintsProvider$Companion
+- hints(java.lang.String,androidx.compose.runtime.Composer,I):java.util.List
+f:org.jetbrains.jewel.bridge.BridgePainterHintsProvider$Companion
+- f:invoke(Z):org.jetbrains.jewel.ui.painter.PalettePainterHintsProvider
+f:org.jetbrains.jewel.bridge.BridgeResourceResolverKt
+- sf:bridgePainterProvider(java.lang.String):org.jetbrains.jewel.ui.painter.ResourcePainterProvider
+- sf:bridgePainterProvider(org.jetbrains.jewel.ui.icon.IconKey):org.jetbrains.jewel.ui.painter.ResourcePainterProvider
+f:org.jetbrains.jewel.bridge.BridgeUtilsKt
+- sf:createVerticalBrush-8A-3gB4(java.util.List,F,F,I):androidx.compose.ui.graphics.Brush
+- bs:createVerticalBrush-8A-3gB4$default(java.util.List,F,F,I,I,java.lang.Object):androidx.compose.ui.graphics.Brush
+- sf:getDp(com.intellij.util.ui.JBValue):F
+- sf:retrieveArcAsCornerSize(java.lang.String):androidx.compose.foundation.shape.CornerSize
+- sf:retrieveArcAsCornerSizeOrDefault(java.lang.String,androidx.compose.foundation.shape.CornerSize):androidx.compose.foundation.shape.CornerSize
+- sf:retrieveArcAsCornerSizeWithFallbacks(java.lang.String[]):androidx.compose.foundation.shape.CornerSize
+- sf:retrieveColor-0YGnOg8(java.lang.String,Z,J,J):J
+- sf:retrieveColor-4WTKRHQ(java.lang.String,J):J
+- sf:retrieveColorOrNull(java.lang.String):androidx.compose.ui.graphics.Color
+- sf:retrieveColorOrUnspecified(java.lang.String):J
+- sf:retrieveColorsOrUnspecified(java.lang.String[]):java.util.List
+- sf:retrieveEditorColorScheme():com.intellij.openapi.editor.colors.EditorColorsScheme
+- sf:retrieveInsetsAsPaddingValues(java.lang.String,androidx.compose.foundation.layout.PaddingValues):androidx.compose.foundation.layout.PaddingValues
+- bs:retrieveInsetsAsPaddingValues$default(java.lang.String,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):androidx.compose.foundation.layout.PaddingValues
+- sf:retrieveIntAsDp-3F_vd3o(java.lang.String,androidx.compose.ui.unit.Dp):F
+- bs:retrieveIntAsDp-3F_vd3o$default(java.lang.String,androidx.compose.ui.unit.Dp,I,java.lang.Object):F
+- sf:retrieveIntAsDpOrUnspecified(java.lang.String):F
+- sf:retrieveTextStyle-WdJyH8Q(java.lang.String,J,J,Z,I,J):androidx.compose.ui.text.TextStyle
+- bs:retrieveTextStyle-WdJyH8Q$default(java.lang.String,J,J,Z,I,J,I,java.lang.Object):androidx.compose.ui.text.TextStyle
+- sf:retrieveTextStyle-tD9LlGs(java.lang.String,java.lang.String,J,Z,I,J):androidx.compose.ui.text.TextStyle
+- bs:retrieveTextStyle-tD9LlGs$default(java.lang.String,java.lang.String,J,Z,I,J,I,java.lang.Object):androidx.compose.ui.text.TextStyle
+- sf:toComposeColor(java.awt.Color):J
+- sf:toComposeColorOrUnspecified(java.awt.Color):J
+- sf:toDpSize(com.intellij.util.ui.JBDimension):J
+- sf:toDpSize(java.awt.Dimension):J
+- sf:toPaddingValues(com.intellij.util.ui.JBInsets):androidx.compose.foundation.layout.PaddingValues
+- sf:toPaddingValues(java.awt.Insets):androidx.compose.foundation.layout.PaddingValues
+a:org.jetbrains.jewel.bridge.JewelBridgeException
+- java.lang.RuntimeException
+- sf:$stable:I
+- getMessage():java.lang.String
+f:org.jetbrains.jewel.bridge.JewelBridgeException$KeyNotFoundException
+- org.jetbrains.jewel.bridge.JewelBridgeException
+- sf:$stable:I
+- (java.lang.String,java.lang.String):V
+f:org.jetbrains.jewel.bridge.JewelBridgeException$KeysNotFoundException
+- org.jetbrains.jewel.bridge.JewelBridgeException
+- sf:$stable:I
+- (java.util.List,java.lang.String):V
+f:org.jetbrains.jewel.bridge.JewelComposePanelKt
+- sf:JewelComposeNoThemePanel(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2):javax.swing.JComponent
+- bs:JewelComposeNoThemePanel$default(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2,I,java.lang.Object):javax.swing.JComponent
+- sf:JewelComposePanel(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2):javax.swing.JComponent
+- bs:JewelComposePanel$default(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2,I,java.lang.Object):javax.swing.JComponent
+- sf:JewelToolWindowComposePanel(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2):javax.swing.JComponent
+- bs:JewelToolWindowComposePanel$default(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2,I,java.lang.Object):javax.swing.JComponent
+- sf:JewelToolWindowNoThemeComposePanel(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2):javax.swing.JComponent
+- bs:JewelToolWindowNoThemeComposePanel$default(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2,I,java.lang.Object):javax.swing.JComponent
+- sf:getLocalComponent():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.bridge.ToolWindowExtensionsKt
+- sf:addComposeTab(com.intellij.openapi.wm.ToolWindow,java.lang.String,Z,Z,kotlin.jvm.functions.Function3):V
+- bs:addComposeTab$default(com.intellij.openapi.wm.ToolWindow,java.lang.String,Z,Z,kotlin.jvm.functions.Function3,I,java.lang.Object):V
+org.jetbrains.jewel.bridge.ToolWindowScope
+- a:getToolWindow():com.intellij.openapi.wm.ToolWindow
+f:org.jetbrains.jewel.bridge.TypographyKt
+- sf:medium(org.jetbrains.jewel.ui.component.Typography,androidx.compose.runtime.Composer,I):androidx.compose.ui.text.TextStyle
+- sf:regular(org.jetbrains.jewel.ui.component.Typography,androidx.compose.runtime.Composer,I):androidx.compose.ui.text.TextStyle
+- sf:small(org.jetbrains.jewel.ui.component.Typography,androidx.compose.runtime.Composer,I):androidx.compose.ui.text.TextStyle
+f:org.jetbrains.jewel.bridge.actionSystem.RootDataProviderModifier
+- androidx.compose.ui.node.ModifierNodeElement
+- com.intellij.openapi.actionSystem.UiDataProvider
+- sf:$stable:I
+- ():V
+- create():org.jetbrains.jewel.bridge.actionSystem.RootDataProviderNode
+- equals(java.lang.Object):Z
+- hashCode():I
+- uiDataSnapshot(com.intellij.openapi.actionSystem.DataSink):V
+- update(org.jetbrains.jewel.bridge.actionSystem.RootDataProviderNode):V
+f:org.jetbrains.jewel.bridge.actionSystem.RootDataProviderNode
+- androidx.compose.ui.Modifier$Node
+- com.intellij.openapi.actionSystem.UiDataProvider
+- sf:$stable:I
+- ():V
+- uiDataSnapshot(com.intellij.openapi.actionSystem.DataSink):V
+f:org.jetbrains.jewel.bridge.code.highlighting.CodeHighlighterFactory
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.bridge.code.highlighting.CodeHighlighterFactory$Companion
+- (com.intellij.openapi.project.Project,kotlinx.coroutines.CoroutineScope):V
+- f:createHighlighter():org.jetbrains.jewel.foundation.code.highlighting.CodeHighlighter
+f:org.jetbrains.jewel.bridge.code.highlighting.CodeHighlighterFactory$Companion
+- f:getInstance(com.intellij.openapi.project.Project):org.jetbrains.jewel.bridge.code.highlighting.CodeHighlighterFactory
+f:org.jetbrains.jewel.bridge.icon.IntelliJIconKeyKt
+- sf:fromPlatformIcon(org.jetbrains.jewel.ui.icon.IntelliJIconKey$Companion,javax.swing.Icon,java.lang.Class):org.jetbrains.jewel.ui.icon.IconKey
+- bs:fromPlatformIcon$default(org.jetbrains.jewel.ui.icon.IntelliJIconKey$Companion,javax.swing.Icon,java.lang.Class,I,java.lang.Object):org.jetbrains.jewel.ui.icon.IconKey
+f:org.jetbrains.jewel.bridge.theme.BridgeGlobalColorsKt
+- sf:readFromLaF(org.jetbrains.jewel.foundation.BorderColors$Companion):org.jetbrains.jewel.foundation.BorderColors
+- sf:readFromLaF(org.jetbrains.jewel.foundation.GlobalColors$Companion):org.jetbrains.jewel.foundation.GlobalColors
+- sf:readFromLaF(org.jetbrains.jewel.foundation.OutlineColors$Companion):org.jetbrains.jewel.foundation.OutlineColors
+- sf:readFromLaF(org.jetbrains.jewel.foundation.TextColors$Companion):org.jetbrains.jewel.foundation.TextColors
+f:org.jetbrains.jewel.bridge.theme.BridgeGlobalMetricsKt
+- sf:readFromLaF(org.jetbrains.jewel.foundation.GlobalMetrics$Companion):org.jetbrains.jewel.foundation.GlobalMetrics
+f:org.jetbrains.jewel.bridge.theme.BridgeSliderStylingKt
+- sf:dark-7HESe_I(org.jetbrains.jewel.ui.component.styling.SliderColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J):org.jetbrains.jewel.ui.component.styling.SliderColors
+- bs:dark-7HESe_I$default(org.jetbrains.jewel.ui.component.styling.SliderColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.SliderColors
+- sf:defaults-IDSuZpE(org.jetbrains.jewel.ui.component.styling.SliderMetrics$Companion,F,J,F,F,F,F):org.jetbrains.jewel.ui.component.styling.SliderMetrics
+- bs:defaults-IDSuZpE$default(org.jetbrains.jewel.ui.component.styling.SliderMetrics$Companion,F,J,F,F,F,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.SliderMetrics
+- sf:light-7HESe_I(org.jetbrains.jewel.ui.component.styling.SliderColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J):org.jetbrains.jewel.ui.component.styling.SliderColors
+- bs:light-7HESe_I$default(org.jetbrains.jewel.ui.component.styling.SliderColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.SliderColors
+f:org.jetbrains.jewel.bridge.theme.BridgeThemeColorPaletteKt
+- sf:getWindowsPopupBorder(org.jetbrains.jewel.foundation.theme.ThemeColorPalette):androidx.compose.ui.graphics.Color
+- sf:readFromLaF(org.jetbrains.jewel.foundation.theme.ThemeColorPalette$Companion):org.jetbrains.jewel.foundation.theme.ThemeColorPalette
+f:org.jetbrains.jewel.bridge.theme.IntUiBridgeTextKt
+- sf:retrieveConsoleTextStyle():androidx.compose.ui.text.TextStyle
+- sf:retrieveDefaultTextStyle():androidx.compose.ui.text.TextStyle
+- sf:retrieveEditorTextStyle():androidx.compose.ui.text.TextStyle
+f:org.jetbrains.jewel.bridge.theme.ScrollbarBridgeKt
+- sf:default(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible$Companion):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible
+- sf:default(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling$Companion):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling
+- sf:macOs-TZvXluI(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling$Companion,F,F,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,J,J,J,J):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling
+- bs:macOs-TZvXluI$default(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling$Companion,F,F,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling
+- sf:macOs-fYp4AQw(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible$Companion,F,androidx.compose.foundation.layout.PaddingValues,J,J,J):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible
+- bs:macOs-fYp4AQw$default(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible$Companion,F,androidx.compose.foundation.layout.PaddingValues,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible
+- sf:windowsAndLinux-TZvXluI(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling$Companion,F,F,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,J,J,J,J):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling
+- bs:windowsAndLinux-TZvXluI$default(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling$Companion,F,F,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling
+- sf:windowsAndLinux-tYhzLtE(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible$Companion,F,androidx.compose.foundation.layout.PaddingValues,J,J):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible
+- bs:windowsAndLinux-tYhzLtE$default(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible$Companion,F,androidx.compose.foundation.layout.PaddingValues,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible
+f:org.jetbrains.jewel.bridge.theme.SwingBridgeThemeKt
+- sf:SwingBridgeTheme(kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I):V
diff --git a/platform/jewel/ide-laf-bridge/exposed-third-party-api.txt b/platform/jewel/ide-laf-bridge/exposed-third-party-api.txt
new file mode 100644
index 000000000000..103cb043598f
--- /dev/null
+++ b/platform/jewel/ide-laf-bridge/exposed-third-party-api.txt
@@ -0,0 +1 @@
+androidx/compose/**
diff --git a/platform/jewel/ide-laf-bridge-tests/api/ide-laf-bridge-tests.api b/platform/jewel/ide-laf-bridge/ide-laf-bridge-tests/api/ide-laf-bridge-tests.api
similarity index 100%
rename from platform/jewel/ide-laf-bridge-tests/api/ide-laf-bridge-tests.api
rename to platform/jewel/ide-laf-bridge/ide-laf-bridge-tests/api/ide-laf-bridge-tests.api
diff --git a/platform/jewel/ide-laf-bridge-tests/build.gradle.kts b/platform/jewel/ide-laf-bridge/ide-laf-bridge-tests/build.gradle.kts
similarity index 100%
rename from platform/jewel/ide-laf-bridge-tests/build.gradle.kts
rename to platform/jewel/ide-laf-bridge/ide-laf-bridge-tests/build.gradle.kts
diff --git a/platform/jewel/ide-laf-bridge-tests/src/test/kotlin/org/jetbrains/jewel/bridge/actionSystem/ProvideDataTest.kt b/platform/jewel/ide-laf-bridge/ide-laf-bridge-tests/src/test/kotlin/org/jetbrains/jewel/bridge/actionSystem/ProvideDataTest.kt
similarity index 100%
rename from platform/jewel/ide-laf-bridge-tests/src/test/kotlin/org/jetbrains/jewel/bridge/actionSystem/ProvideDataTest.kt
rename to platform/jewel/ide-laf-bridge/ide-laf-bridge-tests/src/test/kotlin/org/jetbrains/jewel/bridge/actionSystem/ProvideDataTest.kt
diff --git a/platform/jewel/ide-laf-bridge-tests/src/test/kotlin/org/jetbrains/jewel/bridge/actionSystem/TestDataSink.kt b/platform/jewel/ide-laf-bridge/ide-laf-bridge-tests/src/test/kotlin/org/jetbrains/jewel/bridge/actionSystem/TestDataSink.kt
similarity index 96%
rename from platform/jewel/ide-laf-bridge-tests/src/test/kotlin/org/jetbrains/jewel/bridge/actionSystem/TestDataSink.kt
rename to platform/jewel/ide-laf-bridge/ide-laf-bridge-tests/src/test/kotlin/org/jetbrains/jewel/bridge/actionSystem/TestDataSink.kt
index 3752d9709d21..08cbfd3b94c6 100644
--- a/platform/jewel/ide-laf-bridge-tests/src/test/kotlin/org/jetbrains/jewel/bridge/actionSystem/TestDataSink.kt
+++ b/platform/jewel/ide-laf-bridge/ide-laf-bridge-tests/src/test/kotlin/org/jetbrains/jewel/bridge/actionSystem/TestDataSink.kt
@@ -6,7 +6,6 @@ import com.intellij.openapi.actionSystem.DataSink
import com.intellij.openapi.actionSystem.DataSnapshotProvider
import com.intellij.openapi.actionSystem.UiDataProvider
-@Suppress("OverrideOnly", "NonExtendableApiUsage")
internal class TestDataSink : DataSink {
val allData = mutableMapOf()
diff --git a/platform/jewel/ide-laf-bridge/intellij.platform.jewel.ideLafBridge.iml b/platform/jewel/ide-laf-bridge/intellij.platform.jewel.ideLafBridge.iml
new file mode 100644
index 000000000000..d58e8a7ffb60
--- /dev/null
+++ b/platform/jewel/ide-laf-bridge/intellij.platform.jewel.ideLafBridge.iml
@@ -0,0 +1,357 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.0/kotlin-compose-compiler-plugin-2.1.0.jar
+ $MAVEN_REPOSITORY$/dev/drewhamilton/poko/poko-compiler-plugin/0.18.0/poko-compiler-plugin-0.18.0.jar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c53f675b2af4696e6022598145a44a9e9feb35216a188163ae5bf99a18e76bdb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ f1e334b73d49ceab00afe776a4c393de77b4fc805e9ff488dac596a2663b1dc1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ a7dfdfd2b9d6668c646275948eba357aab6407f635f2dc09fe90258a2f202337
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 34dfab5b4fa8b2913f00facdddc049e2fef4b176f8e7cde0ad306485674c3b5c
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 8ff9a2b8c93b0287d8fa837d5b0917923168cb97dea1ada1a8d4aa7bb17c9f15
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 41da5d61c56877b5b5d01e2a2bcb967cbfaf4d45c1a1aa124c0601c7a3de74e7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 7b0f19724082cbfcbc66e5abea2b9bc92cf08a1ea11e191933ed43801eb3cd05
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bff3d1e895fd5abd54ee725dab59214acabf900e1a0784544d20cf20521bf9f3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 62c816073195cc0119dc1d66b178544bdb772ef8bee4879954528c6798b17ebe
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1b409141a9ee6ed38e76a8fb8f9cf280030bf45375ba7e07e60b2742039b573e
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c5cfad0b125e978d915f8b4c38630bc5d548e59fe8a0e838c0cc84283c605943
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/platform/jewel/ide-laf-bridge/src/main/resources/intellij.platform.jewel.ideLafBridge.xml b/platform/jewel/ide-laf-bridge/src/main/resources/intellij.platform.jewel.ideLafBridge.xml
new file mode 100644
index 000000000000..509d2a0794d2
--- /dev/null
+++ b/platform/jewel/ide-laf-bridge/src/main/resources/intellij.platform.jewel.ideLafBridge.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/platform/jewel/int-ui/int-ui-decorated-window/api-dump-unreviewed.txt b/platform/jewel/int-ui/int-ui-decorated-window/api-dump-unreviewed.txt
new file mode 100644
index 000000000000..15e0aac6a00e
--- /dev/null
+++ b/platform/jewel/int-ui/int-ui-decorated-window/api-dump-unreviewed.txt
@@ -0,0 +1,34 @@
+f:org.jetbrains.jewel.intui.window.DecoratedWindowIconKeys
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.window.DecoratedWindowIconKeys
+- f:getClose():org.jetbrains.jewel.ui.icon.IconKey
+- f:getMaximize():org.jetbrains.jewel.ui.icon.IconKey
+- f:getMinimize():org.jetbrains.jewel.ui.icon.IconKey
+- f:getRestore():org.jetbrains.jewel.ui.icon.IconKey
+f:org.jetbrains.jewel.intui.window.IntUiDecoratedWindowResourceResolverKt
+- sf:decoratedWindowPainterProvider(java.lang.String):org.jetbrains.jewel.ui.painter.ResourcePainterProvider
+f:org.jetbrains.jewel.intui.window.IntUiThemeKt
+- sf:decoratedWindow(org.jetbrains.jewel.ui.ComponentStyling,org.jetbrains.jewel.window.styling.DecoratedWindowStyle,org.jetbrains.jewel.window.styling.TitleBarStyle):org.jetbrains.jewel.ui.ComponentStyling
+- bs:decoratedWindow$default(org.jetbrains.jewel.ui.ComponentStyling,org.jetbrains.jewel.window.styling.DecoratedWindowStyle,org.jetbrains.jewel.window.styling.TitleBarStyle,I,java.lang.Object):org.jetbrains.jewel.ui.ComponentStyling
+f:org.jetbrains.jewel.intui.window.styling.IntUiDecoratedWindowStylingKt
+- sf:dark(org.jetbrains.jewel.window.styling.DecoratedWindowStyle$Companion,org.jetbrains.jewel.window.styling.DecoratedWindowColors,org.jetbrains.jewel.window.styling.DecoratedWindowMetrics):org.jetbrains.jewel.window.styling.DecoratedWindowStyle
+- bs:dark$default(org.jetbrains.jewel.window.styling.DecoratedWindowStyle$Companion,org.jetbrains.jewel.window.styling.DecoratedWindowColors,org.jetbrains.jewel.window.styling.DecoratedWindowMetrics,I,java.lang.Object):org.jetbrains.jewel.window.styling.DecoratedWindowStyle
+- sf:dark-WkMS-hQ(org.jetbrains.jewel.window.styling.DecoratedWindowColors$Companion,J,J):org.jetbrains.jewel.window.styling.DecoratedWindowColors
+- bs:dark-WkMS-hQ$default(org.jetbrains.jewel.window.styling.DecoratedWindowColors$Companion,J,J,I,java.lang.Object):org.jetbrains.jewel.window.styling.DecoratedWindowColors
+- sf:defaults-3ABfNKs(org.jetbrains.jewel.window.styling.DecoratedWindowMetrics$Companion,F):org.jetbrains.jewel.window.styling.DecoratedWindowMetrics
+- bs:defaults-3ABfNKs$default(org.jetbrains.jewel.window.styling.DecoratedWindowMetrics$Companion,F,I,java.lang.Object):org.jetbrains.jewel.window.styling.DecoratedWindowMetrics
+- sf:light(org.jetbrains.jewel.window.styling.DecoratedWindowStyle$Companion,org.jetbrains.jewel.window.styling.DecoratedWindowColors,org.jetbrains.jewel.window.styling.DecoratedWindowMetrics):org.jetbrains.jewel.window.styling.DecoratedWindowStyle
+- bs:light$default(org.jetbrains.jewel.window.styling.DecoratedWindowStyle$Companion,org.jetbrains.jewel.window.styling.DecoratedWindowColors,org.jetbrains.jewel.window.styling.DecoratedWindowMetrics,I,java.lang.Object):org.jetbrains.jewel.window.styling.DecoratedWindowStyle
+- sf:light-WkMS-hQ(org.jetbrains.jewel.window.styling.DecoratedWindowColors$Companion,J,J):org.jetbrains.jewel.window.styling.DecoratedWindowColors
+- bs:light-WkMS-hQ$default(org.jetbrains.jewel.window.styling.DecoratedWindowColors$Companion,J,J,I,java.lang.Object):org.jetbrains.jewel.window.styling.DecoratedWindowColors
+f:org.jetbrains.jewel.intui.window.styling.IntUiTitleBarStylingKt
+- sf:dark(org.jetbrains.jewel.window.styling.TitleBarStyle$Companion,org.jetbrains.jewel.window.styling.TitleBarColors,org.jetbrains.jewel.window.styling.TitleBarMetrics,org.jetbrains.jewel.window.styling.TitleBarIcons,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.window.styling.TitleBarStyle
+- sf:dark-a6iJyiw(org.jetbrains.jewel.window.styling.TitleBarColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.window.styling.TitleBarColors
+- sf:defaults(org.jetbrains.jewel.window.styling.TitleBarIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey):org.jetbrains.jewel.window.styling.TitleBarIcons
+- bs:defaults$default(org.jetbrains.jewel.window.styling.TitleBarIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey,I,java.lang.Object):org.jetbrains.jewel.window.styling.TitleBarIcons
+- sf:defaults-LgNEgRQ(org.jetbrains.jewel.window.styling.TitleBarMetrics$Companion,F,F,F,J):org.jetbrains.jewel.window.styling.TitleBarMetrics
+- bs:defaults-LgNEgRQ$default(org.jetbrains.jewel.window.styling.TitleBarMetrics$Companion,F,F,F,J,I,java.lang.Object):org.jetbrains.jewel.window.styling.TitleBarMetrics
+- sf:light(org.jetbrains.jewel.window.styling.TitleBarStyle$Companion,org.jetbrains.jewel.window.styling.TitleBarColors,org.jetbrains.jewel.window.styling.TitleBarMetrics,org.jetbrains.jewel.window.styling.TitleBarIcons,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.window.styling.TitleBarStyle
+- sf:light-a6iJyiw(org.jetbrains.jewel.window.styling.TitleBarColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.window.styling.TitleBarColors
+- sf:lightWithLightHeader(org.jetbrains.jewel.window.styling.TitleBarStyle$Companion,org.jetbrains.jewel.window.styling.TitleBarColors,org.jetbrains.jewel.window.styling.TitleBarMetrics,org.jetbrains.jewel.window.styling.TitleBarIcons,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.window.styling.TitleBarStyle
+- sf:lightWithLightHeader-a6iJyiw(org.jetbrains.jewel.window.styling.TitleBarColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.window.styling.TitleBarColors
diff --git a/platform/jewel/int-ui/int-ui-decorated-window/exposed-third-party-api.txt b/platform/jewel/int-ui/int-ui-decorated-window/exposed-third-party-api.txt
new file mode 100644
index 000000000000..103cb043598f
--- /dev/null
+++ b/platform/jewel/int-ui/int-ui-decorated-window/exposed-third-party-api.txt
@@ -0,0 +1 @@
+androidx/compose/**
diff --git a/platform/jewel/int-ui/int-ui-decorated-window/intellij.platform.jewel.intUi.decoratedWindow.iml b/platform/jewel/int-ui/int-ui-decorated-window/intellij.platform.jewel.intUi.decoratedWindow.iml
new file mode 100644
index 000000000000..433cbf70789c
--- /dev/null
+++ b/platform/jewel/int-ui/int-ui-decorated-window/intellij.platform.jewel.intUi.decoratedWindow.iml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.0/kotlin-compose-compiler-plugin-2.1.0.jar
+ $MAVEN_REPOSITORY$/dev/drewhamilton/poko/poko-compiler-plugin/0.18.0/poko-compiler-plugin-0.18.0.jar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/platform/jewel/int-ui/int-ui-decorated-window/src/main/resources/icon-robots.txt b/platform/jewel/int-ui/int-ui-decorated-window/src/main/resources/icon-robots.txt
new file mode 100644
index 000000000000..1313ad9016c8
--- /dev/null
+++ b/platform/jewel/int-ui/int-ui-decorated-window/src/main/resources/icon-robots.txt
@@ -0,0 +1 @@
+skip: *
diff --git a/platform/jewel/int-ui/int-ui-decorated-window/src/main/resources/intellij.platform.jewel.intUi.intUiDecoratedWindow.xml b/platform/jewel/int-ui/int-ui-decorated-window/src/main/resources/intellij.platform.jewel.intUi.intUiDecoratedWindow.xml
new file mode 100644
index 000000000000..db2dd9185583
--- /dev/null
+++ b/platform/jewel/int-ui/int-ui-decorated-window/src/main/resources/intellij.platform.jewel.intUi.intUiDecoratedWindow.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/platform/jewel/int-ui/int-ui-standalone/api-dump-unreviewed.txt b/platform/jewel/int-ui/int-ui-standalone/api-dump-unreviewed.txt
new file mode 100644
index 000000000000..ee455b4501ac
--- /dev/null
+++ b/platform/jewel/int-ui/int-ui-standalone/api-dump-unreviewed.txt
@@ -0,0 +1,445 @@
+f:org.jetbrains.jewel.intui.core.theme.IntUiDarkTheme
+- org.jetbrains.jewel.foundation.theme.ThemeDescriptor
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.core.theme.IntUiDarkTheme
+- getColors():org.jetbrains.jewel.foundation.theme.ThemeColorPalette
+- getIconData():org.jetbrains.jewel.foundation.theme.ThemeIconData
+- getName():java.lang.String
+- isDark():Z
+f:org.jetbrains.jewel.intui.core.theme.IntUiLightTheme
+- org.jetbrains.jewel.foundation.theme.ThemeDescriptor
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.core.theme.IntUiLightTheme
+- getColors():org.jetbrains.jewel.foundation.theme.ThemeColorPalette
+- getIconData():org.jetbrains.jewel.foundation.theme.ThemeIconData
+- getName():java.lang.String
+- isDark():Z
+f:org.jetbrains.jewel.intui.standalone.InterFontKt
+- sf:getInter(androidx.compose.ui.text.font.FontFamily$Companion):androidx.compose.ui.text.font.FontFamily
+f:org.jetbrains.jewel.intui.standalone.JetBrainsMonoFontKt
+- sf:getJetBrainsMono(androidx.compose.ui.text.font.FontFamily$Companion):androidx.compose.ui.text.font.FontFamily
+f:org.jetbrains.jewel.intui.standalone.PainterProviderKt
+- sf:standalonePainterProvider(java.lang.String):org.jetbrains.jewel.ui.painter.ResourcePainterProvider
+f:org.jetbrains.jewel.intui.standalone.StandalonePainterHintsProvider
+- org.jetbrains.jewel.ui.painter.PalettePainterHintsProvider
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.intui.standalone.StandalonePainterHintsProvider$Companion
+- (org.jetbrains.jewel.foundation.theme.ThemeDefinition):V
+- hints(java.lang.String,androidx.compose.runtime.Composer,I):java.util.List
+f:org.jetbrains.jewel.intui.standalone.StandalonePainterHintsProvider$Companion
+f:org.jetbrains.jewel.intui.standalone.styling.IntUIBannerStylingKt
+- sf:default-3ABfNKs(org.jetbrains.jewel.ui.component.styling.BannerMetrics$Companion,F):org.jetbrains.jewel.ui.component.styling.BannerMetrics
+- bs:default-3ABfNKs$default(org.jetbrains.jewel.ui.component.styling.BannerMetrics$Companion,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.BannerMetrics
+- sf:getDefault(org.jetbrains.jewel.ui.component.styling.DefaultBannerStyles$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultBannerStylesFactory
+- sf:getError(org.jetbrains.jewel.ui.component.styling.BannerColors$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultErrorBannerColorFactory
+- sf:getError(org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultErrorBannerStyleFactory
+- sf:getInformation(org.jetbrains.jewel.ui.component.styling.BannerColors$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultInformationBannerColorFactory
+- sf:getInformation(org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultInformationBannerStyleFactory
+- sf:getSuccess(org.jetbrains.jewel.ui.component.styling.BannerColors$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultSuccessBannerColorFactory
+- sf:getSuccess(org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultSuccessBannerStyleFactory
+- sf:getWarning(org.jetbrains.jewel.ui.component.styling.BannerColors$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultWarningBannerColorFactory
+- sf:getWarning(org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultWarningBannerStyleFactory
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiButtonStylingKt
+- sf:default-Kzyhx1A(org.jetbrains.jewel.ui.component.styling.ButtonMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,J,F,F):org.jetbrains.jewel.ui.component.styling.ButtonMetrics
+- bs:default-Kzyhx1A$default(org.jetbrains.jewel.ui.component.styling.ButtonMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,J,F,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ButtonMetrics
+- sf:getDefault(org.jetbrains.jewel.ui.component.styling.ButtonColors$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultButtonColorFactory
+- sf:getDefault(org.jetbrains.jewel.ui.component.styling.ButtonStyle$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultButtonStyleFactory
+- sf:getOutlined(org.jetbrains.jewel.ui.component.styling.ButtonColors$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiOutlinedButtonColorFactory
+- sf:getOutlined(org.jetbrains.jewel.ui.component.styling.ButtonStyle$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiOutlinedButtonStyleFactory
+- sf:outlined-Kzyhx1A(org.jetbrains.jewel.ui.component.styling.ButtonMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,J,F,F):org.jetbrains.jewel.ui.component.styling.ButtonMetrics
+- bs:outlined-Kzyhx1A$default(org.jetbrains.jewel.ui.component.styling.ButtonMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,J,F,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ButtonMetrics
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiCheckboxStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.CheckboxIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.CheckboxIcons
+- sf:dark(org.jetbrains.jewel.ui.component.styling.CheckboxStyle$Companion,org.jetbrains.jewel.ui.component.styling.CheckboxColors,org.jetbrains.jewel.ui.component.styling.CheckboxMetrics,org.jetbrains.jewel.ui.component.styling.CheckboxIcons,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.CheckboxStyle
+- sf:dark-GyCwops(org.jetbrains.jewel.ui.component.styling.CheckboxColors$Companion,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.CheckboxColors
+- sf:defaults-xtx8w0A(org.jetbrains.jewel.ui.component.styling.CheckboxMetrics$Companion,J,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.shape.CornerSize,J,J,J,J,F):org.jetbrains.jewel.ui.component.styling.CheckboxMetrics
+- bs:defaults-xtx8w0A$default(org.jetbrains.jewel.ui.component.styling.CheckboxMetrics$Companion,J,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.shape.CornerSize,J,J,J,J,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.CheckboxMetrics
+- sf:light(org.jetbrains.jewel.ui.component.styling.CheckboxIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.CheckboxIcons
+- sf:light(org.jetbrains.jewel.ui.component.styling.CheckboxStyle$Companion,org.jetbrains.jewel.ui.component.styling.CheckboxColors,org.jetbrains.jewel.ui.component.styling.CheckboxMetrics,org.jetbrains.jewel.ui.component.styling.CheckboxIcons,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.CheckboxStyle
+- sf:light-GyCwops(org.jetbrains.jewel.ui.component.styling.CheckboxColors$Companion,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.CheckboxColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiChipStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.ChipStyle$Companion,org.jetbrains.jewel.ui.component.styling.ChipColors,org.jetbrains.jewel.ui.component.styling.ChipMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.ChipStyle
+- sf:dark-Sy8uPd4(org.jetbrains.jewel.ui.component.styling.ChipColors$Companion,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I,I,I):org.jetbrains.jewel.ui.component.styling.ChipColors
+- sf:defaults-oZzcvok(org.jetbrains.jewel.ui.component.styling.ChipMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,F,F):org.jetbrains.jewel.ui.component.styling.ChipMetrics
+- bs:defaults-oZzcvok$default(org.jetbrains.jewel.ui.component.styling.ChipMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,F,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ChipMetrics
+- sf:light(org.jetbrains.jewel.ui.component.styling.ChipStyle$Companion,org.jetbrains.jewel.ui.component.styling.ChipColors,org.jetbrains.jewel.ui.component.styling.ChipMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.ChipStyle
+- sf:light-Sy8uPd4(org.jetbrains.jewel.ui.component.styling.ChipColors$Companion,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I,I,I):org.jetbrains.jewel.ui.component.styling.ChipColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiCircularProgressStylingKt
+- sf:dark-O7O2-qc(org.jetbrains.jewel.ui.component.styling.CircularProgressStyle$Companion,J,J):org.jetbrains.jewel.ui.component.styling.CircularProgressStyle
+- bs:dark-O7O2-qc$default(org.jetbrains.jewel.ui.component.styling.CircularProgressStyle$Companion,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.CircularProgressStyle
+- sf:light-O7O2-qc(org.jetbrains.jewel.ui.component.styling.CircularProgressStyle$Companion,J,J):org.jetbrains.jewel.ui.component.styling.CircularProgressStyle
+- bs:light-O7O2-qc$default(org.jetbrains.jewel.ui.component.styling.CircularProgressStyle$Companion,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.CircularProgressStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiComboBoxStylingKt
+- sf:default-EfrW7C0(org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics$Companion,J,J,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,F,F):org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics
+- bs:default-EfrW7C0$default(org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics$Companion,J,J,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,F,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics
+- sf:defaults(org.jetbrains.jewel.ui.component.styling.ComboBoxIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey):org.jetbrains.jewel.ui.component.styling.ComboBoxIcons
+- bs:defaults$default(org.jetbrains.jewel.ui.component.styling.ComboBoxIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ComboBoxIcons
+- sf:getDefault(org.jetbrains.jewel.ui.component.styling.ComboBoxColors$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultComboBoxColorsFactory
+- sf:getDefault(org.jetbrains.jewel.ui.component.styling.ComboBoxStyle$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultComboBoxStyleFactory
+- sf:getUndecorated(org.jetbrains.jewel.ui.component.styling.ComboBoxColors$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiUndecoratedComboBoxColorsFactory
+- sf:getUndecorated(org.jetbrains.jewel.ui.component.styling.ComboBoxStyle$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiUndecoratedComboBoxStyleFactory
+- sf:undecorated-EfrW7C0(org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics$Companion,J,J,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,F,F):org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics
+- bs:undecorated-EfrW7C0$default(org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics$Companion,J,J,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,F,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultBannerStylesFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultBannerStylesFactory
+- f:dark(org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DefaultBannerStyles
+- f:light(org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DefaultBannerStyles
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultButtonColorFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultButtonColorFactory
+- f:dark-AckW74Y(androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,J,J,J,J,J,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.ButtonColors
+- f:light-AckW74Y(androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,J,J,J,J,J,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.ButtonColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultButtonStyleFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultButtonStyleFactory
+- f:dark(org.jetbrains.jewel.ui.component.styling.ButtonColors,org.jetbrains.jewel.ui.component.styling.ButtonMetrics,org.jetbrains.jewel.foundation.Stroke$Alignment,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.ButtonStyle
+- f:light(org.jetbrains.jewel.ui.component.styling.ButtonColors,org.jetbrains.jewel.ui.component.styling.ButtonMetrics,org.jetbrains.jewel.foundation.Stroke$Alignment,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.ButtonStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultComboBoxColorsFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultComboBoxColorsFactory
+- f:dark-V1nXRL4(J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.ComboBoxColors
+- f:light-V1nXRL4(J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.ComboBoxColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultComboBoxStyleFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultComboBoxStyleFactory
+- f:dark(org.jetbrains.jewel.ui.component.styling.ComboBoxColors,org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics,org.jetbrains.jewel.ui.component.styling.ComboBoxIcons,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.ComboBoxStyle
+- f:light(org.jetbrains.jewel.ui.component.styling.ComboBoxColors,org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics,org.jetbrains.jewel.ui.component.styling.ComboBoxIcons,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.ComboBoxStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultDropdownColorsFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultDropdownColorsFactory
+- f:dark-Xf8s2Ik(J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I,I):org.jetbrains.jewel.ui.component.styling.DropdownColors
+- f:light-Xf8s2Ik(J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I,I):org.jetbrains.jewel.ui.component.styling.DropdownColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultDropdownStyleFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultDropdownStyleFactory
+- f:dark(org.jetbrains.jewel.ui.component.styling.DropdownColors,org.jetbrains.jewel.ui.component.styling.DropdownMetrics,org.jetbrains.jewel.ui.component.styling.DropdownIcons,org.jetbrains.jewel.ui.component.styling.MenuStyle,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DropdownStyle
+- f:light(org.jetbrains.jewel.ui.component.styling.DropdownColors,org.jetbrains.jewel.ui.component.styling.DropdownMetrics,org.jetbrains.jewel.ui.component.styling.DropdownIcons,org.jetbrains.jewel.ui.component.styling.MenuStyle,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DropdownStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultErrorBannerColorFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultErrorBannerColorFactory
+- f:dark-dgg9oW8(J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.BannerColors
+- f:light-dgg9oW8(J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.BannerColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultErrorBannerStyleFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultErrorBannerStyleFactory
+- f:dark(org.jetbrains.jewel.ui.component.styling.BannerColors,org.jetbrains.jewel.ui.component.styling.BannerMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle
+- f:light(org.jetbrains.jewel.ui.component.styling.BannerColors,org.jetbrains.jewel.ui.component.styling.BannerMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultInformationBannerColorFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultInformationBannerColorFactory
+- f:dark-dgg9oW8(J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.BannerColors
+- f:light-dgg9oW8(J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.BannerColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultInformationBannerStyleFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultInformationBannerStyleFactory
+- f:dark(org.jetbrains.jewel.ui.component.styling.BannerColors,org.jetbrains.jewel.ui.component.styling.BannerMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle
+- f:light(org.jetbrains.jewel.ui.component.styling.BannerColors,org.jetbrains.jewel.ui.component.styling.BannerMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultSimpleListItemLazyTreeStyleFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultSimpleListItemLazyTreeStyleFactory
+- f:dark-69fazGs(J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.SimpleListItemColors
+- f:light-69fazGs(J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.SimpleListItemColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultSuccessBannerColorFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultSuccessBannerColorFactory
+- f:dark-dgg9oW8(J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.BannerColors
+- f:light-dgg9oW8(J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.BannerColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultSuccessBannerStyleFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultSuccessBannerStyleFactory
+- f:dark(org.jetbrains.jewel.ui.component.styling.BannerColors,org.jetbrains.jewel.ui.component.styling.BannerMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle
+- f:light(org.jetbrains.jewel.ui.component.styling.BannerColors,org.jetbrains.jewel.ui.component.styling.BannerMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultTabColorsFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultTabColorsFactory
+- f:dark-sQnm1Ko(J,J,J,J,J,J,J,J,J,J,J,J,J,J,J):org.jetbrains.jewel.ui.component.styling.TabColors
+- bs:dark-sQnm1Ko$default(org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultTabColorsFactory,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.TabColors
+- f:light-sQnm1Ko(J,J,J,J,J,J,J,J,J,J,J,J,J,J,J):org.jetbrains.jewel.ui.component.styling.TabColors
+- bs:light-sQnm1Ko$default(org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultTabColorsFactory,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.TabColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultTabStyleFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultTabStyleFactory
+- f:dark(org.jetbrains.jewel.ui.component.styling.TabColors,org.jetbrains.jewel.ui.component.styling.TabMetrics,org.jetbrains.jewel.ui.component.styling.TabIcons,org.jetbrains.jewel.ui.component.styling.TabContentAlpha,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.TabStyle
+- f:light(org.jetbrains.jewel.ui.component.styling.TabColors,org.jetbrains.jewel.ui.component.styling.TabMetrics,org.jetbrains.jewel.ui.component.styling.TabIcons,org.jetbrains.jewel.ui.component.styling.TabContentAlpha,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle):org.jetbrains.jewel.ui.component.styling.TabStyle
+- bs:light$default(org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultTabStyleFactory,org.jetbrains.jewel.ui.component.styling.TabColors,org.jetbrains.jewel.ui.component.styling.TabMetrics,org.jetbrains.jewel.ui.component.styling.TabIcons,org.jetbrains.jewel.ui.component.styling.TabContentAlpha,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.TabStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultWarningBannerColorFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultWarningBannerColorFactory
+- f:dark-dgg9oW8(J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.BannerColors
+- f:light-dgg9oW8(J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.BannerColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultWarningBannerStyleFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultWarningBannerStyleFactory
+- f:dark(org.jetbrains.jewel.ui.component.styling.BannerColors,org.jetbrains.jewel.ui.component.styling.BannerMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle
+- f:light(org.jetbrains.jewel.ui.component.styling.BannerColors,org.jetbrains.jewel.ui.component.styling.BannerMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDividerStyleKt
+- sf:dark-3IgeMak(org.jetbrains.jewel.ui.component.styling.DividerStyle$Companion,J,org.jetbrains.jewel.ui.component.styling.DividerMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DividerStyle
+- sf:light-3IgeMak(org.jetbrains.jewel.ui.component.styling.DividerStyle$Companion,J,org.jetbrains.jewel.ui.component.styling.DividerMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DividerStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiDropdownStylingKt
+- sf:default-Sq-BF7M(org.jetbrains.jewel.ui.component.styling.DropdownMetrics$Companion,J,J,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,F):org.jetbrains.jewel.ui.component.styling.DropdownMetrics
+- bs:default-Sq-BF7M$default(org.jetbrains.jewel.ui.component.styling.DropdownMetrics$Companion,J,J,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.DropdownMetrics
+- sf:defaults(org.jetbrains.jewel.ui.component.styling.DropdownIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey):org.jetbrains.jewel.ui.component.styling.DropdownIcons
+- bs:defaults$default(org.jetbrains.jewel.ui.component.styling.DropdownIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.DropdownIcons
+- sf:getDefault(org.jetbrains.jewel.ui.component.styling.DropdownColors$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultDropdownColorsFactory
+- sf:getDefault(org.jetbrains.jewel.ui.component.styling.DropdownStyle$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultDropdownStyleFactory
+- sf:getUndecorated(org.jetbrains.jewel.ui.component.styling.DropdownColors$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiUndecoratedDropdownColorsFactory
+- sf:getUndecorated(org.jetbrains.jewel.ui.component.styling.DropdownStyle$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiUndecoratedDropdownStyleFactory
+- sf:undecorated-Sq-BF7M(org.jetbrains.jewel.ui.component.styling.DropdownMetrics$Companion,J,J,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,F):org.jetbrains.jewel.ui.component.styling.DropdownMetrics
+- bs:undecorated-Sq-BF7M$default(org.jetbrains.jewel.ui.component.styling.DropdownMetrics$Companion,J,J,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.DropdownMetrics
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiEditorTabColorsFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiEditorTabColorsFactory
+- f:dark-sQnm1Ko(J,J,J,J,J,J,J,J,J,J,J,J,J,J,J):org.jetbrains.jewel.ui.component.styling.TabColors
+- bs:dark-sQnm1Ko$default(org.jetbrains.jewel.intui.standalone.styling.IntUiEditorTabColorsFactory,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.TabColors
+- f:light-sQnm1Ko(J,J,J,J,J,J,J,J,J,J,J,J,J,J,J):org.jetbrains.jewel.ui.component.styling.TabColors
+- bs:light-sQnm1Ko$default(org.jetbrains.jewel.intui.standalone.styling.IntUiEditorTabColorsFactory,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.TabColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiEditorTabStyleFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiEditorTabStyleFactory
+- f:dark(org.jetbrains.jewel.ui.component.styling.TabColors,org.jetbrains.jewel.ui.component.styling.TabMetrics,org.jetbrains.jewel.ui.component.styling.TabIcons,org.jetbrains.jewel.ui.component.styling.TabContentAlpha,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.TabStyle
+- f:light(org.jetbrains.jewel.ui.component.styling.TabColors,org.jetbrains.jewel.ui.component.styling.TabMetrics,org.jetbrains.jewel.ui.component.styling.TabIcons,org.jetbrains.jewel.ui.component.styling.TabContentAlpha,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.TabStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiGroupHeaderStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.GroupHeaderStyle$Companion,org.jetbrains.jewel.ui.component.styling.GroupHeaderColors,org.jetbrains.jewel.ui.component.styling.GroupHeaderMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.GroupHeaderStyle
+- sf:dark-iJQMabo(org.jetbrains.jewel.ui.component.styling.GroupHeaderColors$Companion,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.GroupHeaderColors
+- sf:defaults-VpY3zN4(org.jetbrains.jewel.ui.component.styling.GroupHeaderMetrics$Companion,F,F):org.jetbrains.jewel.ui.component.styling.GroupHeaderMetrics
+- bs:defaults-VpY3zN4$default(org.jetbrains.jewel.ui.component.styling.GroupHeaderMetrics$Companion,F,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.GroupHeaderMetrics
+- sf:light(org.jetbrains.jewel.ui.component.styling.GroupHeaderStyle$Companion,org.jetbrains.jewel.ui.component.styling.GroupHeaderColors,org.jetbrains.jewel.ui.component.styling.GroupHeaderMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.GroupHeaderStyle
+- sf:light-iJQMabo(org.jetbrains.jewel.ui.component.styling.GroupHeaderColors$Companion,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.GroupHeaderColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiHorizontalProgressBarStylingKt
+- sf:dark-45ZY6uE(org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarStyle$Companion,org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarColors,org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarMetrics,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarStyle
+- sf:dark-zf8z9n0(org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarColors$Companion,J,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarColors
+- sf:defaults-4j6BHR0(org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F,F):org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarMetrics
+- bs:defaults-4j6BHR0$default(org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarMetrics
+- sf:light-45ZY6uE(org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarStyle$Companion,org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarColors,org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarMetrics,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarStyle
+- sf:light-zf8z9n0(org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarColors$Companion,J,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiIconButtonStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.IconButtonStyle$Companion,org.jetbrains.jewel.ui.component.styling.IconButtonColors,org.jetbrains.jewel.ui.component.styling.IconButtonMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.IconButtonStyle
+- sf:dark-8v1krLo(org.jetbrains.jewel.ui.component.styling.IconButtonColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.IconButtonColors
+- sf:defaults-ij7-PLE(org.jetbrains.jewel.ui.component.styling.IconButtonMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F,androidx.compose.foundation.layout.PaddingValues,J):org.jetbrains.jewel.ui.component.styling.IconButtonMetrics
+- bs:defaults-ij7-PLE$default(org.jetbrains.jewel.ui.component.styling.IconButtonMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F,androidx.compose.foundation.layout.PaddingValues,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.IconButtonMetrics
+- sf:light(org.jetbrains.jewel.ui.component.styling.IconButtonStyle$Companion,org.jetbrains.jewel.ui.component.styling.IconButtonColors,org.jetbrains.jewel.ui.component.styling.IconButtonMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.IconButtonStyle
+- sf:light-8v1krLo(org.jetbrains.jewel.ui.component.styling.IconButtonColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.IconButtonColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiLazyTreeStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.LazyTreeStyle$Companion,org.jetbrains.jewel.ui.component.styling.SimpleListItemColors,org.jetbrains.jewel.ui.component.styling.LazyTreeMetrics,org.jetbrains.jewel.ui.component.styling.LazyTreeIcons,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.LazyTreeStyle
+- sf:defaults(org.jetbrains.jewel.ui.component.styling.LazyTreeIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey):org.jetbrains.jewel.ui.component.styling.LazyTreeIcons
+- bs:defaults$default(org.jetbrains.jewel.ui.component.styling.LazyTreeIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.LazyTreeIcons
+- sf:defaults-hRm7RI8(org.jetbrains.jewel.ui.component.styling.LazyTreeMetrics$Companion,F,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,F,F):org.jetbrains.jewel.ui.component.styling.LazyTreeMetrics
+- bs:defaults-hRm7RI8$default(org.jetbrains.jewel.ui.component.styling.LazyTreeMetrics$Companion,F,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,F,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.LazyTreeMetrics
+- sf:light(org.jetbrains.jewel.ui.component.styling.LazyTreeStyle$Companion,org.jetbrains.jewel.ui.component.styling.SimpleListItemColors,org.jetbrains.jewel.ui.component.styling.LazyTreeMetrics,org.jetbrains.jewel.ui.component.styling.LazyTreeIcons,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.LazyTreeStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiLinkStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.LinkStyle$Companion,org.jetbrains.jewel.ui.component.styling.LinkColors,org.jetbrains.jewel.ui.component.styling.LinkMetrics,org.jetbrains.jewel.ui.component.styling.LinkIcons,org.jetbrains.jewel.ui.component.styling.LinkUnderlineBehavior):org.jetbrains.jewel.ui.component.styling.LinkStyle
+- bs:dark$default(org.jetbrains.jewel.ui.component.styling.LinkStyle$Companion,org.jetbrains.jewel.ui.component.styling.LinkColors,org.jetbrains.jewel.ui.component.styling.LinkMetrics,org.jetbrains.jewel.ui.component.styling.LinkIcons,org.jetbrains.jewel.ui.component.styling.LinkUnderlineBehavior,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.LinkStyle
+- sf:dark-40kPL-U(org.jetbrains.jewel.ui.component.styling.LinkColors$Companion,J,J,J,J,J,J):org.jetbrains.jewel.ui.component.styling.LinkColors
+- bs:dark-40kPL-U$default(org.jetbrains.jewel.ui.component.styling.LinkColors$Companion,J,J,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.LinkColors
+- sf:defaults(org.jetbrains.jewel.ui.component.styling.LinkIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey):org.jetbrains.jewel.ui.component.styling.LinkIcons
+- bs:defaults$default(org.jetbrains.jewel.ui.component.styling.LinkIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.LinkIcons
+- sf:defaults-7dA9OmY(org.jetbrains.jewel.ui.component.styling.LinkMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F,J):org.jetbrains.jewel.ui.component.styling.LinkMetrics
+- bs:defaults-7dA9OmY$default(org.jetbrains.jewel.ui.component.styling.LinkMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.LinkMetrics
+- sf:light(org.jetbrains.jewel.ui.component.styling.LinkStyle$Companion,org.jetbrains.jewel.ui.component.styling.LinkColors,org.jetbrains.jewel.ui.component.styling.LinkMetrics,org.jetbrains.jewel.ui.component.styling.LinkIcons,org.jetbrains.jewel.ui.component.styling.LinkUnderlineBehavior):org.jetbrains.jewel.ui.component.styling.LinkStyle
+- bs:light$default(org.jetbrains.jewel.ui.component.styling.LinkStyle$Companion,org.jetbrains.jewel.ui.component.styling.LinkColors,org.jetbrains.jewel.ui.component.styling.LinkMetrics,org.jetbrains.jewel.ui.component.styling.LinkIcons,org.jetbrains.jewel.ui.component.styling.LinkUnderlineBehavior,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.LinkStyle
+- sf:light-40kPL-U(org.jetbrains.jewel.ui.component.styling.LinkColors$Companion,J,J,J,J,J,J):org.jetbrains.jewel.ui.component.styling.LinkColors
+- bs:light-40kPL-U$default(org.jetbrains.jewel.ui.component.styling.LinkColors$Companion,J,J,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.LinkColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiMenuStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.MenuStyle$Companion,org.jetbrains.jewel.ui.component.styling.MenuColors,org.jetbrains.jewel.ui.component.styling.MenuMetrics,org.jetbrains.jewel.ui.component.styling.MenuIcons,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.MenuStyle
+- sf:dark-Jy8F4Js(org.jetbrains.jewel.ui.component.styling.MenuColors$Companion,J,J,J,org.jetbrains.jewel.ui.component.styling.MenuItemColors,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.MenuColors
+- sf:dark-a3tHFA8(org.jetbrains.jewel.ui.component.styling.MenuItemColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I,I):org.jetbrains.jewel.ui.component.styling.MenuItemColors
+- sf:defaults(org.jetbrains.jewel.ui.component.styling.MenuIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey):org.jetbrains.jewel.ui.component.styling.MenuIcons
+- bs:defaults$default(org.jetbrains.jewel.ui.component.styling.MenuIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.MenuIcons
+- sf:defaults-BkVx2pU(org.jetbrains.jewel.ui.component.styling.SubmenuMetrics$Companion,J):org.jetbrains.jewel.ui.component.styling.SubmenuMetrics
+- bs:defaults-BkVx2pU$default(org.jetbrains.jewel.ui.component.styling.SubmenuMetrics$Companion,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.SubmenuMetrics
+- sf:defaults-ORMxH6s(org.jetbrains.jewel.ui.component.styling.MenuMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,J,F,F,org.jetbrains.jewel.ui.component.styling.MenuItemMetrics,org.jetbrains.jewel.ui.component.styling.SubmenuMetrics):org.jetbrains.jewel.ui.component.styling.MenuMetrics
+- bs:defaults-ORMxH6s$default(org.jetbrains.jewel.ui.component.styling.MenuMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,J,F,F,org.jetbrains.jewel.ui.component.styling.MenuItemMetrics,org.jetbrains.jewel.ui.component.styling.SubmenuMetrics,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.MenuMetrics
+- sf:defaults-r9IS1ZE(org.jetbrains.jewel.ui.component.styling.MenuItemMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,F,F,F,F):org.jetbrains.jewel.ui.component.styling.MenuItemMetrics
+- bs:defaults-r9IS1ZE$default(org.jetbrains.jewel.ui.component.styling.MenuItemMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,F,F,F,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.MenuItemMetrics
+- sf:light(org.jetbrains.jewel.ui.component.styling.MenuStyle$Companion,org.jetbrains.jewel.ui.component.styling.MenuColors,org.jetbrains.jewel.ui.component.styling.MenuMetrics,org.jetbrains.jewel.ui.component.styling.MenuIcons,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.MenuStyle
+- sf:light-Jy8F4Js(org.jetbrains.jewel.ui.component.styling.MenuColors$Companion,J,J,J,org.jetbrains.jewel.ui.component.styling.MenuItemColors,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.MenuColors
+- sf:light-a3tHFA8(org.jetbrains.jewel.ui.component.styling.MenuItemColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I,I):org.jetbrains.jewel.ui.component.styling.MenuItemColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiOutlinedButtonColorFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiOutlinedButtonColorFactory
+- f:dark-AckW74Y(androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,J,J,J,J,J,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.ButtonColors
+- f:light-AckW74Y(androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,J,J,J,J,J,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.ButtonColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiOutlinedButtonStyleFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiOutlinedButtonStyleFactory
+- f:dark(org.jetbrains.jewel.ui.component.styling.ButtonColors,org.jetbrains.jewel.ui.component.styling.ButtonMetrics,org.jetbrains.jewel.foundation.Stroke$Alignment,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.ButtonStyle
+- f:light(org.jetbrains.jewel.ui.component.styling.ButtonColors,org.jetbrains.jewel.ui.component.styling.ButtonMetrics,org.jetbrains.jewel.foundation.Stroke$Alignment,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.ButtonStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiPopupContainerStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.PopupContainerStyle$Companion,org.jetbrains.jewel.ui.component.styling.PopupContainerColors,org.jetbrains.jewel.ui.component.styling.PopupContainerMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.PopupContainerStyle
+- sf:dark-GyCwops(org.jetbrains.jewel.ui.component.styling.PopupContainerColors$Companion,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.PopupContainerColors
+- sf:defaults-Dd3ibrk(org.jetbrains.jewel.ui.component.styling.PopupContainerMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,J,F,F):org.jetbrains.jewel.ui.component.styling.PopupContainerMetrics
+- bs:defaults-Dd3ibrk$default(org.jetbrains.jewel.ui.component.styling.PopupContainerMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,J,F,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.PopupContainerMetrics
+- sf:light(org.jetbrains.jewel.ui.component.styling.PopupContainerStyle$Companion,org.jetbrains.jewel.ui.component.styling.PopupContainerColors,org.jetbrains.jewel.ui.component.styling.PopupContainerMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.PopupContainerStyle
+- sf:light-GyCwops(org.jetbrains.jewel.ui.component.styling.PopupContainerColors$Companion,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.PopupContainerColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiRadioButtonStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.RadioButtonIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey):org.jetbrains.jewel.ui.component.styling.RadioButtonIcons
+- sf:dark(org.jetbrains.jewel.ui.component.styling.RadioButtonStyle$Companion,org.jetbrains.jewel.ui.component.styling.RadioButtonColors,org.jetbrains.jewel.ui.component.styling.RadioButtonMetrics,org.jetbrains.jewel.ui.component.styling.RadioButtonIcons,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.RadioButtonStyle
+- bs:dark$default(org.jetbrains.jewel.ui.component.styling.RadioButtonIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.RadioButtonIcons
+- sf:dark-dPtIKUs(org.jetbrains.jewel.ui.component.styling.RadioButtonColors$Companion,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.RadioButtonColors
+- sf:defaults-Wf7Cy8o(org.jetbrains.jewel.ui.component.styling.RadioButtonMetrics$Companion,J,J,J,J,J,F):org.jetbrains.jewel.ui.component.styling.RadioButtonMetrics
+- bs:defaults-Wf7Cy8o$default(org.jetbrains.jewel.ui.component.styling.RadioButtonMetrics$Companion,J,J,J,J,J,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.RadioButtonMetrics
+- sf:light(org.jetbrains.jewel.ui.component.styling.RadioButtonIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey):org.jetbrains.jewel.ui.component.styling.RadioButtonIcons
+- sf:light(org.jetbrains.jewel.ui.component.styling.RadioButtonStyle$Companion,org.jetbrains.jewel.ui.component.styling.RadioButtonColors,org.jetbrains.jewel.ui.component.styling.RadioButtonMetrics,org.jetbrains.jewel.ui.component.styling.RadioButtonIcons,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.RadioButtonStyle
+- bs:light$default(org.jetbrains.jewel.ui.component.styling.RadioButtonIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.RadioButtonIcons
+- sf:light-dPtIKUs(org.jetbrains.jewel.ui.component.styling.RadioButtonColors$Companion,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.RadioButtonColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiScrollbarStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- sf:default(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible$Companion):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible
+- sf:default-TZvXluI(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling$Companion,F,F,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,J,J,J,J):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling
+- bs:default-TZvXluI$default(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling$Companion,F,F,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling
+- sf:light(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- sf:macOs-fYp4AQw(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible$Companion,F,androidx.compose.foundation.layout.PaddingValues,J,J,J):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible
+- bs:macOs-fYp4AQw$default(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible$Companion,F,androidx.compose.foundation.layout.PaddingValues,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible
+- sf:macOs-wH6b6FI(org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F):org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics
+- bs:macOs-wH6b6FI$default(org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics
+- sf:macOsDark(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- bs:macOsDark$default(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- sf:macOsDark-zwkVjRg(org.jetbrains.jewel.ui.component.styling.ScrollbarColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J):org.jetbrains.jewel.ui.component.styling.ScrollbarColors
+- bs:macOsDark-zwkVjRg$default(org.jetbrains.jewel.ui.component.styling.ScrollbarColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarColors
+- sf:macOsLight(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- bs:macOsLight$default(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- sf:macOsLight-zwkVjRg(org.jetbrains.jewel.ui.component.styling.ScrollbarColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J):org.jetbrains.jewel.ui.component.styling.ScrollbarColors
+- bs:macOsLight-zwkVjRg$default(org.jetbrains.jewel.ui.component.styling.ScrollbarColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarColors
+- sf:windowsAndLinux-tYhzLtE(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible$Companion,F,androidx.compose.foundation.layout.PaddingValues,J,J):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible
+- bs:windowsAndLinux-tYhzLtE$default(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible$Companion,F,androidx.compose.foundation.layout.PaddingValues,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible
+- sf:windowsAndLinux-wH6b6FI(org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F):org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics
+- bs:windowsAndLinux-wH6b6FI$default(org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics
+- sf:windowsAndLinuxDark(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- bs:windowsAndLinuxDark$default(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- sf:windowsAndLinuxDark-zwkVjRg(org.jetbrains.jewel.ui.component.styling.ScrollbarColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J):org.jetbrains.jewel.ui.component.styling.ScrollbarColors
+- bs:windowsAndLinuxDark-zwkVjRg$default(org.jetbrains.jewel.ui.component.styling.ScrollbarColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarColors
+- sf:windowsAndLinuxLight(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- bs:windowsAndLinuxLight$default(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- sf:windowsAndLinuxLight-zwkVjRg(org.jetbrains.jewel.ui.component.styling.ScrollbarColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J):org.jetbrains.jewel.ui.component.styling.ScrollbarColors
+- bs:windowsAndLinuxLight-zwkVjRg$default(org.jetbrains.jewel.ui.component.styling.ScrollbarColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiSegmentedControlButtonStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonStyle$Companion,org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonColors,org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonStyle
+- sf:dark-KkMT8bM(org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonColors$Companion,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,J,J,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonColors
+- sf:defaults-H1KY9o8(org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,J,F):org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonMetrics
+- bs:defaults-H1KY9o8$default(org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,J,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonMetrics
+- sf:light(org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonStyle$Companion,org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonColors,org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonStyle
+- sf:light-KkMT8bM(org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonColors$Companion,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,J,J,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiSegmentedControlStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.SegmentedControlColors$Companion,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.SegmentedControlColors
+- sf:dark(org.jetbrains.jewel.ui.component.styling.SegmentedControlStyle$Companion,org.jetbrains.jewel.ui.component.styling.SegmentedControlColors,org.jetbrains.jewel.ui.component.styling.SegmentedControlMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.SegmentedControlStyle
+- sf:defaults-wH6b6FI(org.jetbrains.jewel.ui.component.styling.SegmentedControlMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F):org.jetbrains.jewel.ui.component.styling.SegmentedControlMetrics
+- bs:defaults-wH6b6FI$default(org.jetbrains.jewel.ui.component.styling.SegmentedControlMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.SegmentedControlMetrics
+- sf:light(org.jetbrains.jewel.ui.component.styling.SegmentedControlColors$Companion,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.SegmentedControlColors
+- sf:light(org.jetbrains.jewel.ui.component.styling.SegmentedControlStyle$Companion,org.jetbrains.jewel.ui.component.styling.SegmentedControlColors,org.jetbrains.jewel.ui.component.styling.SegmentedControlMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.SegmentedControlStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiSelectableLazyColumnStylingKt
+- sf:dark-V6-xPKs(org.jetbrains.jewel.ui.component.styling.SelectableLazyColumnStyle$Companion,F,J,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.SelectableLazyColumnStyle
+- sf:light-V6-xPKs(org.jetbrains.jewel.ui.component.styling.SelectableLazyColumnStyle$Companion,F,J,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.SelectableLazyColumnStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiSimpleListItemStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle$Companion):org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle
+- sf:darkFullWidth-iLRpYWo(org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle$Companion,J,J,J,J,J,J,J,J):org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle
+- bs:darkFullWidth-iLRpYWo$default(org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle$Companion,J,J,J,J,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle
+- sf:default(org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle
+- sf:fullWidth(org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle
+- sf:light(org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle$Companion):org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle
+- sf:lightFullWidth-iLRpYWo(org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle$Companion,J,J,J,J,J,J,J,J):org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle
+- bs:lightFullWidth-iLRpYWo$default(org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle$Companion,J,J,J,J,J,J,J,J,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiSliderStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.SliderStyle$Companion,org.jetbrains.jewel.ui.component.styling.SliderColors,org.jetbrains.jewel.ui.component.styling.SliderMetrics,androidx.compose.ui.graphics.Shape,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.SliderStyle
+- sf:dark-8v1krLo(org.jetbrains.jewel.ui.component.styling.SliderColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.SliderColors
+- sf:defaults-nDjVmYc(org.jetbrains.jewel.ui.component.styling.SliderMetrics$Companion,F,J,F,F,F,F,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.SliderMetrics
+- sf:light(org.jetbrains.jewel.ui.component.styling.SliderStyle$Companion,org.jetbrains.jewel.ui.component.styling.SliderColors,org.jetbrains.jewel.ui.component.styling.SliderMetrics,androidx.compose.ui.graphics.Shape,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.SliderStyle
+- sf:light-8v1krLo(org.jetbrains.jewel.ui.component.styling.SliderColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.SliderColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiTabStripScrollbarStylingKt
+- sf:tabStrip-ziNgDLE(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible$Companion,F,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible
+- bs:tabStrip-ziNgDLE$default(org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible$Companion,F,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible
+- sf:tabStripDark(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- sf:tabStripLight(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- sf:tabStripMacOs-wH6b6FI(org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F):org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics
+- bs:tabStripMacOs-wH6b6FI$default(org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics
+- sf:tabStripMacOsDark(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- bs:tabStripMacOsDark$default(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- sf:tabStripMacOsLight(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- bs:tabStripMacOsLight$default(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- sf:tabStripWindowsAndLinux-wH6b6FI(org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F):org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics
+- bs:tabStripWindowsAndLinux-wH6b6FI$default(org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics$Companion,androidx.compose.foundation.shape.CornerSize,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics
+- sf:tabStripWindowsAndLinuxDark(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- bs:tabStripWindowsAndLinuxDark$default(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- sf:tabStripWindowsAndLinuxLight(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- bs:tabStripWindowsAndLinuxLight$default(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion,org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiTabStylingKt
+- sf:default(org.jetbrains.jewel.ui.component.styling.TabContentAlpha$Companion,F,F,F,F,F,F,F,F,F,F):org.jetbrains.jewel.ui.component.styling.TabContentAlpha
+- bs:default$default(org.jetbrains.jewel.ui.component.styling.TabContentAlpha$Companion,F,F,F,F,F,F,F,F,F,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.TabContentAlpha
+- sf:defaults(org.jetbrains.jewel.ui.component.styling.TabIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey):org.jetbrains.jewel.ui.component.styling.TabIcons
+- bs:defaults$default(org.jetbrains.jewel.ui.component.styling.TabIcons$Companion,org.jetbrains.jewel.ui.icon.IconKey,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.TabIcons
+- sf:defaults-t6ZgxxQ(org.jetbrains.jewel.ui.component.styling.TabMetrics$Companion,F,androidx.compose.foundation.layout.PaddingValues,F,F,F):org.jetbrains.jewel.ui.component.styling.TabMetrics
+- bs:defaults-t6ZgxxQ$default(org.jetbrains.jewel.ui.component.styling.TabMetrics$Companion,F,androidx.compose.foundation.layout.PaddingValues,F,F,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.TabMetrics
+- sf:editor(org.jetbrains.jewel.ui.component.styling.TabContentAlpha$Companion,F,F,F,F,F,F,F,F,F,F):org.jetbrains.jewel.ui.component.styling.TabContentAlpha
+- bs:editor$default(org.jetbrains.jewel.ui.component.styling.TabContentAlpha$Companion,F,F,F,F,F,F,F,F,F,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.TabContentAlpha
+- sf:getDefault(org.jetbrains.jewel.ui.component.styling.TabColors$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultTabColorsFactory
+- sf:getDefault(org.jetbrains.jewel.ui.component.styling.TabStyle$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiDefaultTabStyleFactory
+- sf:getEditor(org.jetbrains.jewel.ui.component.styling.TabColors$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiEditorTabColorsFactory
+- sf:getEditor(org.jetbrains.jewel.ui.component.styling.TabStyle$Companion):org.jetbrains.jewel.intui.standalone.styling.IntUiEditorTabStyleFactory
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiTextAreaStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.TextAreaStyle$Companion,org.jetbrains.jewel.ui.component.styling.TextAreaColors,org.jetbrains.jewel.ui.component.styling.TextAreaMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.TextAreaStyle
+- sf:dark-a3tHFA8(org.jetbrains.jewel.ui.component.styling.TextAreaColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I,I):org.jetbrains.jewel.ui.component.styling.TextAreaColors
+- sf:defaults-H1KY9o8(org.jetbrains.jewel.ui.component.styling.TextAreaMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,J,F):org.jetbrains.jewel.ui.component.styling.TextAreaMetrics
+- bs:defaults-H1KY9o8$default(org.jetbrains.jewel.ui.component.styling.TextAreaMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,J,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.TextAreaMetrics
+- sf:light(org.jetbrains.jewel.ui.component.styling.TextAreaStyle$Companion,org.jetbrains.jewel.ui.component.styling.TextAreaColors,org.jetbrains.jewel.ui.component.styling.TextAreaMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.TextAreaStyle
+- sf:light-a3tHFA8(org.jetbrains.jewel.ui.component.styling.TextAreaColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I,I):org.jetbrains.jewel.ui.component.styling.TextAreaColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiTextFieldStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.TextFieldStyle$Companion,org.jetbrains.jewel.ui.component.styling.TextFieldColors,org.jetbrains.jewel.ui.component.styling.TextFieldMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.TextFieldStyle
+- sf:dark-a3tHFA8(org.jetbrains.jewel.ui.component.styling.TextFieldColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I,I):org.jetbrains.jewel.ui.component.styling.TextFieldColors
+- sf:defaults-H1KY9o8(org.jetbrains.jewel.ui.component.styling.TextFieldMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,J,F):org.jetbrains.jewel.ui.component.styling.TextFieldMetrics
+- bs:defaults-H1KY9o8$default(org.jetbrains.jewel.ui.component.styling.TextFieldMetrics$Companion,androidx.compose.foundation.shape.CornerSize,androidx.compose.foundation.layout.PaddingValues,J,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.TextFieldMetrics
+- sf:light(org.jetbrains.jewel.ui.component.styling.TextFieldStyle$Companion,org.jetbrains.jewel.ui.component.styling.TextFieldColors,org.jetbrains.jewel.ui.component.styling.TextFieldMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.TextFieldStyle
+- sf:light-a3tHFA8(org.jetbrains.jewel.ui.component.styling.TextFieldColors$Companion,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I,I):org.jetbrains.jewel.ui.component.styling.TextFieldColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiTooltipStylingKt
+- sf:dark(org.jetbrains.jewel.ui.component.styling.TooltipStyle$Companion,org.jetbrains.jewel.ui.component.styling.TooltipColors,org.jetbrains.jewel.ui.component.styling.TooltipMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.TooltipStyle
+- sf:dark-zf8z9n0(org.jetbrains.jewel.ui.component.styling.TooltipColors$Companion,J,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.TooltipColors
+- sf:light(org.jetbrains.jewel.ui.component.styling.TooltipStyle$Companion,org.jetbrains.jewel.ui.component.styling.TooltipColors,org.jetbrains.jewel.ui.component.styling.TooltipMetrics,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.TooltipStyle
+- sf:light-zf8z9n0(org.jetbrains.jewel.ui.component.styling.TooltipColors$Companion,J,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.TooltipColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiUndecoratedComboBoxColorsFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiUndecoratedComboBoxColorsFactory
+- f:dark-HlaysQ4(J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.ComboBoxColors
+- f:light-HlaysQ4(J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.ComboBoxColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiUndecoratedComboBoxStyleFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiUndecoratedComboBoxStyleFactory
+- f:dark(org.jetbrains.jewel.ui.component.styling.ComboBoxColors,org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics,org.jetbrains.jewel.ui.component.styling.ComboBoxIcons,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.ComboBoxStyle
+- f:light(org.jetbrains.jewel.ui.component.styling.ComboBoxColors,org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics,org.jetbrains.jewel.ui.component.styling.ComboBoxIcons,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.ComboBoxStyle
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiUndecoratedDropdownColorsFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiUndecoratedDropdownColorsFactory
+- f:dark-0ik9mME(J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.DropdownColors
+- f:light-0ik9mME(J,J,J,J,J,J,J,J,J,J,J,J,J,J,J,androidx.compose.runtime.Composer,I,I,I):org.jetbrains.jewel.ui.component.styling.DropdownColors
+f:org.jetbrains.jewel.intui.standalone.styling.IntUiUndecoratedDropdownStyleFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.intui.standalone.styling.IntUiUndecoratedDropdownStyleFactory
+- f:dark(org.jetbrains.jewel.ui.component.styling.DropdownColors,org.jetbrains.jewel.ui.component.styling.DropdownMetrics,org.jetbrains.jewel.ui.component.styling.DropdownIcons,org.jetbrains.jewel.ui.component.styling.MenuStyle,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DropdownStyle
+- f:light(org.jetbrains.jewel.ui.component.styling.DropdownColors,org.jetbrains.jewel.ui.component.styling.DropdownMetrics,org.jetbrains.jewel.ui.component.styling.DropdownIcons,org.jetbrains.jewel.ui.component.styling.MenuStyle,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.styling.DropdownStyle
+f:org.jetbrains.jewel.intui.standalone.theme.IntUiGlobalColorsKt
+- sf:dark-GyCwops(org.jetbrains.jewel.foundation.BorderColors$Companion,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.foundation.BorderColors
+- sf:dark-Hformbs(org.jetbrains.jewel.foundation.OutlineColors$Companion,J,J,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.foundation.OutlineColors
+- sf:dark-Hformbs(org.jetbrains.jewel.foundation.TextColors$Companion,J,J,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.foundation.TextColors
+- sf:dark-yrwZFoE(org.jetbrains.jewel.foundation.GlobalColors$Companion,org.jetbrains.jewel.foundation.BorderColors,org.jetbrains.jewel.foundation.OutlineColors,org.jetbrains.jewel.foundation.TextColors,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.foundation.GlobalColors
+- sf:light-GyCwops(org.jetbrains.jewel.foundation.BorderColors$Companion,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.foundation.BorderColors
+- sf:light-Hformbs(org.jetbrains.jewel.foundation.OutlineColors$Companion,J,J,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.foundation.OutlineColors
+- sf:light-Hformbs(org.jetbrains.jewel.foundation.TextColors$Companion,J,J,J,J,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.foundation.TextColors
+- sf:light-yrwZFoE(org.jetbrains.jewel.foundation.GlobalColors$Companion,org.jetbrains.jewel.foundation.BorderColors,org.jetbrains.jewel.foundation.OutlineColors,org.jetbrains.jewel.foundation.TextColors,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.foundation.GlobalColors
+f:org.jetbrains.jewel.intui.standalone.theme.IntUiGlobalMetricsKt
+- sf:defaults-VpY3zN4(org.jetbrains.jewel.foundation.GlobalMetrics$Companion,F,F):org.jetbrains.jewel.foundation.GlobalMetrics
+- bs:defaults-VpY3zN4$default(org.jetbrains.jewel.foundation.GlobalMetrics$Companion,F,F,I,java.lang.Object):org.jetbrains.jewel.foundation.GlobalMetrics
+f:org.jetbrains.jewel.intui.standalone.theme.IntUiThemeKt
+- sf:IntUiTheme(org.jetbrains.jewel.foundation.theme.ThemeDefinition,org.jetbrains.jewel.ui.ComponentStyling,Z,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:IntUiTheme(Z,Z,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:dark(org.jetbrains.jewel.ui.ComponentStyling,org.jetbrains.jewel.ui.component.styling.CheckboxStyle,org.jetbrains.jewel.ui.component.styling.ChipStyle,org.jetbrains.jewel.ui.component.styling.CircularProgressStyle,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyles,org.jetbrains.jewel.ui.component.styling.ComboBoxStyle,org.jetbrains.jewel.ui.component.styling.ButtonStyle,org.jetbrains.jewel.ui.component.styling.TabStyle,org.jetbrains.jewel.ui.component.styling.DividerStyle,org.jetbrains.jewel.ui.component.styling.DropdownStyle,org.jetbrains.jewel.ui.component.styling.TabStyle,org.jetbrains.jewel.ui.component.styling.GroupHeaderStyle,org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarStyle,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,org.jetbrains.jewel.ui.component.styling.LazyTreeStyle,org.jetbrains.jewel.ui.component.styling.LinkStyle,org.jetbrains.jewel.ui.component.styling.MenuStyle,org.jetbrains.jewel.ui.component.styling.ButtonStyle,org.jetbrains.jewel.ui.component.styling.PopupContainerStyle,org.jetbrains.jewel.ui.component.styling.RadioButtonStyle,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonStyle,org.jetbrains.jewel.ui.component.styling.SegmentedControlStyle,org.jetbrains.jewel.ui.component.styling.SelectableLazyColumnStyle,org.jetbrains.jewel.ui.component.styling.SliderStyle,org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle,org.jetbrains.jewel.ui.component.styling.TextAreaStyle,org.jetbrains.jewel.ui.component.styling.TextFieldStyle,org.jetbrains.jewel.ui.component.styling.TooltipStyle,org.jetbrains.jewel.ui.component.styling.DropdownStyle,androidx.compose.runtime.Composer,I,I,I,I):org.jetbrains.jewel.ui.ComponentStyling
+- sf:darkThemeDefinition-VRxQTpk(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,org.jetbrains.jewel.foundation.GlobalColors,org.jetbrains.jewel.foundation.GlobalMetrics,org.jetbrains.jewel.foundation.theme.ThemeColorPalette,org.jetbrains.jewel.foundation.theme.ThemeIconData,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.TextStyle,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.foundation.theme.ThemeDefinition
+- sf:default(org.jetbrains.jewel.ui.ComponentStyling,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.ComponentStyling
+- sf:light(org.jetbrains.jewel.ui.ComponentStyling,org.jetbrains.jewel.ui.component.styling.CheckboxStyle,org.jetbrains.jewel.ui.component.styling.ChipStyle,org.jetbrains.jewel.ui.component.styling.CircularProgressStyle,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyles,org.jetbrains.jewel.ui.component.styling.ComboBoxStyle,org.jetbrains.jewel.ui.component.styling.ButtonStyle,org.jetbrains.jewel.ui.component.styling.TabStyle,org.jetbrains.jewel.ui.component.styling.DividerStyle,org.jetbrains.jewel.ui.component.styling.DropdownStyle,org.jetbrains.jewel.ui.component.styling.TabStyle,org.jetbrains.jewel.ui.component.styling.GroupHeaderStyle,org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarStyle,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,org.jetbrains.jewel.ui.component.styling.LazyTreeStyle,org.jetbrains.jewel.ui.component.styling.LinkStyle,org.jetbrains.jewel.ui.component.styling.MenuStyle,org.jetbrains.jewel.ui.component.styling.PopupContainerStyle,org.jetbrains.jewel.ui.component.styling.ButtonStyle,org.jetbrains.jewel.ui.component.styling.RadioButtonStyle,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonStyle,org.jetbrains.jewel.ui.component.styling.SegmentedControlStyle,org.jetbrains.jewel.ui.component.styling.SliderStyle,org.jetbrains.jewel.ui.component.styling.SelectableLazyColumnStyle,org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle,org.jetbrains.jewel.ui.component.styling.TextAreaStyle,org.jetbrains.jewel.ui.component.styling.TextFieldStyle,org.jetbrains.jewel.ui.component.styling.TooltipStyle,org.jetbrains.jewel.ui.component.styling.DropdownStyle,androidx.compose.runtime.Composer,I,I,I,I):org.jetbrains.jewel.ui.ComponentStyling
+- sf:lightThemeDefinition-VRxQTpk(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,org.jetbrains.jewel.foundation.GlobalColors,org.jetbrains.jewel.foundation.GlobalMetrics,org.jetbrains.jewel.foundation.theme.ThemeColorPalette,org.jetbrains.jewel.foundation.theme.ThemeIconData,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.TextStyle,J,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.foundation.theme.ThemeDefinition
+f:org.jetbrains.jewel.intui.standalone.theme.TextStylesKt
+- sf:createDefaultTextStyle-8YS_zAE(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.ui.graphics.Brush,F,J,androidx.compose.ui.text.font.FontWeight,androidx.compose.ui.text.font.FontStyle,androidx.compose.ui.text.font.FontSynthesis,androidx.compose.ui.text.font.FontFamily,java.lang.String,J,androidx.compose.ui.text.style.BaselineShift,androidx.compose.ui.text.style.TextGeometricTransform,androidx.compose.ui.text.intl.LocaleList,J,androidx.compose.ui.text.style.TextDecoration,androidx.compose.ui.graphics.Shadow,androidx.compose.ui.graphics.drawscope.DrawStyle,I,I,J,androidx.compose.ui.text.style.TextIndent,androidx.compose.ui.text.PlatformTextStyle,androidx.compose.ui.text.style.LineHeightStyle,I,I,androidx.compose.ui.text.style.TextMotion):androidx.compose.ui.text.TextStyle
+- bs:createDefaultTextStyle-8YS_zAE$default(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.ui.graphics.Brush,F,J,androidx.compose.ui.text.font.FontWeight,androidx.compose.ui.text.font.FontStyle,androidx.compose.ui.text.font.FontSynthesis,androidx.compose.ui.text.font.FontFamily,java.lang.String,J,androidx.compose.ui.text.style.BaselineShift,androidx.compose.ui.text.style.TextGeometricTransform,androidx.compose.ui.text.intl.LocaleList,J,androidx.compose.ui.text.style.TextDecoration,androidx.compose.ui.graphics.Shadow,androidx.compose.ui.graphics.drawscope.DrawStyle,I,I,J,androidx.compose.ui.text.style.TextIndent,androidx.compose.ui.text.PlatformTextStyle,androidx.compose.ui.text.style.LineHeightStyle,I,I,androidx.compose.ui.text.style.TextMotion,I,java.lang.Object):androidx.compose.ui.text.TextStyle
+- sf:createDefaultTextStyle-E8vpBtw(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,J,J,androidx.compose.ui.text.font.FontWeight,androidx.compose.ui.text.font.FontStyle,androidx.compose.ui.text.font.FontSynthesis,androidx.compose.ui.text.font.FontFamily,java.lang.String,J,androidx.compose.ui.text.style.BaselineShift,androidx.compose.ui.text.style.TextGeometricTransform,androidx.compose.ui.text.intl.LocaleList,J,androidx.compose.ui.text.style.TextDecoration,androidx.compose.ui.graphics.Shadow,androidx.compose.ui.graphics.drawscope.DrawStyle,I,I,J,androidx.compose.ui.text.style.TextIndent,androidx.compose.ui.text.PlatformTextStyle,androidx.compose.ui.text.style.LineHeightStyle,I,I,androidx.compose.ui.text.style.TextMotion):androidx.compose.ui.text.TextStyle
+- bs:createDefaultTextStyle-E8vpBtw$default(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,J,J,androidx.compose.ui.text.font.FontWeight,androidx.compose.ui.text.font.FontStyle,androidx.compose.ui.text.font.FontSynthesis,androidx.compose.ui.text.font.FontFamily,java.lang.String,J,androidx.compose.ui.text.style.BaselineShift,androidx.compose.ui.text.style.TextGeometricTransform,androidx.compose.ui.text.intl.LocaleList,J,androidx.compose.ui.text.style.TextDecoration,androidx.compose.ui.graphics.Shadow,androidx.compose.ui.graphics.drawscope.DrawStyle,I,I,J,androidx.compose.ui.text.style.TextIndent,androidx.compose.ui.text.PlatformTextStyle,androidx.compose.ui.text.style.LineHeightStyle,I,I,androidx.compose.ui.text.style.TextMotion,I,java.lang.Object):androidx.compose.ui.text.TextStyle
+- sf:createEditorTextStyle-8YS_zAE(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.ui.graphics.Brush,F,J,androidx.compose.ui.text.font.FontWeight,androidx.compose.ui.text.font.FontStyle,androidx.compose.ui.text.font.FontSynthesis,androidx.compose.ui.text.font.FontFamily,java.lang.String,J,androidx.compose.ui.text.style.BaselineShift,androidx.compose.ui.text.style.TextGeometricTransform,androidx.compose.ui.text.intl.LocaleList,J,androidx.compose.ui.text.style.TextDecoration,androidx.compose.ui.graphics.Shadow,androidx.compose.ui.graphics.drawscope.DrawStyle,I,I,J,androidx.compose.ui.text.style.TextIndent,androidx.compose.ui.text.PlatformTextStyle,androidx.compose.ui.text.style.LineHeightStyle,I,I,androidx.compose.ui.text.style.TextMotion):androidx.compose.ui.text.TextStyle
+- bs:createEditorTextStyle-8YS_zAE$default(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.ui.graphics.Brush,F,J,androidx.compose.ui.text.font.FontWeight,androidx.compose.ui.text.font.FontStyle,androidx.compose.ui.text.font.FontSynthesis,androidx.compose.ui.text.font.FontFamily,java.lang.String,J,androidx.compose.ui.text.style.BaselineShift,androidx.compose.ui.text.style.TextGeometricTransform,androidx.compose.ui.text.intl.LocaleList,J,androidx.compose.ui.text.style.TextDecoration,androidx.compose.ui.graphics.Shadow,androidx.compose.ui.graphics.drawscope.DrawStyle,I,I,J,androidx.compose.ui.text.style.TextIndent,androidx.compose.ui.text.PlatformTextStyle,androidx.compose.ui.text.style.LineHeightStyle,I,I,androidx.compose.ui.text.style.TextMotion,I,java.lang.Object):androidx.compose.ui.text.TextStyle
+- sf:createEditorTextStyle-E8vpBtw(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,J,J,androidx.compose.ui.text.font.FontWeight,androidx.compose.ui.text.font.FontStyle,androidx.compose.ui.text.font.FontSynthesis,androidx.compose.ui.text.font.FontFamily,java.lang.String,J,androidx.compose.ui.text.style.BaselineShift,androidx.compose.ui.text.style.TextGeometricTransform,androidx.compose.ui.text.intl.LocaleList,J,androidx.compose.ui.text.style.TextDecoration,androidx.compose.ui.graphics.Shadow,androidx.compose.ui.graphics.drawscope.DrawStyle,I,I,J,androidx.compose.ui.text.style.TextIndent,androidx.compose.ui.text.PlatformTextStyle,androidx.compose.ui.text.style.LineHeightStyle,I,I,androidx.compose.ui.text.style.TextMotion):androidx.compose.ui.text.TextStyle
+- bs:createEditorTextStyle-E8vpBtw$default(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,J,J,androidx.compose.ui.text.font.FontWeight,androidx.compose.ui.text.font.FontStyle,androidx.compose.ui.text.font.FontSynthesis,androidx.compose.ui.text.font.FontFamily,java.lang.String,J,androidx.compose.ui.text.style.BaselineShift,androidx.compose.ui.text.style.TextGeometricTransform,androidx.compose.ui.text.intl.LocaleList,J,androidx.compose.ui.text.style.TextDecoration,androidx.compose.ui.graphics.Shadow,androidx.compose.ui.graphics.drawscope.DrawStyle,I,I,J,androidx.compose.ui.text.style.TextIndent,androidx.compose.ui.text.PlatformTextStyle,androidx.compose.ui.text.style.LineHeightStyle,I,I,androidx.compose.ui.text.style.TextMotion,I,java.lang.Object):androidx.compose.ui.text.TextStyle
diff --git a/platform/jewel/int-ui/int-ui-standalone/exposed-third-party-api.txt b/platform/jewel/int-ui/int-ui-standalone/exposed-third-party-api.txt
new file mode 100644
index 000000000000..103cb043598f
--- /dev/null
+++ b/platform/jewel/int-ui/int-ui-standalone/exposed-third-party-api.txt
@@ -0,0 +1 @@
+androidx/compose/**
diff --git a/platform/jewel/int-ui/int-ui-standalone/generated/theme/org/jetbrains/jewel/intui/core/theme/IntUiDarkTheme.kt b/platform/jewel/int-ui/int-ui-standalone/generated/theme/org/jetbrains/jewel/intui/core/theme/IntUiDarkTheme.kt
new file mode 100644
index 000000000000..dec708d7f71b
--- /dev/null
+++ b/platform/jewel/int-ui/int-ui-standalone/generated/theme/org/jetbrains/jewel/intui/core/theme/IntUiDarkTheme.kt
@@ -0,0 +1,268 @@
+// Generated by the Jewel Int UI Palette Generator
+// Generated from the IntelliJ Platform version idea/243.19420.21
+// Source: https://raw.githubusercontent.com/JetBrains/intellij-community/idea/243.19420.21/platform/platform-resources/src/themes/expUI/expUI_dark.theme.json
+package org.jetbrains.jewel.intui.core.theme
+
+import androidx.compose.ui.graphics.Color
+import kotlin.Boolean
+import kotlin.String
+import org.jetbrains.jewel.foundation.theme.ThemeColorPalette
+import org.jetbrains.jewel.foundation.theme.ThemeDescriptor
+import org.jetbrains.jewel.foundation.theme.ThemeIconData
+
+public object IntUiDarkTheme : ThemeDescriptor {
+ override val isDark: Boolean = true
+
+ override val name: String = "Dark (Int UI)"
+
+ override val colors: ThemeColorPalette = ThemeColorPalette(
+ gray = listOf(
+ Color(0xFF1E1F22),
+ Color(0xFF2B2D30),
+ Color(0xFF393B40),
+ Color(0xFF43454A),
+ Color(0xFF4E5157),
+ Color(0xFF5A5D63),
+ Color(0xFF6F737A),
+ Color(0xFF868A91),
+ Color(0xFF9DA0A8),
+ Color(0xFFB4B8BF),
+ Color(0xFFCED0D6),
+ Color(0xFFDFE1E5),
+ Color(0xFFF0F1F2),
+ Color(0xFFFFFFFF)
+ ),
+ blue = listOf(
+ Color(0xFF25324D),
+ Color(0xFF2E436E),
+ Color(0xFF35538F),
+ Color(0xFF375FAD),
+ Color(0xFF366ACE),
+ Color(0xFF3574F0),
+ Color(0xFF467FF2),
+ Color(0xFF548AF7),
+ Color(0xFF6B9BFA),
+ Color(0xFF83ACFC),
+ Color(0xFF99BBFF),
+ Color(0xFFB5CEFF),
+ Color(0xFFD1E0FF)
+ ),
+ green = listOf(
+ Color(0xFF253627),
+ Color(0xFF273828),
+ Color(0xFF375239),
+ Color(0xFF436946),
+ Color(0xFF4E8052),
+ Color(0xFF57965C),
+ Color(0xFF5FAD65),
+ Color(0xFF73BD79),
+ Color(0xFF89CC8E),
+ Color(0xFFA0DBA5),
+ Color(0xFFB9EBBD),
+ Color(0xFFD4FAD7)
+ ),
+ yellow = listOf(
+ Color(0xFF3D3223),
+ Color(0xFF5E4D33),
+ Color(0xFF826A41),
+ Color(0xFF9E814A),
+ Color(0xFFBA9752),
+ Color(0xFFD6AE58),
+ Color(0xFFF2C55C),
+ Color(0xFFF5D273),
+ Color(0xFFF7DE8B),
+ Color(0xFFFCEBA4),
+ Color(0xFFFFF6BD)
+ ),
+ red = listOf(
+ Color(0xFF402929),
+ Color(0xFF472B2B),
+ Color(0xFF5E3838),
+ Color(0xFF7A4343),
+ Color(0xFF9C4E4E),
+ Color(0xFFBD5757),
+ Color(0xFFDB5C5C),
+ Color(0xFFE37774),
+ Color(0xFFEB938D),
+ Color(0xFFF2B1AA),
+ Color(0xFFF7CCC6),
+ Color(0xFFFAE3DE)
+ ),
+ orange = listOf(
+ Color(0xFF45322B),
+ Color(0xFF614438),
+ Color(0xFF825845),
+ Color(0xFFA36B4E),
+ Color(0xFFC27A53),
+ Color(0xFFE08855),
+ Color(0xFFE5986C),
+ Color(0xFFF0AC81),
+ Color(0xFFF5BD98),
+ Color(0xFFFACEAF),
+ Color(0xFFFFDFC7)
+ ),
+ purple = listOf(
+ Color(0xFF2F2936),
+ Color(0xFF3B3147),
+ Color(0xFF433358),
+ Color(0xFF583D7A),
+ Color(0xFF6C469C),
+ Color(0xFF8150BE),
+ Color(0xFF955AE0),
+ Color(0xFFA571E6),
+ Color(0xFFB589EC),
+ Color(0xFFC4A0F3),
+ Color(0xFFD4B8F9),
+ Color(0xFFE4CEFF)
+ ),
+ teal = listOf(
+ Color(0xFF1D3838),
+ Color(0xFF1D3D3B),
+ Color(0xFF1E4D4A),
+ Color(0xFF20635D),
+ Color(0xFF21786F),
+ Color(0xFF238E82),
+ Color(0xFF24A394),
+ Color(0xFF42B1A4),
+ Color(0xFF60C0B5),
+ Color(0xFF7DCEC5),
+ Color(0xFF9BDDD6),
+ Color(0xFFB9EBE6)
+ ),
+
+ rawMap = mapOf(
+ "Gray1" to Color(0xFF1E1F22),
+ "Gray2" to Color(0xFF2B2D30),
+ "Gray3" to Color(0xFF393B40),
+ "Gray4" to Color(0xFF43454A),
+ "Gray5" to Color(0xFF4E5157),
+ "Gray6" to Color(0xFF5A5D63),
+ "Gray7" to Color(0xFF6F737A),
+ "Gray8" to Color(0xFF868A91),
+ "Gray9" to Color(0xFF9DA0A8),
+ "Gray10" to Color(0xFFB4B8BF),
+ "Gray11" to Color(0xFFCED0D6),
+ "Gray12" to Color(0xFFDFE1E5),
+ "Gray13" to Color(0xFFF0F1F2),
+ "Gray14" to Color(0xFFFFFFFF),
+ "Blue1" to Color(0xFF25324D),
+ "Blue2" to Color(0xFF2E436E),
+ "Blue3" to Color(0xFF35538F),
+ "Blue4" to Color(0xFF375FAD),
+ "Blue5" to Color(0xFF366ACE),
+ "Blue6" to Color(0xFF3574F0),
+ "Blue7" to Color(0xFF467FF2),
+ "Blue8" to Color(0xFF548AF7),
+ "Blue9" to Color(0xFF6B9BFA),
+ "Blue10" to Color(0xFF83ACFC),
+ "Blue11" to Color(0xFF99BBFF),
+ "Blue12" to Color(0xFFB5CEFF),
+ "Blue13" to Color(0xFFD1E0FF),
+ "Green1" to Color(0xFF253627),
+ "Green2" to Color(0xFF273828),
+ "Green3" to Color(0xFF375239),
+ "Green4" to Color(0xFF436946),
+ "Green5" to Color(0xFF4E8052),
+ "Green6" to Color(0xFF57965C),
+ "Green7" to Color(0xFF5FAD65),
+ "Green8" to Color(0xFF73BD79),
+ "Green9" to Color(0xFF89CC8E),
+ "Green10" to Color(0xFFA0DBA5),
+ "Green11" to Color(0xFFB9EBBD),
+ "Green12" to Color(0xFFD4FAD7),
+ "Yellow1" to Color(0xFF3D3223),
+ "Yellow2" to Color(0xFF5E4D33),
+ "Yellow3" to Color(0xFF826A41),
+ "Yellow4" to Color(0xFF9E814A),
+ "Yellow5" to Color(0xFFBA9752),
+ "Yellow6" to Color(0xFFD6AE58),
+ "Yellow7" to Color(0xFFF2C55C),
+ "Yellow8" to Color(0xFFF5D273),
+ "Yellow9" to Color(0xFFF7DE8B),
+ "Yellow10" to Color(0xFFFCEBA4),
+ "Yellow11" to Color(0xFFFFF6BD),
+ "Red1" to Color(0xFF402929),
+ "Red2" to Color(0xFF472B2B),
+ "Red3" to Color(0xFF5E3838),
+ "Red4" to Color(0xFF7A4343),
+ "Red5" to Color(0xFF9C4E4E),
+ "Red6" to Color(0xFFBD5757),
+ "Red7" to Color(0xFFDB5C5C),
+ "Red8" to Color(0xFFE37774),
+ "Red9" to Color(0xFFEB938D),
+ "Red10" to Color(0xFFF2B1AA),
+ "Red11" to Color(0xFFF7CCC6),
+ "Red12" to Color(0xFFFAE3DE),
+ "Orange1" to Color(0xFF45322B),
+ "Orange2" to Color(0xFF614438),
+ "Orange3" to Color(0xFF825845),
+ "Orange4" to Color(0xFFA36B4E),
+ "Orange5" to Color(0xFFC27A53),
+ "Orange6" to Color(0xFFE08855),
+ "Orange7" to Color(0xFFE5986C),
+ "Orange8" to Color(0xFFF0AC81),
+ "Orange9" to Color(0xFFF5BD98),
+ "Orange10" to Color(0xFFFACEAF),
+ "Orange11" to Color(0xFFFFDFC7),
+ "Purple1" to Color(0xFF2F2936),
+ "Purple2" to Color(0xFF3B3147),
+ "Purple3" to Color(0xFF433358),
+ "Purple4" to Color(0xFF583D7A),
+ "Purple5" to Color(0xFF6C469C),
+ "Purple6" to Color(0xFF8150BE),
+ "Purple7" to Color(0xFF955AE0),
+ "Purple8" to Color(0xFFA571E6),
+ "Purple9" to Color(0xFFB589EC),
+ "Purple10" to Color(0xFFC4A0F3),
+ "Purple11" to Color(0xFFD4B8F9),
+ "Purple12" to Color(0xFFE4CEFF),
+ "Teal1" to Color(0xFF1D3838),
+ "Teal2" to Color(0xFF1D3D3B),
+ "Teal3" to Color(0xFF1E4D4A),
+ "Teal4" to Color(0xFF20635D),
+ "Teal5" to Color(0xFF21786F),
+ "Teal6" to Color(0xFF238E82),
+ "Teal7" to Color(0xFF24A394),
+ "Teal8" to Color(0xFF42B1A4),
+ "Teal9" to Color(0xFF60C0B5),
+ "Teal10" to Color(0xFF7DCEC5),
+ "Teal11" to Color(0xFF9BDDD6),
+ "Teal12" to Color(0xFFB9EBE6)
+ )
+ )
+
+ override val iconData: ThemeIconData = ThemeIconData(iconOverrides =
+ mapOf("/com/intellij/ide/ui/laf/icons/darcula/checkBox.svg" to
+ "/themes/expUI/icons/dark/checkBox.svg",
+ "/com/intellij/ide/ui/laf/icons/darcula/checkBoxDisabled.svg" to
+ "/themes/expUI/icons/dark/checkBoxDisabled.svg",
+ "/com/intellij/ide/ui/laf/icons/darcula/checkBoxFocused.svg" to
+ "/themes/expUI/icons/dark/checkBoxFocused.svg",
+ "/com/intellij/ide/ui/laf/icons/darcula/checkBoxIndeterminateSelected.svg" to
+ "/themes/expUI/icons/dark/checkBoxIndeterminateSelected.svg",
+ "/com/intellij/ide/ui/laf/icons/darcula/checkBoxIndeterminateSelectedDisabled.svg" to
+ "/themes/expUI/icons/dark/checkBoxIndeterminateSelectedDisabled.svg",
+ "/com/intellij/ide/ui/laf/icons/darcula/checkBoxIndeterminateSelectedFocused.svg" to
+ "/themes/expUI/icons/dark/checkBoxIndeterminateSelectedFocused.svg",
+ "/com/intellij/ide/ui/laf/icons/darcula/checkBoxSelected.svg" to
+ "/themes/expUI/icons/dark/checkBoxSelected.svg",
+ "/com/intellij/ide/ui/laf/icons/darcula/checkBoxSelectedDisabled.svg" to
+ "/themes/expUI/icons/dark/checkBoxSelectedDisabled.svg",
+ "/com/intellij/ide/ui/laf/icons/darcula/checkBoxSelectedFocused.svg" to
+ "/themes/expUI/icons/dark/checkBoxSelectedFocused.svg",
+ "/com/intellij/ide/ui/laf/icons/darcula/radio.svg" to
+ "/themes/expUI/icons/dark/radio.svg",
+ "/com/intellij/ide/ui/laf/icons/darcula/radioDisabled.svg" to
+ "/themes/expUI/icons/dark/radioDisabled.svg",
+ "/com/intellij/ide/ui/laf/icons/darcula/radioFocused.svg" to
+ "/themes/expUI/icons/dark/radioFocused.svg",
+ "/com/intellij/ide/ui/laf/icons/darcula/radioSelected.svg" to
+ "/themes/expUI/icons/dark/radioSelected.svg",
+ "/com/intellij/ide/ui/laf/icons/darcula/radioSelectedDisabled.svg" to
+ "/themes/expUI/icons/dark/radioSelectedDisabled.svg",
+ "/com/intellij/ide/ui/laf/icons/darcula/radioSelectedFocused.svg" to
+ "/themes/expUI/icons/dark/radioSelectedFocused.svg"), colorPalette =
+ mapOf(),
+ selectionColorPalette = mapOf()
+ )
+}
diff --git a/platform/jewel/int-ui/int-ui-standalone/generated/theme/org/jetbrains/jewel/intui/core/theme/IntUiLightTheme.kt b/platform/jewel/int-ui/int-ui-standalone/generated/theme/org/jetbrains/jewel/intui/core/theme/IntUiLightTheme.kt
new file mode 100644
index 000000000000..74b1b653fa61
--- /dev/null
+++ b/platform/jewel/int-ui/int-ui-standalone/generated/theme/org/jetbrains/jewel/intui/core/theme/IntUiLightTheme.kt
@@ -0,0 +1,267 @@
+// Generated by the Jewel Int UI Palette Generator
+// Generated from the IntelliJ Platform version idea/243.19420.21
+// Source: https://raw.githubusercontent.com/JetBrains/intellij-community/idea/243.19420.21/platform/platform-resources/src/themes/expUI/expUI_light.theme.json
+package org.jetbrains.jewel.intui.core.theme
+
+import androidx.compose.ui.graphics.Color
+import kotlin.Boolean
+import kotlin.String
+import org.jetbrains.jewel.foundation.theme.ThemeColorPalette
+import org.jetbrains.jewel.foundation.theme.ThemeDescriptor
+import org.jetbrains.jewel.foundation.theme.ThemeIconData
+
+public object IntUiLightTheme : ThemeDescriptor {
+ override val isDark: Boolean = false
+
+ override val name: String = "Light (Int UI)"
+
+ override val colors: ThemeColorPalette = ThemeColorPalette(
+ gray = listOf(
+ Color(0xFF000000),
+ Color(0xFF27282E),
+ Color(0xFF383A42),
+ Color(0xFF494B57),
+ Color(0xFF5A5D6B),
+ Color(0xFF6C707E),
+ Color(0xFF818594),
+ Color(0xFFA8ADBD),
+ Color(0xFFC9CCD6),
+ Color(0xFFD3D5DB),
+ Color(0xFFDFE1E5),
+ Color(0xFFEBECF0),
+ Color(0xFFF7F8FA),
+ Color(0xFFFFFFFF)
+ ),
+ blue = listOf(
+ Color(0xFF2E55A3),
+ Color(0xFF315FBD),
+ Color(0xFF3369D6),
+ Color(0xFF3574F0),
+ Color(0xFF4682FA),
+ Color(0xFF588CF3),
+ Color(0xFF709CF5),
+ Color(0xFF88ADF7),
+ Color(0xFFA0BDF8),
+ Color(0xFFC2D6FC),
+ Color(0xFFD4E2FF),
+ Color(0xFFEDF3FF),
+ Color(0xFFF5F8FE)
+ ),
+ green = listOf(
+ Color(0xFF1E6B33),
+ Color(0xFF1F7536),
+ Color(0xFF1F8039),
+ Color(0xFF208A3C),
+ Color(0xFF369650),
+ Color(0xFF55A76A),
+ Color(0xFF89C398),
+ Color(0xFFAFDBB8),
+ Color(0xFFC5E5CC),
+ Color(0xFFE3F7E7),
+ Color(0xFFF2FCF3)
+ ),
+ yellow = listOf(
+ Color(0xFFA46704),
+ Color(0xFFC27D04),
+ Color(0xFFDF9303),
+ Color(0xFFFFAF0F),
+ Color(0xFFFDBD3D),
+ Color(0xFFFED277),
+ Color(0xFFFEE6B1),
+ Color(0xFFFFF1D1),
+ Color(0xFFFFF5DB),
+ Color(0xFFFFFAEB)
+ ),
+ red = listOf(
+ Color(0xFFAD2B38),
+ Color(0xFFBC303E),
+ Color(0xFFCC3645),
+ Color(0xFFDB3B4B),
+ Color(0xFFE55765),
+ Color(0xFFE46A76),
+ Color(0xFFED99A1),
+ Color(0xFFF2B6BB),
+ Color(0xFFFAD4D8),
+ Color(0xFFFFEBEC),
+ Color(0xFFFFF2F3),
+ Color(0xFFFFF7F7)
+ ),
+ orange = listOf(
+ Color(0xFFA14916),
+ Color(0xFFB85516),
+ Color(0xFFCE6117),
+ Color(0xFFE56D17),
+ Color(0xFFEC8F4C),
+ Color(0xFFF2B181),
+ Color(0xFFF9D2B6),
+ Color(0xFFFFEFE3),
+ Color(0xFFFFF4EB)
+ ),
+ teal = listOf(
+ Color(0xFF096A6E),
+ Color(0xFF077A7F),
+ Color(0xFF058B90),
+ Color(0xFF039BA1),
+ Color(0xFF3FB3B8),
+ Color(0xFF7BCCCF),
+ Color(0xFFB6E4E5),
+ Color(0xFFDAF4F5),
+ Color(0xFFF2FCFC)
+ ),
+ purple = listOf(
+ Color(0xFF55339C),
+ Color(0xFF643CB8),
+ Color(0xFF7444D4),
+ Color(0xFF834DF0),
+ Color(0xFFA177F4),
+ Color(0xFFBFA1F8),
+ Color(0xFFDCCBFB),
+ Color(0xFFEFE5FF),
+ Color(0xFFF5EDFF),
+ Color(0xFFFAF5FF)
+ ),
+
+ rawMap = mapOf(
+ "Gray1" to Color(0xFF000000),
+ "Gray2" to Color(0xFF27282E),
+ "Gray3" to Color(0xFF383A42),
+ "Gray4" to Color(0xFF494B57),
+ "Gray5" to Color(0xFF5A5D6B),
+ "Gray6" to Color(0xFF6C707E),
+ "Gray7" to Color(0xFF818594),
+ "Gray8" to Color(0xFFA8ADBD),
+ "Gray9" to Color(0xFFC9CCD6),
+ "Gray10" to Color(0xFFD3D5DB),
+ "Gray11" to Color(0xFFDFE1E5),
+ "Gray12" to Color(0xFFEBECF0),
+ "Gray13" to Color(0xFFF7F8FA),
+ "Gray14" to Color(0xFFFFFFFF),
+ "windowsPopupBorder" to Color(0xFFB9BDC9),
+ "Blue1" to Color(0xFF2E55A3),
+ "Blue2" to Color(0xFF315FBD),
+ "Blue3" to Color(0xFF3369D6),
+ "Blue4" to Color(0xFF3574F0),
+ "Blue5" to Color(0xFF4682FA),
+ "Blue6" to Color(0xFF588CF3),
+ "Blue7" to Color(0xFF709CF5),
+ "Blue8" to Color(0xFF88ADF7),
+ "Blue9" to Color(0xFFA0BDF8),
+ "Blue10" to Color(0xFFC2D6FC),
+ "Blue11" to Color(0xFFD4E2FF),
+ "Blue12" to Color(0xFFEDF3FF),
+ "Blue13" to Color(0xFFF5F8FE),
+ "Green1" to Color(0xFF1E6B33),
+ "Green2" to Color(0xFF1F7536),
+ "Green3" to Color(0xFF1F8039),
+ "Green4" to Color(0xFF208A3C),
+ "Green5" to Color(0xFF369650),
+ "Green6" to Color(0xFF55A76A),
+ "Green7" to Color(0xFF89C398),
+ "Green8" to Color(0xFFAFDBB8),
+ "Green9" to Color(0xFFC5E5CC),
+ "Green10" to Color(0xFFE3F7E7),
+ "Green11" to Color(0xFFF2FCF3),
+ "Yellow1" to Color(0xFFA46704),
+ "Yellow2" to Color(0xFFC27D04),
+ "Yellow3" to Color(0xFFDF9303),
+ "Yellow4" to Color(0xFFFFAF0F),
+ "Yellow5" to Color(0xFFFDBD3D),
+ "Yellow6" to Color(0xFFFED277),
+ "Yellow7" to Color(0xFFFEE6B1),
+ "Yellow8" to Color(0xFFFFF1D1),
+ "Yellow9" to Color(0xFFFFF5DB),
+ "Yellow10" to Color(0xFFFFFAEB),
+ "Red1" to Color(0xFFAD2B38),
+ "Red2" to Color(0xFFBC303E),
+ "Red3" to Color(0xFFCC3645),
+ "Red4" to Color(0xFFDB3B4B),
+ "Red5" to Color(0xFFE55765),
+ "Red6" to Color(0xFFE46A76),
+ "Red7" to Color(0xFFED99A1),
+ "Red8" to Color(0xFFF2B6BB),
+ "Red9" to Color(0xFFFAD4D8),
+ "Red10" to Color(0xFFFFEBEC),
+ "Red11" to Color(0xFFFFF2F3),
+ "Red12" to Color(0xFFFFF7F7),
+ "Orange1" to Color(0xFFA14916),
+ "Orange2" to Color(0xFFB85516),
+ "Orange3" to Color(0xFFCE6117),
+ "Orange4" to Color(0xFFE56D17),
+ "Orange5" to Color(0xFFEC8F4C),
+ "Orange6" to Color(0xFFF2B181),
+ "Orange7" to Color(0xFFF9D2B6),
+ "Orange8" to Color(0xFFFFEFE3),
+ "Orange9" to Color(0xFFFFF4EB),
+ "Teal1" to Color(0xFF096A6E),
+ "Teal2" to Color(0xFF077A7F),
+ "Teal3" to Color(0xFF058B90),
+ "Teal4" to Color(0xFF039BA1),
+ "Teal5" to Color(0xFF3FB3B8),
+ "Teal6" to Color(0xFF7BCCCF),
+ "Teal7" to Color(0xFFB6E4E5),
+ "Teal8" to Color(0xFFDAF4F5),
+ "Teal9" to Color(0xFFF2FCFC),
+ "Purple1" to Color(0xFF55339C),
+ "Purple2" to Color(0xFF643CB8),
+ "Purple3" to Color(0xFF7444D4),
+ "Purple4" to Color(0xFF834DF0),
+ "Purple5" to Color(0xFFA177F4),
+ "Purple6" to Color(0xFFBFA1F8),
+ "Purple7" to Color(0xFFDCCBFB),
+ "Purple8" to Color(0xFFEFE5FF),
+ "Purple9" to Color(0xFFF5EDFF),
+ "Purple10" to Color(0xFFFAF5FF)
+ )
+ )
+
+ override val iconData: ThemeIconData = ThemeIconData(iconOverrides =
+ mapOf("/windows/minimize.svg" to "/expui/windows/minimize.svg",
+ "/windows/minimizeInactive.svg" to "/expui/windows/minimizeInactive.svg",
+ "/windows/maximize.svg" to "/expui/windows/maximize.svg",
+ "/windows/maximizeInactive.svg" to "/expui/windows/maximizeInactive.svg",
+ "/windows/closeActive.svg" to "/expui/windows/closeActive.svg",
+ "/windows/closeInactive.svg" to "/expui/windows/closeInactive.svg",
+ "/windows/restore.svg" to "/expui/windows/restore.svg",
+ "/windows/restoreInactive.svg" to "/expui/windows/restoreInactive.svg",
+ "/com/intellij/ide/ui/laf/icons/intellij/checkBox.svg" to
+ "/themes/expUI/icons/dark/checkBox.svg",
+ "/com/intellij/ide/ui/laf/icons/intellij/checkBoxDisabled.svg" to
+ "/themes/expUI/icons/dark/checkBoxDisabled.svg",
+ "/com/intellij/ide/ui/laf/icons/intellij/checkBoxFocused.svg" to
+ "/themes/expUI/icons/dark/checkBoxFocused.svg",
+ "/com/intellij/ide/ui/laf/icons/intellij/checkBoxIndeterminateSelected.svg" to
+ "/themes/expUI/icons/dark/checkBoxIndeterminateSelected.svg",
+ "/com/intellij/ide/ui/laf/icons/intellij/checkBoxIndeterminateSelectedDisabled.svg" to
+ "/themes/expUI/icons/dark/checkBoxIndeterminateSelectedDisabled.svg",
+ "/com/intellij/ide/ui/laf/icons/intellij/checkBoxIndeterminateSelectedFocused.svg" to
+ "/themes/expUI/icons/dark/checkBoxIndeterminateSelectedFocused.svg",
+ "/com/intellij/ide/ui/laf/icons/intellij/checkBoxSelected.svg" to
+ "/themes/expUI/icons/dark/checkBoxSelected.svg",
+ "/com/intellij/ide/ui/laf/icons/intellij/checkBoxSelectedDisabled.svg" to
+ "/themes/expUI/icons/dark/checkBoxSelectedDisabled.svg",
+ "/com/intellij/ide/ui/laf/icons/intellij/checkBoxSelectedFocused.svg" to
+ "/themes/expUI/icons/dark/checkBoxSelectedFocused.svg",
+ "/com/intellij/ide/ui/laf/icons/intellij/radio.svg" to
+ "/themes/expUI/icons/dark/radio.svg",
+ "/com/intellij/ide/ui/laf/icons/intellij/radioDisabled.svg" to
+ "/themes/expUI/icons/dark/radioDisabled.svg",
+ "/com/intellij/ide/ui/laf/icons/intellij/radioFocused.svg" to
+ "/themes/expUI/icons/dark/radioFocused.svg",
+ "/com/intellij/ide/ui/laf/icons/intellij/radioSelected.svg" to
+ "/themes/expUI/icons/dark/radioSelected.svg",
+ "/com/intellij/ide/ui/laf/icons/intellij/radioSelectedDisabled.svg" to
+ "/themes/expUI/icons/dark/radioSelectedDisabled.svg",
+ "/com/intellij/ide/ui/laf/icons/intellij/radioSelectedFocused.svg" to
+ "/themes/expUI/icons/dark/radioSelectedFocused.svg"), colorPalette =
+ mapOf("Checkbox.Background.Default" to "Gray14",
+ "Checkbox.Border.Default" to "Gray8",
+ "Checkbox.Foreground.Selected" to "Gray14",
+ "Checkbox.Background.Selected" to "Blue4",
+ "Checkbox.Border.Selected" to "Blue4",
+ "Checkbox.Focus.Wide" to "Blue4",
+ "Checkbox.Foreground.Disabled" to "Gray9",
+ "Checkbox.Background.Disabled" to "Gray13",
+ "Checkbox.Border.Disabled" to "Gray11"),
+ selectionColorPalette = mapOf()
+ )
+}
diff --git a/platform/jewel/int-ui/int-ui-standalone/intellij.platform.jewel.intUi.standalone.iml b/platform/jewel/int-ui/int-ui-standalone/intellij.platform.jewel.intUi.standalone.iml
new file mode 100644
index 000000000000..1e948ebf6763
--- /dev/null
+++ b/platform/jewel/int-ui/int-ui-standalone/intellij.platform.jewel.intUi.standalone.iml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.0/kotlin-compose-compiler-plugin-2.1.0.jar
+ $MAVEN_REPOSITORY$/dev/drewhamilton/poko/poko-compiler-plugin/0.18.0/poko-compiler-plugin-0.18.0.jar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/platform/jewel/int-ui/int-ui-standalone/src/main/resources/icon-robots.txt b/platform/jewel/int-ui/int-ui-standalone/src/main/resources/icon-robots.txt
new file mode 100644
index 000000000000..1313ad9016c8
--- /dev/null
+++ b/platform/jewel/int-ui/int-ui-standalone/src/main/resources/icon-robots.txt
@@ -0,0 +1 @@
+skip: *
diff --git a/platform/jewel/int-ui/int-ui-standalone/src/main/resources/intellij.platform.jewel.intUi.intUiStandalone.xml b/platform/jewel/int-ui/int-ui-standalone/src/main/resources/intellij.platform.jewel.intUi.intUiStandalone.xml
new file mode 100644
index 000000000000..56ae9adbf7d3
--- /dev/null
+++ b/platform/jewel/int-ui/int-ui-standalone/src/main/resources/intellij.platform.jewel.intUi.intUiStandalone.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/platform/jewel/markdown/core/api-dump-unreviewed.txt b/platform/jewel/markdown/core/api-dump-unreviewed.txt
new file mode 100644
index 000000000000..404422eaddec
--- /dev/null
+++ b/platform/jewel/markdown/core/api-dump-unreviewed.txt
@@ -0,0 +1,547 @@
+org.jetbrains.jewel.markdown.InlineMarkdown
+f:org.jetbrains.jewel.markdown.InlineMarkdown$Code
+- org.jetbrains.jewel.markdown.InlineMarkdown
+- org.jetbrains.jewel.markdown.WithTextContent
+- sf:$stable:I
+- (java.lang.String):V
+- equals(java.lang.Object):Z
+- getContent():java.lang.String
+- hashCode():I
+org.jetbrains.jewel.markdown.InlineMarkdown$CustomNode
+- org.jetbrains.jewel.markdown.InlineMarkdown
+- contentOrNull():java.lang.String
+f:org.jetbrains.jewel.markdown.InlineMarkdown$Emphasis
+- org.jetbrains.jewel.markdown.InlineMarkdown
+- org.jetbrains.jewel.markdown.WithInlineMarkdown
+- sf:$stable:I
+- (java.lang.String,java.util.List):V
+- (java.lang.String,org.jetbrains.jewel.markdown.InlineMarkdown[]):V
+- equals(java.lang.Object):Z
+- f:getDelimiter():java.lang.String
+- getInlineContent():java.util.List
+- hashCode():I
+f:org.jetbrains.jewel.markdown.InlineMarkdown$HardLineBreak
+- org.jetbrains.jewel.markdown.InlineMarkdown
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.markdown.InlineMarkdown$HardLineBreak
+- equals(java.lang.Object):Z
+- hashCode():I
+f:org.jetbrains.jewel.markdown.InlineMarkdown$HtmlInline
+- org.jetbrains.jewel.markdown.InlineMarkdown
+- org.jetbrains.jewel.markdown.WithTextContent
+- sf:$stable:I
+- (java.lang.String):V
+- equals(java.lang.Object):Z
+- getContent():java.lang.String
+- hashCode():I
+f:org.jetbrains.jewel.markdown.InlineMarkdown$Image
+- org.jetbrains.jewel.markdown.InlineMarkdown
+- org.jetbrains.jewel.markdown.WithInlineMarkdown
+- sf:$stable:I
+- (java.lang.String,java.lang.String,java.lang.String,java.util.List):V
+- (java.lang.String,java.lang.String,java.lang.String,org.jetbrains.jewel.markdown.InlineMarkdown[]):V
+- equals(java.lang.Object):Z
+- f:getAlt():java.lang.String
+- getInlineContent():java.util.List
+- f:getSource():java.lang.String
+- f:getTitle():java.lang.String
+- hashCode():I
+f:org.jetbrains.jewel.markdown.InlineMarkdown$Link
+- org.jetbrains.jewel.markdown.InlineMarkdown
+- org.jetbrains.jewel.markdown.WithInlineMarkdown
+- sf:$stable:I
+- (java.lang.String,java.lang.String,java.util.List):V
+- (java.lang.String,java.lang.String,org.jetbrains.jewel.markdown.InlineMarkdown[]):V
+- equals(java.lang.Object):Z
+- f:getDestination():java.lang.String
+- getInlineContent():java.util.List
+- f:getTitle():java.lang.String
+- hashCode():I
+f:org.jetbrains.jewel.markdown.InlineMarkdown$SoftLineBreak
+- org.jetbrains.jewel.markdown.InlineMarkdown
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.markdown.InlineMarkdown$SoftLineBreak
+- equals(java.lang.Object):Z
+- hashCode():I
+f:org.jetbrains.jewel.markdown.InlineMarkdown$StrongEmphasis
+- org.jetbrains.jewel.markdown.InlineMarkdown
+- org.jetbrains.jewel.markdown.WithInlineMarkdown
+- sf:$stable:I
+- (java.lang.String,java.util.List):V
+- (java.lang.String,org.jetbrains.jewel.markdown.InlineMarkdown[]):V
+- equals(java.lang.Object):Z
+- f:getDelimiter():java.lang.String
+- getInlineContent():java.util.List
+- hashCode():I
+f:org.jetbrains.jewel.markdown.InlineMarkdown$Text
+- org.jetbrains.jewel.markdown.InlineMarkdown
+- org.jetbrains.jewel.markdown.WithTextContent
+- sf:$stable:I
+- (java.lang.String):V
+- equals(java.lang.Object):Z
+- getContent():java.lang.String
+- hashCode():I
+org.jetbrains.jewel.markdown.MarkdownBlock
+f:org.jetbrains.jewel.markdown.MarkdownBlock$BlockQuote
+- org.jetbrains.jewel.markdown.MarkdownBlock
+- sf:$stable:I
+- (java.util.List):V
+- (org.jetbrains.jewel.markdown.MarkdownBlock[]):V
+- equals(java.lang.Object):Z
+- f:getChildren():java.util.List
+- hashCode():I
+org.jetbrains.jewel.markdown.MarkdownBlock$CodeBlock
+- org.jetbrains.jewel.markdown.MarkdownBlock
+- a:getContent():java.lang.String
+f:org.jetbrains.jewel.markdown.MarkdownBlock$CodeBlock$FencedCodeBlock
+- org.jetbrains.jewel.markdown.MarkdownBlock$CodeBlock
+- sf:$stable:I
+- equals(java.lang.Object):Z
+- getContent():java.lang.String
+- f:getMimeType-VwCp3SY():java.lang.String
+- hashCode():I
+f:org.jetbrains.jewel.markdown.MarkdownBlock$CodeBlock$IndentedCodeBlock
+- org.jetbrains.jewel.markdown.MarkdownBlock$CodeBlock
+- sf:$stable:I
+- (java.lang.String):V
+- equals(java.lang.Object):Z
+- getContent():java.lang.String
+- hashCode():I
+org.jetbrains.jewel.markdown.MarkdownBlock$CustomBlock
+- org.jetbrains.jewel.markdown.MarkdownBlock
+f:org.jetbrains.jewel.markdown.MarkdownBlock$Heading
+- org.jetbrains.jewel.markdown.MarkdownBlock
+- org.jetbrains.jewel.markdown.WithInlineMarkdown
+- sf:$stable:I
+- (I,org.jetbrains.jewel.markdown.InlineMarkdown[]):V
+- (java.util.List,I):V
+- equals(java.lang.Object):Z
+- getInlineContent():java.util.List
+- f:getLevel():I
+- hashCode():I
+f:org.jetbrains.jewel.markdown.MarkdownBlock$HtmlBlock
+- org.jetbrains.jewel.markdown.MarkdownBlock
+- sf:$stable:I
+- (java.lang.String):V
+- equals(java.lang.Object):Z
+- f:getContent():java.lang.String
+- hashCode():I
+org.jetbrains.jewel.markdown.MarkdownBlock$ListBlock
+- org.jetbrains.jewel.markdown.MarkdownBlock
+- a:getChildren():java.util.List
+- a:isTight():Z
+f:org.jetbrains.jewel.markdown.MarkdownBlock$ListBlock$OrderedList
+- org.jetbrains.jewel.markdown.MarkdownBlock$ListBlock
+- sf:$stable:I
+- (java.util.List,Z,I,java.lang.String):V
+- (Z,I,java.lang.String,org.jetbrains.jewel.markdown.MarkdownBlock$ListItem[]):V
+- equals(java.lang.Object):Z
+- getChildren():java.util.List
+- f:getDelimiter():java.lang.String
+- f:getStartFrom():I
+- hashCode():I
+- isTight():Z
+f:org.jetbrains.jewel.markdown.MarkdownBlock$ListBlock$UnorderedList
+- org.jetbrains.jewel.markdown.MarkdownBlock$ListBlock
+- sf:$stable:I
+- (java.util.List,Z,java.lang.String):V
+- (Z,java.lang.String,org.jetbrains.jewel.markdown.MarkdownBlock$ListItem[]):V
+- equals(java.lang.Object):Z
+- getChildren():java.util.List
+- f:getMarker():java.lang.String
+- hashCode():I
+- isTight():Z
+f:org.jetbrains.jewel.markdown.MarkdownBlock$ListItem
+- org.jetbrains.jewel.markdown.MarkdownBlock
+- sf:$stable:I
+- (java.util.List):V
+- (org.jetbrains.jewel.markdown.MarkdownBlock[]):V
+- equals(java.lang.Object):Z
+- f:getChildren():java.util.List
+- hashCode():I
+f:org.jetbrains.jewel.markdown.MarkdownBlock$Paragraph
+- org.jetbrains.jewel.markdown.MarkdownBlock
+- org.jetbrains.jewel.markdown.WithInlineMarkdown
+- sf:$stable:I
+- (java.util.List):V
+- (org.jetbrains.jewel.markdown.InlineMarkdown[]):V
+- equals(java.lang.Object):Z
+- getInlineContent():java.util.List
+- hashCode():I
+f:org.jetbrains.jewel.markdown.MarkdownBlock$ThematicBreak
+- org.jetbrains.jewel.markdown.MarkdownBlock
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.markdown.MarkdownBlock$ThematicBreak
+- equals(java.lang.Object):Z
+- hashCode():I
+f:org.jetbrains.jewel.markdown.MarkdownKt
+- sf:LazyMarkdown(java.util.List,androidx.compose.ui.Modifier,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.lazy.LazyListState,Z,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,org.jetbrains.jewel.markdown.rendering.MarkdownStyling,org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer,androidx.compose.runtime.Composer,I,I):V
+- sf:Markdown(java.lang.String,androidx.compose.ui.Modifier,Z,Z,kotlinx.coroutines.CoroutineDispatcher,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,org.jetbrains.jewel.markdown.rendering.MarkdownStyling,org.jetbrains.jewel.markdown.processing.MarkdownProcessor,org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer,androidx.compose.runtime.Composer,I,I):V
+- sf:Markdown(java.util.List,java.lang.String,androidx.compose.ui.Modifier,Z,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,org.jetbrains.jewel.markdown.rendering.MarkdownStyling,org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.markdown.SemanticsKt
+- sf:getRawMarkdown():androidx.compose.ui.semantics.SemanticsPropertyKey
+- sf:getRawMarkdown(androidx.compose.ui.semantics.SemanticsPropertyReceiver):java.lang.String
+- sf:setRawMarkdown(androidx.compose.ui.semantics.SemanticsPropertyReceiver,java.lang.String):V
+org.jetbrains.jewel.markdown.WithInlineMarkdown
+- a:getInlineContent():java.util.List
+org.jetbrains.jewel.markdown.WithTextContent
+- a:getContent():java.lang.String
+org.jetbrains.jewel.markdown.extensions.MarkdownBlockProcessorExtension
+- a:canProcess(org.commonmark.node.CustomBlock):Z
+- a:processMarkdownBlock(org.commonmark.node.CustomBlock,org.jetbrains.jewel.markdown.processing.MarkdownProcessor):org.jetbrains.jewel.markdown.MarkdownBlock$CustomBlock
+org.jetbrains.jewel.markdown.extensions.MarkdownBlockRendererExtension
+- a:canRender(org.jetbrains.jewel.markdown.MarkdownBlock$CustomBlock):Z
+- a:render(org.jetbrains.jewel.markdown.MarkdownBlock$CustomBlock,org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer,org.jetbrains.jewel.markdown.rendering.InlineMarkdownRenderer,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+org.jetbrains.jewel.markdown.extensions.MarkdownInlineProcessorExtension
+- a:canProcess(org.commonmark.node.CustomNode):Z
+- a:processInlineMarkdown(org.commonmark.node.CustomNode,org.jetbrains.jewel.markdown.processing.MarkdownProcessor):org.jetbrains.jewel.markdown.InlineMarkdown$CustomNode
+org.jetbrains.jewel.markdown.extensions.MarkdownInlineRendererExtension
+- a:canRender(org.jetbrains.jewel.markdown.InlineMarkdown$CustomNode):Z
+- a:render(org.jetbrains.jewel.markdown.InlineMarkdown$CustomNode,org.jetbrains.jewel.markdown.rendering.InlineMarkdownRenderer,Z):V
+f:org.jetbrains.jewel.markdown.extensions.MarkdownKt
+- sf:getLocalMarkdownBlockRenderer():androidx.compose.runtime.ProvidableCompositionLocal
+- sf:getLocalMarkdownProcessor():androidx.compose.runtime.ProvidableCompositionLocal
+- sf:getLocalMarkdownStyling():androidx.compose.runtime.ProvidableCompositionLocal
+- sf:getMarkdownBlockRenderer(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer
+- sf:getMarkdownProcessor(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.markdown.processing.MarkdownProcessor
+- sf:getMarkdownStyling(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.markdown.rendering.MarkdownStyling
+org.jetbrains.jewel.markdown.extensions.MarkdownProcessorExtension
+- getBlockProcessorExtension():org.jetbrains.jewel.markdown.extensions.MarkdownBlockProcessorExtension
+- getInlineProcessorExtension():org.jetbrains.jewel.markdown.extensions.MarkdownInlineProcessorExtension
+- getParserExtension():org.commonmark.parser.Parser$ParserExtension
+- getTextRendererExtension():org.commonmark.renderer.text.TextContentRenderer$TextContentRendererExtension
+org.jetbrains.jewel.markdown.extensions.MarkdownRendererExtension
+- getBlockRenderer():org.jetbrains.jewel.markdown.extensions.MarkdownBlockRendererExtension
+- getInlineRenderer():org.jetbrains.jewel.markdown.extensions.MarkdownInlineRendererExtension
+f:org.jetbrains.jewel.markdown.processing.MarkdownParserFactory
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.markdown.processing.MarkdownParserFactory
+- f:create(Z,java.util.List,kotlin.jvm.functions.Function1):org.commonmark.parser.Parser
+- bs:create$default(org.jetbrains.jewel.markdown.processing.MarkdownParserFactory,Z,java.util.List,kotlin.jvm.functions.Function1,I,java.lang.Object):org.commonmark.parser.Parser
+f:org.jetbrains.jewel.markdown.processing.MarkdownProcessor
+- sf:$stable:I
+- ():V
+- (java.util.List,Z,org.commonmark.parser.Parser):V
+- b:(java.util.List,Z,org.commonmark.parser.Parser,I,kotlin.jvm.internal.DefaultConstructorMarker):V
+- f:processChildren(org.commonmark.node.Node):java.util.List
+- f:processMarkdownDocument(java.lang.String):java.util.List
+c:org.jetbrains.jewel.markdown.rendering.DefaultInlineMarkdownRenderer
+- org.jetbrains.jewel.markdown.rendering.InlineMarkdownRenderer
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.DefaultInlineMarkdownRenderer$Companion
+- (java.util.List):V
+- renderAsAnnotatedString(java.lang.Iterable,org.jetbrains.jewel.markdown.rendering.InlinesStyling,Z,kotlin.jvm.functions.Function1):androidx.compose.ui.text.AnnotatedString
+f:org.jetbrains.jewel.markdown.rendering.DefaultInlineMarkdownRenderer$Companion
+c:org.jetbrains.jewel.markdown.rendering.DefaultMarkdownBlockRenderer
+- org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer
+- sf:$stable:I
+- (org.jetbrains.jewel.markdown.rendering.MarkdownStyling,java.util.List,org.jetbrains.jewel.markdown.rendering.InlineMarkdownRenderer):V
+- b:(org.jetbrains.jewel.markdown.rendering.MarkdownStyling,java.util.List,org.jetbrains.jewel.markdown.rendering.InlineMarkdownRenderer,I,kotlin.jvm.internal.DefaultConstructorMarker):V
+- render(java.util.List,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- render(org.jetbrains.jewel.markdown.MarkdownBlock$BlockQuote,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- render(org.jetbrains.jewel.markdown.MarkdownBlock$CodeBlock$FencedCodeBlock,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced,androidx.compose.runtime.Composer,I):V
+- render(org.jetbrains.jewel.markdown.MarkdownBlock$CodeBlock$IndentedCodeBlock,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented,androidx.compose.runtime.Composer,I):V
+- render(org.jetbrains.jewel.markdown.MarkdownBlock$CodeBlock,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code,androidx.compose.runtime.Composer,I):V
+- render(org.jetbrains.jewel.markdown.MarkdownBlock$Heading,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$HN,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- render(org.jetbrains.jewel.markdown.MarkdownBlock$Heading,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- render(org.jetbrains.jewel.markdown.MarkdownBlock$HtmlBlock,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock,androidx.compose.runtime.Composer,I):V
+- render(org.jetbrains.jewel.markdown.MarkdownBlock$ListBlock$OrderedList,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- render(org.jetbrains.jewel.markdown.MarkdownBlock$ListBlock$UnorderedList,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- render(org.jetbrains.jewel.markdown.MarkdownBlock$ListBlock,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- render(org.jetbrains.jewel.markdown.MarkdownBlock$ListItem,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- render(org.jetbrains.jewel.markdown.MarkdownBlock$Paragraph,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- render(org.jetbrains.jewel.markdown.MarkdownBlock,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- renderThematicBreak(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak,androidx.compose.runtime.Composer,I):V
+org.jetbrains.jewel.markdown.rendering.InlineMarkdownRenderer
+- a:renderAsAnnotatedString(java.lang.Iterable,org.jetbrains.jewel.markdown.rendering.InlinesStyling,Z,kotlin.jvm.functions.Function1):androidx.compose.ui.text.AnnotatedString
+- bs:renderAsAnnotatedString$default(org.jetbrains.jewel.markdown.rendering.InlineMarkdownRenderer,java.lang.Iterable,org.jetbrains.jewel.markdown.rendering.InlinesStyling,Z,kotlin.jvm.functions.Function1,I,java.lang.Object):androidx.compose.ui.text.AnnotatedString
+f:org.jetbrains.jewel.markdown.rendering.InlinesStyling
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.InlinesStyling$Companion
+- (androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,Z):V
+- equals(java.lang.Object):Z
+- f:getEmphasis():androidx.compose.ui.text.SpanStyle
+- f:getInlineCode():androidx.compose.ui.text.SpanStyle
+- f:getInlineHtml():androidx.compose.ui.text.SpanStyle
+- f:getLink():androidx.compose.ui.text.SpanStyle
+- f:getLinkDisabled():androidx.compose.ui.text.SpanStyle
+- f:getLinkFocused():androidx.compose.ui.text.SpanStyle
+- f:getLinkHovered():androidx.compose.ui.text.SpanStyle
+- f:getLinkPressed():androidx.compose.ui.text.SpanStyle
+- f:getLinkVisited():androidx.compose.ui.text.SpanStyle
+- f:getRenderInlineHtml():Z
+- f:getStrongEmphasis():androidx.compose.ui.text.SpanStyle
+- f:getTextLinkStyles():androidx.compose.ui.text.TextLinkStyles
+- f:getTextStyle():androidx.compose.ui.text.TextStyle
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.InlinesStyling$Companion
+org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer$Companion
+- a:render(java.util.List,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- a:render(org.jetbrains.jewel.markdown.MarkdownBlock$BlockQuote,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- a:render(org.jetbrains.jewel.markdown.MarkdownBlock$CodeBlock$FencedCodeBlock,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced,androidx.compose.runtime.Composer,I):V
+- a:render(org.jetbrains.jewel.markdown.MarkdownBlock$CodeBlock$IndentedCodeBlock,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented,androidx.compose.runtime.Composer,I):V
+- a:render(org.jetbrains.jewel.markdown.MarkdownBlock$CodeBlock,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code,androidx.compose.runtime.Composer,I):V
+- a:render(org.jetbrains.jewel.markdown.MarkdownBlock$Heading,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$HN,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- a:render(org.jetbrains.jewel.markdown.MarkdownBlock$Heading,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- a:render(org.jetbrains.jewel.markdown.MarkdownBlock$HtmlBlock,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock,androidx.compose.runtime.Composer,I):V
+- a:render(org.jetbrains.jewel.markdown.MarkdownBlock$ListBlock$OrderedList,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- a:render(org.jetbrains.jewel.markdown.MarkdownBlock$ListBlock$UnorderedList,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- a:render(org.jetbrains.jewel.markdown.MarkdownBlock$ListBlock,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- a:render(org.jetbrains.jewel.markdown.MarkdownBlock$ListItem,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- a:render(org.jetbrains.jewel.markdown.MarkdownBlock$Paragraph,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- a:render(org.jetbrains.jewel.markdown.MarkdownBlock,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+- a:renderThematicBreak(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak,androidx.compose.runtime.Composer,I):V
+f:org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Companion
+- equals(java.lang.Object):Z
+- f:getBlockQuote():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote
+- f:getBlockVerticalSpacing-D9Ej5fM():F
+- f:getCode():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code
+- f:getHeading():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading
+- f:getHtmlBlock():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock
+- f:getImage():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image
+- f:getList():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List
+- f:getParagraph():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph
+- f:getThematicBreak():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote$Companion
+- equals(java.lang.Object):Z
+- f:getLineColor-0d7_KjU():J
+- f:getLineWidth-D9Ej5fM():F
+- f:getPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getPathEffect():androidx.compose.ui.graphics.PathEffect
+- f:getStrokeCap-KaPHkGw():I
+- f:getTextColor-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Companion
+- (org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced):V
+- equals(java.lang.Object):Z
+- f:getFenced():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced
+- f:getIndented():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$Companion
+- equals(java.lang.Object):Z
+- f:getBackground-0d7_KjU():J
+- f:getBorderColor-0d7_KjU():J
+- f:getBorderWidth-D9Ej5fM():F
+- f:getEditorTextStyle():androidx.compose.ui.text.TextStyle
+- f:getFillWidth():Z
+- f:getInfoPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getInfoPosition():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition
+- f:getInfoTextStyle():androidx.compose.ui.text.TextStyle
+- f:getPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getScrollsHorizontally():Z
+- f:getShape():androidx.compose.ui.graphics.Shape
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$Companion
+e:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition
+- java.lang.Enum
+- sf:BottomCenter:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition
+- sf:BottomEnd:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition
+- sf:BottomStart:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition
+- sf:Hide:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition
+- sf:TopCenter:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition
+- sf:TopEnd:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition
+- sf:TopStart:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition
+- s:getEntries():kotlin.enums.EnumEntries
+- s:valueOf(java.lang.String):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition
+- s:values():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition[]
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented$Companion
+- equals(java.lang.Object):Z
+- f:getBackground-0d7_KjU():J
+- f:getBorderColor-0d7_KjU():J
+- f:getBorderWidth-D9Ej5fM():F
+- f:getEditorTextStyle():androidx.compose.ui.text.TextStyle
+- f:getFillWidth():Z
+- f:getPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getScrollsHorizontally():Z
+- f:getShape():androidx.compose.ui.graphics.Shape
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$Companion
+- (org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6):V
+- equals(java.lang.Object):Z
+- f:getH1():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1
+- f:getH2():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2
+- f:getH3():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3
+- f:getH4():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4
+- f:getH5():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5
+- f:getH6():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1
+- org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$HN
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1$Companion
+- equals(java.lang.Object):Z
+- getInlinesStyling():org.jetbrains.jewel.markdown.rendering.InlinesStyling
+- getPadding():androidx.compose.foundation.layout.PaddingValues
+- getUnderlineColor-0d7_KjU():J
+- getUnderlineGap-D9Ej5fM():F
+- getUnderlineWidth-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2
+- org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$HN
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2$Companion
+- equals(java.lang.Object):Z
+- getInlinesStyling():org.jetbrains.jewel.markdown.rendering.InlinesStyling
+- getPadding():androidx.compose.foundation.layout.PaddingValues
+- getUnderlineColor-0d7_KjU():J
+- getUnderlineGap-D9Ej5fM():F
+- getUnderlineWidth-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3
+- org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$HN
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3$Companion
+- equals(java.lang.Object):Z
+- getInlinesStyling():org.jetbrains.jewel.markdown.rendering.InlinesStyling
+- getPadding():androidx.compose.foundation.layout.PaddingValues
+- getUnderlineColor-0d7_KjU():J
+- getUnderlineGap-D9Ej5fM():F
+- getUnderlineWidth-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4
+- org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$HN
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4$Companion
+- equals(java.lang.Object):Z
+- getInlinesStyling():org.jetbrains.jewel.markdown.rendering.InlinesStyling
+- getPadding():androidx.compose.foundation.layout.PaddingValues
+- getUnderlineColor-0d7_KjU():J
+- getUnderlineGap-D9Ej5fM():F
+- getUnderlineWidth-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5
+- org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$HN
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5$Companion
+- equals(java.lang.Object):Z
+- getInlinesStyling():org.jetbrains.jewel.markdown.rendering.InlinesStyling
+- getPadding():androidx.compose.foundation.layout.PaddingValues
+- getUnderlineColor-0d7_KjU():J
+- getUnderlineGap-D9Ej5fM():F
+- getUnderlineWidth-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6
+- org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$HN
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6$Companion
+- equals(java.lang.Object):Z
+- getInlinesStyling():org.jetbrains.jewel.markdown.rendering.InlinesStyling
+- getPadding():androidx.compose.foundation.layout.PaddingValues
+- getUnderlineColor-0d7_KjU():J
+- getUnderlineGap-D9Ej5fM():F
+- getUnderlineWidth-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6$Companion
+org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$HN
+- org.jetbrains.jewel.markdown.rendering.WithInlinesStyling
+- org.jetbrains.jewel.markdown.rendering.WithUnderline
+- a:getPadding():androidx.compose.foundation.layout.PaddingValues
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock$Companion
+- equals(java.lang.Object):Z
+- f:getBackground-0d7_KjU():J
+- f:getBorderColor-0d7_KjU():J
+- f:getBorderWidth-D9Ej5fM():F
+- f:getFillWidth():Z
+- f:getPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getShape():androidx.compose.ui.graphics.Shape
+- f:getTextStyle():androidx.compose.ui.text.TextStyle
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image$Companion
+- equals(java.lang.Object):Z
+- f:getAlignment():androidx.compose.ui.Alignment
+- f:getBackground-0d7_KjU():J
+- f:getBorderColor-0d7_KjU():J
+- f:getBorderWidth-D9Ej5fM():F
+- f:getContentScale():androidx.compose.ui.layout.ContentScale
+- f:getPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getShape():androidx.compose.ui.graphics.Shape
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Companion
+- (org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered):V
+- equals(java.lang.Object):Z
+- f:getOrdered():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered
+- f:getUnordered():org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered$Companion
+- equals(java.lang.Object):Z
+- f:getItemVerticalSpacing-D9Ej5fM():F
+- f:getItemVerticalSpacingTight-D9Ej5fM():F
+- f:getNumberContentGap-D9Ej5fM():F
+- f:getNumberMinWidth-D9Ej5fM():F
+- f:getNumberStyle():androidx.compose.ui.text.TextStyle
+- f:getNumberTextAlign-e0LSkKk():I
+- f:getPadding():androidx.compose.foundation.layout.PaddingValues
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered$Companion
+- equals(java.lang.Object):Z
+- f:getBullet():java.lang.Character
+- f:getBulletContentGap-D9Ej5fM():F
+- f:getBulletStyle():androidx.compose.ui.text.TextStyle
+- f:getItemVerticalSpacing-D9Ej5fM():F
+- f:getItemVerticalSpacingTight-D9Ej5fM():F
+- f:getPadding():androidx.compose.foundation.layout.PaddingValues
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph
+- org.jetbrains.jewel.markdown.rendering.WithInlinesStyling
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph$Companion
+- (org.jetbrains.jewel.markdown.rendering.InlinesStyling):V
+- equals(java.lang.Object):Z
+- getInlinesStyling():org.jetbrains.jewel.markdown.rendering.InlinesStyling
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph$Companion
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak$Companion
+- equals(java.lang.Object):Z
+- f:getLineColor-0d7_KjU():J
+- f:getLineWidth-D9Ej5fM():F
+- f:getPadding():androidx.compose.foundation.layout.PaddingValues
+- hashCode():I
+f:org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak$Companion
+org.jetbrains.jewel.markdown.rendering.WithInlinesStyling
+- a:getInlinesStyling():org.jetbrains.jewel.markdown.rendering.InlinesStyling
+org.jetbrains.jewel.markdown.rendering.WithUnderline
+- a:getUnderlineColor-0d7_KjU():J
+- a:getUnderlineGap-D9Ej5fM():F
+- a:getUnderlineWidth-D9Ej5fM():F
diff --git a/platform/jewel/markdown/core/exposed-third-party-api.txt b/platform/jewel/markdown/core/exposed-third-party-api.txt
new file mode 100644
index 000000000000..c75e9fc5dbdb
--- /dev/null
+++ b/platform/jewel/markdown/core/exposed-third-party-api.txt
@@ -0,0 +1,3 @@
+androidx/compose/**
+kotlin/jvm/internal/DefaultConstructorMarker
+org/commonmark/**
diff --git a/platform/jewel/markdown/core/intellij.platform.jewel.markdown.core.iml b/platform/jewel/markdown/core/intellij.platform.jewel.markdown.core.iml
new file mode 100644
index 000000000000..ef93a331922e
--- /dev/null
+++ b/platform/jewel/markdown/core/intellij.platform.jewel.markdown.core.iml
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.0/kotlin-compose-compiler-plugin-2.1.0.jar
+ $MAVEN_REPOSITORY$/dev/drewhamilton/poko/poko-compiler-plugin/0.18.0/poko-compiler-plugin-0.18.0.jar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 679338e0b7fc15c02d275d598654b01a149893bc28a87992e90123c8d06af25b
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c53f675b2af4696e6022598145a44a9e9feb35216a188163ae5bf99a18e76bdb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ f1e334b73d49ceab00afe776a4c393de77b4fc805e9ff488dac596a2663b1dc1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ a7dfdfd2b9d6668c646275948eba357aab6407f635f2dc09fe90258a2f202337
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 34dfab5b4fa8b2913f00facdddc049e2fef4b176f8e7cde0ad306485674c3b5c
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 8ff9a2b8c93b0287d8fa837d5b0917923168cb97dea1ada1a8d4aa7bb17c9f15
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 41da5d61c56877b5b5d01e2a2bcb967cbfaf4d45c1a1aa124c0601c7a3de74e7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 7b0f19724082cbfcbc66e5abea2b9bc92cf08a1ea11e191933ed43801eb3cd05
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bff3d1e895fd5abd54ee725dab59214acabf900e1a0784544d20cf20521bf9f3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 62c816073195cc0119dc1d66b178544bdb772ef8bee4879954528c6798b17ebe
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1b409141a9ee6ed38e76a8fb8f9cf280030bf45375ba7e07e60b2742039b573e
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c5cfad0b125e978d915f8b4c38630bc5d548e59fe8a0e838c0cc84283c605943
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/platform/jewel/markdown/core/src/main/resources/intellij.platform.jewel.markdown.core.xml b/platform/jewel/markdown/core/src/main/resources/intellij.platform.jewel.markdown.core.xml
new file mode 100644
index 000000000000..56ae9adbf7d3
--- /dev/null
+++ b/platform/jewel/markdown/core/src/main/resources/intellij.platform.jewel.markdown.core.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/platform/jewel/markdown/extension/autolink/api-dump-unreviewed.txt b/platform/jewel/markdown/extension/autolink/api-dump-unreviewed.txt
new file mode 100644
index 000000000000..7d9a2c94507b
--- /dev/null
+++ b/platform/jewel/markdown/extension/autolink/api-dump-unreviewed.txt
@@ -0,0 +1,5 @@
+f:org.jetbrains.jewel.markdown.extension.autolink.AutolinkProcessorExtension
+- org.jetbrains.jewel.markdown.extensions.MarkdownProcessorExtension
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.markdown.extension.autolink.AutolinkProcessorExtension
+- getParserExtension():org.commonmark.parser.Parser$ParserExtension
diff --git a/platform/jewel/markdown/extension/autolink/exposed-third-party-api.txt b/platform/jewel/markdown/extension/autolink/exposed-third-party-api.txt
new file mode 100644
index 000000000000..974be9b03218
--- /dev/null
+++ b/platform/jewel/markdown/extension/autolink/exposed-third-party-api.txt
@@ -0,0 +1 @@
+org/commonmark/parser/Parser$ParserExtension
diff --git a/platform/jewel/markdown/extension/autolink/intellij.platform.jewel.markdown.extension.autolink.iml b/platform/jewel/markdown/extension/autolink/intellij.platform.jewel.markdown.extension.autolink.iml
new file mode 100644
index 000000000000..f91fccb20659
--- /dev/null
+++ b/platform/jewel/markdown/extension/autolink/intellij.platform.jewel.markdown.extension.autolink.iml
@@ -0,0 +1,379 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.0/kotlin-compose-compiler-plugin-2.1.0.jar
+ $MAVEN_REPOSITORY$/dev/drewhamilton/poko/poko-compiler-plugin/0.18.0/poko-compiler-plugin-0.18.0.jar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 013ba4f3ba4850a1de35935d1501587c518f764331d279805da33473e79f5f33
+
+
+ 679338e0b7fc15c02d275d598654b01a149893bc28a87992e90123c8d06af25b
+
+
+ 39c6588948ab31b98ab1fea4a6abab37243f387cb48cb50ae599410effb70038
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c53f675b2af4696e6022598145a44a9e9feb35216a188163ae5bf99a18e76bdb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ f1e334b73d49ceab00afe776a4c393de77b4fc805e9ff488dac596a2663b1dc1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ a7dfdfd2b9d6668c646275948eba357aab6407f635f2dc09fe90258a2f202337
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 34dfab5b4fa8b2913f00facdddc049e2fef4b176f8e7cde0ad306485674c3b5c
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 8ff9a2b8c93b0287d8fa837d5b0917923168cb97dea1ada1a8d4aa7bb17c9f15
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 41da5d61c56877b5b5d01e2a2bcb967cbfaf4d45c1a1aa124c0601c7a3de74e7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 7b0f19724082cbfcbc66e5abea2b9bc92cf08a1ea11e191933ed43801eb3cd05
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bff3d1e895fd5abd54ee725dab59214acabf900e1a0784544d20cf20521bf9f3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 62c816073195cc0119dc1d66b178544bdb772ef8bee4879954528c6798b17ebe
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1b409141a9ee6ed38e76a8fb8f9cf280030bf45375ba7e07e60b2742039b573e
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c5cfad0b125e978d915f8b4c38630bc5d548e59fe8a0e838c0cc84283c605943
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/platform/jewel/markdown/extension/autolink/src/main/resources/intellij.platform.jewel.markdown.extension.autolink.xml b/platform/jewel/markdown/extension/autolink/src/main/resources/intellij.platform.jewel.markdown.extension.autolink.xml
new file mode 100644
index 000000000000..41a69ef7083d
--- /dev/null
+++ b/platform/jewel/markdown/extension/autolink/src/main/resources/intellij.platform.jewel.markdown.extension.autolink.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/platform/jewel/markdown/extension/gfm-alerts/api-dump-unreviewed.txt b/platform/jewel/markdown/extension/gfm-alerts/api-dump-unreviewed.txt
new file mode 100644
index 000000000000..5f43eac88010
--- /dev/null
+++ b/platform/jewel/markdown/extension/gfm-alerts/api-dump-unreviewed.txt
@@ -0,0 +1,181 @@
+org.jetbrains.jewel.markdown.extensions.github.alerts.Alert
+- org.jetbrains.jewel.markdown.MarkdownBlock$CustomBlock
+- a:getContent():java.util.List
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Caution
+- org.jetbrains.jewel.markdown.extensions.github.alerts.Alert
+- sf:$stable:I
+- (java.util.List):V
+- f:component1():java.util.List
+- f:copy(java.util.List):org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Caution
+- bs:copy$default(org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Caution,java.util.List,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Caution
+- equals(java.lang.Object):Z
+- getContent():java.util.List
+- hashCode():I
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Important
+- org.jetbrains.jewel.markdown.extensions.github.alerts.Alert
+- sf:$stable:I
+- (java.util.List):V
+- f:component1():java.util.List
+- f:copy(java.util.List):org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Important
+- bs:copy$default(org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Important,java.util.List,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Important
+- equals(java.lang.Object):Z
+- getContent():java.util.List
+- hashCode():I
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Note
+- org.jetbrains.jewel.markdown.extensions.github.alerts.Alert
+- sf:$stable:I
+- (java.util.List):V
+- f:component1():java.util.List
+- f:copy(java.util.List):org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Note
+- bs:copy$default(org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Note,java.util.List,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Note
+- equals(java.lang.Object):Z
+- getContent():java.util.List
+- hashCode():I
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Tip
+- org.jetbrains.jewel.markdown.extensions.github.alerts.Alert
+- sf:$stable:I
+- (java.util.List):V
+- f:component1():java.util.List
+- f:copy(java.util.List):org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Tip
+- bs:copy$default(org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Tip,java.util.List,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Tip
+- equals(java.lang.Object):Z
+- getContent():java.util.List
+- hashCode():I
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Warning
+- org.jetbrains.jewel.markdown.extensions.github.alerts.Alert
+- sf:$stable:I
+- (java.util.List):V
+- f:component1():java.util.List
+- f:copy(java.util.List):org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Warning
+- bs:copy$default(org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Warning,java.util.List,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.Alert$Warning
+- equals(java.lang.Object):Z
+- getContent():java.util.List
+- hashCode():I
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling$Companion
+- (org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling):V
+- equals(java.lang.Object):Z
+- f:getCaution():org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling
+- f:getImportant():org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling
+- f:getNote():org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling
+- f:getTip():org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling
+- f:getWarning():org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling
+- hashCode():I
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling$Companion
+org.jetbrains.jewel.markdown.extensions.github.alerts.BaseAlertStyling
+- a:getLineColor-0d7_KjU():J
+- a:getLineWidth-D9Ej5fM():F
+- a:getPadding():androidx.compose.foundation.layout.PaddingValues
+- a:getPathEffect():androidx.compose.ui.graphics.PathEffect
+- a:getStrokeCap-KaPHkGw():I
+- a:getTextColor-0d7_KjU():J
+- a:getTitleIconKey():org.jetbrains.jewel.ui.icon.IconKey
+- a:getTitleIconTint-0d7_KjU():J
+- a:getTitleTextStyle():androidx.compose.ui.text.TextStyle
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling
+- org.jetbrains.jewel.markdown.extensions.github.alerts.BaseAlertStyling
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling$Companion
+- equals(java.lang.Object):Z
+- getLineColor-0d7_KjU():J
+- getLineWidth-D9Ej5fM():F
+- getPadding():androidx.compose.foundation.layout.PaddingValues
+- getPathEffect():androidx.compose.ui.graphics.PathEffect
+- getStrokeCap-KaPHkGw():I
+- getTextColor-0d7_KjU():J
+- getTitleIconKey():org.jetbrains.jewel.ui.icon.IconKey
+- getTitleIconTint-0d7_KjU():J
+- getTitleTextStyle():androidx.compose.ui.text.TextStyle
+- hashCode():I
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling$Companion
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.GitHubAlertBlockRenderer
+- org.jetbrains.jewel.markdown.extensions.MarkdownBlockRendererExtension
+- sf:$stable:I
+- (org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling,org.jetbrains.jewel.markdown.rendering.MarkdownStyling):V
+- canRender(org.jetbrains.jewel.markdown.MarkdownBlock$CustomBlock):Z
+- render(org.jetbrains.jewel.markdown.MarkdownBlock$CustomBlock,org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer,org.jetbrains.jewel.markdown.rendering.InlineMarkdownRenderer,Z,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.GitHubAlertIcons
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.markdown.extensions.github.alerts.GitHubAlertIcons
+- f:getCaution():org.jetbrains.jewel.ui.icon.IconKey
+- f:getImportant():org.jetbrains.jewel.ui.icon.IconKey
+- f:getNote():org.jetbrains.jewel.ui.icon.IconKey
+- f:getTip():org.jetbrains.jewel.ui.icon.IconKey
+- f:getWarning():org.jetbrains.jewel.ui.icon.IconKey
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.GitHubAlertProcessorExtension
+- org.jetbrains.jewel.markdown.extensions.MarkdownProcessorExtension
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.markdown.extensions.github.alerts.GitHubAlertProcessorExtension
+- getBlockProcessorExtension():org.jetbrains.jewel.markdown.extensions.MarkdownBlockProcessorExtension
+- getParserExtension():org.commonmark.parser.Parser$ParserExtension
+- getTextRendererExtension():org.commonmark.renderer.text.TextContentRenderer$TextContentRendererExtension
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.GitHubAlertRendererExtension
+- org.jetbrains.jewel.markdown.extensions.MarkdownRendererExtension
+- sf:$stable:I
+- (org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling,org.jetbrains.jewel.markdown.rendering.MarkdownStyling):V
+- getBlockRenderer():org.jetbrains.jewel.markdown.extensions.MarkdownBlockRendererExtension
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling
+- org.jetbrains.jewel.markdown.extensions.github.alerts.BaseAlertStyling
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling$Companion
+- equals(java.lang.Object):Z
+- getLineColor-0d7_KjU():J
+- getLineWidth-D9Ej5fM():F
+- getPadding():androidx.compose.foundation.layout.PaddingValues
+- getPathEffect():androidx.compose.ui.graphics.PathEffect
+- getStrokeCap-KaPHkGw():I
+- getTextColor-0d7_KjU():J
+- getTitleIconKey():org.jetbrains.jewel.ui.icon.IconKey
+- getTitleIconTint-0d7_KjU():J
+- getTitleTextStyle():androidx.compose.ui.text.TextStyle
+- hashCode():I
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling$Companion
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling
+- org.jetbrains.jewel.markdown.extensions.github.alerts.BaseAlertStyling
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling$Companion
+- equals(java.lang.Object):Z
+- getLineColor-0d7_KjU():J
+- getLineWidth-D9Ej5fM():F
+- getPadding():androidx.compose.foundation.layout.PaddingValues
+- getPathEffect():androidx.compose.ui.graphics.PathEffect
+- getStrokeCap-KaPHkGw():I
+- getTextColor-0d7_KjU():J
+- getTitleIconKey():org.jetbrains.jewel.ui.icon.IconKey
+- getTitleIconTint-0d7_KjU():J
+- getTitleTextStyle():androidx.compose.ui.text.TextStyle
+- hashCode():I
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling$Companion
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling
+- org.jetbrains.jewel.markdown.extensions.github.alerts.BaseAlertStyling
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling$Companion
+- equals(java.lang.Object):Z
+- getLineColor-0d7_KjU():J
+- getLineWidth-D9Ej5fM():F
+- getPadding():androidx.compose.foundation.layout.PaddingValues
+- getPathEffect():androidx.compose.ui.graphics.PathEffect
+- getStrokeCap-KaPHkGw():I
+- getTextColor-0d7_KjU():J
+- getTitleIconKey():org.jetbrains.jewel.ui.icon.IconKey
+- getTitleIconTint-0d7_KjU():J
+- getTitleTextStyle():androidx.compose.ui.text.TextStyle
+- hashCode():I
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling$Companion
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling
+- org.jetbrains.jewel.markdown.extensions.github.alerts.BaseAlertStyling
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling$Companion
+- equals(java.lang.Object):Z
+- getLineColor-0d7_KjU():J
+- getLineWidth-D9Ej5fM():F
+- getPadding():androidx.compose.foundation.layout.PaddingValues
+- getPathEffect():androidx.compose.ui.graphics.PathEffect
+- getStrokeCap-KaPHkGw():I
+- getTextColor-0d7_KjU():J
+- getTitleIconKey():org.jetbrains.jewel.ui.icon.IconKey
+- getTitleIconTint-0d7_KjU():J
+- getTitleTextStyle():androidx.compose.ui.text.TextStyle
+- hashCode():I
+f:org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling$Companion
diff --git a/platform/jewel/markdown/extension/gfm-alerts/exposed-third-party-api.txt b/platform/jewel/markdown/extension/gfm-alerts/exposed-third-party-api.txt
new file mode 100644
index 000000000000..92187f97269d
--- /dev/null
+++ b/platform/jewel/markdown/extension/gfm-alerts/exposed-third-party-api.txt
@@ -0,0 +1,3 @@
+androidx/compose/**
+org/commonmark/parser/Parser$ParserExtension
+org/commonmark/renderer/text/TextContentRenderer$TextContentRendererExtension
diff --git a/platform/jewel/markdown/extension/gfm-alerts/intellij.platform.jewel.markdown.extension.gfmAlerts.iml b/platform/jewel/markdown/extension/gfm-alerts/intellij.platform.jewel.markdown.extension.gfmAlerts.iml
new file mode 100644
index 000000000000..70cd46a67afc
--- /dev/null
+++ b/platform/jewel/markdown/extension/gfm-alerts/intellij.platform.jewel.markdown.extension.gfmAlerts.iml
@@ -0,0 +1,351 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.0/kotlin-compose-compiler-plugin-2.1.0.jar
+ $MAVEN_REPOSITORY$/dev/drewhamilton/poko/poko-compiler-plugin/0.18.0/poko-compiler-plugin-0.18.0.jar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c53f675b2af4696e6022598145a44a9e9feb35216a188163ae5bf99a18e76bdb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ f1e334b73d49ceab00afe776a4c393de77b4fc805e9ff488dac596a2663b1dc1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ a7dfdfd2b9d6668c646275948eba357aab6407f635f2dc09fe90258a2f202337
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 34dfab5b4fa8b2913f00facdddc049e2fef4b176f8e7cde0ad306485674c3b5c
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 8ff9a2b8c93b0287d8fa837d5b0917923168cb97dea1ada1a8d4aa7bb17c9f15
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 41da5d61c56877b5b5d01e2a2bcb967cbfaf4d45c1a1aa124c0601c7a3de74e7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 7b0f19724082cbfcbc66e5abea2b9bc92cf08a1ea11e191933ed43801eb3cd05
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bff3d1e895fd5abd54ee725dab59214acabf900e1a0784544d20cf20521bf9f3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 62c816073195cc0119dc1d66b178544bdb772ef8bee4879954528c6798b17ebe
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1b409141a9ee6ed38e76a8fb8f9cf280030bf45375ba7e07e60b2742039b573e
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c5cfad0b125e978d915f8b4c38630bc5d548e59fe8a0e838c0cc84283c605943
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/platform/jewel/markdown/extension/gfm-alerts/src/main/resources/icon-robots.txt b/platform/jewel/markdown/extension/gfm-alerts/src/main/resources/icon-robots.txt
new file mode 100644
index 000000000000..1313ad9016c8
--- /dev/null
+++ b/platform/jewel/markdown/extension/gfm-alerts/src/main/resources/icon-robots.txt
@@ -0,0 +1 @@
+skip: *
diff --git a/platform/jewel/markdown/extension/gfm-alerts/src/main/resources/intellij.platform.jewel.markdown.extension.gfmAlerts.xml b/platform/jewel/markdown/extension/gfm-alerts/src/main/resources/intellij.platform.jewel.markdown.extension.gfmAlerts.xml
new file mode 100644
index 000000000000..41a69ef7083d
--- /dev/null
+++ b/platform/jewel/markdown/extension/gfm-alerts/src/main/resources/intellij.platform.jewel.markdown.extension.gfmAlerts.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/platform/jewel/markdown/ide-laf-bridge-styling/api-dump-unreviewed.txt b/platform/jewel/markdown/ide-laf-bridge-styling/api-dump-unreviewed.txt
new file mode 100644
index 000000000000..8eafa5ea9592
--- /dev/null
+++ b/platform/jewel/markdown/ide-laf-bridge-styling/api-dump-unreviewed.txt
@@ -0,0 +1,60 @@
+f:org.jetbrains.jewel.intui.markdown.bridge.BridgeMarkdownBlockRendererExtensionsKt
+- sf:create(org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer$Companion,org.jetbrains.jewel.markdown.rendering.MarkdownStyling,java.util.List,org.jetbrains.jewel.markdown.rendering.InlineMarkdownRenderer):org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer
+- bs:create$default(org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer$Companion,org.jetbrains.jewel.markdown.rendering.MarkdownStyling,java.util.List,org.jetbrains.jewel.markdown.rendering.InlineMarkdownRenderer,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer
+f:org.jetbrains.jewel.intui.markdown.bridge.BridgeProvideMarkdownStylingKt
+- sf:ProvideMarkdownStyling(com.intellij.openapi.project.Project,java.lang.String,org.jetbrains.jewel.markdown.rendering.MarkdownStyling,org.jetbrains.jewel.markdown.processing.MarkdownProcessor,org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:ProvideMarkdownStyling(java.lang.String,org.jetbrains.jewel.markdown.rendering.MarkdownStyling,org.jetbrains.jewel.markdown.processing.MarkdownProcessor,org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer,org.jetbrains.jewel.foundation.code.highlighting.CodeHighlighter,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.intui.markdown.bridge.styling.BridgeMarkdownStylingKt
+- sf:create(org.jetbrains.jewel.markdown.rendering.InlinesStyling$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,Z):org.jetbrains.jewel.markdown.rendering.InlinesStyling
+- sf:create(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code
+- sf:create(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading
+- sf:create(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List
+- sf:create(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph$Companion,org.jetbrains.jewel.markdown.rendering.InlinesStyling):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph
+- bs:create$default(org.jetbrains.jewel.markdown.rendering.InlinesStyling$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,Z,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.InlinesStyling
+- bs:create$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code
+- bs:create$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading
+- bs:create$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List
+- bs:create$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph$Companion,org.jetbrains.jewel.markdown.rendering.InlinesStyling,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph
+- sf:create-9ek060M(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered$Companion,java.lang.Character,androidx.compose.ui.text.TextStyle,F,F,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered
+- bs:create-9ek060M$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered$Companion,java.lang.Character,androidx.compose.ui.text.TextStyle,F,F,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered
+- sf:create-EnRY0Kc(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak$Companion,androidx.compose.foundation.layout.PaddingValues,F,J):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak
+- bs:create-EnRY0Kc$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak
+- sf:create-Fsagccs(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock):org.jetbrains.jewel.markdown.rendering.MarkdownStyling
+- bs:create-Fsagccs$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling
+- sf:create-OgMsbsM(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock
+- bs:create-OgMsbsM$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock
+- sf:create-RKTsvxU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z,Z):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented
+- bs:create-RKTsvxU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z,Z,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented
+- sf:create-Zc45R8w(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z,Z,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced
+- bs:create-Zc45R8w$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z,Z,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced
+- sf:create-kgLgf-Y(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered$Companion,androidx.compose.ui.text.TextStyle,F,F,I,F,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered
+- bs:create-kgLgf-Y$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered$Companion,androidx.compose.ui.text.TextStyle,F,F,I,F,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered
+- sf:create-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1
+- sf:create-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2
+- sf:create-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3
+- sf:create-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4
+- sf:create-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5
+- sf:create-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6
+- bs:create-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1
+- bs:create-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2
+- bs:create-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3
+- bs:create-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4
+- bs:create-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5
+- bs:create-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6
+- sf:create-pI2OzKA(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,J):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote
+- bs:create-pI2OzKA$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,J,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote
+- sf:default-1Fc8zlc(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image$Companion,androidx.compose.ui.Alignment,androidx.compose.ui.layout.ContentScale,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image
+- bs:default-1Fc8zlc$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image$Companion,androidx.compose.ui.Alignment,androidx.compose.ui.layout.ContentScale,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image
+f:org.jetbrains.jewel.intui.markdown.bridge.styling.extensions.github.alerts.BridgeGitHubAlertStylingKt
+- sf:create(org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling$Companion,org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling):org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling
+- bs:create$default(org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling$Companion,org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling
+- sf:create-gaOEZmc(org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J):org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling
+- sf:create-gaOEZmc(org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J):org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling
+- sf:create-gaOEZmc(org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J):org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling
+- sf:create-gaOEZmc(org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J):org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling
+- sf:create-gaOEZmc(org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J):org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling
+- bs:create-gaOEZmc$default(org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling
+- bs:create-gaOEZmc$default(org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling
+- bs:create-gaOEZmc$default(org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling
+- bs:create-gaOEZmc$default(org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling
+- bs:create-gaOEZmc$default(org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling
diff --git a/platform/jewel/markdown/ide-laf-bridge-styling/exposed-third-party-api.txt b/platform/jewel/markdown/ide-laf-bridge-styling/exposed-third-party-api.txt
new file mode 100644
index 000000000000..103cb043598f
--- /dev/null
+++ b/platform/jewel/markdown/ide-laf-bridge-styling/exposed-third-party-api.txt
@@ -0,0 +1 @@
+androidx/compose/**
diff --git a/platform/jewel/markdown/ide-laf-bridge-styling/intellij.platform.jewel.markdown.ideLafBridgeStyling.iml b/platform/jewel/markdown/ide-laf-bridge-styling/intellij.platform.jewel.markdown.ideLafBridgeStyling.iml
new file mode 100644
index 000000000000..686593636cd5
--- /dev/null
+++ b/platform/jewel/markdown/ide-laf-bridge-styling/intellij.platform.jewel.markdown.ideLafBridgeStyling.iml
@@ -0,0 +1,356 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.0/kotlin-compose-compiler-plugin-2.1.0.jar
+ $MAVEN_REPOSITORY$/dev/drewhamilton/poko/poko-compiler-plugin/0.18.0/poko-compiler-plugin-0.18.0.jar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c53f675b2af4696e6022598145a44a9e9feb35216a188163ae5bf99a18e76bdb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ f1e334b73d49ceab00afe776a4c393de77b4fc805e9ff488dac596a2663b1dc1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ a7dfdfd2b9d6668c646275948eba357aab6407f635f2dc09fe90258a2f202337
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 34dfab5b4fa8b2913f00facdddc049e2fef4b176f8e7cde0ad306485674c3b5c
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 8ff9a2b8c93b0287d8fa837d5b0917923168cb97dea1ada1a8d4aa7bb17c9f15
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 41da5d61c56877b5b5d01e2a2bcb967cbfaf4d45c1a1aa124c0601c7a3de74e7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 7b0f19724082cbfcbc66e5abea2b9bc92cf08a1ea11e191933ed43801eb3cd05
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bff3d1e895fd5abd54ee725dab59214acabf900e1a0784544d20cf20521bf9f3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 62c816073195cc0119dc1d66b178544bdb772ef8bee4879954528c6798b17ebe
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1b409141a9ee6ed38e76a8fb8f9cf280030bf45375ba7e07e60b2742039b573e
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c5cfad0b125e978d915f8b4c38630bc5d548e59fe8a0e838c0cc84283c605943
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/platform/jewel/markdown/ide-laf-bridge-styling/src/main/resources/intellij.platform.jewel.markdown.ideLafBridgeStyling.xml b/platform/jewel/markdown/ide-laf-bridge-styling/src/main/resources/intellij.platform.jewel.markdown.ideLafBridgeStyling.xml
new file mode 100644
index 000000000000..c77166b75c62
--- /dev/null
+++ b/platform/jewel/markdown/ide-laf-bridge-styling/src/main/resources/intellij.platform.jewel.markdown.ideLafBridgeStyling.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/platform/jewel/markdown/int-ui-standalone-styling/api-dump-unreviewed.txt b/platform/jewel/markdown/int-ui-standalone-styling/api-dump-unreviewed.txt
new file mode 100644
index 000000000000..cda3a3d0a612
--- /dev/null
+++ b/platform/jewel/markdown/int-ui-standalone-styling/api-dump-unreviewed.txt
@@ -0,0 +1,112 @@
+f:org.jetbrains.jewel.intui.markdown.standalone.IntUiMarkdownBlockRendererExtensionsKt
+- sf:dark(org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer$Companion,org.jetbrains.jewel.markdown.rendering.MarkdownStyling,java.util.List,org.jetbrains.jewel.markdown.rendering.InlineMarkdownRenderer):org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer
+- bs:dark$default(org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer$Companion,org.jetbrains.jewel.markdown.rendering.MarkdownStyling,java.util.List,org.jetbrains.jewel.markdown.rendering.InlineMarkdownRenderer,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer
+- sf:light(org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer$Companion,org.jetbrains.jewel.markdown.rendering.MarkdownStyling,java.util.List,org.jetbrains.jewel.markdown.rendering.InlineMarkdownRenderer):org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer
+- bs:light$default(org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer$Companion,org.jetbrains.jewel.markdown.rendering.MarkdownStyling,java.util.List,org.jetbrains.jewel.markdown.rendering.InlineMarkdownRenderer,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer
+f:org.jetbrains.jewel.intui.markdown.standalone.IntUiProvideMarkdownStylingKt
+- sf:ProvideMarkdownStyling(org.jetbrains.jewel.markdown.rendering.MarkdownStyling,org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer,org.jetbrains.jewel.foundation.code.highlighting.CodeHighlighter,org.jetbrains.jewel.markdown.processing.MarkdownProcessor,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:ProvideMarkdownStyling(Z,org.jetbrains.jewel.markdown.rendering.MarkdownStyling,org.jetbrains.jewel.markdown.processing.MarkdownProcessor,org.jetbrains.jewel.markdown.rendering.MarkdownBlockRenderer,org.jetbrains.jewel.foundation.code.highlighting.CodeHighlighter,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.intui.markdown.standalone.styling.IntUiMarkdownStylingKt
+- sf:dark(org.jetbrains.jewel.markdown.rendering.InlinesStyling$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,Z):org.jetbrains.jewel.markdown.rendering.InlinesStyling
+- sf:dark(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code
+- sf:dark(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading
+- sf:dark(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List
+- sf:dark(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph$Companion,org.jetbrains.jewel.markdown.rendering.InlinesStyling):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph
+- bs:dark$default(org.jetbrains.jewel.markdown.rendering.InlinesStyling$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,Z,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.InlinesStyling
+- bs:dark$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code
+- bs:dark$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading
+- bs:dark$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List
+- bs:dark$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph$Companion,org.jetbrains.jewel.markdown.rendering.InlinesStyling,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph
+- sf:dark-9ek060M(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered$Companion,java.lang.Character,androidx.compose.ui.text.TextStyle,F,F,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered
+- bs:dark-9ek060M$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered$Companion,java.lang.Character,androidx.compose.ui.text.TextStyle,F,F,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered
+- sf:dark-EnRY0Kc(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak$Companion,androidx.compose.foundation.layout.PaddingValues,F,J):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak
+- bs:dark-EnRY0Kc$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak
+- sf:dark-Fsagccs(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock):org.jetbrains.jewel.markdown.rendering.MarkdownStyling
+- bs:dark-Fsagccs$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling
+- sf:dark-OgMsbsM(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock
+- bs:dark-OgMsbsM$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock
+- sf:dark-RKTsvxU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z,Z):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented
+- bs:dark-RKTsvxU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z,Z,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented
+- sf:dark-Zc45R8w(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z,Z,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced
+- bs:dark-Zc45R8w$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z,Z,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced
+- sf:dark-kgLgf-Y(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered$Companion,androidx.compose.ui.text.TextStyle,F,F,I,F,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered
+- bs:dark-kgLgf-Y$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered$Companion,androidx.compose.ui.text.TextStyle,F,F,I,F,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered
+- sf:dark-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1
+- sf:dark-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2
+- sf:dark-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3
+- sf:dark-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4
+- sf:dark-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5
+- sf:dark-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6
+- bs:dark-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1
+- bs:dark-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2
+- bs:dark-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3
+- bs:dark-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4
+- bs:dark-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5
+- bs:dark-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6
+- sf:dark-pI2OzKA(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,J):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote
+- bs:dark-pI2OzKA$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,J,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote
+- sf:default-1Fc8zlc(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image$Companion,androidx.compose.ui.Alignment,androidx.compose.ui.layout.ContentScale,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image
+- bs:default-1Fc8zlc$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image$Companion,androidx.compose.ui.Alignment,androidx.compose.ui.layout.ContentScale,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image
+- sf:light(org.jetbrains.jewel.markdown.rendering.InlinesStyling$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,Z):org.jetbrains.jewel.markdown.rendering.InlinesStyling
+- sf:light(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code
+- sf:light(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading
+- sf:light(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List
+- sf:light(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph$Companion,org.jetbrains.jewel.markdown.rendering.InlinesStyling):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph
+- bs:light$default(org.jetbrains.jewel.markdown.rendering.InlinesStyling$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,androidx.compose.ui.text.SpanStyle,Z,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.InlinesStyling
+- bs:light$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code
+- bs:light$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading
+- bs:light$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List
+- bs:light$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph$Companion,org.jetbrains.jewel.markdown.rendering.InlinesStyling,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph
+- sf:light-9ek060M(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered$Companion,java.lang.Character,androidx.compose.ui.text.TextStyle,F,F,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered
+- bs:light-9ek060M$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered$Companion,java.lang.Character,androidx.compose.ui.text.TextStyle,F,F,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Unordered
+- sf:light-EnRY0Kc(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak$Companion,androidx.compose.foundation.layout.PaddingValues,F,J):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak
+- bs:light-EnRY0Kc$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak
+- sf:light-Fsagccs(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock):org.jetbrains.jewel.markdown.rendering.MarkdownStyling
+- bs:light-Fsagccs$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Paragraph,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Image,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$ThematicBreak,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling
+- sf:light-OgMsbsM(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock
+- bs:light-OgMsbsM$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$HtmlBlock
+- sf:light-RKTsvxU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z,Z):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented
+- bs:light-RKTsvxU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z,Z,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Indented
+- sf:light-Zc45R8w(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z,Z,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced
+- bs:light-Zc45R8w$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$Companion,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.ui.graphics.Shape,J,F,J,Z,Z,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.layout.PaddingValues,org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced$InfoPosition,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Code$Fenced
+- sf:light-kgLgf-Y(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered$Companion,androidx.compose.ui.text.TextStyle,F,F,I,F,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered
+- bs:light-kgLgf-Y$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered$Companion,androidx.compose.ui.text.TextStyle,F,F,I,F,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$List$Ordered
+- sf:light-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1
+- sf:light-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2
+- sf:light-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3
+- sf:light-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4
+- sf:light-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5
+- sf:light-ohr0OhU(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6
+- bs:light-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H1
+- bs:light-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H2
+- bs:light-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H3
+- bs:light-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H4
+- bs:light-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H5
+- bs:light-ohr0OhU$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6$Companion,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.markdown.rendering.InlinesStyling,F,J,F,androidx.compose.foundation.layout.PaddingValues,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$Heading$H6
+- sf:light-pI2OzKA(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,J):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote
+- bs:light-pI2OzKA$default(org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,J,I,java.lang.Object):org.jetbrains.jewel.markdown.rendering.MarkdownStyling$BlockQuote
+f:org.jetbrains.jewel.intui.markdown.standalone.styling.extensions.github.alerts.IntUiGitHubAlertStylingKt
+- sf:dark(org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling$Companion,org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling):org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling
+- bs:dark$default(org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling$Companion,org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling
+- sf:dark-gaOEZmc(org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J):org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling
+- sf:dark-gaOEZmc(org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J):org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling
+- sf:dark-gaOEZmc(org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J):org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling
+- sf:dark-gaOEZmc(org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J):org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling
+- sf:dark-gaOEZmc(org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J):org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling
+- bs:dark-gaOEZmc$default(org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling
+- bs:dark-gaOEZmc$default(org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling
+- bs:dark-gaOEZmc$default(org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling
+- bs:dark-gaOEZmc$default(org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling
+- bs:dark-gaOEZmc$default(org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling
+- sf:light(org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling$Companion,org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling):org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling
+- bs:light$default(org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling$Companion,org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling,org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.AlertStyling
+- sf:light-gaOEZmc(org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J):org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling
+- sf:light-gaOEZmc(org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J):org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling
+- sf:light-gaOEZmc(org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J):org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling
+- sf:light-gaOEZmc(org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J):org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling
+- sf:light-gaOEZmc(org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J):org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling
+- bs:light-gaOEZmc$default(org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.CautionAlertStyling
+- bs:light-gaOEZmc$default(org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.ImportantAlertStyling
+- bs:light-gaOEZmc$default(org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.NoteAlertStyling
+- bs:light-gaOEZmc$default(org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.TipAlertStyling
+- bs:light-gaOEZmc$default(org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling$Companion,androidx.compose.foundation.layout.PaddingValues,F,J,androidx.compose.ui.graphics.PathEffect,I,androidx.compose.ui.text.TextStyle,org.jetbrains.jewel.ui.icon.IconKey,J,J,I,java.lang.Object):org.jetbrains.jewel.markdown.extensions.github.alerts.WarningAlertStyling
diff --git a/platform/jewel/markdown/int-ui-standalone-styling/exposed-third-party-api.txt b/platform/jewel/markdown/int-ui-standalone-styling/exposed-third-party-api.txt
new file mode 100644
index 000000000000..103cb043598f
--- /dev/null
+++ b/platform/jewel/markdown/int-ui-standalone-styling/exposed-third-party-api.txt
@@ -0,0 +1 @@
+androidx/compose/**
diff --git a/platform/jewel/markdown/int-ui-standalone-styling/intellij.platform.jewel.markdown.intUiStandaloneStyling.iml b/platform/jewel/markdown/int-ui-standalone-styling/intellij.platform.jewel.markdown.intUiStandaloneStyling.iml
new file mode 100644
index 000000000000..f5be600f2ad9
--- /dev/null
+++ b/platform/jewel/markdown/int-ui-standalone-styling/intellij.platform.jewel.markdown.intUiStandaloneStyling.iml
@@ -0,0 +1,352 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.0/kotlin-compose-compiler-plugin-2.1.0.jar
+ $MAVEN_REPOSITORY$/dev/drewhamilton/poko/poko-compiler-plugin/0.18.0/poko-compiler-plugin-0.18.0.jar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c53f675b2af4696e6022598145a44a9e9feb35216a188163ae5bf99a18e76bdb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ f1e334b73d49ceab00afe776a4c393de77b4fc805e9ff488dac596a2663b1dc1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ a7dfdfd2b9d6668c646275948eba357aab6407f635f2dc09fe90258a2f202337
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 34dfab5b4fa8b2913f00facdddc049e2fef4b176f8e7cde0ad306485674c3b5c
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 8ff9a2b8c93b0287d8fa837d5b0917923168cb97dea1ada1a8d4aa7bb17c9f15
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 41da5d61c56877b5b5d01e2a2bcb967cbfaf4d45c1a1aa124c0601c7a3de74e7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 7b0f19724082cbfcbc66e5abea2b9bc92cf08a1ea11e191933ed43801eb3cd05
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bff3d1e895fd5abd54ee725dab59214acabf900e1a0784544d20cf20521bf9f3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 62c816073195cc0119dc1d66b178544bdb772ef8bee4879954528c6798b17ebe
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1b409141a9ee6ed38e76a8fb8f9cf280030bf45375ba7e07e60b2742039b573e
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c5cfad0b125e978d915f8b4c38630bc5d548e59fe8a0e838c0cc84283c605943
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/platform/jewel/markdown/int-ui-standalone-styling/src/main/resources/intellij.platform.jewel.markdown.intUiStandaloneStyling.xml b/platform/jewel/markdown/int-ui-standalone-styling/src/main/resources/intellij.platform.jewel.markdown.intUiStandaloneStyling.xml
new file mode 100644
index 000000000000..9918e8512c80
--- /dev/null
+++ b/platform/jewel/markdown/int-ui-standalone-styling/src/main/resources/intellij.platform.jewel.markdown.intUiStandaloneStyling.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/platform/jewel/samples/ide-plugin/api-dump.txt b/platform/jewel/samples/ide-plugin/api-dump.txt
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/platform/jewel/samples/ide-plugin/intellij.platform.jewel.samples.idePlugin.iml b/platform/jewel/samples/ide-plugin/intellij.platform.jewel.samples.idePlugin.iml
new file mode 100644
index 000000000000..92846df0e5d8
--- /dev/null
+++ b/platform/jewel/samples/ide-plugin/intellij.platform.jewel.samples.idePlugin.iml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.0/kotlin-compose-compiler-plugin-2.1.0.jar
+ $MAVEN_REPOSITORY$/dev/drewhamilton/poko/poko-compiler-plugin/0.18.0/poko-compiler-plugin-0.18.0.jar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/platform/jewel/samples/ide-plugin/plugin-content.yaml b/platform/jewel/samples/ide-plugin/plugin-content.yaml
new file mode 100644
index 000000000000..08e23f82f43a
--- /dev/null
+++ b/platform/jewel/samples/ide-plugin/plugin-content.yaml
@@ -0,0 +1,3 @@
+- name: lib/platform-jewel-samples-idePlugin.jar
+ modules:
+ - name: intellij.platform.jewel.samples.idePlugin
\ No newline at end of file
diff --git a/platform/jewel/samples/ide-plugin/src/main/kotlin/icons/IdeSampleIconKeys.kt b/platform/jewel/samples/ide-plugin/src/main/kotlin/icons/IdeSampleIconKeys.kt
index 6d740f3dce66..f5c17d651c22 100644
--- a/platform/jewel/samples/ide-plugin/src/main/kotlin/icons/IdeSampleIconKeys.kt
+++ b/platform/jewel/samples/ide-plugin/src/main/kotlin/icons/IdeSampleIconKeys.kt
@@ -2,7 +2,7 @@ package icons
import org.jetbrains.jewel.ui.icon.PathIconKey
-object IdeSampleIconKeys {
+internal object IdeSampleIconKeys {
val gitHub = PathIconKey("icons/github.svg", IdeSampleIconKeys::class.java)
val jewelToolWindow = PathIconKey("icons/jewel-tool-window.svg", IdeSampleIconKeys::class.java)
}
diff --git a/platform/jewel/samples/ide-plugin/src/main/kotlin/icons/JewelIcons.kt b/platform/jewel/samples/ide-plugin/src/main/kotlin/icons/JewelIcons.kt
index 2fe3233a3d0c..aeb8ff311070 100644
--- a/platform/jewel/samples/ide-plugin/src/main/kotlin/icons/JewelIcons.kt
+++ b/platform/jewel/samples/ide-plugin/src/main/kotlin/icons/JewelIcons.kt
@@ -2,6 +2,6 @@ package icons
import com.intellij.openapi.util.IconLoader
-object JewelIcons {
+internal object JewelIcons {
@JvmField val ToolWindowIcon = IconLoader.getIcon("/icons/jewel-tool-window.svg", javaClass)
}
diff --git a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/ActionSystemTestAction.kt b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/ActionSystemTestAction.kt
index 9883174981be..7dcf89170dbc 100644
--- a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/ActionSystemTestAction.kt
+++ b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/ActionSystemTestAction.kt
@@ -6,7 +6,7 @@ import com.intellij.openapi.actionSystem.DataKey
import com.intellij.openapi.diagnostic.thisLogger
import com.intellij.openapi.ui.Messages.showMessageDialog
-class ActionSystemTestAction : AnAction() {
+internal class ActionSystemTestAction : AnAction() {
private val logger = thisLogger()
override fun actionPerformed(anActionEvent: AnActionEvent) {
diff --git a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/dialog/WizardDialogWrapper.kt b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/dialog/WizardDialogWrapper.kt
index 966f0a7468d5..1560fe342f86 100644
--- a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/dialog/WizardDialogWrapper.kt
+++ b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/dialog/WizardDialogWrapper.kt
@@ -130,7 +130,7 @@ internal class WizardDialogWrapper(
}
}
-interface WizardPage {
+internal interface WizardPage {
@Composable fun PageContent()
val canGoForward: StateFlow
diff --git a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/package-info.java b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/package-info.java
new file mode 100644
index 000000000000..1aee318153c8
--- /dev/null
+++ b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/package-info.java
@@ -0,0 +1,5 @@
+// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+@ApiStatus.Internal
+package org.jetbrains.jewel.samples.ideplugin;
+
+import org.jetbrains.annotations.ApiStatus;
diff --git a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/AndroidStudioReleases.kt b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/AndroidStudioReleases.kt
index 098efdb8404d..b321564c718a 100644
--- a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/AndroidStudioReleases.kt
+++ b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/AndroidStudioReleases.kt
@@ -7,7 +7,7 @@ import kotlinx.datetime.LocalDate
import org.jetbrains.jewel.samples.ideplugin.releasessample.ContentItem.AndroidStudio
@Suppress("LargeClass")
-object AndroidStudioReleases : ContentSource() {
+internal object AndroidStudioReleases : ContentSource() {
override val items: List =
listOf(
AndroidStudio(
diff --git a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ContentItem.kt b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ContentItem.kt
index 1683dbc4e072..b7974ed4a629 100644
--- a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ContentItem.kt
+++ b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ContentItem.kt
@@ -3,7 +3,7 @@ package org.jetbrains.jewel.samples.ideplugin.releasessample
import kotlinx.datetime.LocalDate
import org.jetbrains.annotations.Nls
-sealed class ContentItem {
+internal sealed class ContentItem {
@get:Nls abstract val displayText: String
abstract val imagePath: String?
abstract val versionName: String
@@ -33,7 +33,7 @@ sealed class ContentItem {
) : ContentItem()
}
-fun ContentItem.matches(text: String): Boolean {
+internal fun ContentItem.matches(text: String): Boolean {
if (displayText.contains(text, ignoreCase = true)) return true
if (versionName.contains(text, ignoreCase = true)) return true
diff --git a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ContentSource.kt b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ContentSource.kt
index caa4fbf83dda..9e671a79da2b 100644
--- a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ContentSource.kt
+++ b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ContentSource.kt
@@ -2,7 +2,7 @@ package org.jetbrains.jewel.samples.ideplugin.releasessample
import kotlinx.datetime.LocalDate
-abstract class ContentSource {
+internal abstract class ContentSource {
abstract val items: List
abstract val displayName: String
@@ -21,13 +21,13 @@ abstract class ContentSource {
}
}
-data class FilteredContentSource(override val items: List, val original: ContentSource<*>) :
+internal data class FilteredContentSource(override val items: List, val original: ContentSource<*>) :
ContentSource() {
override val displayName: String
get() = original.displayName
}
-object AndroidReleases : ContentSource() {
+internal object AndroidReleases : ContentSource() {
override val items =
listOf(
ContentItem.AndroidRelease(
diff --git a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ReleaseChannel.kt b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ReleaseChannel.kt
index 8ef8cb406e35..9fe8cf6616b0 100644
--- a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ReleaseChannel.kt
+++ b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ReleaseChannel.kt
@@ -4,7 +4,7 @@ import com.intellij.ui.JBColor
import java.awt.Color
@Suppress("UnregisteredNamedColor") // They exist at runtime
-enum class ReleaseChannel(val background: Color, val foreground: Color) {
+internal enum class ReleaseChannel(val background: Color, val foreground: Color) {
Stable(
background =
JBColor(
diff --git a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ReleasesSampleCompose.kt b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ReleasesSampleCompose.kt
index 0efe70ac6ce7..28a9134a8aa8 100644
--- a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ReleasesSampleCompose.kt
+++ b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/ReleasesSampleCompose.kt
@@ -92,7 +92,7 @@ import org.jetbrains.jewel.ui.theme.iconButtonStyle
import org.jetbrains.jewel.ui.util.thenIf
@Composable
-fun ReleasesSampleCompose(project: Project) {
+internal fun ReleasesSampleCompose(project: Project) {
var selectedItem: ContentItem? by remember { mutableStateOf(null) }
HorizontalSplitLayout(
first = {
@@ -300,7 +300,7 @@ private fun OverflowMenu(currentContentSource: ContentSource<*>, onContentSource
var menuVisible by remember { mutableStateOf(false) }
- // Emulates Swing actions that pop up menus — they stay pressed while the menu is open
+ // Emulates Swing actions that pop up menus � they stay pressed while the menu is open
IconButton(
modifier =
Modifier.fillMaxHeight().thenIf(menuVisible) {
diff --git a/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/package-info.java b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/package-info.java
new file mode 100644
index 000000000000..62f29fb363f3
--- /dev/null
+++ b/platform/jewel/samples/ide-plugin/src/main/kotlin/org/jetbrains/jewel/samples/ideplugin/releasessample/package-info.java
@@ -0,0 +1,5 @@
+// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+@ApiStatus.Internal
+package org.jetbrains.jewel.samples.ideplugin.releasessample;
+
+import org.jetbrains.annotations.ApiStatus;
diff --git a/platform/jewel/samples/ide-plugin/src/main/resources/icon-robots.txt b/platform/jewel/samples/ide-plugin/src/main/resources/icon-robots.txt
new file mode 100644
index 000000000000..1313ad9016c8
--- /dev/null
+++ b/platform/jewel/samples/ide-plugin/src/main/resources/icon-robots.txt
@@ -0,0 +1 @@
+skip: *
diff --git a/platform/jewel/samples/ide-plugin/src/main/resources/intellij.platform.jewel.samples.idePlugin.xml b/platform/jewel/samples/ide-plugin/src/main/resources/intellij.platform.jewel.samples.idePlugin.xml
new file mode 100644
index 000000000000..5ca215a51efd
--- /dev/null
+++ b/platform/jewel/samples/ide-plugin/src/main/resources/intellij.platform.jewel.samples.idePlugin.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/platform/jewel/samples/standalone/api-dump.txt b/platform/jewel/samples/standalone/api-dump.txt
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/platform/jewel/samples/standalone/intellij.platform.jewel.samples.standalone.iml b/platform/jewel/samples/standalone/intellij.platform.jewel.samples.standalone.iml
new file mode 100644
index 000000000000..b612f6ad091c
--- /dev/null
+++ b/platform/jewel/samples/standalone/intellij.platform.jewel.samples.standalone.iml
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.0/kotlin-compose-compiler-plugin-2.1.0.jar
+ $MAVEN_REPOSITORY$/dev/drewhamilton/poko/poko-compiler-plugin/0.18.0/poko-compiler-plugin-0.18.0.jar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 93e571b342f2bc87aa192fc7eb6d177ac5075415617824674b0d5fa063840f4e
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 65bb8c814bc66faf28395e7f9d51c74f5cc35d70919c50ea8639388ec46cef2d
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ cf83f90e32fb973ff5edfca4ef35f55ca51bb70a579b6a1f290744f552e8e484
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 488f51ed95f0fac48d1d87cb0e3bac08c012dcbf6ef3c1688685d708cdbccd56
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 39c6588948ab31b98ab1fea4a6abab37243f387cb48cb50ae599410effb70038
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/IntUiThemes.kt b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/IntUiThemes.kt
index 4feb4cc88871..58252b9de524 100644
--- a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/IntUiThemes.kt
+++ b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/IntUiThemes.kt
@@ -3,7 +3,7 @@ package org.jetbrains.jewel.samples.standalone
import org.jetbrains.skiko.SystemTheme
import org.jetbrains.skiko.currentSystemTheme
-enum class IntUiThemes {
+internal enum class IntUiThemes {
Light,
LightWithLightHeader,
Dark,
diff --git a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/StandaloneSampleIcons.kt b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/StandaloneSampleIcons.kt
index 848012f60b7d..5e6b49e539e2 100644
--- a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/StandaloneSampleIcons.kt
+++ b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/StandaloneSampleIcons.kt
@@ -2,7 +2,7 @@ package org.jetbrains.jewel.samples.standalone
import org.jetbrains.jewel.ui.icon.PathIconKey
-object StandaloneSampleIcons {
+internal object StandaloneSampleIcons {
val componentsMenu = PathIconKey("icons/structure.svg", StandaloneSampleIcons::class.java)
val gitHub = PathIconKey("icons/github.svg", StandaloneSampleIcons::class.java)
val jewelLogo = PathIconKey("icons/jewel-logo.svg", StandaloneSampleIcons::class.java)
diff --git a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/package-info.java b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/package-info.java
new file mode 100644
index 000000000000..29276bf03da7
--- /dev/null
+++ b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/package-info.java
@@ -0,0 +1,5 @@
+// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+@ApiStatus.Internal
+package org.jetbrains.jewel.samples.standalone;
+
+import org.jetbrains.annotations.ApiStatus;
diff --git a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/ComponentsView.kt b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/ComponentsView.kt
index 1845fee4a312..7fd11ea08817 100644
--- a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/ComponentsView.kt
+++ b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/ComponentsView.kt
@@ -32,7 +32,7 @@ import org.jetbrains.jewel.ui.painter.hints.Size
import org.jetbrains.jewel.ui.theme.tooltipStyle
@Composable
-fun ComponentsView() {
+internal fun ComponentsView() {
Row(Modifier.trackActivation().fillMaxSize().background(JewelTheme.globalColors.panelBackground)) {
ComponentsToolBar()
Divider(Orientation.Vertical, Modifier.fillMaxHeight())
@@ -41,7 +41,7 @@ fun ComponentsView() {
}
@Composable
-fun ComponentsToolBar() {
+internal fun ComponentsToolBar() {
Column(Modifier.fillMaxHeight().width(40.dp).verticalScroll(rememberScrollState())) {
ComponentsViewModel.views.forEach {
SelectableIconActionButton(
@@ -61,7 +61,7 @@ fun ComponentsToolBar() {
}
@Composable
-fun ComponentView(view: ViewInfo) {
+internal fun ComponentView(view: ViewInfo) {
Column(Modifier.fillMaxSize().padding(24.dp), verticalArrangement = Arrangement.spacedBy(24.dp)) {
Text(view.title, style = Typography.h1TextStyle())
view.content()
diff --git a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/MarkdownView.kt b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/MarkdownView.kt
index e35cfa48b490..8148cf07aff8 100644
--- a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/MarkdownView.kt
+++ b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/MarkdownView.kt
@@ -16,7 +16,7 @@ import org.jetbrains.jewel.ui.Orientation
import org.jetbrains.jewel.ui.component.Divider
@Composable
-fun MarkdownDemo() {
+internal fun MarkdownDemo() {
Row(Modifier.trackActivation().fillMaxSize().background(JewelTheme.globalColors.panelBackground)) {
val editorState = rememberTextFieldState(JewelReadme)
MarkdownEditor(state = editorState, modifier = Modifier.fillMaxHeight().weight(1f))
diff --git a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/TitleBarView.kt b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/TitleBarView.kt
index 699f680da367..3a905d764726 100644
--- a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/TitleBarView.kt
+++ b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/TitleBarView.kt
@@ -26,7 +26,7 @@ import org.jetbrains.jewel.window.TitleBar
import org.jetbrains.jewel.window.newFullscreenControls
@Composable
-fun DecoratedWindowScope.TitleBarView() {
+internal fun DecoratedWindowScope.TitleBarView() {
TitleBar(Modifier.newFullscreenControls(), gradientStartColor = MainViewModel.projectColor) {
Row(Modifier.align(Alignment.Start)) {
Dropdown(
diff --git a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/WelcomeView.kt b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/WelcomeView.kt
index b81e25bb923a..642e9246d131 100644
--- a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/WelcomeView.kt
+++ b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/WelcomeView.kt
@@ -28,7 +28,7 @@ import org.jetbrains.jewel.ui.painter.hints.Selected
@OptIn(ExperimentalLayoutApi::class)
@Composable
-fun WelcomeView() {
+internal fun WelcomeView() {
Column(
modifier =
Modifier.trackActivation().fillMaxSize().background(JewelTheme.globalColors.panelBackground).padding(24.dp),
@@ -73,7 +73,7 @@ fun WelcomeView() {
}
@Composable
-fun ThemeSelectionChip(theme: IntUiThemes, name: String, iconKey: IconKey) {
+internal fun ThemeSelectionChip(theme: IntUiThemes, name: String, iconKey: IconKey) {
RadioButtonChip(
selected = MainViewModel.theme == theme,
onClick = { MainViewModel.theme = theme },
diff --git a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/component/SplitLayouts.kt b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/component/SplitLayouts.kt
index b70f9d26db1f..94cd98e1c275 100644
--- a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/component/SplitLayouts.kt
+++ b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/component/SplitLayouts.kt
@@ -1,3 +1,6 @@
+// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+package org.jetbrains.jewel.samples.standalone.view.component
+
import androidx.compose.foundation.border
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
diff --git a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/component/package-info.java b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/component/package-info.java
new file mode 100644
index 000000000000..b98f1b86c43c
--- /dev/null
+++ b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/component/package-info.java
@@ -0,0 +1,5 @@
+// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+@ApiStatus.Internal
+package org.jetbrains.jewel.samples.standalone.view.component;
+
+import org.jetbrains.annotations.ApiStatus;
diff --git a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/markdown/package-info.java b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/markdown/package-info.java
new file mode 100644
index 000000000000..2cee5a778191
--- /dev/null
+++ b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/markdown/package-info.java
@@ -0,0 +1,5 @@
+// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+@ApiStatus.Internal
+package org.jetbrains.jewel.samples.standalone.view.markdown;
+
+import org.jetbrains.annotations.ApiStatus;
diff --git a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/package-info.java b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/package-info.java
new file mode 100644
index 000000000000..d57fbefa24c8
--- /dev/null
+++ b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/package-info.java
@@ -0,0 +1,5 @@
+// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+@ApiStatus.Internal
+package org.jetbrains.jewel.samples.standalone.view;
+
+import org.jetbrains.annotations.ApiStatus;
diff --git a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/viewmodel/ComponentsViewModel.kt b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/viewmodel/ComponentsViewModel.kt
index 733d43c4ad3c..ab4810339c33 100644
--- a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/viewmodel/ComponentsViewModel.kt
+++ b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/viewmodel/ComponentsViewModel.kt
@@ -1,6 +1,5 @@
package org.jetbrains.jewel.samples.standalone.viewmodel
-import SplitLayouts
import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableStateListOf
import androidx.compose.runtime.mutableStateOf
@@ -20,13 +19,14 @@ import org.jetbrains.jewel.samples.standalone.view.component.RadioButtons
import org.jetbrains.jewel.samples.standalone.view.component.Scrollbars
import org.jetbrains.jewel.samples.standalone.view.component.SegmentedControls
import org.jetbrains.jewel.samples.standalone.view.component.Sliders
+import org.jetbrains.jewel.samples.standalone.view.component.SplitLayouts
import org.jetbrains.jewel.samples.standalone.view.component.Tabs
import org.jetbrains.jewel.samples.standalone.view.component.TextAreas
import org.jetbrains.jewel.samples.standalone.view.component.TextFields
import org.jetbrains.jewel.samples.standalone.view.component.Tooltips
import org.jetbrains.jewel.ui.component.SplitLayoutState
-object ComponentsViewModel {
+internal object ComponentsViewModel {
private var outerSplitState by mutableStateOf(SplitLayoutState(0.5f))
private var verticalSplitState by mutableStateOf(SplitLayoutState(0.5f))
private var innerSplitState by mutableStateOf(SplitLayoutState(0.5f))
diff --git a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/viewmodel/MainViewModel.kt b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/viewmodel/MainViewModel.kt
index 784de75fb3c1..d8634f095ecb 100644
--- a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/viewmodel/MainViewModel.kt
+++ b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/viewmodel/MainViewModel.kt
@@ -11,7 +11,7 @@ import org.jetbrains.jewel.samples.standalone.view.ComponentsView
import org.jetbrains.jewel.samples.standalone.view.MarkdownDemo
import org.jetbrains.jewel.samples.standalone.view.WelcomeView
-object MainViewModel {
+internal object MainViewModel {
fun onNavigateTo(destination: String) {
currentView = views.first { viewInfo -> viewInfo.title == destination }
}
diff --git a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/viewmodel/ViewInfo.kt b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/viewmodel/ViewInfo.kt
index dd3dd94c83bf..bc9da85864f6 100644
--- a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/viewmodel/ViewInfo.kt
+++ b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/viewmodel/ViewInfo.kt
@@ -4,20 +4,20 @@ import androidx.compose.runtime.Composable
import org.jetbrains.jewel.ui.icon.IconKey
import org.jetbrains.skiko.hostOs
-data class KeyBinding(
+internal data class KeyBinding(
val macOs: Set = emptySet(),
val windows: Set = emptySet(),
val linux: Set = emptySet(),
)
-fun KeyBinding.forCurrentOs(): Set =
+internal fun KeyBinding.forCurrentOs(): Set =
when {
hostOs.isMacOS -> macOs
hostOs.isLinux -> linux
else -> windows
}
-data class ViewInfo(
+internal data class ViewInfo(
val title: String,
val iconKey: IconKey,
val keyboardShortcut: KeyBinding? = null,
diff --git a/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/viewmodel/package-info.java b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/viewmodel/package-info.java
new file mode 100644
index 000000000000..4cb9a1b01787
--- /dev/null
+++ b/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/viewmodel/package-info.java
@@ -0,0 +1,5 @@
+// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+@ApiStatus.Internal
+package org.jetbrains.jewel.samples.standalone.viewmodel;
+
+import org.jetbrains.annotations.ApiStatus;
diff --git a/platform/jewel/samples/standalone/src/main/resources/icon-robots.txt b/platform/jewel/samples/standalone/src/main/resources/icon-robots.txt
new file mode 100644
index 000000000000..1313ad9016c8
--- /dev/null
+++ b/platform/jewel/samples/standalone/src/main/resources/icon-robots.txt
@@ -0,0 +1 @@
+skip: *
diff --git a/platform/jewel/samples/standalone/src/main/resources/intellij.platform.jewel.samples.standalone.xml b/platform/jewel/samples/standalone/src/main/resources/intellij.platform.jewel.samples.standalone.xml
new file mode 100644
index 000000000000..4e9c7167a18e
--- /dev/null
+++ b/platform/jewel/samples/standalone/src/main/resources/intellij.platform.jewel.samples.standalone.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/platform/jewel/settings.gradle.kts b/platform/jewel/settings.gradle.kts
index 5f3227b3e4c5..e9ff2a275044 100644
--- a/platform/jewel/settings.gradle.kts
+++ b/platform/jewel/settings.gradle.kts
@@ -49,6 +49,8 @@ include(
":ui-test",
)
+project(":ide-laf-bridge-tests").projectDir = file("ide-laf-bridge/ide-laf-bridge-tests")
+
gradleEnterprise {
buildScan {
publishAlwaysIf(System.getenv("CI") == "true")
diff --git a/platform/jewel/ui-tests/intellij.platform.jewel.uiTests.iml b/platform/jewel/ui-tests/intellij.platform.jewel.uiTests.iml
new file mode 100644
index 000000000000..a985dacfdad1
--- /dev/null
+++ b/platform/jewel/ui-tests/intellij.platform.jewel.uiTests.iml
@@ -0,0 +1,350 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.0/kotlin-compose-compiler-plugin-2.1.0.jar
+ $MAVEN_REPOSITORY$/dev/drewhamilton/poko/poko-compiler-plugin/0.18.0/poko-compiler-plugin-0.18.0.jar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c53f675b2af4696e6022598145a44a9e9feb35216a188163ae5bf99a18e76bdb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ f1e334b73d49ceab00afe776a4c393de77b4fc805e9ff488dac596a2663b1dc1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ a7dfdfd2b9d6668c646275948eba357aab6407f635f2dc09fe90258a2f202337
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 34dfab5b4fa8b2913f00facdddc049e2fef4b176f8e7cde0ad306485674c3b5c
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 8ff9a2b8c93b0287d8fa837d5b0917923168cb97dea1ada1a8d4aa7bb17c9f15
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 41da5d61c56877b5b5d01e2a2bcb967cbfaf4d45c1a1aa124c0601c7a3de74e7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 7b0f19724082cbfcbc66e5abea2b9bc92cf08a1ea11e191933ed43801eb3cd05
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bff3d1e895fd5abd54ee725dab59214acabf900e1a0784544d20cf20521bf9f3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 62c816073195cc0119dc1d66b178544bdb772ef8bee4879954528c6798b17ebe
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1b409141a9ee6ed38e76a8fb8f9cf280030bf45375ba7e07e60b2742039b573e
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c5cfad0b125e978d915f8b4c38630bc5d548e59fe8a0e838c0cc84283c605943
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/platform/jewel/ui-tests/src/test/resources/intellij.platform.jewel.uiTests.xml b/platform/jewel/ui-tests/src/test/resources/intellij.platform.jewel.uiTests.xml
new file mode 100644
index 000000000000..e8d4bc2abfd6
--- /dev/null
+++ b/platform/jewel/ui-tests/src/test/resources/intellij.platform.jewel.uiTests.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/platform/jewel/ui/api-dump-unreviewed.txt b/platform/jewel/ui/api-dump-unreviewed.txt
new file mode 100644
index 000000000000..95d3ee0a18a9
--- /dev/null
+++ b/platform/jewel/ui/api-dump-unreviewed.txt
@@ -0,0 +1,3708 @@
+org.jetbrains.jewel.ui.ComponentStyling
+- sf:Companion:org.jetbrains.jewel.ui.ComponentStyling$Companion
+- provide(kotlin.jvm.functions.Function2):org.jetbrains.jewel.ui.ComponentStyling
+- provide(androidx.compose.runtime.ProvidedValue[]):org.jetbrains.jewel.ui.ComponentStyling
+- a:styles(androidx.compose.runtime.Composer,I):androidx.compose.runtime.ProvidedValue[]
+- with(kotlin.jvm.functions.Function2):org.jetbrains.jewel.ui.ComponentStyling
+- with(org.jetbrains.jewel.ui.ComponentStyling):org.jetbrains.jewel.ui.ComponentStyling
+f:org.jetbrains.jewel.ui.ComponentStyling$Companion
+- org.jetbrains.jewel.ui.ComponentStyling
+- styles(androidx.compose.runtime.Composer,I):androidx.compose.runtime.ProvidedValue[]
+- with(org.jetbrains.jewel.ui.ComponentStyling):org.jetbrains.jewel.ui.ComponentStyling
+f:org.jetbrains.jewel.ui.DefaultComponentStyling
+- org.jetbrains.jewel.ui.ComponentStyling
+- sf:$stable:I
+- (org.jetbrains.jewel.ui.component.styling.CheckboxStyle,org.jetbrains.jewel.ui.component.styling.ChipStyle,org.jetbrains.jewel.ui.component.styling.CircularProgressStyle,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyles,org.jetbrains.jewel.ui.component.styling.ComboBoxStyle,org.jetbrains.jewel.ui.component.styling.ButtonStyle,org.jetbrains.jewel.ui.component.styling.DropdownStyle,org.jetbrains.jewel.ui.component.styling.TabStyle,org.jetbrains.jewel.ui.component.styling.DividerStyle,org.jetbrains.jewel.ui.component.styling.TabStyle,org.jetbrains.jewel.ui.component.styling.GroupHeaderStyle,org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarStyle,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,org.jetbrains.jewel.ui.component.styling.LazyTreeStyle,org.jetbrains.jewel.ui.component.styling.LinkStyle,org.jetbrains.jewel.ui.component.styling.MenuStyle,org.jetbrains.jewel.ui.component.styling.ButtonStyle,org.jetbrains.jewel.ui.component.styling.PopupContainerStyle,org.jetbrains.jewel.ui.component.styling.RadioButtonStyle,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonStyle,org.jetbrains.jewel.ui.component.styling.SegmentedControlStyle,org.jetbrains.jewel.ui.component.styling.SelectableLazyColumnStyle,org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle,org.jetbrains.jewel.ui.component.styling.SliderStyle,org.jetbrains.jewel.ui.component.styling.TextAreaStyle,org.jetbrains.jewel.ui.component.styling.TextFieldStyle,org.jetbrains.jewel.ui.component.styling.TooltipStyle,org.jetbrains.jewel.ui.component.styling.DropdownStyle):V
+- equals(java.lang.Object):Z
+- f:getCheckboxStyle():org.jetbrains.jewel.ui.component.styling.CheckboxStyle
+- f:getChipStyle():org.jetbrains.jewel.ui.component.styling.ChipStyle
+- f:getCircularProgressStyle():org.jetbrains.jewel.ui.component.styling.CircularProgressStyle
+- f:getComboBoxStyle():org.jetbrains.jewel.ui.component.styling.ComboBoxStyle
+- f:getDefaultBannerStyle():org.jetbrains.jewel.ui.component.styling.DefaultBannerStyles
+- f:getDefaultButtonStyle():org.jetbrains.jewel.ui.component.styling.ButtonStyle
+- f:getDefaultDropdownStyle():org.jetbrains.jewel.ui.component.styling.DropdownStyle
+- f:getDefaultTabStyle():org.jetbrains.jewel.ui.component.styling.TabStyle
+- f:getDividerStyle():org.jetbrains.jewel.ui.component.styling.DividerStyle
+- f:getEditorTabStyle():org.jetbrains.jewel.ui.component.styling.TabStyle
+- f:getGroupHeaderStyle():org.jetbrains.jewel.ui.component.styling.GroupHeaderStyle
+- f:getHorizontalProgressBarStyle():org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarStyle
+- f:getIconButtonStyle():org.jetbrains.jewel.ui.component.styling.IconButtonStyle
+- f:getLazyTreeStyle():org.jetbrains.jewel.ui.component.styling.LazyTreeStyle
+- f:getLinkStyle():org.jetbrains.jewel.ui.component.styling.LinkStyle
+- f:getMenuStyle():org.jetbrains.jewel.ui.component.styling.MenuStyle
+- f:getOutlinedButtonStyle():org.jetbrains.jewel.ui.component.styling.ButtonStyle
+- f:getPopupContainerStyle():org.jetbrains.jewel.ui.component.styling.PopupContainerStyle
+- f:getRadioButtonStyle():org.jetbrains.jewel.ui.component.styling.RadioButtonStyle
+- f:getScrollbarStyle():org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- f:getSegmentedControlButtonStyle():org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonStyle
+- f:getSegmentedControlStyle():org.jetbrains.jewel.ui.component.styling.SegmentedControlStyle
+- f:getSelectableLazyColumnStyle():org.jetbrains.jewel.ui.component.styling.SelectableLazyColumnStyle
+- f:getSimpleListItemStyle():org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle
+- f:getSliderStyle():org.jetbrains.jewel.ui.component.styling.SliderStyle
+- f:getTextAreaStyle():org.jetbrains.jewel.ui.component.styling.TextAreaStyle
+- f:getTextFieldStyle():org.jetbrains.jewel.ui.component.styling.TextFieldStyle
+- f:getTooltipStyle():org.jetbrains.jewel.ui.component.styling.TooltipStyle
+- f:getUndecoratedDropdownStyle():org.jetbrains.jewel.ui.component.styling.DropdownStyle
+- hashCode():I
+- styles(androidx.compose.runtime.Composer,I):androidx.compose.runtime.ProvidedValue[]
+f:org.jetbrains.jewel.ui.DisabledColorFilterKt
+- sf:disabled(androidx.compose.ui.graphics.ColorFilter$Companion):androidx.compose.ui.graphics.ColorFilter
+e:org.jetbrains.jewel.ui.Orientation
+- java.lang.Enum
+- sf:Horizontal:org.jetbrains.jewel.ui.Orientation
+- sf:Vertical:org.jetbrains.jewel.ui.Orientation
+- s:getEntries():kotlin.enums.EnumEntries
+- s:valueOf(java.lang.String):org.jetbrains.jewel.ui.Orientation
+- s:values():org.jetbrains.jewel.ui.Orientation[]
+e:org.jetbrains.jewel.ui.Outline
+- java.lang.Enum
+- sf:Companion:org.jetbrains.jewel.ui.Outline$Companion
+- sf:Error:org.jetbrains.jewel.ui.Outline
+- sf:None:org.jetbrains.jewel.ui.Outline
+- sf:Warning:org.jetbrains.jewel.ui.Outline
+- s:getEntries():kotlin.enums.EnumEntries
+- s:valueOf(java.lang.String):org.jetbrains.jewel.ui.Outline
+- s:values():org.jetbrains.jewel.ui.Outline[]
+f:org.jetbrains.jewel.ui.Outline$Companion
+- f:of(Z,Z):org.jetbrains.jewel.ui.Outline
+f:org.jetbrains.jewel.ui.OutlineKt
+- sf:focusOutline-AGcomas(androidx.compose.ui.Modifier,org.jetbrains.jewel.foundation.state.FocusableComponentState,androidx.compose.ui.graphics.Shape,org.jetbrains.jewel.foundation.Stroke$Alignment,F,F,androidx.compose.runtime.Composer,I,I):androidx.compose.ui.Modifier
+- sf:focusOutline-AGcomas(androidx.compose.ui.Modifier,Z,androidx.compose.ui.graphics.Shape,org.jetbrains.jewel.foundation.Stroke$Alignment,F,F,androidx.compose.runtime.Composer,I,I):androidx.compose.ui.Modifier
+- sf:outline-HYR8e34(androidx.compose.ui.Modifier,org.jetbrains.jewel.foundation.state.FocusableComponentState,org.jetbrains.jewel.ui.Outline,androidx.compose.ui.graphics.Shape,org.jetbrains.jewel.foundation.Stroke$Alignment,F,androidx.compose.runtime.Composer,I,I):androidx.compose.ui.Modifier
+f:org.jetbrains.jewel.ui.component.ActionButtonKt
+- sf:ActionButton(kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.interaction.MutableInteractionSource,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:ActionButton(kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function2,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.foundation.layout.PaddingValues,org.jetbrains.jewel.ui.component.styling.TooltipStyle,androidx.compose.foundation.TooltipPlacement,androidx.compose.foundation.interaction.MutableInteractionSource,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I,I):V
+f:org.jetbrains.jewel.ui.component.BannerKt
+- sf:ErrorBanner(java.lang.String,androidx.compose.ui.Modifier,kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function3,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle,androidx.compose.ui.text.TextStyle,androidx.compose.runtime.Composer,I,I):V
+- sf:InformationBanner(java.lang.String,androidx.compose.ui.Modifier,kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function3,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle,androidx.compose.ui.text.TextStyle,androidx.compose.runtime.Composer,I,I):V
+- sf:SuccessBanner(java.lang.String,androidx.compose.ui.Modifier,kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function3,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle,androidx.compose.ui.text.TextStyle,androidx.compose.runtime.Composer,I,I):V
+- sf:WarningBanner(java.lang.String,androidx.compose.ui.Modifier,kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function3,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle,androidx.compose.ui.text.TextStyle,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.ButtonKt
+- sf:DefaultButton(kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.ButtonStyle,androidx.compose.ui.text.TextStyle,kotlin.jvm.functions.Function3,androidx.compose.runtime.Composer,I,I):V
+- sf:OutlinedButton(kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.ButtonStyle,androidx.compose.ui.text.TextStyle,kotlin.jvm.functions.Function3,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.ButtonState
+- org.jetbrains.jewel.foundation.state.FocusableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.ButtonState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.ButtonState
+- s:constructor-impl(J):J
+- sf:copy-oDpth28(J,Z,Z,Z,Z,Z):J
+- bs:copy-oDpth28$default(J,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isFocused():Z
+- s:isFocused-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.ButtonState$Companion
+- f:of-oDpth28(Z,Z,Z,Z,Z):J
+- bs:of-oDpth28$default(org.jetbrains.jewel.ui.component.ButtonState$Companion,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.CheckboxKt
+- sf:Checkbox(Z,kotlin.jvm.functions.Function1,androidx.compose.ui.Modifier,Z,org.jetbrains.jewel.ui.Outline,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.CheckboxColors,org.jetbrains.jewel.ui.component.styling.CheckboxMetrics,org.jetbrains.jewel.ui.component.styling.CheckboxIcons,androidx.compose.ui.text.TextStyle,androidx.compose.ui.Alignment$Vertical,androidx.compose.runtime.Composer,I,I,I):V
+- sf:CheckboxRow(java.lang.String,Z,kotlin.jvm.functions.Function1,androidx.compose.ui.Modifier,androidx.compose.ui.Modifier,Z,org.jetbrains.jewel.ui.Outline,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.CheckboxColors,org.jetbrains.jewel.ui.component.styling.CheckboxMetrics,org.jetbrains.jewel.ui.component.styling.CheckboxIcons,androidx.compose.ui.text.TextStyle,androidx.compose.ui.Alignment$Vertical,androidx.compose.runtime.Composer,I,I,I):V
+- sf:CheckboxRow(Z,kotlin.jvm.functions.Function1,androidx.compose.ui.Modifier,Z,org.jetbrains.jewel.ui.Outline,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.CheckboxColors,org.jetbrains.jewel.ui.component.styling.CheckboxMetrics,org.jetbrains.jewel.ui.component.styling.CheckboxIcons,androidx.compose.ui.text.TextStyle,androidx.compose.ui.Alignment$Vertical,kotlin.jvm.functions.Function3,androidx.compose.runtime.Composer,I,I,I):V
+- sf:TriStateCheckbox(androidx.compose.ui.state.ToggleableState,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,org.jetbrains.jewel.ui.Outline,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.CheckboxColors,org.jetbrains.jewel.ui.component.styling.CheckboxMetrics,org.jetbrains.jewel.ui.component.styling.CheckboxIcons,androidx.compose.ui.text.TextStyle,androidx.compose.ui.Alignment$Vertical,androidx.compose.runtime.Composer,I,I,I):V
+- sf:TriStateCheckboxRow(androidx.compose.ui.state.ToggleableState,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,org.jetbrains.jewel.ui.Outline,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.CheckboxColors,org.jetbrains.jewel.ui.component.styling.CheckboxMetrics,org.jetbrains.jewel.ui.component.styling.CheckboxIcons,androidx.compose.ui.text.TextStyle,androidx.compose.ui.Alignment$Vertical,kotlin.jvm.functions.Function3,androidx.compose.runtime.Composer,I,I,I):V
+- sf:TriStateCheckboxRow(java.lang.String,androidx.compose.ui.state.ToggleableState,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,androidx.compose.ui.Modifier,Z,org.jetbrains.jewel.ui.Outline,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.CheckboxColors,org.jetbrains.jewel.ui.component.styling.CheckboxMetrics,org.jetbrains.jewel.ui.component.styling.CheckboxIcons,androidx.compose.ui.text.TextStyle,androidx.compose.ui.Alignment$Vertical,androidx.compose.runtime.Composer,I,I,I):V
+f:org.jetbrains.jewel.ui.component.CheckboxState
+- org.jetbrains.jewel.foundation.state.FocusableComponentState
+- org.jetbrains.jewel.foundation.state.ToggleableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.CheckboxState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.CheckboxState
+- s:constructor-impl(J):J
+- sf:copy-oOgqrko(J,androidx.compose.ui.state.ToggleableState,Z,Z,Z,Z,Z):J
+- bs:copy-oOgqrko$default(J,androidx.compose.ui.state.ToggleableState,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- getToggleableState():androidx.compose.ui.state.ToggleableState
+- s:getToggleableState-impl(J):androidx.compose.ui.state.ToggleableState
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isFocused():Z
+- s:isFocused-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.CheckboxState$Companion
+- f:of-oOgqrko(androidx.compose.ui.state.ToggleableState,Z,Z,Z,Z,Z):J
+- bs:of-oOgqrko$default(org.jetbrains.jewel.ui.component.CheckboxState$Companion,androidx.compose.ui.state.ToggleableState,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.ChipKt
+- sf:Chip(androidx.compose.ui.Modifier,androidx.compose.foundation.interaction.MutableInteractionSource,Z,Z,org.jetbrains.jewel.ui.component.styling.ChipStyle,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:RadioButtonChip(Z,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,androidx.compose.foundation.interaction.MutableInteractionSource,Z,org.jetbrains.jewel.ui.component.styling.ChipStyle,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:ToggleableChip(Z,kotlin.jvm.functions.Function1,androidx.compose.ui.Modifier,androidx.compose.foundation.interaction.MutableInteractionSource,Z,org.jetbrains.jewel.ui.component.styling.ChipStyle,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.ChipState
+- org.jetbrains.jewel.foundation.state.FocusableComponentState
+- org.jetbrains.jewel.foundation.state.SelectableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.ChipState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.ChipState
+- s:constructor-impl(J):J
+- sf:copy-JT_Lw10(J,Z,Z,Z,Z,Z,Z):J
+- bs:copy-JT_Lw10$default(J,Z,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isFocused():Z
+- s:isFocused-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- isSelected():Z
+- s:isSelected-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.ChipState$Companion
+- f:of-JT_Lw10(Z,Z,Z,Z,Z,Z):J
+- bs:of-JT_Lw10$default(org.jetbrains.jewel.ui.component.ChipState$Companion,Z,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.CircularProgressIndicatorKt
+- sf:CircularProgressIndicator(androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.CircularProgressStyle,kotlinx.coroutines.CoroutineDispatcher,androidx.compose.runtime.Composer,I,I):V
+- sf:CircularProgressIndicatorBig(androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.CircularProgressStyle,kotlinx.coroutines.CoroutineDispatcher,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.ComboBoxKt
+- sf:ComboBox-xYaah8o(java.lang.String,androidx.compose.ui.Modifier,androidx.compose.ui.Modifier,Z,org.jetbrains.jewel.ui.Outline,F,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.ComboBoxStyle,androidx.compose.ui.text.TextStyle,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I,I):V
+f:org.jetbrains.jewel.ui.component.ComboBoxState
+- org.jetbrains.jewel.foundation.state.FocusableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.ComboBoxState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.ComboBoxState
+- s:constructor-impl(J):J
+- sf:copy-b6bHBqw(J,Z,Z,Z,Z,Z):J
+- bs:copy-b6bHBqw$default(J,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isFocused():Z
+- s:isFocused-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.ComboBoxState$Companion
+- f:of-b6bHBqw(Z,Z,Z,Z,Z):J
+- bs:of-b6bHBqw$default(org.jetbrains.jewel.ui.component.ComboBoxState$Companion,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.ComposableSingletons$BannerKt
+- sf:INSTANCE:org.jetbrains.jewel.ui.component.ComposableSingletons$BannerKt
+- ():V
+- f:getLambda-1$intellij_platform_jewel_ui():kotlin.jvm.functions.Function2
+- f:getLambda-2$intellij_platform_jewel_ui():kotlin.jvm.functions.Function2
+- f:getLambda-3$intellij_platform_jewel_ui():kotlin.jvm.functions.Function2
+- f:getLambda-4$intellij_platform_jewel_ui():kotlin.jvm.functions.Function2
+f:org.jetbrains.jewel.ui.component.ComposableSingletons$MenuKt
+- sf:INSTANCE:org.jetbrains.jewel.ui.component.ComposableSingletons$MenuKt
+- ():V
+- f:getLambda-1$intellij_platform_jewel_ui():kotlin.jvm.functions.Function2
+f:org.jetbrains.jewel.ui.component.ContextMenuDivider
+- androidx.compose.foundation.ContextMenuItem
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.component.ContextMenuDivider
+f:org.jetbrains.jewel.ui.component.ContextMenuRepresentation
+- androidx.compose.foundation.ContextMenuRepresentation
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.component.ContextMenuRepresentation
+- Representation(androidx.compose.foundation.ContextMenuState,kotlin.jvm.functions.Function0,androidx.compose.runtime.Composer,I):V
+f:org.jetbrains.jewel.ui.component.ContextSubmenu
+- androidx.compose.foundation.ContextMenuItem
+- sf:$stable:I
+- (java.lang.String,kotlin.jvm.functions.Function0):V
+- f:getSubmenu():kotlin.jvm.functions.Function0
+f:org.jetbrains.jewel.ui.component.DividerKt
+- sf:Divider-RLL6an4(org.jetbrains.jewel.ui.Orientation,androidx.compose.ui.Modifier,J,F,F,org.jetbrains.jewel.ui.component.styling.DividerStyle,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.DropdownKt
+- sf:Dropdown(androidx.compose.ui.Modifier,Z,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.Outline,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.DropdownStyle,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function3,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.DropdownState
+- org.jetbrains.jewel.foundation.state.FocusableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.DropdownState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.DropdownState
+- s:constructor-impl(J):J
+- sf:copy-17HSnUM(J,Z,Z,Z,Z,Z):J
+- bs:copy-17HSnUM$default(J,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isFocused():Z
+- s:isFocused-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.DropdownState$Companion
+- f:of-17HSnUM(Z,Z,Z,Z,Z):J
+- bs:of-17HSnUM$default(org.jetbrains.jewel.ui.component.DropdownState$Companion,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.EditableComboBoxKt
+- sf:EditableComboBox(androidx.compose.ui.Modifier,androidx.compose.ui.Modifier,Z,androidx.compose.foundation.text.input.TextFieldState,org.jetbrains.jewel.ui.Outline,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.ComboBoxStyle,androidx.compose.ui.text.TextStyle,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I,I):V
+f:org.jetbrains.jewel.ui.component.FixedCursorPoint
+- androidx.compose.foundation.TooltipPlacement
+- sf:$stable:I
+- b:(J,androidx.compose.ui.Alignment,F,I,kotlin.jvm.internal.DefaultConstructorMarker):V
+- positionProvider-9KIMszo(J,androidx.compose.runtime.Composer,I):androidx.compose.ui.window.PopupPositionProvider
+f:org.jetbrains.jewel.ui.component.GroupHeaderKt
+- sf:GroupHeader-cf5BqRc(java.lang.String,androidx.compose.ui.Modifier,J,org.jetbrains.jewel.ui.component.styling.GroupHeaderStyle,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.IconActionButtonKt
+- sf:IconActionButton(androidx.compose.ui.graphics.painter.Painter,java.lang.String,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.foundation.interaction.MutableInteractionSource,androidx.compose.runtime.Composer,I,I):V
+- sf:IconActionButton(androidx.compose.ui.graphics.painter.Painter,java.lang.String,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,org.jetbrains.jewel.ui.component.styling.TooltipStyle,androidx.compose.ui.Modifier,androidx.compose.foundation.TooltipPlacement,androidx.compose.foundation.interaction.MutableInteractionSource,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I,I):V
+- sf:IconActionButton(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.ui.graphics.ColorFilter,org.jetbrains.jewel.ui.painter.PainterHint,androidx.compose.foundation.interaction.MutableInteractionSource,java.lang.Class,androidx.compose.runtime.Composer,I,I,I):V
+- sf:IconActionButton(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.ui.graphics.ColorFilter,org.jetbrains.jewel.ui.painter.PainterHint,org.jetbrains.jewel.ui.component.styling.TooltipStyle,androidx.compose.ui.Modifier,androidx.compose.foundation.TooltipPlacement,androidx.compose.foundation.interaction.MutableInteractionSource,java.lang.Class,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I,I):V
+- sf:IconActionButton(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,org.jetbrains.jewel.ui.painter.PainterHint[],kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.ui.graphics.ColorFilter,androidx.compose.foundation.interaction.MutableInteractionSource,java.lang.Class,androidx.compose.runtime.Composer,I,I,I):V
+- sf:IconActionButton(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,org.jetbrains.jewel.ui.painter.PainterHint[],kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.ui.graphics.ColorFilter,org.jetbrains.jewel.ui.component.styling.TooltipStyle,androidx.compose.ui.Modifier,androidx.compose.foundation.TooltipPlacement,androidx.compose.foundation.interaction.MutableInteractionSource,java.lang.Class,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I,I):V
+f:org.jetbrains.jewel.ui.component.IconButtonKt
+- sf:IconButton(kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.foundation.interaction.MutableInteractionSource,kotlin.jvm.functions.Function4,androidx.compose.runtime.Composer,I,I):V
+- sf:SelectableIconButton(Z,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.foundation.interaction.MutableInteractionSource,kotlin.jvm.functions.Function4,androidx.compose.runtime.Composer,I,I):V
+- sf:ToggleableIconButton(Z,kotlin.jvm.functions.Function1,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.foundation.interaction.MutableInteractionSource,kotlin.jvm.functions.Function4,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.IconButtonState
+- org.jetbrains.jewel.foundation.state.FocusableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.IconButtonState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.IconButtonState
+- s:constructor-impl(J):J
+- sf:copy-3OtLUoY(J,Z,Z,Z,Z,Z):J
+- bs:copy-3OtLUoY$default(J,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isFocused():Z
+- s:isFocused-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.IconButtonState$Companion
+- f:of-3OtLUoY(Z,Z,Z,Z,Z):J
+- bs:of-3OtLUoY$default(org.jetbrains.jewel.ui.component.IconButtonState$Companion,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.IconKt
+- sf:Icon(androidx.compose.ui.graphics.painter.Painter,java.lang.String,androidx.compose.ui.graphics.ColorFilter,androidx.compose.ui.Modifier,androidx.compose.runtime.Composer,I,I):V
+- sf:Icon(java.lang.String,java.lang.String,java.lang.Class,androidx.compose.ui.graphics.ColorFilter,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.painter.PainterHint,androidx.compose.runtime.Composer,I,I):V
+- sf:Icon(java.lang.String,java.lang.String,java.lang.Class,androidx.compose.ui.graphics.ColorFilter,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.painter.PainterHint[],androidx.compose.runtime.Composer,I,I):V
+- sf:Icon(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,androidx.compose.ui.Modifier,java.lang.Class,androidx.compose.ui.graphics.ColorFilter,org.jetbrains.jewel.ui.painter.PainterHint,androidx.compose.runtime.Composer,I,I):V
+- sf:Icon(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,androidx.compose.ui.Modifier,java.lang.Class,androidx.compose.ui.graphics.ColorFilter,org.jetbrains.jewel.ui.painter.PainterHint[],androidx.compose.runtime.Composer,I,I):V
+- sf:Icon-FHprtrg(java.lang.String,java.lang.String,java.lang.Class,androidx.compose.ui.Modifier,J,org.jetbrains.jewel.ui.painter.PainterHint,androidx.compose.runtime.Composer,I,I):V
+- sf:Icon-FHprtrg(java.lang.String,java.lang.String,java.lang.Class,androidx.compose.ui.Modifier,J,org.jetbrains.jewel.ui.painter.PainterHint[],androidx.compose.runtime.Composer,I,I):V
+- sf:Icon-FHprtrg(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,androidx.compose.ui.Modifier,java.lang.Class,J,org.jetbrains.jewel.ui.painter.PainterHint,androidx.compose.runtime.Composer,I,I):V
+- sf:Icon-FHprtrg(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,androidx.compose.ui.Modifier,java.lang.Class,J,org.jetbrains.jewel.ui.painter.PainterHint[],androidx.compose.runtime.Composer,I,I):V
+- sf:Icon-ww6aTOc(androidx.compose.ui.graphics.ImageBitmap,java.lang.String,androidx.compose.ui.Modifier,J,androidx.compose.runtime.Composer,I,I):V
+- sf:Icon-ww6aTOc(androidx.compose.ui.graphics.painter.Painter,java.lang.String,androidx.compose.ui.Modifier,J,androidx.compose.runtime.Composer,I,I):V
+- sf:Icon-ww6aTOc(androidx.compose.ui.graphics.vector.ImageVector,java.lang.String,androidx.compose.ui.Modifier,J,androidx.compose.runtime.Composer,I,I):V
+- sf:painterResource(java.lang.String,androidx.compose.runtime.Composer,I):androidx.compose.ui.graphics.painter.Painter
+f:org.jetbrains.jewel.ui.component.InputFieldState
+- org.jetbrains.jewel.foundation.state.FocusableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.InputFieldState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.InputFieldState
+- s:constructor-impl(J):J
+- sf:copy-raUdB0Y(J,Z,Z,Z,Z,Z):J
+- bs:copy-raUdB0Y$default(J,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isFocused():Z
+- s:isFocused-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.InputFieldState$Companion
+- f:of-raUdB0Y(Z,Z,Z,Z,Z):J
+- bs:of-raUdB0Y$default(org.jetbrains.jewel.ui.component.InputFieldState$Companion,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.LazyTreeKt
+- sf:LazyTree(org.jetbrains.jewel.foundation.lazy.tree.Tree,androidx.compose.ui.Modifier,kotlin.jvm.functions.Function1,org.jetbrains.jewel.foundation.lazy.tree.TreeState,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,org.jetbrains.jewel.foundation.lazy.tree.KeyActions,org.jetbrains.jewel.ui.component.styling.LazyTreeStyle,kotlin.jvm.functions.Function4,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.LinearProgressBarKt
+- sf:HorizontalProgressBar(F,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarStyle,androidx.compose.runtime.Composer,I,I):V
+- sf:IndeterminateHorizontalProgressBar(androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarStyle,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.LinkKt
+- sf:DropdownLink-RWo7tUw(java.lang.String,androidx.compose.ui.Modifier,Z,androidx.compose.ui.text.TextStyle,I,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.LinkStyle,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.MenuStyle,kotlin.jvm.functions.Function1,androidx.compose.runtime.Composer,I,I):V
+- sf:ExternalLink-kye4rC8(java.lang.String,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,androidx.compose.ui.text.TextStyle,I,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.LinkStyle,androidx.compose.runtime.Composer,I,I):V
+- sf:Link-kye4rC8(java.lang.String,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,androidx.compose.ui.text.TextStyle,I,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.LinkStyle,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.LinkState
+- org.jetbrains.jewel.foundation.state.FocusableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.LinkState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.LinkState
+- sf:chooseValueWithVisited-impl(J,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,androidx.compose.runtime.Composer,I):java.lang.Object
+- s:constructor-impl(J):J
+- sf:copy-oSacjZw(J,Z,Z,Z,Z,Z,Z):J
+- bs:copy-oSacjZw$default(J,Z,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isFocused():Z
+- s:isFocused-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- sf:isVisited-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.LinkState$Companion
+- f:of-oSacjZw(Z,Z,Z,Z,Z,Z):J
+- bs:of-oSacjZw$default(org.jetbrains.jewel.ui.component.LinkState$Companion,Z,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.ListComboBoxKt
+- sf:ListComboBox-Fsagccs(java.util.List,androidx.compose.ui.Modifier,Z,Z,F,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function7,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.ListItemState
+- sf:$stable:I
+- (Z,Z,Z):V
+- equals(java.lang.Object):Z
+- f:getPreviewSelection():Z
+- hashCode():I
+- f:isHovered():Z
+- f:isSelected():Z
+f:org.jetbrains.jewel.ui.component.MenuItemState
+- org.jetbrains.jewel.foundation.state.FocusableComponentState
+- org.jetbrains.jewel.foundation.state.SelectableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.MenuItemState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.MenuItemState
+- s:constructor-impl(J):J
+- sf:copy-moUeATs(J,Z,Z,Z,Z,Z,Z):J
+- bs:copy-moUeATs$default(J,Z,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isFocused():Z
+- s:isFocused-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- isSelected():Z
+- s:isSelected-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.MenuItemState$Companion
+- f:of-moUeATs(Z,Z,Z,Z,Z,Z):J
+- bs:of-moUeATs$default(org.jetbrains.jewel.ui.component.MenuItemState$Companion,Z,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.MenuKt
+- sf:MenuSeparator(androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.MenuItemMetrics,org.jetbrains.jewel.ui.component.styling.MenuItemColors,androidx.compose.runtime.Composer,I,I):V
+- sf:MenuSubmenuItem(androidx.compose.ui.Modifier,Z,Z,java.lang.String,java.lang.Class,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.MenuStyle,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:MenuSubmenuItem(androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.icon.IconKey,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.MenuStyle,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:PopupMenu(kotlin.jvm.functions.Function1,androidx.compose.ui.Alignment$Horizontal,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.MenuStyle,androidx.compose.ui.window.PopupProperties,kotlin.jvm.functions.Function1,androidx.compose.runtime.Composer,I,I):V
+- sf:items(org.jetbrains.jewel.ui.component.MenuScope,I,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function3):V
+- sf:items(org.jetbrains.jewel.ui.component.MenuScope,java.util.List,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function3):V
+- sf:separator(org.jetbrains.jewel.ui.component.MenuScope):V
+f:org.jetbrains.jewel.ui.component.MenuManager
+- sf:$stable:I
+- (kotlin.jvm.functions.Function1,org.jetbrains.jewel.ui.component.MenuManager):V
+- b:(kotlin.jvm.functions.Function1,org.jetbrains.jewel.ui.component.MenuManager,I,kotlin.jvm.internal.DefaultConstructorMarker):V
+- f:close-iuPiT84(I):Z
+- f:closeAll-HMVJIwE(I,Z):V
+- f:getOnDismissRequest():kotlin.jvm.functions.Function1
+- f:isRootMenu():Z
+- f:isSubmenu():Z
+- f:submenuManager(kotlin.jvm.functions.Function1):org.jetbrains.jewel.ui.component.MenuManager
+f:org.jetbrains.jewel.ui.component.MenuManagerKt
+- sf:getLocalMenuManager():androidx.compose.runtime.ProvidableCompositionLocal
+org.jetbrains.jewel.ui.component.MenuScope
+- a:passiveItem(kotlin.jvm.functions.Function2):V
+- a:selectableItem(Z,org.jetbrains.jewel.ui.icon.IconKey,java.util.Set,kotlin.jvm.functions.Function0,Z,kotlin.jvm.functions.Function2):V
+- bs:selectableItem$default(org.jetbrains.jewel.ui.component.MenuScope,Z,org.jetbrains.jewel.ui.icon.IconKey,java.util.Set,kotlin.jvm.functions.Function0,Z,kotlin.jvm.functions.Function2,I,java.lang.Object):V
+- a:submenu(Z,org.jetbrains.jewel.ui.icon.IconKey,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2):V
+- bs:submenu$default(org.jetbrains.jewel.ui.component.MenuScope,Z,org.jetbrains.jewel.ui.icon.IconKey,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2,I,java.lang.Object):V
+f:org.jetbrains.jewel.ui.component.PlatformIconKt
+- sf:PlatformIcon-uDo3WH8(org.jetbrains.jewel.ui.icon.IntelliJIconKey,java.lang.String,androidx.compose.ui.Modifier,J,org.jetbrains.jewel.ui.painter.PainterHint,androidx.compose.runtime.Composer,I,I):V
+- sf:PlatformIcon-uDo3WH8(org.jetbrains.jewel.ui.icon.IntelliJIconKey,java.lang.String,androidx.compose.ui.Modifier,J,org.jetbrains.jewel.ui.painter.PainterHint[],androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.PopupContainerKt
+- sf:PopupContainer(kotlin.jvm.functions.Function0,androidx.compose.ui.Alignment$Horizontal,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.PopupContainerStyle,androidx.compose.ui.window.PopupProperties,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.RadioButtonKt
+- sf:RadioButton(Z,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,org.jetbrains.jewel.ui.Outline,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.RadioButtonStyle,androidx.compose.ui.text.TextStyle,androidx.compose.ui.Alignment$Vertical,androidx.compose.runtime.Composer,I,I):V
+- sf:RadioButtonRow(java.lang.String,Z,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,org.jetbrains.jewel.ui.Outline,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.RadioButtonStyle,androidx.compose.ui.text.TextStyle,androidx.compose.ui.Alignment$Vertical,androidx.compose.runtime.Composer,I,I):V
+- sf:RadioButtonRow(Z,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,org.jetbrains.jewel.ui.Outline,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.RadioButtonStyle,androidx.compose.ui.text.TextStyle,androidx.compose.ui.Alignment$Vertical,kotlin.jvm.functions.Function3,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.RadioButtonState
+- org.jetbrains.jewel.foundation.state.FocusableComponentState
+- org.jetbrains.jewel.foundation.state.SelectableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.RadioButtonState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.RadioButtonState
+- s:constructor-impl(J):J
+- sf:copy-fp8g3n8(J,Z,Z,Z,Z,Z,Z):J
+- bs:copy-fp8g3n8$default(J,Z,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isFocused():Z
+- s:isFocused-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- isSelected():Z
+- s:isSelected-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.RadioButtonState$Companion
+- f:of-fp8g3n8(Z,Z,Z,Z,Z,Z):J
+- bs:of-fp8g3n8$default(org.jetbrains.jewel.ui.component.RadioButtonState$Companion,Z,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.ScrollableContainerKt
+- sf:HorizontallyScrollableContainer(androidx.compose.foundation.lazy.LazyListState,androidx.compose.ui.Modifier,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,Z,Z,androidx.compose.foundation.interaction.MutableInteractionSource,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:HorizontallyScrollableContainer(androidx.compose.foundation.lazy.grid.LazyGridState,androidx.compose.ui.Modifier,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,Z,Z,androidx.compose.foundation.interaction.MutableInteractionSource,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:HorizontallyScrollableContainer(androidx.compose.ui.Modifier,androidx.compose.ui.Modifier,androidx.compose.foundation.ScrollState,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,Z,Z,androidx.compose.foundation.interaction.MutableInteractionSource,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- bsf:ScrollableContainer(androidx.compose.foundation.lazy.LazyListState,androidx.compose.foundation.lazy.LazyListState,androidx.compose.ui.Modifier,androidx.compose.ui.Modifier,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- bsf:ScrollableContainer(androidx.compose.foundation.lazy.grid.LazyGridState,androidx.compose.foundation.lazy.grid.LazyGridState,androidx.compose.ui.Modifier,androidx.compose.ui.Modifier,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- bsf:ScrollableContainer(androidx.compose.ui.Modifier,androidx.compose.foundation.ScrollState,androidx.compose.foundation.ScrollState,androidx.compose.ui.Modifier,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:VerticallyScrollableContainer(androidx.compose.foundation.lazy.LazyListState,androidx.compose.ui.Modifier,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,Z,Z,androidx.compose.foundation.interaction.MutableInteractionSource,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:VerticallyScrollableContainer(androidx.compose.foundation.lazy.grid.LazyGridState,androidx.compose.ui.Modifier,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,Z,Z,androidx.compose.foundation.interaction.MutableInteractionSource,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:VerticallyScrollableContainer(androidx.compose.ui.Modifier,androidx.compose.ui.Modifier,androidx.compose.foundation.ScrollState,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,Z,Z,androidx.compose.foundation.interaction.MutableInteractionSource,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:scrollbarContentSafePadding(org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,androidx.compose.runtime.Composer,I,I):F
+f:org.jetbrains.jewel.ui.component.ScrollbarKt
+- sf:HorizontalScrollbar(androidx.compose.foundation.gestures.ScrollableState,androidx.compose.ui.Modifier,Z,Z,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,Z,androidx.compose.runtime.Composer,I,I):V
+- sf:VerticalScrollbar(androidx.compose.foundation.gestures.ScrollableState,androidx.compose.ui.Modifier,Z,Z,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,Z,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.SegmentedControlButtonData
+- sf:$stable:I
+- (Z,kotlin.jvm.functions.Function4,kotlin.jvm.functions.Function0):V
+- equals(java.lang.Object):Z
+- f:getContent():kotlin.jvm.functions.Function4
+- f:getOnSelect():kotlin.jvm.functions.Function0
+- f:getSelected():Z
+- hashCode():I
+org.jetbrains.jewel.ui.component.SegmentedControlButtonScope
+f:org.jetbrains.jewel.ui.component.SegmentedControlButtonState
+- org.jetbrains.jewel.foundation.state.SelectableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.SegmentedControlButtonState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.SegmentedControlButtonState
+- s:constructor-impl(J):J
+- sf:copy-Um8v6X4(J,Z,Z,Z,Z,Z):J
+- bs:copy-Um8v6X4$default(J,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- isSelected():Z
+- s:isSelected-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.SegmentedControlButtonState$Companion
+- f:of-Um8v6X4(Z,Z,Z,Z,Z):J
+- bs:of-Um8v6X4$default(org.jetbrains.jewel.ui.component.SegmentedControlButtonState$Companion,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.SegmentedControlKt
+- sf:SegmentedControl(java.util.List,androidx.compose.ui.Modifier,Z,org.jetbrains.jewel.ui.component.styling.SegmentedControlStyle,org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonStyle,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.interaction.MutableInteractionSource,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.SegmentedControlState
+- org.jetbrains.jewel.foundation.state.FocusableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.SegmentedControlState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.SegmentedControlState
+- s:constructor-impl(J):J
+- sf:copy-bhrFvog(J,Z,Z,Z,Z,Z):J
+- bs:copy-bhrFvog$default(J,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isFocused():Z
+- s:isFocused-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.SegmentedControlState$Companion
+- f:of-bhrFvog(Z,Z,Z,Z,Z):J
+- bs:of-bhrFvog$default(org.jetbrains.jewel.ui.component.SegmentedControlState$Companion,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.SelectableIconActionButtonKt
+- sf:SelectableIconActionButton(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,Z,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.ui.graphics.ColorFilter,org.jetbrains.jewel.ui.painter.PainterHint,androidx.compose.foundation.interaction.MutableInteractionSource,java.lang.Class,androidx.compose.runtime.Composer,I,I,I):V
+- sf:SelectableIconActionButton(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,Z,kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.ui.graphics.ColorFilter,org.jetbrains.jewel.ui.painter.PainterHint,org.jetbrains.jewel.ui.component.styling.TooltipStyle,androidx.compose.ui.Modifier,androidx.compose.foundation.TooltipPlacement,androidx.compose.foundation.interaction.MutableInteractionSource,java.lang.Class,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I,I):V
+- sf:SelectableIconActionButton(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,Z,org.jetbrains.jewel.ui.painter.PainterHint[],kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.ui.graphics.ColorFilter,androidx.compose.foundation.interaction.MutableInteractionSource,java.lang.Class,androidx.compose.runtime.Composer,I,I,I):V
+- sf:SelectableIconActionButton(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,Z,org.jetbrains.jewel.ui.painter.PainterHint[],kotlin.jvm.functions.Function0,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.ui.graphics.ColorFilter,org.jetbrains.jewel.ui.component.styling.TooltipStyle,androidx.compose.ui.Modifier,androidx.compose.foundation.TooltipPlacement,androidx.compose.foundation.interaction.MutableInteractionSource,java.lang.Class,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I,I):V
+f:org.jetbrains.jewel.ui.component.SelectableIconButtonState
+- org.jetbrains.jewel.foundation.state.FocusableComponentState
+- org.jetbrains.jewel.foundation.state.SelectableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.SelectableIconButtonState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.SelectableIconButtonState
+- s:constructor-impl(J):J
+- sf:copy-z9lnavA(J,Z,Z,Z,Z,Z,Z):J
+- bs:copy-z9lnavA$default(J,Z,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isFocused():Z
+- s:isFocused-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- isSelected():Z
+- s:isSelected-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.SelectableIconButtonState$Companion
+- f:of-z9lnavA(Z,Z,Z,Z,Z,Z):J
+- bs:of-z9lnavA$default(org.jetbrains.jewel.ui.component.SelectableIconButtonState$Companion,Z,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.SimpleListItemKt
+- sf:SimpleListItem-iHT-50w(java.lang.String,org.jetbrains.jewel.ui.component.ListItemState,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle,F,org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.SliderKt
+- sf:Slider(F,kotlin.jvm.functions.Function1,androidx.compose.ui.Modifier,Z,kotlin.ranges.ClosedFloatingPointRange,I,kotlin.jvm.functions.Function0,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.SliderStyle,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.SliderState
+- org.jetbrains.jewel.foundation.state.FocusableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.SliderState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.SliderState
+- s:constructor-impl(J):J
+- sf:copy-GPhM_18(J,Z,Z,Z,Z,Z):J
+- bs:copy-GPhM_18$default(J,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isFocused():Z
+- s:isFocused-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.SliderState$Companion
+- f:of-GPhM_18(Z,Z,Z,Z,Z):J
+- bs:of-GPhM_18$default(org.jetbrains.jewel.ui.component.SliderState$Companion,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.SplitLayoutKt
+- sf:HorizontalSplitLayout-Zv8xjqY(kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function2,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.DividerStyle,F,F,F,org.jetbrains.jewel.ui.component.SplitLayoutState,androidx.compose.runtime.Composer,I,I):V
+- sf:VerticalSplitLayout-Zv8xjqY(kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function2,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.component.styling.DividerStyle,F,F,F,org.jetbrains.jewel.ui.component.SplitLayoutState,androidx.compose.runtime.Composer,I,I):V
+- sf:rememberSplitLayoutState(F,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.component.SplitLayoutState
+f:org.jetbrains.jewel.ui.component.SplitLayoutState
+- sf:$stable:I
+- (F):V
+- f:getDividerPosition():F
+- f:getLayoutCoordinates():androidx.compose.ui.layout.LayoutCoordinates
+- f:setDividerPosition(F):V
+- f:setLayoutCoordinates(androidx.compose.ui.layout.LayoutCoordinates):V
+org.jetbrains.jewel.ui.component.TabContentScope
+- tabContentAlpha-A_ZS63w(androidx.compose.ui.Modifier,J,androidx.compose.runtime.Composer,I):androidx.compose.ui.Modifier
+a:org.jetbrains.jewel.ui.component.TabData
+- sf:$stable:I
+- a:getClosable():Z
+- a:getContent():kotlin.jvm.functions.Function4
+- a:getOnClick():kotlin.jvm.functions.Function0
+- a:getOnClose():kotlin.jvm.functions.Function0
+- a:getSelected():Z
+f:org.jetbrains.jewel.ui.component.TabData$Default
+- org.jetbrains.jewel.ui.component.TabData
+- sf:$stable:I
+- (Z,kotlin.jvm.functions.Function4,Z,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0):V
+- b:(Z,kotlin.jvm.functions.Function4,Z,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0,I,kotlin.jvm.internal.DefaultConstructorMarker):V
+- equals(java.lang.Object):Z
+- getClosable():Z
+- getContent():kotlin.jvm.functions.Function4
+- getOnClick():kotlin.jvm.functions.Function0
+- getOnClose():kotlin.jvm.functions.Function0
+- getSelected():Z
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.TabData$Editor
+- org.jetbrains.jewel.ui.component.TabData
+- sf:$stable:I
+- (Z,kotlin.jvm.functions.Function4,Z,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0):V
+- b:(Z,kotlin.jvm.functions.Function4,Z,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0,I,kotlin.jvm.internal.DefaultConstructorMarker):V
+- equals(java.lang.Object):Z
+- getClosable():Z
+- getContent():kotlin.jvm.functions.Function4
+- getOnClick():kotlin.jvm.functions.Function0
+- getOnClose():kotlin.jvm.functions.Function0
+- getSelected():Z
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.TabState
+- org.jetbrains.jewel.foundation.state.SelectableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.TabState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.TabState
+- s:constructor-impl(J):J
+- sf:copy-59c8LF8(J,Z,Z,Z,Z,Z):J
+- bs:copy-59c8LF8$default(J,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- isSelected():Z
+- s:isSelected-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.TabState$Companion
+- f:of-59c8LF8(Z,Z,Z,Z,Z):J
+- bs:of-59c8LF8$default(org.jetbrains.jewel.ui.component.TabState$Companion,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.TabStripKt
+- sf:TabStrip(java.util.List,org.jetbrains.jewel.ui.component.styling.TabStyle,androidx.compose.ui.Modifier,Z,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.TabStripState
+- org.jetbrains.jewel.foundation.state.FocusableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.TabStripState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.TabStripState
+- s:constructor-impl(J):J
+- sf:copy-zFr0jqg(J,Z,Z,Z,Z,Z):J
+- bs:copy-zFr0jqg$default(J,Z,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isFocused():Z
+- s:isFocused-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.TabStripState$Companion
+- f:of-zFr0jqg(Z,Z,Z,Z,Z):J
+- bs:of-zFr0jqg$default(org.jetbrains.jewel.ui.component.TabStripState$Companion,Z,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.TabsKt
+- sf:SimpleTabContent-A5h6_LM(org.jetbrains.jewel.ui.component.TabContentScope,java.lang.String,J,androidx.compose.ui.Modifier,androidx.compose.ui.graphics.painter.Painter,androidx.compose.runtime.Composer,I,I):V
+- sf:SimpleTabContent-OOOwjN0(org.jetbrains.jewel.ui.component.TabContentScope,java.lang.String,J,androidx.compose.ui.Modifier,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.painter.PainterHint[],androidx.compose.runtime.Composer,I,I):V
+- sf:SimpleTabContent-iMiKU5w(org.jetbrains.jewel.ui.component.TabContentScope,J,androidx.compose.ui.Modifier,kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+f:org.jetbrains.jewel.ui.component.TextAreaKt
+- sf:TextArea(androidx.compose.foundation.text.input.TextFieldState,androidx.compose.ui.Modifier,Z,Z,androidx.compose.foundation.text.input.InputTransformation,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.text.KeyboardOptions,androidx.compose.foundation.text.input.KeyboardActionHandler,androidx.compose.foundation.text.input.TextFieldLineLimits,kotlin.jvm.functions.Function2,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.TextAreaStyle,org.jetbrains.jewel.ui.Outline,kotlin.jvm.functions.Function2,androidx.compose.ui.Modifier,androidx.compose.foundation.text.input.OutputTransformation,Z,androidx.compose.foundation.ScrollState,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle,androidx.compose.runtime.Composer,I,I,I):V
+- sf:TextArea(androidx.compose.ui.text.input.TextFieldValue,kotlin.jvm.functions.Function1,androidx.compose.ui.Modifier,Z,Z,kotlin.jvm.functions.Function2,Z,org.jetbrains.jewel.ui.Outline,androidx.compose.ui.text.input.VisualTransformation,androidx.compose.foundation.text.KeyboardOptions,androidx.compose.foundation.text.KeyboardActions,I,kotlin.jvm.functions.Function1,org.jetbrains.jewel.ui.component.styling.TextAreaStyle,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.interaction.MutableInteractionSource,androidx.compose.ui.Modifier,androidx.compose.runtime.Composer,I,I,I):V
+- sf:TextArea(java.lang.String,kotlin.jvm.functions.Function1,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.Outline,kotlin.jvm.functions.Function2,Z,androidx.compose.ui.text.input.VisualTransformation,androidx.compose.foundation.text.KeyboardOptions,androidx.compose.foundation.text.KeyboardActions,I,kotlin.jvm.functions.Function1,org.jetbrains.jewel.ui.component.styling.TextAreaStyle,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.interaction.MutableInteractionSource,androidx.compose.ui.Modifier,androidx.compose.runtime.Composer,I,I,I):V
+f:org.jetbrains.jewel.ui.component.TextFieldKt
+- sf:TextField(androidx.compose.foundation.text.input.TextFieldState,androidx.compose.ui.Modifier,Z,Z,androidx.compose.foundation.text.input.InputTransformation,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.text.KeyboardOptions,androidx.compose.foundation.text.input.KeyboardActionHandler,kotlin.jvm.functions.Function2,androidx.compose.foundation.interaction.MutableInteractionSource,org.jetbrains.jewel.ui.component.styling.TextFieldStyle,org.jetbrains.jewel.ui.Outline,kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function2,androidx.compose.foundation.text.input.OutputTransformation,Z,androidx.compose.runtime.Composer,I,I,I):V
+- sf:TextField(androidx.compose.ui.text.input.TextFieldValue,kotlin.jvm.functions.Function1,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.Outline,kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function2,Z,androidx.compose.ui.text.input.VisualTransformation,androidx.compose.foundation.text.KeyboardOptions,androidx.compose.foundation.text.KeyboardActions,kotlin.jvm.functions.Function1,org.jetbrains.jewel.ui.component.styling.TextFieldStyle,androidx.compose.ui.text.TextStyle,androidx.compose.foundation.interaction.MutableInteractionSource,androidx.compose.runtime.Composer,I,I,I):V
+- sf:TextField(java.lang.String,kotlin.jvm.functions.Function1,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.Outline,kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function2,Z,androidx.compose.ui.text.input.VisualTransformation,androidx.compose.foundation.text.KeyboardOptions,androidx.compose.foundation.text.KeyboardActions,kotlin.jvm.functions.Function1,org.jetbrains.jewel.ui.component.styling.TextFieldStyle,androidx.compose.foundation.interaction.MutableInteractionSource,androidx.compose.runtime.Composer,I,I,I):V
+f:org.jetbrains.jewel.ui.component.TextKt
+- sf:Text-F-Jr8PA(androidx.compose.ui.text.AnnotatedString,androidx.compose.ui.Modifier,J,J,androidx.compose.ui.text.font.FontStyle,androidx.compose.ui.text.font.FontWeight,androidx.compose.ui.text.font.FontFamily,J,androidx.compose.ui.text.style.TextDecoration,I,J,I,Z,I,java.util.Map,kotlin.jvm.functions.Function1,androidx.compose.ui.text.TextStyle,androidx.compose.runtime.Composer,I,I,I):V
+- sf:Text-bAzTDeA(java.lang.String,androidx.compose.ui.Modifier,J,J,androidx.compose.ui.text.font.FontStyle,androidx.compose.ui.text.font.FontWeight,androidx.compose.ui.text.font.FontFamily,J,androidx.compose.ui.text.style.TextDecoration,I,J,I,Z,I,kotlin.jvm.functions.Function1,androidx.compose.ui.text.TextStyle,androidx.compose.runtime.Composer,I,I,I):V
+f:org.jetbrains.jewel.ui.component.ToggleableIconActionButtonKt
+- sf:ToggleableIconActionButton(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,Z,kotlin.jvm.functions.Function1,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.ui.graphics.ColorFilter,org.jetbrains.jewel.ui.painter.PainterHint,androidx.compose.foundation.interaction.MutableInteractionSource,java.lang.Class,androidx.compose.runtime.Composer,I,I,I):V
+- sf:ToggleableIconActionButton(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,Z,kotlin.jvm.functions.Function1,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.ui.graphics.ColorFilter,org.jetbrains.jewel.ui.painter.PainterHint,org.jetbrains.jewel.ui.component.styling.TooltipStyle,androidx.compose.ui.Modifier,androidx.compose.foundation.TooltipPlacement,androidx.compose.foundation.interaction.MutableInteractionSource,java.lang.Class,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I,I):V
+- sf:ToggleableIconActionButton(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,Z,org.jetbrains.jewel.ui.painter.PainterHint[],kotlin.jvm.functions.Function1,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.ui.graphics.ColorFilter,androidx.compose.foundation.interaction.MutableInteractionSource,java.lang.Class,androidx.compose.runtime.Composer,I,I,I):V
+- sf:ToggleableIconActionButton(org.jetbrains.jewel.ui.icon.IconKey,java.lang.String,Z,org.jetbrains.jewel.ui.painter.PainterHint[],kotlin.jvm.functions.Function1,androidx.compose.ui.Modifier,Z,Z,org.jetbrains.jewel.ui.component.styling.IconButtonStyle,androidx.compose.ui.graphics.ColorFilter,org.jetbrains.jewel.ui.component.styling.TooltipStyle,androidx.compose.ui.Modifier,androidx.compose.foundation.TooltipPlacement,androidx.compose.foundation.interaction.MutableInteractionSource,java.lang.Class,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I,I):V
+f:org.jetbrains.jewel.ui.component.ToggleableIconButtonState
+- org.jetbrains.jewel.foundation.state.FocusableComponentState
+- org.jetbrains.jewel.foundation.state.ToggleableComponentState
+- sf:Companion:org.jetbrains.jewel.ui.component.ToggleableIconButtonState$Companion
+- bsf:box-impl(J):org.jetbrains.jewel.ui.component.ToggleableIconButtonState
+- s:constructor-impl(J):J
+- sf:copy-CAf7mdk(J,Z,androidx.compose.ui.state.ToggleableState,Z,Z,Z,Z):J
+- bs:copy-CAf7mdk$default(J,Z,androidx.compose.ui.state.ToggleableState,Z,Z,Z,Z,I,java.lang.Object):J
+- equals(java.lang.Object):Z
+- s:equals-impl(J,java.lang.Object):Z
+- sf:equals-impl0(J,J):Z
+- f:getState-s-VKNKU():J
+- getToggleableState():androidx.compose.ui.state.ToggleableState
+- s:getToggleableState-impl(J):androidx.compose.ui.state.ToggleableState
+- hashCode():I
+- s:hashCode-impl(J):I
+- isActive():Z
+- s:isActive-impl(J):Z
+- isEnabled():Z
+- s:isEnabled-impl(J):Z
+- isFocused():Z
+- s:isFocused-impl(J):Z
+- isHovered():Z
+- s:isHovered-impl(J):Z
+- isPressed():Z
+- s:isPressed-impl(J):Z
+- s:toString-impl(J):java.lang.String
+- bf:unbox-impl():J
+f:org.jetbrains.jewel.ui.component.ToggleableIconButtonState$Companion
+- f:of-CAf7mdk(Z,androidx.compose.ui.state.ToggleableState,Z,Z,Z,Z):J
+- bs:of-CAf7mdk$default(org.jetbrains.jewel.ui.component.ToggleableIconButtonState$Companion,Z,androidx.compose.ui.state.ToggleableState,Z,Z,Z,Z,I,java.lang.Object):J
+f:org.jetbrains.jewel.ui.component.TooltipKt
+- sf:Tooltip(kotlin.jvm.functions.Function2,androidx.compose.ui.Modifier,Z,org.jetbrains.jewel.ui.component.styling.TooltipStyle,androidx.compose.foundation.TooltipPlacement,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:rememberPopupPositionProviderAtFixedPosition-7KAyTs4(J,J,androidx.compose.ui.Alignment,F,androidx.compose.runtime.Composer,I,I):androidx.compose.ui.window.PopupPositionProvider
+f:org.jetbrains.jewel.ui.component.Typography
+- sf:$stable:I
+- sf:DefaultLineHeightMultiplier:F
+- sf:EditorLineHeightMultiplier:F
+- sf:INSTANCE:org.jetbrains.jewel.ui.component.Typography
+- f:consoleTextStyle(androidx.compose.runtime.Composer,I):androidx.compose.ui.text.TextStyle
+- f:editorTextStyle(androidx.compose.runtime.Composer,I):androidx.compose.ui.text.TextStyle
+- f:h0TextStyle(androidx.compose.runtime.Composer,I):androidx.compose.ui.text.TextStyle
+- f:h1TextStyle(androidx.compose.runtime.Composer,I):androidx.compose.ui.text.TextStyle
+- f:h2TextStyle(androidx.compose.runtime.Composer,I):androidx.compose.ui.text.TextStyle
+- f:h3TextStyle(androidx.compose.runtime.Composer,I):androidx.compose.ui.text.TextStyle
+- f:h4TextStyle(androidx.compose.runtime.Composer,I):androidx.compose.ui.text.TextStyle
+- f:labelTextSize-5XXgJZs(androidx.compose.runtime.Composer,I):J
+- f:labelTextStyle(androidx.compose.runtime.Composer,I):androidx.compose.ui.text.TextStyle
+f:org.jetbrains.jewel.ui.component.TypographyKt
+- sf:copyWithSize-Ce1Lr_4(androidx.compose.ui.text.TextStyle,J,J,androidx.compose.ui.text.font.FontWeight,androidx.compose.ui.text.font.FontStyle,androidx.compose.ui.text.font.FontSynthesis,androidx.compose.ui.text.font.FontFamily,java.lang.String,J,androidx.compose.ui.text.style.BaselineShift,androidx.compose.ui.text.style.TextGeometricTransform,androidx.compose.ui.text.intl.LocaleList,J,androidx.compose.ui.text.style.TextDecoration,androidx.compose.ui.graphics.Shadow,androidx.compose.ui.graphics.drawscope.DrawStyle,I,I,androidx.compose.ui.text.style.TextIndent,androidx.compose.ui.text.PlatformTextStyle,androidx.compose.ui.text.style.LineHeightStyle,I,I,androidx.compose.ui.text.style.TextMotion):androidx.compose.ui.text.TextStyle
+- bs:copyWithSize-Ce1Lr_4$default(androidx.compose.ui.text.TextStyle,J,J,androidx.compose.ui.text.font.FontWeight,androidx.compose.ui.text.font.FontStyle,androidx.compose.ui.text.font.FontSynthesis,androidx.compose.ui.text.font.FontFamily,java.lang.String,J,androidx.compose.ui.text.style.BaselineShift,androidx.compose.ui.text.style.TextGeometricTransform,androidx.compose.ui.text.intl.LocaleList,J,androidx.compose.ui.text.style.TextDecoration,androidx.compose.ui.graphics.Shadow,androidx.compose.ui.graphics.drawscope.DrawStyle,I,I,androidx.compose.ui.text.style.TextIndent,androidx.compose.ui.text.PlatformTextStyle,androidx.compose.ui.text.style.LineHeightStyle,I,I,androidx.compose.ui.text.style.TextMotion,I,java.lang.Object):androidx.compose.ui.text.TextStyle
+- sf:copyWithSize-nfnV_I0(androidx.compose.ui.text.TextStyle,J,androidx.compose.ui.graphics.Brush,F,androidx.compose.ui.text.font.FontWeight,androidx.compose.ui.text.font.FontStyle,androidx.compose.ui.text.font.FontSynthesis,androidx.compose.ui.text.font.FontFamily,java.lang.String,J,androidx.compose.ui.text.style.BaselineShift,androidx.compose.ui.text.style.TextGeometricTransform,androidx.compose.ui.text.intl.LocaleList,J,androidx.compose.ui.text.style.TextDecoration,androidx.compose.ui.graphics.Shadow,androidx.compose.ui.graphics.drawscope.DrawStyle,I,I,androidx.compose.ui.text.style.TextIndent,androidx.compose.ui.text.PlatformTextStyle,androidx.compose.ui.text.style.LineHeightStyle,I,I,androidx.compose.ui.text.style.TextMotion):androidx.compose.ui.text.TextStyle
+- bs:copyWithSize-nfnV_I0$default(androidx.compose.ui.text.TextStyle,J,androidx.compose.ui.graphics.Brush,F,androidx.compose.ui.text.font.FontWeight,androidx.compose.ui.text.font.FontStyle,androidx.compose.ui.text.font.FontSynthesis,androidx.compose.ui.text.font.FontFamily,java.lang.String,J,androidx.compose.ui.text.style.BaselineShift,androidx.compose.ui.text.style.TextGeometricTransform,androidx.compose.ui.text.intl.LocaleList,J,androidx.compose.ui.text.style.TextDecoration,androidx.compose.ui.graphics.Shadow,androidx.compose.ui.graphics.drawscope.DrawStyle,I,I,androidx.compose.ui.text.style.TextIndent,androidx.compose.ui.text.PlatformTextStyle,androidx.compose.ui.text.style.LineHeightStyle,I,I,androidx.compose.ui.text.style.TextMotion,I,java.lang.Object):androidx.compose.ui.text.TextStyle
+- sf:minus-NB67dxo(J,J):J
+- sf:plus-NB67dxo(J,J):J
+f:org.jetbrains.jewel.ui.component.styling.BannerColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.BannerColors$Companion
+- equals(java.lang.Object):Z
+- f:getBackground-0d7_KjU():J
+- f:getBorder-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.BannerColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.BannerMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.BannerMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getBorderWidth-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.BannerMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.BannerStylingKt
+- sf:getLocalDefaultBannerStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.ButtonColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.ButtonColors$Companion
+- f:backgroundFor-Wlap9Qs(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:borderFor-Wlap9Qs(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:contentFor-Wlap9Qs(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- equals(java.lang.Object):Z
+- f:getBackground():androidx.compose.ui.graphics.Brush
+- f:getBackgroundDisabled():androidx.compose.ui.graphics.Brush
+- f:getBackgroundFocused():androidx.compose.ui.graphics.Brush
+- f:getBackgroundHovered():androidx.compose.ui.graphics.Brush
+- f:getBackgroundPressed():androidx.compose.ui.graphics.Brush
+- f:getBorder():androidx.compose.ui.graphics.Brush
+- f:getBorderDisabled():androidx.compose.ui.graphics.Brush
+- f:getBorderFocused():androidx.compose.ui.graphics.Brush
+- f:getBorderHovered():androidx.compose.ui.graphics.Brush
+- f:getBorderPressed():androidx.compose.ui.graphics.Brush
+- f:getContent-0d7_KjU():J
+- f:getContentDisabled-0d7_KjU():J
+- f:getContentFocused-0d7_KjU():J
+- f:getContentHovered-0d7_KjU():J
+- f:getContentPressed-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.ButtonColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.ButtonMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.ButtonMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getBorderWidth-D9Ej5fM():F
+- f:getCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getFocusOutlineExpand-D9Ej5fM():F
+- f:getMinSize-MYxV2XQ():J
+- f:getPadding():androidx.compose.foundation.layout.PaddingValues
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.ButtonMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.ButtonStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.ButtonStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.ButtonColors,org.jetbrains.jewel.ui.component.styling.ButtonMetrics,org.jetbrains.jewel.foundation.Stroke$Alignment):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.ButtonColors
+- f:getFocusOutlineAlignment():org.jetbrains.jewel.foundation.Stroke$Alignment
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.ButtonMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.ButtonStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.ButtonStylingKt
+- sf:getLocalDefaultButtonStyle():androidx.compose.runtime.ProvidableCompositionLocal
+- sf:getLocalOutlinedButtonStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.CheckboxColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.CheckboxColors$Companion
+- f:contentFor-f7CD9uA(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- equals(java.lang.Object):Z
+- f:getContent-0d7_KjU():J
+- f:getContentDisabled-0d7_KjU():J
+- f:getContentSelected-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.CheckboxColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.CheckboxIcons
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.CheckboxIcons$Companion
+- (org.jetbrains.jewel.ui.icon.IconKey):V
+- equals(java.lang.Object):Z
+- f:getCheckbox():org.jetbrains.jewel.ui.icon.IconKey
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.CheckboxIcons$Companion
+f:org.jetbrains.jewel.ui.component.styling.CheckboxMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.CheckboxMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getCheckboxSize-MYxV2XQ():J
+- f:getIconContentGap-D9Ej5fM():F
+- f:getOutlineCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getOutlineFocusedCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getOutlineFocusedSize-MYxV2XQ():J
+- f:getOutlineSelectedCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getOutlineSelectedFocusedCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getOutlineSelectedFocusedSize-MYxV2XQ():J
+- f:getOutlineSelectedSize-MYxV2XQ():J
+- f:getOutlineSize-MYxV2XQ():J
+- hashCode():I
+- f:outlineCornerSizeFor-f7CD9uA(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:outlineSizeFor-f7CD9uA(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+f:org.jetbrains.jewel.ui.component.styling.CheckboxMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.CheckboxStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.CheckboxStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.CheckboxColors,org.jetbrains.jewel.ui.component.styling.CheckboxMetrics,org.jetbrains.jewel.ui.component.styling.CheckboxIcons):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.CheckboxColors
+- f:getIcons():org.jetbrains.jewel.ui.component.styling.CheckboxIcons
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.CheckboxMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.CheckboxStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.CheckboxStylingKt
+- sf:getLocalCheckboxStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.ChipColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.ChipColors$Companion
+- f:backgroundFor-EPQOS-w(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:borderFor-EPQOS-w(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:contentFor-EPQOS-w(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- equals(java.lang.Object):Z
+- f:getBackground():androidx.compose.ui.graphics.Brush
+- f:getBackgroundDisabled():androidx.compose.ui.graphics.Brush
+- f:getBackgroundFocused():androidx.compose.ui.graphics.Brush
+- f:getBackgroundHovered():androidx.compose.ui.graphics.Brush
+- f:getBackgroundPressed():androidx.compose.ui.graphics.Brush
+- f:getBackgroundSelected():androidx.compose.ui.graphics.Brush
+- f:getBackgroundSelectedDisabled():androidx.compose.ui.graphics.Brush
+- f:getBackgroundSelectedFocused():androidx.compose.ui.graphics.Brush
+- f:getBackgroundSelectedHovered():androidx.compose.ui.graphics.Brush
+- f:getBackgroundSelectedPressed():androidx.compose.ui.graphics.Brush
+- f:getBorder-0d7_KjU():J
+- f:getBorderDisabled-0d7_KjU():J
+- f:getBorderFocused-0d7_KjU():J
+- f:getBorderHovered-0d7_KjU():J
+- f:getBorderPressed-0d7_KjU():J
+- f:getBorderSelected-0d7_KjU():J
+- f:getBorderSelectedDisabled-0d7_KjU():J
+- f:getBorderSelectedFocused-0d7_KjU():J
+- f:getBorderSelectedHovered-0d7_KjU():J
+- f:getBorderSelectedPressed-0d7_KjU():J
+- f:getContent-0d7_KjU():J
+- f:getContentDisabled-0d7_KjU():J
+- f:getContentFocused-0d7_KjU():J
+- f:getContentHovered-0d7_KjU():J
+- f:getContentPressed-0d7_KjU():J
+- f:getContentSelected-0d7_KjU():J
+- f:getContentSelectedDisabled-0d7_KjU():J
+- f:getContentSelectedFocused-0d7_KjU():J
+- f:getContentSelectedHovered-0d7_KjU():J
+- f:getContentSelectedPressed-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.ChipColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.ChipMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.ChipMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getBorderWidth-D9Ej5fM():F
+- f:getBorderWidthSelected-D9Ej5fM():F
+- f:getCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getPadding():androidx.compose.foundation.layout.PaddingValues
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.ChipMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.ChipStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.ChipStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.ChipColors,org.jetbrains.jewel.ui.component.styling.ChipMetrics):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.ChipColors
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.ChipMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.ChipStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.ChipStylingKt
+- sf:getLocalChipStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.CircularProgressStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.CircularProgressStyle$Companion
+- f:getColor-0d7_KjU():J
+- f:getFrameTime-UwyO8pc():J
+f:org.jetbrains.jewel.ui.component.styling.CircularProgressStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.CircularProgressStyleKt
+- sf:getLocalCircularProgressStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.ComboBoxColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.ComboBoxColors$Companion
+- f:backgroundFor-8sYwEIk(J,Z,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:borderFor-zWq4Sqo(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:contentFor-zWq4Sqo(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- equals(java.lang.Object):Z
+- f:getBackground-0d7_KjU():J
+- f:getBackgroundDisabled-0d7_KjU():J
+- f:getBackgroundFocused-0d7_KjU():J
+- f:getBackgroundHovered-0d7_KjU():J
+- f:getBackgroundPressed-0d7_KjU():J
+- f:getBorder-0d7_KjU():J
+- f:getBorderDisabled-0d7_KjU():J
+- f:getBorderFocused-0d7_KjU():J
+- f:getBorderHovered-0d7_KjU():J
+- f:getBorderPressed-0d7_KjU():J
+- f:getContent-0d7_KjU():J
+- f:getContentDisabled-0d7_KjU():J
+- f:getContentFocused-0d7_KjU():J
+- f:getContentHovered-0d7_KjU():J
+- f:getContentPressed-0d7_KjU():J
+- f:getNonEditableBackground-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.ComboBoxColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.ComboBoxIcons
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.ComboBoxIcons$Companion
+- (org.jetbrains.jewel.ui.icon.IconKey):V
+- equals(java.lang.Object):Z
+- f:getChevronDown():org.jetbrains.jewel.ui.icon.IconKey
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.ComboBoxIcons$Companion
+f:org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getArrowAreaSize-MYxV2XQ():J
+- f:getBorderWidth-D9Ej5fM():F
+- f:getContentPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getMaxPopupHeight-D9Ej5fM():F
+- f:getMinSize-MYxV2XQ():J
+- f:getPopupContentPadding():androidx.compose.foundation.layout.PaddingValues
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.ComboBoxStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.ComboBoxStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.ComboBoxColors,org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics,org.jetbrains.jewel.ui.component.styling.ComboBoxIcons):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.ComboBoxColors
+- f:getIcons():org.jetbrains.jewel.ui.component.styling.ComboBoxIcons
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.ComboBoxMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.ComboBoxStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.ComboBoxStylingKt
+- sf:getLocalDefaultComboBoxStyle():androidx.compose.runtime.ProvidableCompositionLocal
+- sf:getLocalUndecoratedComboBoxStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.BannerColors,org.jetbrains.jewel.ui.component.styling.BannerMetrics):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.BannerColors
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.BannerMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.DefaultBannerStyles
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.DefaultBannerStyles$Companion
+- (org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle,org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle):V
+- equals(java.lang.Object):Z
+- f:getError():org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle
+- f:getInformation():org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle
+- f:getSuccess():org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle
+- f:getWarning():org.jetbrains.jewel.ui.component.styling.DefaultBannerStyle
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.DefaultBannerStyles$Companion
+f:org.jetbrains.jewel.ui.component.styling.DividerMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.DividerMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getStartIndent-D9Ej5fM():F
+- f:getThickness-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.DividerMetrics$Companion
+- f:defaults-YgX7TsA(F,F):org.jetbrains.jewel.ui.component.styling.DividerMetrics
+- bs:defaults-YgX7TsA$default(org.jetbrains.jewel.ui.component.styling.DividerMetrics$Companion,F,F,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.DividerMetrics
+f:org.jetbrains.jewel.ui.component.styling.DividerStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.DividerStyle$Companion
+- equals(java.lang.Object):Z
+- f:getColor-0d7_KjU():J
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.DividerMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.DividerStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.DividerStylingKt
+- sf:getLocalDividerStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.DropdownColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.DropdownColors$Companion
+- f:backgroundFor-6nTENxs(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:borderFor-6nTENxs(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:contentFor-6nTENxs(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- equals(java.lang.Object):Z
+- f:getBackground-0d7_KjU():J
+- f:getBackgroundDisabled-0d7_KjU():J
+- f:getBackgroundFocused-0d7_KjU():J
+- f:getBackgroundHovered-0d7_KjU():J
+- f:getBackgroundPressed-0d7_KjU():J
+- f:getBorder-0d7_KjU():J
+- f:getBorderDisabled-0d7_KjU():J
+- f:getBorderFocused-0d7_KjU():J
+- f:getBorderHovered-0d7_KjU():J
+- f:getBorderPressed-0d7_KjU():J
+- f:getContent-0d7_KjU():J
+- f:getContentDisabled-0d7_KjU():J
+- f:getContentFocused-0d7_KjU():J
+- f:getContentHovered-0d7_KjU():J
+- f:getContentPressed-0d7_KjU():J
+- f:getIconTint-0d7_KjU():J
+- f:getIconTintDisabled-0d7_KjU():J
+- f:getIconTintFocused-0d7_KjU():J
+- f:getIconTintHovered-0d7_KjU():J
+- f:getIconTintPressed-0d7_KjU():J
+- hashCode():I
+- f:iconTintFor-6nTENxs(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+f:org.jetbrains.jewel.ui.component.styling.DropdownColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.DropdownIcons
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.DropdownIcons$Companion
+- (org.jetbrains.jewel.ui.icon.IconKey):V
+- equals(java.lang.Object):Z
+- f:getChevronDown():org.jetbrains.jewel.ui.icon.IconKey
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.DropdownIcons$Companion
+f:org.jetbrains.jewel.ui.component.styling.DropdownMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.DropdownMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getArrowMinSize-MYxV2XQ():J
+- f:getBorderWidth-D9Ej5fM():F
+- f:getContentPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getMinSize-MYxV2XQ():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.DropdownMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.DropdownStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.DropdownStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.DropdownColors,org.jetbrains.jewel.ui.component.styling.DropdownMetrics,org.jetbrains.jewel.ui.component.styling.DropdownIcons,org.jetbrains.jewel.ui.component.styling.MenuStyle):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.DropdownColors
+- f:getIcons():org.jetbrains.jewel.ui.component.styling.DropdownIcons
+- f:getMenuStyle():org.jetbrains.jewel.ui.component.styling.MenuStyle
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.DropdownMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.DropdownStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.DropdownStylingKt
+- sf:getLocalDefaultDropdownStyle():androidx.compose.runtime.ProvidableCompositionLocal
+- sf:getLocalUndecoratedDropdownStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.GroupHeaderColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.GroupHeaderColors$Companion
+- equals(java.lang.Object):Z
+- f:getDivider-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.GroupHeaderColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.GroupHeaderMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.GroupHeaderMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getDividerThickness-D9Ej5fM():F
+- f:getIndent-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.GroupHeaderMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.GroupHeaderStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.GroupHeaderStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.GroupHeaderColors,org.jetbrains.jewel.ui.component.styling.GroupHeaderMetrics):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.GroupHeaderColors
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.GroupHeaderMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.GroupHeaderStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.GroupHeaderStylingKt
+- sf:getLocalGroupHeaderStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarColors$Companion
+- equals(java.lang.Object):Z
+- f:getIndeterminateBase-0d7_KjU():J
+- f:getIndeterminateHighlight-0d7_KjU():J
+- f:getProgress-0d7_KjU():J
+- f:getTrack-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getIndeterminateHighlightWidth-D9Ej5fM():F
+- f:getMinHeight-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarStyle$Companion
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarColors
+- f:getIndeterminateCycleDuration-UwyO8pc():J
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarStylingKt
+- sf:getLocalHorizontalProgressBarStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.IconButtonColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.IconButtonColors$Companion
+- f:backgroundFor-e04Q3fE(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:borderFor-e04Q3fE(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- equals(java.lang.Object):Z
+- f:getBackground-0d7_KjU():J
+- f:getBackgroundDisabled-0d7_KjU():J
+- f:getBackgroundFocused-0d7_KjU():J
+- f:getBackgroundHovered-0d7_KjU():J
+- f:getBackgroundPressed-0d7_KjU():J
+- f:getBackgroundSelected-0d7_KjU():J
+- f:getBackgroundSelectedActivated-0d7_KjU():J
+- f:getBorder-0d7_KjU():J
+- f:getBorderDisabled-0d7_KjU():J
+- f:getBorderFocused-0d7_KjU():J
+- f:getBorderHovered-0d7_KjU():J
+- f:getBorderPressed-0d7_KjU():J
+- f:getBorderSelected-0d7_KjU():J
+- f:getBorderSelectedActivated-0d7_KjU():J
+- f:getForegroundSelectedActivated-0d7_KjU():J
+- hashCode():I
+- f:selectableBackgroundFor-eXKw-ig(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:selectableBorderFor-eXKw-ig(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:selectableForegroundFor-eXKw-ig(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:toggleableBackgroundFor-hDcPvVY(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:toggleableBorderFor-hDcPvVY(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:toggleableForegroundFor-hDcPvVY(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+f:org.jetbrains.jewel.ui.component.styling.IconButtonColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.IconButtonMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.IconButtonMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getBorderWidth-D9Ej5fM():F
+- f:getCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getMinSize-MYxV2XQ():J
+- f:getPadding():androidx.compose.foundation.layout.PaddingValues
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.IconButtonMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.IconButtonStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.IconButtonStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.IconButtonColors,org.jetbrains.jewel.ui.component.styling.IconButtonMetrics):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.IconButtonColors
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.IconButtonMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.IconButtonStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.IconButtonStylingKt
+- sf:getLocalIconButtonStyle():androidx.compose.runtime.ProvidableCompositionLocal
+org.jetbrains.jewel.ui.component.styling.InputFieldColors
+- backgroundFor-xB6EZ8U(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- borderFor-xB6EZ8U(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- caretFor-xB6EZ8U(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- contentFor-xB6EZ8U(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- a:getBackground-0d7_KjU():J
+- a:getBackgroundDisabled-0d7_KjU():J
+- a:getBackgroundFocused-0d7_KjU():J
+- a:getBackgroundHovered-0d7_KjU():J
+- a:getBackgroundPressed-0d7_KjU():J
+- a:getBorder-0d7_KjU():J
+- a:getBorderDisabled-0d7_KjU():J
+- a:getBorderFocused-0d7_KjU():J
+- a:getBorderHovered-0d7_KjU():J
+- a:getBorderPressed-0d7_KjU():J
+- a:getCaret-0d7_KjU():J
+- a:getCaretDisabled-0d7_KjU():J
+- a:getCaretFocused-0d7_KjU():J
+- a:getCaretHovered-0d7_KjU():J
+- a:getCaretPressed-0d7_KjU():J
+- a:getContent-0d7_KjU():J
+- a:getContentDisabled-0d7_KjU():J
+- a:getContentFocused-0d7_KjU():J
+- a:getContentHovered-0d7_KjU():J
+- a:getContentPressed-0d7_KjU():J
+org.jetbrains.jewel.ui.component.styling.InputFieldMetrics
+- a:getBorderWidth-D9Ej5fM():F
+- a:getContentPadding():androidx.compose.foundation.layout.PaddingValues
+- a:getCornerSize():androidx.compose.foundation.shape.CornerSize
+- a:getMinSize-MYxV2XQ():J
+org.jetbrains.jewel.ui.component.styling.InputFieldStyle
+- a:getColors():org.jetbrains.jewel.ui.component.styling.InputFieldColors
+- a:getMetrics():org.jetbrains.jewel.ui.component.styling.InputFieldMetrics
+f:org.jetbrains.jewel.ui.component.styling.LazyTreeIcons
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.LazyTreeIcons$Companion
+- (org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey):V
+- f:chevron(Z,Z,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.icon.IconKey
+- equals(java.lang.Object):Z
+- f:getChevronCollapsed():org.jetbrains.jewel.ui.icon.IconKey
+- f:getChevronExpanded():org.jetbrains.jewel.ui.icon.IconKey
+- f:getChevronSelectedCollapsed():org.jetbrains.jewel.ui.icon.IconKey
+- f:getChevronSelectedExpanded():org.jetbrains.jewel.ui.icon.IconKey
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.LazyTreeIcons$Companion
+f:org.jetbrains.jewel.ui.component.styling.LazyTreeMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.LazyTreeMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getChevronContentGap-D9Ej5fM():F
+- f:getElementMinHeight-D9Ej5fM():F
+- f:getIndentSize-D9Ej5fM():F
+- f:getSimpleListItemMetrics():org.jetbrains.jewel.ui.component.styling.SimpleListItemMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.LazyTreeMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.LazyTreeStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.LazyTreeStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.SimpleListItemColors,org.jetbrains.jewel.ui.component.styling.LazyTreeMetrics,org.jetbrains.jewel.ui.component.styling.LazyTreeIcons):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.SimpleListItemColors
+- f:getIcons():org.jetbrains.jewel.ui.component.styling.LazyTreeIcons
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.LazyTreeMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.LazyTreeStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.LazyTreeStylingKt
+- sf:contentFor-e9js8XA(org.jetbrains.jewel.ui.component.styling.SimpleListItemColors,J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- sf:getLocalLazyTreeStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.LinkColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.LinkColors$Companion
+- f:contentFor-Qusrf_U(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- equals(java.lang.Object):Z
+- f:getContent-0d7_KjU():J
+- f:getContentDisabled-0d7_KjU():J
+- f:getContentFocused-0d7_KjU():J
+- f:getContentHovered-0d7_KjU():J
+- f:getContentPressed-0d7_KjU():J
+- f:getContentVisited-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.LinkColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.LinkIcons
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.LinkIcons$Companion
+- (org.jetbrains.jewel.ui.icon.IconKey,org.jetbrains.jewel.ui.icon.IconKey):V
+- equals(java.lang.Object):Z
+- f:getDropdownChevron():org.jetbrains.jewel.ui.icon.IconKey
+- f:getExternalLink():org.jetbrains.jewel.ui.icon.IconKey
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.LinkIcons$Companion
+f:org.jetbrains.jewel.ui.component.styling.LinkMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.LinkMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getFocusHaloCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getIconSize-MYxV2XQ():J
+- f:getTextIconGap-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.LinkMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.LinkStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.LinkStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.LinkColors,org.jetbrains.jewel.ui.component.styling.LinkMetrics,org.jetbrains.jewel.ui.component.styling.LinkIcons,org.jetbrains.jewel.ui.component.styling.LinkUnderlineBehavior):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.LinkColors
+- f:getIcons():org.jetbrains.jewel.ui.component.styling.LinkIcons
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.LinkMetrics
+- f:getUnderlineBehavior():org.jetbrains.jewel.ui.component.styling.LinkUnderlineBehavior
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.LinkStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.LinkStylingKt
+- sf:getLocalLinkStyle():androidx.compose.runtime.ProvidableCompositionLocal
+e:org.jetbrains.jewel.ui.component.styling.LinkUnderlineBehavior
+- java.lang.Enum
+- sf:ShowAlways:org.jetbrains.jewel.ui.component.styling.LinkUnderlineBehavior
+- sf:ShowOnHover:org.jetbrains.jewel.ui.component.styling.LinkUnderlineBehavior
+- s:getEntries():kotlin.enums.EnumEntries
+- s:valueOf(java.lang.String):org.jetbrains.jewel.ui.component.styling.LinkUnderlineBehavior
+- s:values():org.jetbrains.jewel.ui.component.styling.LinkUnderlineBehavior[]
+f:org.jetbrains.jewel.ui.component.styling.MenuColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.MenuColors$Companion
+- equals(java.lang.Object):Z
+- f:getBackground-0d7_KjU():J
+- f:getBorder-0d7_KjU():J
+- f:getItemColors():org.jetbrains.jewel.ui.component.styling.MenuItemColors
+- f:getShadow-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.MenuColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.MenuIcons
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.MenuIcons$Companion
+- (org.jetbrains.jewel.ui.icon.IconKey):V
+- equals(java.lang.Object):Z
+- f:getSubmenuChevron():org.jetbrains.jewel.ui.icon.IconKey
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.MenuIcons$Companion
+f:org.jetbrains.jewel.ui.component.styling.MenuItemColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.MenuItemColors$Companion
+- f:backgroundFor-VIR8D2g(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:contentFor-VIR8D2g(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- equals(java.lang.Object):Z
+- f:getBackground-0d7_KjU():J
+- f:getBackgroundDisabled-0d7_KjU():J
+- f:getBackgroundFocused-0d7_KjU():J
+- f:getBackgroundHovered-0d7_KjU():J
+- f:getBackgroundPressed-0d7_KjU():J
+- f:getContent-0d7_KjU():J
+- f:getContentDisabled-0d7_KjU():J
+- f:getContentFocused-0d7_KjU():J
+- f:getContentHovered-0d7_KjU():J
+- f:getContentPressed-0d7_KjU():J
+- f:getIconTint-0d7_KjU():J
+- f:getIconTintDisabled-0d7_KjU():J
+- f:getIconTintFocused-0d7_KjU():J
+- f:getIconTintHovered-0d7_KjU():J
+- f:getIconTintPressed-0d7_KjU():J
+- f:getKeybindingTint-0d7_KjU():J
+- f:getKeybindingTintDisabled-0d7_KjU():J
+- f:getKeybindingTintFocused-0d7_KjU():J
+- f:getKeybindingTintHovered-0d7_KjU():J
+- f:getKeybindingTintPressed-0d7_KjU():J
+- f:getSeparator-0d7_KjU():J
+- hashCode():I
+- f:iconTintFor-VIR8D2g(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:keybindingTintFor-VIR8D2g(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+f:org.jetbrains.jewel.ui.component.styling.MenuItemColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.MenuItemMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.MenuItemMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getContentPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getIconSize-D9Ej5fM():F
+- f:getKeybindingsPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getMinHeight-D9Ej5fM():F
+- f:getOuterPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getSelectionCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getSeparatorHeight-D9Ej5fM():F
+- f:getSeparatorPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getSeparatorThickness-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.MenuItemMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.MenuMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.MenuMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getBorderWidth-D9Ej5fM():F
+- f:getContentPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getItemMetrics():org.jetbrains.jewel.ui.component.styling.MenuItemMetrics
+- f:getMenuMargin():androidx.compose.foundation.layout.PaddingValues
+- f:getOffset-RKDOV3M():J
+- f:getShadowSize-D9Ej5fM():F
+- f:getSubmenuMetrics():org.jetbrains.jewel.ui.component.styling.SubmenuMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.MenuMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.MenuStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.MenuStyle$Companion
+- (Z,org.jetbrains.jewel.ui.component.styling.MenuColors,org.jetbrains.jewel.ui.component.styling.MenuMetrics,org.jetbrains.jewel.ui.component.styling.MenuIcons):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.MenuColors
+- f:getIcons():org.jetbrains.jewel.ui.component.styling.MenuIcons
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.MenuMetrics
+- hashCode():I
+- f:isDark():Z
+f:org.jetbrains.jewel.ui.component.styling.MenuStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.MenuStylingKt
+- sf:getLocalMenuStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.PopupContainerColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.PopupContainerColors$Companion
+- equals(java.lang.Object):Z
+- f:getBackground-0d7_KjU():J
+- f:getBorder-0d7_KjU():J
+- f:getShadow-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.PopupContainerColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.PopupContainerMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.PopupContainerMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getBorderWidth-D9Ej5fM():F
+- f:getContentPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getMenuMargin():androidx.compose.foundation.layout.PaddingValues
+- f:getOffset-RKDOV3M():J
+- f:getShadowSize-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.PopupContainerMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.PopupContainerStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.PopupContainerStyle$Companion
+- (Z,org.jetbrains.jewel.ui.component.styling.PopupContainerColors,org.jetbrains.jewel.ui.component.styling.PopupContainerMetrics):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.PopupContainerColors
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.PopupContainerMetrics
+- hashCode():I
+- f:isDark():Z
+f:org.jetbrains.jewel.ui.component.styling.PopupContainerStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.PopupContainerStyleKt
+- sf:getLocalPopupContainerStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.RadioButtonColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.RadioButtonColors$Companion
+- f:contentFor-ehnS_G0(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- equals(java.lang.Object):Z
+- f:getContent-0d7_KjU():J
+- f:getContentDisabled-0d7_KjU():J
+- f:getContentHovered-0d7_KjU():J
+- f:getContentSelected-0d7_KjU():J
+- f:getContentSelectedDisabled-0d7_KjU():J
+- f:getContentSelectedHovered-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.RadioButtonColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.RadioButtonIcons
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.RadioButtonIcons$Companion
+- (org.jetbrains.jewel.ui.icon.IconKey):V
+- equals(java.lang.Object):Z
+- f:getRadioButton():org.jetbrains.jewel.ui.icon.IconKey
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.RadioButtonIcons$Companion
+f:org.jetbrains.jewel.ui.component.styling.RadioButtonMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.RadioButtonMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getIconContentGap-D9Ej5fM():F
+- f:getOutlineFocusedSize-MYxV2XQ():J
+- f:getOutlineSelectedFocusedSize-MYxV2XQ():J
+- f:getOutlineSelectedSize-MYxV2XQ():J
+- f:getOutlineSize-MYxV2XQ():J
+- f:getRadioButtonSize-MYxV2XQ():J
+- hashCode():I
+- f:outlineSizeFor-ehnS_G0(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+f:org.jetbrains.jewel.ui.component.styling.RadioButtonMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.RadioButtonStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.RadioButtonStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.RadioButtonColors,org.jetbrains.jewel.ui.component.styling.RadioButtonMetrics,org.jetbrains.jewel.ui.component.styling.RadioButtonIcons):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.RadioButtonColors
+- f:getIcons():org.jetbrains.jewel.ui.component.styling.RadioButtonIcons
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.RadioButtonMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.RadioButtonStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.RadioButtonStylingKt
+- sf:getLocalRadioButtonStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.ScrollbarColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.ScrollbarColors$Companion
+- equals(java.lang.Object):Z
+- f:getThumbBackground-0d7_KjU():J
+- f:getThumbBackgroundActive-0d7_KjU():J
+- f:getThumbBorder-0d7_KjU():J
+- f:getThumbBorderActive-0d7_KjU():J
+- f:getThumbOpaqueBackground-0d7_KjU():J
+- f:getThumbOpaqueBackgroundHovered-0d7_KjU():J
+- f:getThumbOpaqueBorder-0d7_KjU():J
+- f:getThumbOpaqueBorderHovered-0d7_KjU():J
+- f:getTrackBackground-0d7_KjU():J
+- f:getTrackBackgroundExpanded-0d7_KjU():J
+- f:getTrackOpaqueBackground-0d7_KjU():J
+- f:getTrackOpaqueBackgroundHovered-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.ScrollbarColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getMinThumbLength-D9Ej5fM():F
+- f:getThumbCornerSize():androidx.compose.foundation.shape.CornerSize
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.ScrollbarColors,org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics,org.jetbrains.jewel.ui.component.styling.TrackClickBehavior,org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.ScrollbarColors
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.ScrollbarMetrics
+- f:getScrollbarVisibility():org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility
+- f:getTrackClickBehavior():org.jetbrains.jewel.ui.component.styling.TrackClickBehavior
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.ScrollbarStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.ScrollbarStylingKt
+- sf:getLocalScrollbarStyle():androidx.compose.runtime.ProvidableCompositionLocal
+org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility
+- a:getExpandAnimationDuration-UwyO8pc():J
+- a:getLingerDuration-UwyO8pc():J
+- a:getThumbColorAnimationDuration-UwyO8pc():J
+- a:getTrackColorAnimationDuration-UwyO8pc():J
+- a:getTrackPadding():androidx.compose.foundation.layout.PaddingValues
+- a:getTrackPaddingWithBorder():androidx.compose.foundation.layout.PaddingValues
+- a:getTrackThickness-D9Ej5fM():F
+- a:getTrackThicknessExpanded-D9Ej5fM():F
+f:org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible
+- org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible$Companion
+- equals(java.lang.Object):Z
+- getExpandAnimationDuration-UwyO8pc():J
+- getLingerDuration-UwyO8pc():J
+- f:getScrollbarBackgroundColorDark-0d7_KjU():J
+- f:getScrollbarBackgroundColorLight-0d7_KjU():J
+- getThumbColorAnimationDuration-UwyO8pc():J
+- getTrackColorAnimationDuration-UwyO8pc():J
+- getTrackPadding():androidx.compose.foundation.layout.PaddingValues
+- getTrackPaddingWithBorder():androidx.compose.foundation.layout.PaddingValues
+- getTrackThickness-D9Ej5fM():F
+- getTrackThicknessExpanded-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$AlwaysVisible$Companion
+f:org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling
+- org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling$Companion
+- equals(java.lang.Object):Z
+- getExpandAnimationDuration-UwyO8pc():J
+- getLingerDuration-UwyO8pc():J
+- getThumbColorAnimationDuration-UwyO8pc():J
+- getTrackColorAnimationDuration-UwyO8pc():J
+- getTrackPadding():androidx.compose.foundation.layout.PaddingValues
+- getTrackPaddingWithBorder():androidx.compose.foundation.layout.PaddingValues
+- getTrackThickness-D9Ej5fM():F
+- getTrackThicknessExpanded-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.ScrollbarVisibility$WhenScrolling$Companion
+f:org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonColors$Companion
+- f:backgroundFor-6xSfq1s(J,Z,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:borderFor-6xSfq1s(J,Z,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:contentFor-OIjbplg(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- equals(java.lang.Object):Z
+- f:getBackground():androidx.compose.ui.graphics.Brush
+- f:getBackgroundHovered():androidx.compose.ui.graphics.Brush
+- f:getBackgroundPressed():androidx.compose.ui.graphics.Brush
+- f:getBackgroundSelected():androidx.compose.ui.graphics.Brush
+- f:getBackgroundSelectedFocused():androidx.compose.ui.graphics.Brush
+- f:getBorder():androidx.compose.ui.graphics.Brush
+- f:getBorderSelected():androidx.compose.ui.graphics.Brush
+- f:getBorderSelectedDisabled():androidx.compose.ui.graphics.Brush
+- f:getBorderSelectedFocused():androidx.compose.ui.graphics.Brush
+- f:getContent-0d7_KjU():J
+- f:getContentDisabled-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getBorderWidth-D9Ej5fM():F
+- f:getCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getMinSize-MYxV2XQ():J
+- f:getSegmentedButtonPadding():androidx.compose.foundation.layout.PaddingValues
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonColors,org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonMetrics):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonColors
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonStylingKt
+- sf:getLocalSegmentedControlButtonStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.SegmentedControlColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.SegmentedControlColors$Companion
+- (androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush,androidx.compose.ui.graphics.Brush):V
+- f:borderFor-ASBgGNQ(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- equals(java.lang.Object):Z
+- f:getBorder():androidx.compose.ui.graphics.Brush
+- f:getBorderDisabled():androidx.compose.ui.graphics.Brush
+- f:getBorderFocused():androidx.compose.ui.graphics.Brush
+- f:getBorderHovered():androidx.compose.ui.graphics.Brush
+- f:getBorderPressed():androidx.compose.ui.graphics.Brush
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.SegmentedControlColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.SegmentedControlMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.SegmentedControlMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getBorderWidth-D9Ej5fM():F
+- f:getCornerSize():androidx.compose.foundation.shape.CornerSize
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.SegmentedControlMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.SegmentedControlStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.SegmentedControlStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.SegmentedControlColors,org.jetbrains.jewel.ui.component.styling.SegmentedControlMetrics):V
+- f:getColors():org.jetbrains.jewel.ui.component.styling.SegmentedControlColors
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.SegmentedControlMetrics
+f:org.jetbrains.jewel.ui.component.styling.SegmentedControlStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.SegmentedControlStylingKt
+- sf:getLocalSegmentedControlStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.SelectableLazyColumnStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.SelectableLazyColumnStyle$Companion
+- equals(java.lang.Object):Z
+- f:getItemHeight-D9Ej5fM():F
+- f:getSimpleListItemStyle():org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.SelectableLazyColumnStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.SelectableLazyColumnStyleKt
+- sf:getLocalSelectableLazyColumnStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.SimpleListItemColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.SimpleListItemColors$Companion
+- b:(J,J,J,J,J,J,J,J,I,kotlin.jvm.internal.DefaultConstructorMarker):V
+- equals(java.lang.Object):Z
+- f:getBackground-0d7_KjU():J
+- f:getBackgroundFocused-0d7_KjU():J
+- f:getBackgroundSelected-0d7_KjU():J
+- f:getBackgroundSelectedFocused-0d7_KjU():J
+- f:getContent-0d7_KjU():J
+- f:getContentFocused-0d7_KjU():J
+- f:getContentSelected-0d7_KjU():J
+- f:getContentSelectedFocused-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.SimpleListItemColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.SimpleListItemMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.SimpleListItemMetrics$Companion
+- (androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.layout.PaddingValues,androidx.compose.foundation.shape.CornerSize):V
+- equals(java.lang.Object):Z
+- f:getInnerPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getOuterPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getSelectionBackgroundCornerSize():androidx.compose.foundation.shape.CornerSize
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.SimpleListItemMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.SimpleListItemColors,org.jetbrains.jewel.ui.component.styling.SimpleListItemMetrics):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.SimpleListItemColors
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.SimpleListItemMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.SimpleListItemStyleKt
+- sf:getLocalSimpleListItemStyleStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.SliderColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.SliderColors$Companion
+- equals(java.lang.Object):Z
+- f:getStepMarker-0d7_KjU():J
+- f:getThumbBorder-0d7_KjU():J
+- f:getThumbBorderDisabled-0d7_KjU():J
+- f:getThumbBorderFocused-0d7_KjU():J
+- f:getThumbBorderHovered-0d7_KjU():J
+- f:getThumbBorderPressed-0d7_KjU():J
+- f:getThumbFill-0d7_KjU():J
+- f:getThumbFillDisabled-0d7_KjU():J
+- f:getThumbFillFocused-0d7_KjU():J
+- f:getThumbFillHovered-0d7_KjU():J
+- f:getThumbFillPressed-0d7_KjU():J
+- f:getTrack-0d7_KjU():J
+- f:getTrackDisabled-0d7_KjU():J
+- f:getTrackFilled-0d7_KjU():J
+- f:getTrackFilledDisabled-0d7_KjU():J
+- hashCode():I
+- f:thumbBorderFor-p6gmeQ4(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:thumbFillFor-p6gmeQ4(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+f:org.jetbrains.jewel.ui.component.styling.SliderColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.SliderMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.SliderMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getStepLineHeight-D9Ej5fM():F
+- f:getStepLineWidth-D9Ej5fM():F
+- f:getThumbBorderWidth-D9Ej5fM():F
+- f:getThumbSize-MYxV2XQ():J
+- f:getTrackHeight-D9Ej5fM():F
+- f:getTrackToStepSpacing-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.SliderMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.SliderStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.SliderStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.SliderColors,org.jetbrains.jewel.ui.component.styling.SliderMetrics,androidx.compose.ui.graphics.Shape):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.SliderColors
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.SliderMetrics
+- f:getThumbShape():androidx.compose.ui.graphics.Shape
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.SliderStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.SliderStylingKt
+- sf:getLocalSliderStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.SubmenuMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.SubmenuMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getOffset-RKDOV3M():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.SubmenuMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.TabColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.TabColors$Companion
+- f:backgroundFor-UXw_FYk(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- f:contentFor-UXw_FYk(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- equals(java.lang.Object):Z
+- f:getBackground-0d7_KjU():J
+- f:getBackgroundDisabled-0d7_KjU():J
+- f:getBackgroundHovered-0d7_KjU():J
+- f:getBackgroundPressed-0d7_KjU():J
+- f:getBackgroundSelected-0d7_KjU():J
+- f:getContent-0d7_KjU():J
+- f:getContentDisabled-0d7_KjU():J
+- f:getContentHovered-0d7_KjU():J
+- f:getContentPressed-0d7_KjU():J
+- f:getContentSelected-0d7_KjU():J
+- f:getUnderline-0d7_KjU():J
+- f:getUnderlineDisabled-0d7_KjU():J
+- f:getUnderlineHovered-0d7_KjU():J
+- f:getUnderlinePressed-0d7_KjU():J
+- f:getUnderlineSelected-0d7_KjU():J
+- hashCode():I
+- f:underlineFor-UXw_FYk(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+f:org.jetbrains.jewel.ui.component.styling.TabColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.TabContentAlpha
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.TabContentAlpha$Companion
+- (F,F,F,F,F,F,F,F,F,F):V
+- f:contentFor-UXw_FYk(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+- equals(java.lang.Object):Z
+- f:getContentDisabled():F
+- f:getContentHovered():F
+- f:getContentNormal():F
+- f:getContentPressed():F
+- f:getContentSelected():F
+- f:getIconDisabled():F
+- f:getIconHovered():F
+- f:getIconNormal():F
+- f:getIconPressed():F
+- f:getIconSelected():F
+- hashCode():I
+- f:iconFor-UXw_FYk(J,androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+f:org.jetbrains.jewel.ui.component.styling.TabContentAlpha$Companion
+f:org.jetbrains.jewel.ui.component.styling.TabIcons
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.TabIcons$Companion
+- (org.jetbrains.jewel.ui.icon.IconKey):V
+- equals(java.lang.Object):Z
+- f:getClose():org.jetbrains.jewel.ui.icon.IconKey
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.TabIcons$Companion
+f:org.jetbrains.jewel.ui.component.styling.TabMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.TabMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getCloseContentGap-D9Ej5fM():F
+- f:getTabContentSpacing-D9Ej5fM():F
+- f:getTabHeight-D9Ej5fM():F
+- f:getTabPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getUnderlineThickness-D9Ej5fM():F
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.TabMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.TabStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.TabStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.TabColors,org.jetbrains.jewel.ui.component.styling.TabMetrics,org.jetbrains.jewel.ui.component.styling.TabIcons,org.jetbrains.jewel.ui.component.styling.TabContentAlpha,org.jetbrains.jewel.ui.component.styling.ScrollbarStyle):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.TabColors
+- f:getContentAlpha():org.jetbrains.jewel.ui.component.styling.TabContentAlpha
+- f:getIcons():org.jetbrains.jewel.ui.component.styling.TabIcons
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.TabMetrics
+- f:getScrollbarStyle():org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.TabStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.TabStylingKt
+- sf:getLocalDefaultTabStyle():androidx.compose.runtime.ProvidableCompositionLocal
+- sf:getLocalEditorTabStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.TextAreaColors
+- org.jetbrains.jewel.ui.component.styling.InputFieldColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.TextAreaColors$Companion
+- equals(java.lang.Object):Z
+- getBackground-0d7_KjU():J
+- getBackgroundDisabled-0d7_KjU():J
+- getBackgroundFocused-0d7_KjU():J
+- getBackgroundHovered-0d7_KjU():J
+- getBackgroundPressed-0d7_KjU():J
+- getBorder-0d7_KjU():J
+- getBorderDisabled-0d7_KjU():J
+- getBorderFocused-0d7_KjU():J
+- getBorderHovered-0d7_KjU():J
+- getBorderPressed-0d7_KjU():J
+- getCaret-0d7_KjU():J
+- getCaretDisabled-0d7_KjU():J
+- getCaretFocused-0d7_KjU():J
+- getCaretHovered-0d7_KjU():J
+- getCaretPressed-0d7_KjU():J
+- getContent-0d7_KjU():J
+- getContentDisabled-0d7_KjU():J
+- getContentFocused-0d7_KjU():J
+- getContentHovered-0d7_KjU():J
+- getContentPressed-0d7_KjU():J
+- f:getPlaceholder-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.TextAreaColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.TextAreaMetrics
+- org.jetbrains.jewel.ui.component.styling.InputFieldMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.TextAreaMetrics$Companion
+- equals(java.lang.Object):Z
+- getBorderWidth-D9Ej5fM():F
+- getContentPadding():androidx.compose.foundation.layout.PaddingValues
+- getCornerSize():androidx.compose.foundation.shape.CornerSize
+- getMinSize-MYxV2XQ():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.TextAreaMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.TextAreaStyle
+- org.jetbrains.jewel.ui.component.styling.InputFieldStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.TextAreaStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.TextAreaColors,org.jetbrains.jewel.ui.component.styling.TextAreaMetrics):V
+- equals(java.lang.Object):Z
+- getColors():org.jetbrains.jewel.ui.component.styling.TextAreaColors
+- getMetrics():org.jetbrains.jewel.ui.component.styling.TextAreaMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.TextAreaStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.TextAreaStylingKt
+- sf:getLocalTextAreaStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.TextFieldColors
+- org.jetbrains.jewel.ui.component.styling.InputFieldColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.TextFieldColors$Companion
+- equals(java.lang.Object):Z
+- getBackground-0d7_KjU():J
+- getBackgroundDisabled-0d7_KjU():J
+- getBackgroundFocused-0d7_KjU():J
+- getBackgroundHovered-0d7_KjU():J
+- getBackgroundPressed-0d7_KjU():J
+- getBorder-0d7_KjU():J
+- getBorderDisabled-0d7_KjU():J
+- getBorderFocused-0d7_KjU():J
+- getBorderHovered-0d7_KjU():J
+- getBorderPressed-0d7_KjU():J
+- getCaret-0d7_KjU():J
+- getCaretDisabled-0d7_KjU():J
+- getCaretFocused-0d7_KjU():J
+- getCaretHovered-0d7_KjU():J
+- getCaretPressed-0d7_KjU():J
+- getContent-0d7_KjU():J
+- getContentDisabled-0d7_KjU():J
+- getContentFocused-0d7_KjU():J
+- getContentHovered-0d7_KjU():J
+- getContentPressed-0d7_KjU():J
+- f:getPlaceholder-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.TextFieldColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.TextFieldMetrics
+- org.jetbrains.jewel.ui.component.styling.InputFieldMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.TextFieldMetrics$Companion
+- equals(java.lang.Object):Z
+- getBorderWidth-D9Ej5fM():F
+- getContentPadding():androidx.compose.foundation.layout.PaddingValues
+- getCornerSize():androidx.compose.foundation.shape.CornerSize
+- getMinSize-MYxV2XQ():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.TextFieldMetrics$Companion
+f:org.jetbrains.jewel.ui.component.styling.TextFieldStyle
+- org.jetbrains.jewel.ui.component.styling.InputFieldStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.TextFieldStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.TextFieldColors,org.jetbrains.jewel.ui.component.styling.TextFieldMetrics):V
+- equals(java.lang.Object):Z
+- getColors():org.jetbrains.jewel.ui.component.styling.TextFieldColors
+- getMetrics():org.jetbrains.jewel.ui.component.styling.TextFieldMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.TextFieldStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.TextFieldStylingKt
+- sf:getLocalTextFieldStyle():androidx.compose.runtime.ProvidableCompositionLocal
+f:org.jetbrains.jewel.ui.component.styling.TooltipColors
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.TooltipColors$Companion
+- equals(java.lang.Object):Z
+- f:getBackground-0d7_KjU():J
+- f:getBorder-0d7_KjU():J
+- f:getContent-0d7_KjU():J
+- f:getShadow-0d7_KjU():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.TooltipColors$Companion
+f:org.jetbrains.jewel.ui.component.styling.TooltipMetrics
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.TooltipMetrics$Companion
+- equals(java.lang.Object):Z
+- f:getBorderWidth-D9Ej5fM():F
+- f:getContentPadding():androidx.compose.foundation.layout.PaddingValues
+- f:getCornerSize():androidx.compose.foundation.shape.CornerSize
+- f:getPlacement():androidx.compose.foundation.TooltipPlacement
+- f:getShadowSize-D9Ej5fM():F
+- f:getShowDelay-UwyO8pc():J
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.TooltipMetrics$Companion
+- f:defaults-8qf-r9M(androidx.compose.foundation.layout.PaddingValues,J,androidx.compose.foundation.shape.CornerSize,F,F,androidx.compose.foundation.TooltipPlacement):org.jetbrains.jewel.ui.component.styling.TooltipMetrics
+- bs:defaults-8qf-r9M$default(org.jetbrains.jewel.ui.component.styling.TooltipMetrics$Companion,androidx.compose.foundation.layout.PaddingValues,J,androidx.compose.foundation.shape.CornerSize,F,F,androidx.compose.foundation.TooltipPlacement,I,java.lang.Object):org.jetbrains.jewel.ui.component.styling.TooltipMetrics
+f:org.jetbrains.jewel.ui.component.styling.TooltipStyle
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.component.styling.TooltipStyle$Companion
+- (org.jetbrains.jewel.ui.component.styling.TooltipColors,org.jetbrains.jewel.ui.component.styling.TooltipMetrics):V
+- equals(java.lang.Object):Z
+- f:getColors():org.jetbrains.jewel.ui.component.styling.TooltipColors
+- f:getMetrics():org.jetbrains.jewel.ui.component.styling.TooltipMetrics
+- hashCode():I
+f:org.jetbrains.jewel.ui.component.styling.TooltipStyle$Companion
+f:org.jetbrains.jewel.ui.component.styling.TooltipStylingKt
+- sf:getLocalTooltipStyle():androidx.compose.runtime.ProvidableCompositionLocal
+e:org.jetbrains.jewel.ui.component.styling.TrackClickBehavior
+- java.lang.Enum
+- sf:JumpToSpot:org.jetbrains.jewel.ui.component.styling.TrackClickBehavior
+- sf:NextPage:org.jetbrains.jewel.ui.component.styling.TrackClickBehavior
+- s:getEntries():kotlin.enums.EnumEntries
+- s:valueOf(java.lang.String):org.jetbrains.jewel.ui.component.styling.TrackClickBehavior
+- s:values():org.jetbrains.jewel.ui.component.styling.TrackClickBehavior[]
+org.jetbrains.jewel.ui.icon.IconKey
+- a:getIconClass():java.lang.Class
+- a:path(Z):java.lang.String
+f:org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- org.jetbrains.jewel.ui.icon.IconKey
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.icon.IntelliJIconKey$Companion
+- (java.lang.String,java.lang.String,java.lang.Class):V
+- equals(java.lang.Object):Z
+- getIconClass():java.lang.Class
+- f:getNewUiPath():java.lang.String
+- f:getOldUiPath():java.lang.String
+- hashCode():I
+- path(Z):java.lang.String
+f:org.jetbrains.jewel.ui.icon.IntelliJIconKey$Companion
+org.jetbrains.jewel.ui.icon.NewUiChecker
+- a:isNewUi():Z
+f:org.jetbrains.jewel.ui.icon.NewUiCheckerKt
+- sf:getLocalNewUiChecker():androidx.compose.runtime.ProvidableCompositionLocal
+- sf:getNewUiChecker(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.icon.NewUiChecker
+f:org.jetbrains.jewel.ui.icon.PathIconKey
+- org.jetbrains.jewel.ui.icon.IconKey
+- sf:$stable:I
+- (java.lang.String,java.lang.Class):V
+- equals(java.lang.Object):Z
+- getIconClass():java.lang.Class
+- hashCode():I
+- path(Z):java.lang.String
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys
+- f:getEmpty():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getIdea_logo_welcome():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStub():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Actions
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Actions
+- f:getAddFile():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAddList():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAddMulticaret():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAddToDictionary():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAnnotate():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrowCollapse():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrowExpand():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBack():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBuildAutoReloadChanges():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBuildLoadChanges():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCancel():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getChangeView():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCheckMulticaret():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCheckOut():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getChecked():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getChecked_selected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getClearCash():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getClose():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCloseDarkGrey():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCloseHovered():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCollapseall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getColors():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCommit():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCompile():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCopy():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDeleteTag():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDeleteTagHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDependencyAnalyzer():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDiagramDiff():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDiff():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDiffWithClipboard():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDownload():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDump():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDynamicUsages():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEdit():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEditScheme():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEditSource():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEnableNewUi():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEnableNewUiSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExecute():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExit():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExpandall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFind():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFindAndShowNextMatches():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFindAndShowNextMatchesSmall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFindAndShowPrevMatches():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFindAndShowPrevMatchesSmall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFindBackward():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFindEntireFile():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFindForward():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getForceRefresh():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getForward():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGC():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGeneratedFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGroupBy():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGroupByClass():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGroupByFile():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGroupByMethod():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGroupByModule():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGroupByModuleGroup():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGroupByPackage():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGroupByPrefix():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGroupByTestProduction():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHelp():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHighlighting():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInSelection():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlayDropTriangle():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlayGear():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlayGlobe():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlayRenameInComments():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlayRenameInCommentsActive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlayRenameInNoCodeFiles():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlayRenameInNoCodeFilesActive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlaySecuredShield():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlineDropFrame():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlineDropFrameSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInstall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getIntentionBulb():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getIntentionBulbGrey():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLightning():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getListChanges():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getListFiles():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMatchCase():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMatchCaseHovered():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMatchCaseSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMenuCut():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMenuOpen():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMenuPaste():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMenuSaveall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMinimap():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getModuleDirectory():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMore():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMoreHorizontal():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMoveDown():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMoveTo2():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMoveToBottomLeft():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMoveToBottomRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMoveToButton():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMoveToLeftBottom():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMoveToLeftTop():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMoveToRightBottom():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMoveToRightTop():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMoveToTopLeft():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMoveToTopRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMoveToWindow():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMoveUp():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNew():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNewFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNextOccurence():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOfflineMode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOpenNewTab():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPause():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPinTab():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPlay_back():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPlay_first():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPlay_forward():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPlay_last():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPopFrame():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPresentationAssistantSettings():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPreserveCase():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPreserveCaseHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPreserveCaseSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPrettyPrint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPreview():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPreviewDetails():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPreviewDetailsVertically():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPreviousOccurence():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProfile():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProfileBlue():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProfileCPU():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProfileMemory():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProfileRed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProfileYellow():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProjectDirectory():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProjectWideAnalysisOff():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProjectWideAnalysisOn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProperties():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getQuickfixBulb():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getQuickfixOffBulb():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRealIntentionBulb():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRebuild():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRedo():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRefactoringBulb():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getReformatCode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRefresh():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRegex():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRegexHovered():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRegexSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRemoveMulticaret():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getReplace():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getReport():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRerun():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRerunAutomatically():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestart():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestartDebugger():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestartFrame():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestartStop():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getResume():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRollback():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRunAll():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRunToCursor():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRun_anything():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getScratch():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSearch():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSearchNewLine():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSearchNewLineHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSearchWithHistory():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSelectall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSetDefault():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShare():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShortcutFilter():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShow():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShowAsTree():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShowCode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShowImportStatements():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShowReadAccess():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShowWriteAccess():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSplitHorizontally():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSplitVertically():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStartDebugger():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStartMemoryProfile():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStepOut():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStepOutCodeBlock():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStopAndRestart():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStopRefresh():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStub():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSuggestedRefactoringBulb():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSuspend():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSwapPanels():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSyncPanels():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSynchronizeScrolling():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToggleSoftWrap():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToggleVisibility():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTraceInto():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTraceOver():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUndo():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUninstall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUnselectall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUnshare():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUpload():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWords():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWordsHovered():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWordsSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Breakpoints
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Breakpoints
+- f:getBreakpointFieldUnsuspendentDisabled():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBreakpointMethodUnsuspendentDisabled():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBreakpointUnsuspendentDisabled():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMultipleBreakpointsDisabled():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMultipleBreakpointsMuted():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Chooser
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Chooser
+- f:getBottom():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLeft():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTop():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$CodeStyle
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$CodeStyle
+- f:getAddNewSectionRule():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$CodeWithMe
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$CodeWithMe
+- f:getCwmAccess():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmAccessDotOff():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmAccessDotOn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmAccessOff():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmAccessOn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmCamAvatarOff():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmCamAvatarOn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmCamOff():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmCamOn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmDisableCall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmEnableCall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmFollow():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmFollowMe():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmForceFollowMe():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmFullSync():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmIconModificator():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmIconModificatorMenu():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmInvite():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmJoin():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmJump():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmKick():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmLeaveCall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmLogoToolbar():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmMicAvatarOff():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmMicAvatarOn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmMicOff():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmMicOn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmPermissionEdit():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmPermissionFull():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmPermissionView():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmPermissions():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmPermissionsDenied():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmPermissionsGranted():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmScreenInBrowserOff():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmScreenInBrowserOn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmScreenOff():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmScreenOn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmShared():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmSharingAvatarOn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmTerminate():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCwmVerified():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUsers():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Debugger
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Debugger
+- f:getAddToWatch():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAttachToProcess():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getClassLevelWatch():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getConsole():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_array():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_db_object():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_dep_field_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_dep_line_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_dep_method_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_disabled_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_disabled_breakpoint_process():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_disabled_exception_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_disabled_field_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_disabled_method_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_evaluateNode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_exception_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_field_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_invalid_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_method_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_muted_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_muted_dep_field_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_muted_dep_line_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_muted_dep_method_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_muted_disabled_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_muted_disabled_field_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_muted_disabled_method_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_muted_field_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_muted_method_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_no_suspend_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_no_suspend_field_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_no_suspend_method_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_obsolete():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_primitive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_set_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_verified_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_verified_field_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_verified_method_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_verified_no_suspend_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_verified_no_suspend_field_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_verified_no_suspend_method_breakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDb_watch():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEvaluateExpression():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEvaluationResult():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getForceRunToCursor():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getForceStepInto():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getForceStepOver():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFrame():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFreeze():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFreezeAll():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getKillProcess():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLambdaBreakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMultipleBreakpoints():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMultipleBreakpointsDisabled():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMultipleBreakpointsMuted():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMuteBreakpoints():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNextStatement():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOverhead():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPromptInput():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPromptInputHistory():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getQuestion_badge():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestoreLayout():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSelfreference():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShowCurrentFrame():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSmartStepInto():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getThaw():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getThawAll():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getThreadAtBreakpoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getThreadCurrent():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getThreadFrozen():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getThreadGroup():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getThreadGroupCurrent():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getThreadRunning():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getThreadSuspended():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getThreads():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getValue():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getVariablesTab():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getViewBreakpoints():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWatch():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWatchLastReturnValue():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Debugger$ThreadStates
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Debugger$ThreadStates
+- f:getDaemon_sign():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getIdle():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSocket():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Diff
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Diff
+- f:getApplyNotConflicts():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getApplyNotConflictsLeft():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getApplyNotConflictsRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrow():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrowLeftDown():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrowLeftRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrowRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrowRightDown():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCompare3LeftMiddle():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCompare3LeftRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCompare3MiddleRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCompare4LeftBottom():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCompare4LeftMiddle():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCompare4LeftRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCompare4MiddleBottom():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCompare4MiddleRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCompare4RightBottom():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGutterCheckBox():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGutterCheckBoxIndeterminate():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGutterCheckBoxSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLock():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMagicResolve():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMagicResolveToolbar():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRemove():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRevert():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Duplicates
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Duplicates
+- f:getSendToTheLeft():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSendToTheLeftGrayed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSendToTheRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSendToTheRightGrayed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$FileTypes
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$FileTypes
+- f:getAS():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAddAny():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAny_type():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArchive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAspectj():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getConfig():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getContexts():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getContextsModifier():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCss():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCsv():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCustom():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDiagram():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDtd():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFont():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGitignore():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHprof():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHtaccess():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHtml():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getI18n():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getIdl():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getImage():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJava():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJavaClass():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJavaOutsideSource():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJavaScript():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJfr():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJson():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJsonSchema():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJsp():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJspx():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getManifest():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMicrosoftWindows():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPerl():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProperties():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRegexp():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSourceMap():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getText():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUiForm():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUnknown():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWsdlFile():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getXhtml():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getXml():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getXsdFile():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getYaml():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$General
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$General
+- f:getActualZoom():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAdd():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAddJdk():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAlpha():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrowDown():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrowDownSmall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrowLeft():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrowRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrowSplitCenterH():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrowSplitCenterV():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrowUp():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAutoscrollFromSource():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAutoscrollToSource():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBalloon():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBalloonError():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBalloonInformation():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBalloonWarning():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBalloonWarning12():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBeta():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getButtonDropTriangle():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getChevronDown():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getChevronDownLargeWhite():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getChevronLeft():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getChevronRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getChevronUp():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getClose():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCloseSmall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCloseSmallHovered():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCollapseComponent():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCollapseComponentHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getContextHelp():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCopy():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCopyHovered():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDebugDisabled():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDelete():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDivider():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDrag():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDropPlace():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDropdown():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDropdownGutter():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEditorPreviewVertical():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEllipsis():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getError():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getErrorDialog():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExclMark():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExpandComponent():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExpandComponentHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExport():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExternalTools():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFilter():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFitContent():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGear():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGearHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGearPlain():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGreenCheckmark():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGroups():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHideToolWindow():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHistory():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getImplementingMethod():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInformation():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInformationDialog():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInheritedMethod():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlineAdd():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlineAddHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlineCopy():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlineCopyHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlineRefresh():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlineRefreshHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlineVariables():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInlineVariablesHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInline_edit():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInline_edit_hovered():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInspectionsError():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInspectionsErrorEmpty():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInspectionsEye():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInspectionsMixed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInspectionsOK():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInspectionsOKEmpty():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInspectionsPause():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInspectionsPowerSaveMode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInspectionsTrafficOff():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInspectionsTypos():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInspectionsWarning():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInspectionsWarningEmpty():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getKeyboard():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLayout():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLayoutEditorOnly():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLayoutEditorPreview():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLayoutPreviewOnly():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLinkDropTriangle():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLocalizationSettings():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLocate():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getModified():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getModifiedSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMoreTabs():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMouse():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNew_badge():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNote():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNotificationError():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNotificationInfo():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNotificationWarning():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOpenDisk():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOpenDiskHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOpenInToolWindow():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOverridenMethod():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOverridingMethod():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPin():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPinHovered():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPinSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPinSelectedHovered():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPin_tab():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPreviewHorizontally():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPrint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProjectConfigurable():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProjectStructure():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProjectTab():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getQuestionDialog():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getReaderMode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRefresh():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRemove():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getReset():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRunWithCoverage():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSeparatorH():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSettings():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShow():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShowInfos():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShowWarning():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShow_to_implement():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSuccessDialog():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSuccessLogin():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTbHidden():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTbShown():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTip():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTodoDefault():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTodoImportant():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTodoQuestion():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTree():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTreeHovered():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTreeSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTrialBadge():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUser():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getVcs():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWarning():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWarningDecorator():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWarningDialog():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWeb():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWindowsMenu_20x20():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getZoomIn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getZoomOut():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Graph
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Graph
+- f:getActualZoom():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGrid():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLayout():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNodeSelectionMode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSnapToGrid():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getZoomIn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getZoomOut():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Gutter
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Gutter
+- f:getBookmark():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getColors():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDataSchema():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExtAnnotation():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFold():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFoldBottom():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getImplementedMethod():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getImplementingFunctionalInterface():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getImplementingMethod():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJava9Service():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJavadocEdit():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJavadocRead():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMnemonic():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOverridenMethod():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOverridingMethod():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getReadAccess():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRecursiveMethod():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSiblingInheritedMethod():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSuggestedRefactoringBulb():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSuggestedRefactoringBulbDisabled():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUnfold():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUnique():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWriteAccess():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Hierarchy
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Hierarchy
+- f:getClass():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMethodDefined():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMethodNotDefined():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShouldDefineMethod():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSubtypes():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSupertypes():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Icons
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Icons
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Icons$Ide
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Icons$Ide
+- f:getMenuArrow():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMenuArrowSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNextStep():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNextStepInverted():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ide
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ide
+- f:getConfigFile():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDislike():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDislikeDimmed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDislikeSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getErrorPoint():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExternalLinkArrowWhite():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExternal_link_arrow():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFatalError():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFatalErrorRead():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFeedbackRating():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFeedbackRatingFocused():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFeedbackRatingFocusedOn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFeedbackRatingOn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFeedbackRatingOnFocused():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGift():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHectorOff():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHectorOn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHectorSyntax():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getIncomingChangesOn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLike():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLikeDimmed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLikeSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLink():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLocalScope():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLocalScopeAction():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNavBarSeparator():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOutgoingChangesOn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPipette():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPipette_rollover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPowerSaveMode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRating():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRating1():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRating2():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRating3():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRating4():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getReadonly():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getReadwrite():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSharedScope():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStatusbar_arrows():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUpDown():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ide$Macro
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ide$Macro
+- f:getRecording_1():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRecording_2():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRecording_3():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRecording_4():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ide$Notification
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ide$Notification
+- f:getClose():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCloseHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCollapse():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCollapseHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDropTriangle():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getErrorEvents():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExpand():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExpandHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGear():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGearHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getIdeUpdate():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInfoEvents():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNoEvents():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPluginUpdate():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWarningEvents():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ide$RoundShadow
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ide$RoundShadow
+- f:getBottom():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBottomLeft():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBottomRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLeft():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTop():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTopLeft():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTopRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ide$RunAnything
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ide$RunAnything
+- f:getOpenRecentProject():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ide$Settings
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ide$Settings
+- f:getNewUI():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ide$Shadow
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ide$Shadow
+- f:getBottom():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBottomLeft():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBottomRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLeft():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTop():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTopLeft():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTopRight():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Javaee
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Javaee
+- f:getHome():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPersistenceEntity():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUpdateRunningApplication():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWebModuleGroup():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWebService():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWebServiceClient():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Json
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Json
+- f:getArray():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getObject():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Language
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Language
+- f:getGO():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPhp():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPython():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRuby():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRust():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getScala():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Linux
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Linux
+- f:getLinux():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Linux$Theme
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Linux$Theme
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Linux$Theme$Gnome
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Linux$Theme$Gnome
+- f:getClose():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCloseHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCloseInactive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getClosePressed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMaximize():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMaximizeHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMaximizeInactive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMaximizePressed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMinimize():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMinimizeHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMinimizeInactive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMinimizePressed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestore():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestoreHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestoreInactive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestorePressed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Linux$Theme$Kde
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Linux$Theme$Kde
+- f:getClose():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCloseHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCloseInactive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getClosePressed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMaximize():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMaximizeHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMaximizeInactive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMaximizePressed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMinimize():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMinimizeHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMinimizeInactive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMinimizePressed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestore():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestoreHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestoreInactive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestorePressed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Mac
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Mac
+- f:getAppIconOk512():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Mac$Touchbar
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Mac$Touchbar
+- f:getPopoverArrow():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPopoverClose():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$MeetNewUi
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$MeetNewUi
+- f:getDarkTheme():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDarkThemeSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDensityCompact():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDensityDefault():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLightTheme():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLightThemeSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSystemTheme():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSystemThemeSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Modules
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Modules
+- f:getAddExcludedRoot():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAnnotation():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEditFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExcludeRoot():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExcludedGeneratedRoot():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGeneratedFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGeneratedSourceRoot():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGeneratedTestRoot():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getResourcesRoot():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSourceRoot():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSourceRootFileLayer():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSplit():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestResourcesRoot():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestRoot():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUnloadedModule():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUnmarkWebroot():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Nodes
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Nodes
+- f:getAbstractClass():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAbstractException():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAbstractMethod():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAlias():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAnnotationtype():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAnonymousClass():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArtifact():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAspect():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBookmark():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBookmarkGroup():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getC_plocal():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getC_private():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getC_protected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getC_public():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getClass():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getClassInitializer():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCompiledClassesFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getConfigFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getConsole():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getConstant():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getController():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCopyOfFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCustomRegion():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCvs_global():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCvs_roots():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDataColumn():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDataSchema():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDataTables():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDeploy():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDesktop():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDoneMark():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEditorconfig():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEmptyNode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEnterpriseProject():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEntryPoints():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEnum():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getErrorIntroduction():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getErrorMark():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExceptionClass():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExcludedFromCompile():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExtractedFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFavorite():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getField():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFieldPK():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFilePrivate():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFinalMark():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFunction():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGvariable():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHomeFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getIdeaModule():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getIdeaProject():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInclude():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInspectionResults():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInterface():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJ2eeParameter():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJarDirectory():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJavaDocFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJavaModule():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJunitTestMark():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getKeymapAnt():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getKeymapEditor():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getKeymapMainMenu():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getKeymapOther():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getKeymapTools():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLambda():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLibrary():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLocked():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLogFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMethod():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMethodReference():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMnemonic():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getModelClass():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getModels():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getModule():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getModule8x8():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getModuleGroup():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMultipleTypeDefinitions():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNativeLibrariesFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNewParameter():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNodePlaceholder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNotFavoriteOnHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getObjectTypeAttribute():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPackage():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPackageLocal():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPadlock():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getParameter():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPlugin():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPluginJB():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPluginLogo():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPluginRestart():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPluginnotinstalled():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPluginobsolete():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPpInvalid():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPpJar():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPpJdk():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPpLib():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPpLibFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPpWeb():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPrivate():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProcessMark():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProject():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProperty():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPropertyRead():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPropertyReadStatic():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPropertyReadWrite():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPropertyReadWriteStatic():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPropertyWrite():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPropertyWriteStatic():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProtected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPublic():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getReadAccess():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRecord():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRelated():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getResourceBundle():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRunnableMark():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRwAccess():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSecurityRole():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getServices():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getServlet():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShared():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSortBySeverity():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStatic():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStaticMark():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSymlink():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTabAlert():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTabPin():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTag():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTarget():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTemplate():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTest():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestGroup():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestIgnored():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestSourceFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTextArea():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolbox():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getType():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUndeploy():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUnknown():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUnknownJdk():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUpFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUpLevel():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getVariable():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWarningIntroduction():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWarningMark():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWebFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWeblistener():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWord():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWorkspace():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWriteAccess():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Nodes$Jsf
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Nodes$Jsf
+- f:getRenderer():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$ObjectBrowser
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$ObjectBrowser
+- f:getAbbreviatePackageNames():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCompactEmptyPackages():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFlattenModules():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFlattenPackages():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShowLibraryContents():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShowMembers():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSortByType():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSorted():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSortedByUsage():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getVisibilitySort():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Plugins
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Plugins
+- f:getDisabled():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDownloads():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getModifierInvalid():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPluginLogo():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPluginLogoDisabled():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRating():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUpdated():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Process
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Process
+- f:getProgressPause():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProgressPauseHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProgressPauseSmall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProgressPauseSmallHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProgressResume():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProgressResumeHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProgressResumeSmall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProgressResumeSmallHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_1():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_2():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_3():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_4():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_5():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_6():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_7():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_8():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_mask():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_passive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStop():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStopHovered():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStopSmall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStopSmallHovered():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Process$Big
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Process$Big
+- f:getStep_1():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_2():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_3():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_4():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_5():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_6():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_7():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_8():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_passive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Process$FS
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Process$FS
+- f:getStep_1():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_10():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_11():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_12():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_13():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_14():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_15():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_16():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_17():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_18():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_2():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_3():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_4():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_5():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_6():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_7():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_8():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_9():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_mask():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStep_passive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Profiler
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Profiler
+- f:getCollapseNode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExpandNode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRec():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Providers
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Providers
+- f:getActiveMQ():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getApache():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getApacheDerby():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getApacheIgnite():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getApachePhoenix():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAthena():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAws():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAzure():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBigQuery():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCassandra():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getClickHouse():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCockroachDB():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCouchbase():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDB2():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDatabricks():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDenodo():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDocumentDB():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDuckDB():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDynamoDB():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEclipse():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getElasticsearch():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExasol():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFirebird():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGoogleCloudSpanner():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getGreenplum():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getH2():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHANA():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHsqldb():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getIbm():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getImpala():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInformix():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getIntersystemCache():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getKafka():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLiquibase():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMariadb():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMicrosoft():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMimerSQL():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMongoDB():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMysql():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNetezza():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOpenedge():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOracle():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPostgresql():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPresto():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRabbitMQ():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRedis():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRedshift():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSinglestore():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSnowflake():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSpark():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSqlServer():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSqlite():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSun():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSybase():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTarantool():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTeradata():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTibero():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTidb():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTrino():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getVertica():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getYugabyte():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Run
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Run
+- f:getRestart():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShowIgnored():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getStop():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Run$Widget
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Run$Widget
+- f:getBuild():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestart():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$RunConfigurations
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$RunConfigurations
+- f:getApplet():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getApplication():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCompound():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHidePassed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getIgnoredTest():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInvalidConfigurationLayer():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getJunit():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMultiLaunch():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRemote():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRemoteDebug():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRerunFailedTests():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getScroll_down():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getScroll_up():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShowIgnored():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShowPassed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSortbyDuration():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestCustom():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestError():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestFailed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestIgnored():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestMark():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestNotRan():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestPassed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestPassedIgnored():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestPaused():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestSkipped():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestTerminated():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTestUnknown():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTomcat():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolbarError():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolbarFailed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolbarPassed():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolbarPassedIgnored():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolbarSkipped():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolbarTerminated():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTrackCoverage():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWeb_app():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWsl():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$RunConfigurations$TestState
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$RunConfigurations$TestState
+- f:getGreen2():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRed2():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRun():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRun_run():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getYellow2():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Scope
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Scope
+- f:getChangedFiles():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getChangedFilesAll():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProblems():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProduction():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getScratches():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTests():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Status
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Status
+- f:getFailedInProgress():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSuccess():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Table
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Table
+- f:getPagination():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Toolbar
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Toolbar
+- f:getAddSlot():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCollapse():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExpand():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFilterdups():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLocale():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPin():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRemoveSlot():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUnknown():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getXcode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$ToolbarDecorator
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$ToolbarDecorator
+- f:getAddBlankLine():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAddClass():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAddFolder():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAddIcon():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAddJira():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAddLink():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAddPattern():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAddRemoteDatasource():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAddYouTrack():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExport():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExportSmall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getImport():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Toolwindows
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Toolwindows
+- f:getChanges():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDependencies():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getDocumentation():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getErrorEvents():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getInfoEvents():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMeetNewUi():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNoEvents():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNotifications():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNotificationsNew():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNotificationsNewImportant():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProblems():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getProblemsEmpty():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRepositories():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSettingSync():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getTask():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowAnalyzeDataflow():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowAnt():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowBookmarks():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowBuild():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowChanges():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowCommander():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowCommit():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowCoverage():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowDataView():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowDebugger():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowDuplicates():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowFavorites():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowFind():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowHierarchy():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowInspection():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowInternal():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowJsonPath():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowMessages():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowModuleDependencies():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowPalette():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowProblems():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowProblemsEmpty():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowProfiler():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowProfilerAndroid():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowProject():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowRun():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowRunWithCoverage():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowServices():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowStructure():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowTodo():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowUIDesigner():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getToolWindowVariableView():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWarningEvents():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWebToolWindow():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$TransferSettings
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$TransferSettings
+- f:getKeymap():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPluginsAndFeatures():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRecentProjects():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getResharper():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSettings():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getVS():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getVscode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getVsmac():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getXcode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ultimate
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Ultimate
+- f:getIdeaUltimatePromo():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLock():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getLockWhite():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPycharmLock():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPycharmPromo():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Vcs
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Vcs
+- f:getAbort():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrow_left():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getArrow_right():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getAuthor():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBranch():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getBranchNode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getChangelist():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getClone():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCommitNode():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEqual():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFetch():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFolders():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFromVCSDialog():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHistory():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHistoryInline():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHistoryInlineHovered():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getIgnore_file():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMerge():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNot_equal():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPatch():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPatch_applied():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPatch_file():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getPush():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRemove():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShelveSilent():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getShowUnversionedFiles():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUnshelve():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getUnshelveSilent():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Vcs$Vendors
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Vcs$Vendors
+- f:getGithub():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Webreferences
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Webreferences
+- f:getMessageQueue():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getServer():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getWebSocket():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Welcome
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Welcome
+- f:getCreateNewProjectTab():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCreateNewProjectTabSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFromVCSTab():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFromVCSTabSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOpen():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOpenSelected():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Welcome$LearnTab
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Welcome$LearnTab
+- f:getJetBrainsAcademy():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Welcome$RecentProjects
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Welcome$RecentProjects
+- f:getRemove():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRemoveDisabled():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRemoveDisabledHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRemoveHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Windows
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Windows
+- f:getClose():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCloseActive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCloseHover():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCloseInactive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCloseSmall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getCollapse():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHelp():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHelpButton():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHelpButtonInactive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHelpInactive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMaximize():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMaximizeInactive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMaximizeSmall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMinimize():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMinimizeInactive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getMinimizeSmall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestore():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestoreInactive():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getRestoreSmall():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Xml
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Xml
+- f:getCss_class():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHtml5():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getHtml_id():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.icons.AllIconsKeys$Xml$Browsers
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.icons.AllIconsKeys$Xml$Browsers
+- f:getCanary():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getChrome():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getChromium():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getEdge():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getExplorer():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFirefox():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getFirefoxDeveloper():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getNwjs():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getOpera():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getSafari():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+- f:getYandex():org.jetbrains.jewel.ui.icon.IntelliJIconKey
+f:org.jetbrains.jewel.ui.painter.BadgePainter
+- org.jetbrains.jewel.ui.painter.DelegatePainter
+- sf:$stable:I
+org.jetbrains.jewel.ui.painter.BitmapPainterHint
+- org.jetbrains.jewel.ui.painter.PainterHint
+- canApply(org.jetbrains.jewel.ui.painter.PainterProviderScope):Z
+f:org.jetbrains.jewel.ui.painter.CommonPainterHintsProvider
+- org.jetbrains.jewel.ui.painter.PainterHintsProvider
+- sf:$stable:I
+- sf:INSTANCE:org.jetbrains.jewel.ui.painter.CommonPainterHintsProvider
+- hints(java.lang.String,androidx.compose.runtime.Composer,I):java.util.List
+c:org.jetbrains.jewel.ui.painter.DelegatePainter
+- androidx.compose.ui.graphics.painter.Painter
+- sf:$stable:I
+- (androidx.compose.ui.graphics.painter.Painter):V
+- p:applyAlpha(F):Z
+- p:applyColorFilter(androidx.compose.ui.graphics.ColorFilter):Z
+- p:applyLayoutDirection(androidx.compose.ui.unit.LayoutDirection):Z
+- pf:drawDelegate(androidx.compose.ui.graphics.drawscope.DrawScope):V
+- pf:getAlpha():F
+- pf:getFilter():androidx.compose.ui.graphics.ColorFilter
+- getIntrinsicSize-NH-jbRc():J
+- pf:getLayoutDirection():androidx.compose.ui.unit.LayoutDirection
+- p:onDraw(androidx.compose.ui.graphics.drawscope.DrawScope):V
+- pf:setAlpha(F):V
+- pf:setFilter(androidx.compose.ui.graphics.ColorFilter):V
+- pf:setLayoutDirection(androidx.compose.ui.unit.LayoutDirection):V
+org.jetbrains.jewel.ui.painter.PainterHint
+- sf:None:org.jetbrains.jewel.ui.painter.PainterHint$None
+- canApply(org.jetbrains.jewel.ui.painter.PainterProviderScope):Z
+f:org.jetbrains.jewel.ui.painter.PainterHint$None
+- org.jetbrains.jewel.ui.painter.PainterHint
+- canApply(org.jetbrains.jewel.ui.painter.PainterProviderScope):Z
+org.jetbrains.jewel.ui.painter.PainterHintsProvider
+- a:hints(java.lang.String,androidx.compose.runtime.Composer,I):java.util.List
+- priorityHints(java.lang.String,androidx.compose.runtime.Composer,I):java.util.List
+f:org.jetbrains.jewel.ui.painter.PainterHintsProviderKt
+- sf:getLocalPainterHintsProvider():androidx.compose.runtime.ProvidableCompositionLocal
+org.jetbrains.jewel.ui.painter.PainterPathHint
+- org.jetbrains.jewel.ui.painter.PainterHint
+- a:patch(org.jetbrains.jewel.ui.painter.PainterProviderScope):java.lang.String
+a:org.jetbrains.jewel.ui.painter.PainterPrefixHint
+- org.jetbrains.jewel.ui.painter.PainterPathHint
+- sf:$stable:I
+- ():V
+- patch(org.jetbrains.jewel.ui.painter.PainterProviderScope):java.lang.String
+- a:prefix(org.jetbrains.jewel.ui.painter.PainterProviderScope):java.lang.String
+org.jetbrains.jewel.ui.painter.PainterProvider
+- a:getPainter(org.jetbrains.jewel.ui.painter.PainterHint[],androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+org.jetbrains.jewel.ui.painter.PainterProviderScope
+- androidx.compose.ui.unit.Density
+- a:getAcceptedHints():java.util.List
+- a:getPath():java.lang.String
+- a:getRawPath():java.lang.String
+a:org.jetbrains.jewel.ui.painter.PainterSuffixHint
+- org.jetbrains.jewel.ui.painter.PainterPathHint
+- sf:$stable:I
+- ():V
+- patch(org.jetbrains.jewel.ui.painter.PainterProviderScope):java.lang.String
+- a:suffix(org.jetbrains.jewel.ui.painter.PainterProviderScope):java.lang.String
+org.jetbrains.jewel.ui.painter.PainterSvgPatchHint
+- org.jetbrains.jewel.ui.painter.SvgPainterHint
+- a:patch(org.jetbrains.jewel.ui.painter.PainterProviderScope,org.w3c.dom.Element):V
+org.jetbrains.jewel.ui.painter.PainterWrapperHint
+- org.jetbrains.jewel.ui.painter.PainterHint
+- a:wrap(org.jetbrains.jewel.ui.painter.PainterProviderScope,androidx.compose.ui.graphics.painter.Painter):androidx.compose.ui.graphics.painter.Painter
+a:org.jetbrains.jewel.ui.painter.PalettePainterHintsProvider
+- org.jetbrains.jewel.ui.painter.PainterHintsProvider
+- sf:$stable:I
+- (Z,java.util.Map,java.util.Map,java.util.Map):V
+- pa:getCheckBoxByColorPaletteHint():org.jetbrains.jewel.ui.painter.PainterHint
+- pa:getCheckBoxByKeyPaletteHint():org.jetbrains.jewel.ui.painter.PainterHint
+- pf:getIntellijIconPalette():java.util.Map
+- pf:getPaletteHint(java.lang.String,Z):org.jetbrains.jewel.ui.painter.PainterHint
+- pf:getThemeColorPalette():java.util.Map
+- pf:getThemeIconPalette():java.util.Map
+- pa:getTreePaletteHint():org.jetbrains.jewel.ui.painter.PainterHint
+- pa:getUiPaletteHint():org.jetbrains.jewel.ui.painter.PainterHint
+- pf:isDark():Z
+- pf:resolveColor-ijrfgN4(java.lang.String):androidx.compose.ui.graphics.Color
+- pf:resolveKeyColor-8tov2TA(java.lang.String,java.util.Map,Z):androidx.compose.ui.graphics.Color
+- pf:selectMap(java.lang.String,java.util.Map,java.util.Map,java.util.Map):java.util.Map
+f:org.jetbrains.jewel.ui.painter.ResizedPainter
+- org.jetbrains.jewel.ui.painter.DelegatePainter
+- sf:$stable:I
+- getIntrinsicSize-NH-jbRc():J
+f:org.jetbrains.jewel.ui.painter.ResourcePainterProvider
+- org.jetbrains.jewel.ui.painter.PainterProvider
+- sf:$stable:I
+- (java.lang.String,java.lang.ClassLoader[]):V
+- getPainter(org.jetbrains.jewel.ui.painter.PainterHint[],androidx.compose.runtime.Composer,I):androidx.compose.runtime.State
+f:org.jetbrains.jewel.ui.painter.ResourcePainterProviderKt
+- sf:rememberResourcePainterProvider(java.lang.String,java.lang.Class,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.painter.PainterProvider
+- sf:rememberResourcePainterProvider(org.jetbrains.jewel.ui.icon.IconKey,java.lang.Class,androidx.compose.runtime.Composer,I,I):org.jetbrains.jewel.ui.painter.PainterProvider
+org.jetbrains.jewel.ui.painter.ResourcePainterProviderScope
+- org.jetbrains.jewel.ui.painter.PainterProviderScope
+- a:getClassLoaders():java.util.Set
+org.jetbrains.jewel.ui.painter.SvgPainterHint
+- org.jetbrains.jewel.ui.painter.PainterHint
+- canApply(org.jetbrains.jewel.ui.painter.PainterProviderScope):Z
+org.jetbrains.jewel.ui.painter.XmlPainterHint
+- org.jetbrains.jewel.ui.painter.PainterHint
+- canApply(org.jetbrains.jewel.ui.painter.PainterProviderScope):Z
+org.jetbrains.jewel.ui.painter.badge.BadgeShape
+- androidx.compose.ui.graphics.Shape
+- a:createHoleOutline-Pq9zytI(J,androidx.compose.ui.unit.LayoutDirection,androidx.compose.ui.unit.Density):androidx.compose.ui.graphics.Outline
+f:org.jetbrains.jewel.ui.painter.badge.DotBadgeShape
+- org.jetbrains.jewel.ui.painter.badge.BadgeShape
+- sf:$stable:I
+- sf:Companion:org.jetbrains.jewel.ui.painter.badge.DotBadgeShape$Companion
+- ():V
+- (F,F,F,F):V
+- b:(F,F,F,F,I,kotlin.jvm.internal.DefaultConstructorMarker):V
+- createHoleOutline-Pq9zytI(J,androidx.compose.ui.unit.LayoutDirection,androidx.compose.ui.unit.Density):androidx.compose.ui.graphics.Outline
+- createOutline-Pq9zytI(J,androidx.compose.ui.unit.LayoutDirection,androidx.compose.ui.unit.Density):androidx.compose.ui.graphics.Outline
+- equals(java.lang.Object):Z
+- f:getBorder():F
+- f:getRadius():F
+- f:getX():F
+- f:getY():F
+- hashCode():I
+f:org.jetbrains.jewel.ui.painter.badge.DotBadgeShape$Companion
+- f:getDefault():org.jetbrains.jewel.ui.painter.badge.DotBadgeShape
+f:org.jetbrains.jewel.ui.painter.hints.BadgeKt
+- sf:Badge-DxMtmZc(J,org.jetbrains.jewel.ui.painter.badge.BadgeShape):org.jetbrains.jewel.ui.painter.PainterHint
+- bs:Badge-DxMtmZc$default(J,org.jetbrains.jewel.ui.painter.badge.BadgeShape,I,java.lang.Object):org.jetbrains.jewel.ui.painter.PainterHint
+f:org.jetbrains.jewel.ui.painter.hints.ColorBasedPaletteReplacementKt
+- sf:ColorBasedPaletteReplacement(java.util.Map):org.jetbrains.jewel.ui.painter.PainterHint
+f:org.jetbrains.jewel.ui.painter.hints.DarkAndStrokeKt
+- sf:Dark(Z):org.jetbrains.jewel.ui.painter.PainterHint
+- bs:Dark$default(Z,I,java.lang.Object):org.jetbrains.jewel.ui.painter.PainterHint
+- sf:Stroke-8_81llA(J):org.jetbrains.jewel.ui.painter.PainterHint
+f:org.jetbrains.jewel.ui.painter.hints.HiDpiKt
+- sf:HiDpi():org.jetbrains.jewel.ui.painter.PainterHint
+f:org.jetbrains.jewel.ui.painter.hints.KeyBasedPaletteReplacementKt
+- sf:KeyBasedPaletteReplacement(java.util.Map):org.jetbrains.jewel.ui.painter.PainterHint
+f:org.jetbrains.jewel.ui.painter.hints.PathOverrideKt
+- sf:PathOverride(java.util.Map):org.jetbrains.jewel.ui.painter.PainterHint
+f:org.jetbrains.jewel.ui.painter.hints.SelectedKt
+- sf:Selected(org.jetbrains.jewel.foundation.state.SelectableComponentState):org.jetbrains.jewel.ui.painter.PainterHint
+- sf:Selected(Z):org.jetbrains.jewel.ui.painter.PainterHint
+- bs:Selected$default(Z,I,java.lang.Object):org.jetbrains.jewel.ui.painter.PainterHint
+f:org.jetbrains.jewel.ui.painter.hints.SizeKt
+- sf:Size(I):org.jetbrains.jewel.ui.painter.PainterHint
+- sf:Size(I,I):org.jetbrains.jewel.ui.painter.PainterHint
+f:org.jetbrains.jewel.ui.painter.hints.StatefulKt
+- sf:Stateful(org.jetbrains.jewel.foundation.state.InteractiveComponentState):org.jetbrains.jewel.ui.painter.PainterHint
+f:org.jetbrains.jewel.ui.theme.JewelThemeKt
+- sf:BaseJewelTheme(org.jetbrains.jewel.foundation.theme.ThemeDefinition,org.jetbrains.jewel.ui.ComponentStyling,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I):V
+- sf:BaseJewelTheme(org.jetbrains.jewel.foundation.theme.ThemeDefinition,org.jetbrains.jewel.ui.ComponentStyling,Z,kotlin.jvm.functions.Function2,androidx.compose.runtime.Composer,I,I):V
+- sf:getCheckboxStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.CheckboxStyle
+- sf:getChipStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.ChipStyle
+- sf:getCircularProgressStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.CircularProgressStyle
+- sf:getColorPalette(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.foundation.theme.ThemeColorPalette
+- sf:getComboBoxStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.ComboBoxStyle
+- sf:getDefaultBannerStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.DefaultBannerStyles
+- sf:getDefaultButtonStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.ButtonStyle
+- sf:getDefaultTabStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.TabStyle
+- sf:getDividerStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.DividerStyle
+- sf:getDropdownStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.DropdownStyle
+- sf:getEditorTabStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.TabStyle
+- sf:getGroupHeaderStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.GroupHeaderStyle
+- sf:getHorizontalProgressBarStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.HorizontalProgressBarStyle
+- sf:getIconButtonStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.IconButtonStyle
+- sf:getIconData(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.foundation.theme.ThemeIconData
+- sf:getLinkStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.LinkStyle
+- sf:getMenuStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.MenuStyle
+- sf:getOutlinedButtonStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.ButtonStyle
+- sf:getPopupContainerStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.PopupContainerStyle
+- sf:getRadioButtonStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.RadioButtonStyle
+- sf:getScrollbarStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.ScrollbarStyle
+- sf:getSegmentedControlButtonStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.SegmentedControlButtonStyle
+- sf:getSegmentedControlStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.SegmentedControlStyle
+- sf:getSelectableLazyColumnStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.SelectableLazyColumnStyle
+- sf:getSimpleListItemStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.SimpleListItemStyle
+- sf:getSliderStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.SliderStyle
+- sf:getTextAreaStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.TextAreaStyle
+- sf:getTextFieldStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.TextFieldStyle
+- sf:getTooltipStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.TooltipStyle
+- sf:getTreeStyle(org.jetbrains.jewel.foundation.theme.JewelTheme$Companion,androidx.compose.runtime.Composer,I):org.jetbrains.jewel.ui.component.styling.LazyTreeStyle
+f:org.jetbrains.jewel.ui.util.ColorExtensionsKt
+- sf:fromRGBAHexStringOrNull(androidx.compose.ui.graphics.Color$Companion,java.lang.String):androidx.compose.ui.graphics.Color
+- sf:isDark-8_81llA(J):Z
+- sf:toRgbaHexString(java.awt.Color):java.lang.String
+- sf:toRgbaHexString-8_81llA(J):java.lang.String
+f:org.jetbrains.jewel.ui.util.ModifierExtensionsKt
+- sf:thenIf(androidx.compose.ui.Modifier,Z,kotlin.jvm.functions.Function1):androidx.compose.ui.Modifier
diff --git a/platform/jewel/ui/exposed-third-party-api.txt b/platform/jewel/ui/exposed-third-party-api.txt
new file mode 100644
index 000000000000..cbaeb3beca2d
--- /dev/null
+++ b/platform/jewel/ui/exposed-third-party-api.txt
@@ -0,0 +1,4 @@
+androidx/compose/**
+kotlin/jvm/internal/DefaultConstructorMarker
+kotlin/ranges/ClosedFloatingPointRange
+org/w3c/dom/Element
diff --git a/platform/jewel/ui/generated/iconKeys/org/jetbrains/jewel/ui/icons/AllIconsKeys.kt b/platform/jewel/ui/generated/iconKeys/org/jetbrains/jewel/ui/icons/AllIconsKeys.kt
new file mode 100644
index 000000000000..038129434c3b
--- /dev/null
+++ b/platform/jewel/ui/generated/iconKeys/org/jetbrains/jewel/ui/icons/AllIconsKeys.kt
@@ -0,0 +1,4278 @@
+// Generated by the Jewel icon keys generator
+// Source class: com.intellij.icons.AllIcons
+package org.jetbrains.jewel.ui.icons
+
+import org.jetbrains.jewel.ui.icon.IntelliJIconKey
+
+public object AllIconsKeys {
+ public val Empty: IntelliJIconKey = IntelliJIconKey("expui/empty.svg", "expui/empty.svg",
+ AllIconsKeys::class.java)
+
+ public val Idea_logo_welcome: IntelliJIconKey = IntelliJIconKey("idea_logo_welcome.png",
+ "idea_logo_welcome.png", AllIconsKeys::class.java)
+
+ public val Stub: IntelliJIconKey = IntelliJIconKey("expui/stub.svg", "expui/stub.svg",
+ AllIconsKeys::class.java)
+
+ public object Actions {
+ public val AddFile: IntelliJIconKey = IntelliJIconKey("actions/addFile.svg",
+ "expui/actions/addFile.svg", AllIconsKeys::class.java)
+
+ public val AddList: IntelliJIconKey = IntelliJIconKey("actions/addList.svg",
+ "expui/bookmarks/addBookmarksList.svg", AllIconsKeys::class.java)
+
+ public val AddMulticaret: IntelliJIconKey = IntelliJIconKey("actions/AddMulticaret.svg",
+ "expui/general/add.svg", AllIconsKeys::class.java)
+
+ public val AddToDictionary: IntelliJIconKey = IntelliJIconKey("actions/addToDictionary.svg",
+ "actions/addToDictionary.svg", AllIconsKeys::class.java)
+
+ public val Annotate: IntelliJIconKey = IntelliJIconKey("actions/annotate.svg",
+ "expui/general/listFiles.svg", AllIconsKeys::class.java)
+
+ public val ArrowCollapse: IntelliJIconKey = IntelliJIconKey("actions/arrowCollapse.svg",
+ "expui/general/chevronLeft.svg", AllIconsKeys::class.java)
+
+ public val ArrowExpand: IntelliJIconKey = IntelliJIconKey("actions/arrowExpand.svg",
+ "expui/general/chevronRight.svg", AllIconsKeys::class.java)
+
+ public val Back: IntelliJIconKey = IntelliJIconKey("actions/back.svg",
+ "expui/general/left.svg", AllIconsKeys::class.java)
+
+ public val BuildAutoReloadChanges: IntelliJIconKey =
+ IntelliJIconKey("actions/buildAutoReloadChanges.svg",
+ "expui/actions/buildAutoReloadChanges.svg", AllIconsKeys::class.java)
+
+ public val BuildLoadChanges: IntelliJIconKey =
+ IntelliJIconKey("actions/buildLoadChanges.svg", "actions/buildLoadChanges.svg",
+ AllIconsKeys::class.java)
+
+ public val Cancel: IntelliJIconKey = IntelliJIconKey("actions/cancel.svg",
+ "expui/general/close.svg", AllIconsKeys::class.java)
+
+ public val ChangeView: IntelliJIconKey = IntelliJIconKey("actions/changeView.svg",
+ "actions/changeView.svg", AllIconsKeys::class.java)
+
+ public val CheckMulticaret: IntelliJIconKey = IntelliJIconKey("actions/CheckMulticaret.svg",
+ "actions/CheckMulticaret.svg", AllIconsKeys::class.java)
+
+ public val CheckOut: IntelliJIconKey = IntelliJIconKey("actions/checkOut.svg",
+ "expui/vcs/update.svg", AllIconsKeys::class.java)
+
+ public val Checked: IntelliJIconKey = IntelliJIconKey("actions/checked.svg",
+ "expui/actions/checked.svg", AllIconsKeys::class.java)
+
+ public val Checked_selected: IntelliJIconKey =
+ IntelliJIconKey("actions/checked_selected.svg", "actions/checked_selected.svg",
+ AllIconsKeys::class.java)
+
+ public val ClearCash: IntelliJIconKey = IntelliJIconKey("expui/actions/clearCash.svg",
+ "expui/actions/clearCash.svg", AllIconsKeys::class.java)
+
+ public val Close: IntelliJIconKey = IntelliJIconKey("actions/close.svg",
+ "expui/general/closeSmall.svg", AllIconsKeys::class.java)
+
+ public val CloseDarkGrey: IntelliJIconKey = IntelliJIconKey("actions/closeDarkGrey.svg",
+ "actions/closeDarkGrey.svg", AllIconsKeys::class.java)
+
+ public val CloseHovered: IntelliJIconKey = IntelliJIconKey("actions/closeHovered.svg",
+ "expui/general/closeSmallHovered.svg", AllIconsKeys::class.java)
+
+ public val Collapseall: IntelliJIconKey = IntelliJIconKey("actions/collapseall.svg",
+ "expui/general/collapseAll.svg", AllIconsKeys::class.java)
+
+ public val Colors: IntelliJIconKey = IntelliJIconKey("actions/colors.svg",
+ "actions/colors.svg", AllIconsKeys::class.java)
+
+ public val Commit: IntelliJIconKey = IntelliJIconKey("actions/commit.svg",
+ "expui/vcs/commit.svg", AllIconsKeys::class.java)
+
+ public val Compile: IntelliJIconKey = IntelliJIconKey("actions/compile.svg",
+ "expui/build/build.svg", AllIconsKeys::class.java)
+
+ public val Copy: IntelliJIconKey = IntelliJIconKey("actions/copy.svg",
+ "expui/general/copy.svg", AllIconsKeys::class.java)
+
+ public val DeleteTag: IntelliJIconKey = IntelliJIconKey("actions/deleteTag.svg",
+ "actions/deleteTag.svg", AllIconsKeys::class.java)
+
+ public val DeleteTagHover: IntelliJIconKey = IntelliJIconKey("actions/deleteTagHover.svg",
+ "actions/deleteTagHover.svg", AllIconsKeys::class.java)
+
+ public val DependencyAnalyzer: IntelliJIconKey =
+ IntelliJIconKey("actions/dependencyAnalyzer.svg",
+ "expui/build/dependencyAnalyzer.svg", AllIconsKeys::class.java)
+
+ public val DiagramDiff: IntelliJIconKey = IntelliJIconKey("actions/diagramDiff.svg",
+ "expui/actions/diagramDiff.svg", AllIconsKeys::class.java)
+
+ public val Diff: IntelliJIconKey = IntelliJIconKey("actions/diff.svg", "expui/vcs/diff.svg",
+ AllIconsKeys::class.java)
+
+ public val DiffWithClipboard: IntelliJIconKey =
+ IntelliJIconKey("actions/diffWithClipboard.svg",
+ "expui/actions/diffWithClipboard.svg", AllIconsKeys::class.java)
+
+ public val Download: IntelliJIconKey = IntelliJIconKey("actions/download.svg",
+ "expui/general/download.svg", AllIconsKeys::class.java)
+
+ public val Dump: IntelliJIconKey = IntelliJIconKey("actions/dump.svg",
+ "expui/run/dumpThreads.svg", AllIconsKeys::class.java)
+
+ public val DynamicUsages: IntelliJIconKey = IntelliJIconKey("actions/dynamicUsages.svg",
+ "actions/dynamicUsages.svg", AllIconsKeys::class.java)
+
+ public val Edit: IntelliJIconKey = IntelliJIconKey("actions/edit.svg",
+ "expui/general/edit.svg", AllIconsKeys::class.java)
+
+ public val EditScheme: IntelliJIconKey = IntelliJIconKey("actions/editScheme.svg",
+ "actions/editScheme.svg", AllIconsKeys::class.java)
+
+ public val EditSource: IntelliJIconKey = IntelliJIconKey("actions/editSource.svg",
+ "expui/general/edit.svg", AllIconsKeys::class.java)
+
+ public val EnableNewUi: IntelliJIconKey = IntelliJIconKey("actions/enableNewUi.svg",
+ "actions/enableNewUi.svg", AllIconsKeys::class.java)
+
+ public val EnableNewUiSelected: IntelliJIconKey =
+ IntelliJIconKey("actions/enableNewUiSelected.svg",
+ "actions/enableNewUiSelected.svg", AllIconsKeys::class.java)
+
+ public val Execute: IntelliJIconKey = IntelliJIconKey("actions/execute.svg",
+ "expui/run/run.svg", AllIconsKeys::class.java)
+
+ public val Exit: IntelliJIconKey = IntelliJIconKey("actions/exit.svg",
+ "expui/general/exit.svg", AllIconsKeys::class.java)
+
+ public val Expandall: IntelliJIconKey = IntelliJIconKey("actions/expandall.svg",
+ "expui/general/expandAll.svg", AllIconsKeys::class.java)
+
+ public val Find: IntelliJIconKey = IntelliJIconKey("actions/find.svg",
+ "expui/general/search.svg", AllIconsKeys::class.java)
+
+ public val FindAndShowNextMatches: IntelliJIconKey =
+ IntelliJIconKey("actions/findAndShowNextMatches.svg",
+ "expui/general/chevronDown.svg", AllIconsKeys::class.java)
+
+ public val FindAndShowNextMatchesSmall: IntelliJIconKey =
+ IntelliJIconKey("actions/findAndShowNextMatchesSmall.svg",
+ "expui/general/chevronDown.svg", AllIconsKeys::class.java)
+
+ public val FindAndShowPrevMatches: IntelliJIconKey =
+ IntelliJIconKey("actions/findAndShowPrevMatches.svg", "expui/general/chevronUp.svg",
+ AllIconsKeys::class.java)
+
+ public val FindAndShowPrevMatchesSmall: IntelliJIconKey =
+ IntelliJIconKey("actions/findAndShowPrevMatchesSmall.svg",
+ "expui/general/chevronUp.svg", AllIconsKeys::class.java)
+
+ public val FindBackward: IntelliJIconKey = IntelliJIconKey("actions/findBackward.svg",
+ "actions/findBackward.svg", AllIconsKeys::class.java)
+
+ public val FindEntireFile: IntelliJIconKey = IntelliJIconKey("actions/findEntireFile.svg",
+ "actions/findEntireFile.svg", AllIconsKeys::class.java)
+
+ public val FindForward: IntelliJIconKey = IntelliJIconKey("actions/findForward.svg",
+ "actions/findForward.svg", AllIconsKeys::class.java)
+
+ public val ForceRefresh: IntelliJIconKey = IntelliJIconKey("actions/forceRefresh.svg",
+ "actions/forceRefresh.svg", AllIconsKeys::class.java)
+
+ public val Forward: IntelliJIconKey = IntelliJIconKey("actions/forward.svg",
+ "expui/general/right.svg", AllIconsKeys::class.java)
+
+ public val GC: IntelliJIconKey = IntelliJIconKey("actions/gc.svg",
+ "expui/general/delete.svg", AllIconsKeys::class.java)
+
+ public val GeneratedFolder: IntelliJIconKey = IntelliJIconKey("actions/generatedFolder.svg",
+ "expui/actions/generated.svg", AllIconsKeys::class.java)
+
+ public val GroupBy: IntelliJIconKey = IntelliJIconKey("actions/groupBy.svg",
+ "expui/general/show.svg", AllIconsKeys::class.java)
+
+ public val GroupByClass: IntelliJIconKey = IntelliJIconKey("actions/GroupByClass.svg",
+ "expui/actions/groupByClass.svg", AllIconsKeys::class.java)
+
+ public val GroupByFile: IntelliJIconKey = IntelliJIconKey("actions/GroupByFile.svg",
+ "expui/actions/groupByFile.svg", AllIconsKeys::class.java)
+
+ public val GroupByMethod: IntelliJIconKey = IntelliJIconKey("actions/groupByMethod.svg",
+ "expui/actions/groupByMethod.svg", AllIconsKeys::class.java)
+
+ public val GroupByModule: IntelliJIconKey = IntelliJIconKey("actions/GroupByModule.svg",
+ "expui/actions/groupByModule.svg", AllIconsKeys::class.java)
+
+ public val GroupByModuleGroup: IntelliJIconKey =
+ IntelliJIconKey("actions/GroupByModuleGroup.svg", "actions/GroupByModuleGroup.svg",
+ AllIconsKeys::class.java)
+
+ public val GroupByPackage: IntelliJIconKey = IntelliJIconKey("actions/GroupByPackage.svg",
+ "expui/actions/groupByPackage.svg", AllIconsKeys::class.java)
+
+ public val GroupByPrefix: IntelliJIconKey = IntelliJIconKey("actions/GroupByPrefix.svg",
+ "actions/GroupByPrefix.svg", AllIconsKeys::class.java)
+
+ public val GroupByTestProduction: IntelliJIconKey =
+ IntelliJIconKey("actions/groupByTestProduction.svg",
+ "expui/actions/groupByTestProduction.svg", AllIconsKeys::class.java)
+
+ public val Help: IntelliJIconKey = IntelliJIconKey("actions/help.svg",
+ "expui/general/help.svg", AllIconsKeys::class.java)
+
+ public val Highlighting: IntelliJIconKey = IntelliJIconKey("actions/highlighting.svg",
+ "actions/highlighting.svg", AllIconsKeys::class.java)
+
+ public val InSelection: IntelliJIconKey = IntelliJIconKey("actions/inSelection.svg",
+ "expui/actions/inSelection.svg", AllIconsKeys::class.java)
+
+ public val InlayDropTriangle: IntelliJIconKey =
+ IntelliJIconKey("actions/inlayDropTriangle.svg", "actions/inlayDropTriangle.svg",
+ AllIconsKeys::class.java)
+
+ public val InlayGear: IntelliJIconKey = IntelliJIconKey("actions/inlayGear.svg",
+ "expui/codeInsight/inlaySettings.svg", AllIconsKeys::class.java)
+
+ public val InlayGlobe: IntelliJIconKey = IntelliJIconKey("actions/inlayGlobe.svg",
+ "expui/codeInsight/inlayGlobe.svg", AllIconsKeys::class.java)
+
+ public val InlayRenameInComments: IntelliJIconKey =
+ IntelliJIconKey("actions/inlayRenameInComments.svg",
+ "expui/codeInsight/inlayRenameInComments.svg", AllIconsKeys::class.java)
+
+ public val InlayRenameInCommentsActive: IntelliJIconKey =
+ IntelliJIconKey("actions/inlayRenameInCommentsActive.svg",
+ "expui/codeInsight/inlayRenameInCommentsActive.svg", AllIconsKeys::class.java)
+
+ public val InlayRenameInNoCodeFiles: IntelliJIconKey =
+ IntelliJIconKey("actions/inlayRenameInNoCodeFiles.svg",
+ "expui/codeInsight/inlayRenameInNoCodeFiles.svg", AllIconsKeys::class.java)
+
+ public val InlayRenameInNoCodeFilesActive: IntelliJIconKey =
+ IntelliJIconKey("actions/inlayRenameInNoCodeFilesActive.svg",
+ "expui/codeInsight/inlayRenameInNoCodeFilesActive.svg", AllIconsKeys::class.java)
+
+ public val InlaySecuredShield: IntelliJIconKey =
+ IntelliJIconKey("actions/inlaySecuredShield.svg",
+ "expui/codeInsight/inlaySecuredShield.svg", AllIconsKeys::class.java)
+
+ public val InlineDropFrame: IntelliJIconKey = IntelliJIconKey("actions/inlineDropFrame.svg",
+ "actions/inlineDropFrame.svg", AllIconsKeys::class.java)
+
+ public val InlineDropFrameSelected: IntelliJIconKey =
+ IntelliJIconKey("actions/inlineDropFrameSelected.svg",
+ "actions/inlineDropFrameSelected.svg", AllIconsKeys::class.java)
+
+ public val Install: IntelliJIconKey = IntelliJIconKey("actions/install.svg",
+ "expui/actions/install.svg", AllIconsKeys::class.java)
+
+ public val IntentionBulb: IntelliJIconKey = IntelliJIconKey("actions/intentionBulb.svg",
+ "expui/codeInsight/intentionBulb.svg", AllIconsKeys::class.java)
+
+ public val IntentionBulbGrey: IntelliJIconKey =
+ IntelliJIconKey("actions/intentionBulbGrey.svg",
+ "expui/codeInsight/intentionBulbGrey.svg", AllIconsKeys::class.java)
+
+ public val Lightning: IntelliJIconKey = IntelliJIconKey("actions/lightning.svg",
+ "expui/actions/lightning.svg", AllIconsKeys::class.java)
+
+ public val ListChanges: IntelliJIconKey = IntelliJIconKey("actions/listChanges.svg",
+ "expui/vcs/changes.svg", AllIconsKeys::class.java)
+
+ public val ListFiles: IntelliJIconKey = IntelliJIconKey("actions/listFiles.svg",
+ "expui/general/listFiles.svg", AllIconsKeys::class.java)
+
+ public val MatchCase: IntelliJIconKey = IntelliJIconKey("actions/matchCase.svg",
+ "expui/inline/matchCase.svg", AllIconsKeys::class.java)
+
+ public val MatchCaseHovered: IntelliJIconKey =
+ IntelliJIconKey("actions/matchCaseHovered.svg", "expui/inline/matchCase.svg",
+ AllIconsKeys::class.java)
+
+ public val MatchCaseSelected: IntelliJIconKey =
+ IntelliJIconKey("actions/matchCaseSelected.svg", "expui/inline/matchCase.svg",
+ AllIconsKeys::class.java)
+
+ public val MenuCut: IntelliJIconKey = IntelliJIconKey("actions/menu-cut.svg",
+ "expui/general/cut.svg", AllIconsKeys::class.java)
+
+ public val MenuOpen: IntelliJIconKey = IntelliJIconKey("actions/menu-open.svg",
+ "expui/general/open.svg", AllIconsKeys::class.java)
+
+ public val MenuPaste: IntelliJIconKey = IntelliJIconKey("actions/menu-paste.svg",
+ "expui/general/paste.svg", AllIconsKeys::class.java)
+
+ public val MenuSaveall: IntelliJIconKey = IntelliJIconKey("actions/menu-saveall.svg",
+ "expui/general/save.svg", AllIconsKeys::class.java)
+
+ public val Minimap: IntelliJIconKey = IntelliJIconKey("actions/minimap.svg",
+ "expui/actions/minimap.svg", AllIconsKeys::class.java)
+
+ public val ModuleDirectory: IntelliJIconKey = IntelliJIconKey("actions/moduleDirectory.svg",
+ "expui/nodes/module.svg", AllIconsKeys::class.java)
+
+ public val More: IntelliJIconKey = IntelliJIconKey("actions/more.svg",
+ "expui/general/moreVertical.svg", AllIconsKeys::class.java)
+
+ public val MoreHorizontal: IntelliJIconKey = IntelliJIconKey("actions/moreHorizontal.svg",
+ "expui/general/moreHorizontal.svg", AllIconsKeys::class.java)
+
+ public val MoveDown: IntelliJIconKey = IntelliJIconKey("actions/moveDown.svg",
+ "expui/general/moveDown.svg", AllIconsKeys::class.java)
+
+ public val MoveTo2: IntelliJIconKey = IntelliJIconKey("actions/MoveTo2.svg",
+ "actions/MoveTo2.svg", AllIconsKeys::class.java)
+
+ public val MoveToBottomLeft: IntelliJIconKey =
+ IntelliJIconKey("actions/moveToBottomLeft.svg",
+ "expui/actions/moveToBottomLeft.svg", AllIconsKeys::class.java)
+
+ public val MoveToBottomRight: IntelliJIconKey =
+ IntelliJIconKey("actions/moveToBottomRight.svg",
+ "expui/actions/moveToBottomRight.svg", AllIconsKeys::class.java)
+
+ public val MoveToButton: IntelliJIconKey = IntelliJIconKey("actions/move-to-button.svg",
+ "expui/actions/moveToButton.svg", AllIconsKeys::class.java)
+
+ public val MoveToLeftBottom: IntelliJIconKey =
+ IntelliJIconKey("actions/moveToLeftBottom.svg",
+ "expui/actions/moveToLeftBottom.svg", AllIconsKeys::class.java)
+
+ public val MoveToLeftTop: IntelliJIconKey = IntelliJIconKey("actions/moveToLeftTop.svg",
+ "expui/actions/moveToLeftTop.svg", AllIconsKeys::class.java)
+
+ public val MoveToRightBottom: IntelliJIconKey =
+ IntelliJIconKey("actions/moveToRightBottom.svg",
+ "expui/actions/moveToRightBottom.svg", AllIconsKeys::class.java)
+
+ public val MoveToRightTop: IntelliJIconKey = IntelliJIconKey("actions/moveToRightTop.svg",
+ "expui/actions/moveToRightTop.svg", AllIconsKeys::class.java)
+
+ public val MoveToTopLeft: IntelliJIconKey = IntelliJIconKey("actions/moveToTopLeft.svg",
+ "actions/moveToTopLeft.svg", AllIconsKeys::class.java)
+
+ public val MoveToTopRight: IntelliJIconKey = IntelliJIconKey("actions/moveToTopRight.svg",
+ "actions/moveToTopRight.svg", AllIconsKeys::class.java)
+
+ public val MoveToWindow: IntelliJIconKey = IntelliJIconKey("actions/moveToWindow.svg",
+ "actions/moveToWindow.svg", AllIconsKeys::class.java)
+
+ public val MoveUp: IntelliJIconKey = IntelliJIconKey("actions/moveUp.svg",
+ "expui/general/moveUp.svg", AllIconsKeys::class.java)
+
+ public val New: IntelliJIconKey = IntelliJIconKey("actions/new.svg", "actions/new.svg",
+ AllIconsKeys::class.java)
+
+ public val NewFolder: IntelliJIconKey = IntelliJIconKey("actions/newFolder.svg",
+ "expui/actions/newFolder.svg", AllIconsKeys::class.java)
+
+ public val NextOccurence: IntelliJIconKey = IntelliJIconKey("actions/nextOccurence.svg",
+ "expui/general/down.svg", AllIconsKeys::class.java)
+
+ public val OfflineMode: IntelliJIconKey = IntelliJIconKey("actions/offlineMode.svg",
+ "expui/build/toggleOfflineMode.svg", AllIconsKeys::class.java)
+
+ public val OpenNewTab: IntelliJIconKey = IntelliJIconKey("actions/openNewTab.svg",
+ "expui/general/openNewTab.svg", AllIconsKeys::class.java)
+
+ public val Pause: IntelliJIconKey = IntelliJIconKey("actions/pause.svg",
+ "expui/run/pause.svg", AllIconsKeys::class.java)
+
+ public val PinTab: IntelliJIconKey = IntelliJIconKey("actions/pinTab.svg",
+ "expui/general/pin.svg", AllIconsKeys::class.java)
+
+ public val Play_back: IntelliJIconKey = IntelliJIconKey("actions/play_back.svg",
+ "expui/actions/playBack.svg", AllIconsKeys::class.java)
+
+ public val Play_first: IntelliJIconKey = IntelliJIconKey("actions/play_first.svg",
+ "expui/actions/playFirst.svg", AllIconsKeys::class.java)
+
+ public val Play_forward: IntelliJIconKey = IntelliJIconKey("actions/play_forward.svg",
+ "expui/actions/playForward.svg", AllIconsKeys::class.java)
+
+ public val Play_last: IntelliJIconKey = IntelliJIconKey("actions/play_last.svg",
+ "expui/actions/playLast.svg", AllIconsKeys::class.java)
+
+ public val PopFrame: IntelliJIconKey = IntelliJIconKey("actions/popFrame.svg",
+ "actions/popFrame.svg", AllIconsKeys::class.java)
+
+ public val PresentationAssistantSettings: IntelliJIconKey =
+ IntelliJIconKey("actions/presentationAssistantSettings.svg",
+ "actions/presentationAssistantSettings.svg", AllIconsKeys::class.java)
+
+ public val PreserveCase: IntelliJIconKey = IntelliJIconKey("actions/preserveCase.svg",
+ "expui/inline/preserveCase.svg", AllIconsKeys::class.java)
+
+ public val PreserveCaseHover: IntelliJIconKey =
+ IntelliJIconKey("actions/preserveCaseHover.svg", "expui/inline/preserveCase.svg",
+ AllIconsKeys::class.java)
+
+ public val PreserveCaseSelected: IntelliJIconKey =
+ IntelliJIconKey("actions/preserveCaseSelected.svg", "expui/inline/preserveCase.svg",
+ AllIconsKeys::class.java)
+
+ public val PrettyPrint: IntelliJIconKey = IntelliJIconKey("actions/prettyPrint.svg",
+ "actions/prettyPrint.svg", AllIconsKeys::class.java)
+
+ public val Preview: IntelliJIconKey = IntelliJIconKey("actions/preview.svg",
+ "expui/actions/preview.svg", AllIconsKeys::class.java)
+
+ public val PreviewDetails: IntelliJIconKey = IntelliJIconKey("actions/previewDetails.svg",
+ "expui/general/previewVertically.svg", AllIconsKeys::class.java)
+
+ public val PreviewDetailsVertically: IntelliJIconKey =
+ IntelliJIconKey("actions/previewDetailsVertically.svg",
+ "expui/general/previewHorizontally.svg", AllIconsKeys::class.java)
+
+ public val PreviousOccurence: IntelliJIconKey =
+ IntelliJIconKey("actions/previousOccurence.svg", "expui/general/up.svg",
+ AllIconsKeys::class.java)
+
+ public val Profile: IntelliJIconKey = IntelliJIconKey("actions/profile.svg",
+ "expui/run/profile.svg", AllIconsKeys::class.java)
+
+ public val ProfileBlue: IntelliJIconKey = IntelliJIconKey("actions/profileBlue.svg",
+ "actions/profileBlue.svg", AllIconsKeys::class.java)
+
+ public val ProfileCPU: IntelliJIconKey = IntelliJIconKey("actions/profileCPU.svg",
+ "expui/actions/profileCPU.svg", AllIconsKeys::class.java)
+
+ public val ProfileMemory: IntelliJIconKey = IntelliJIconKey("actions/profileMemory.svg",
+ "expui/actions/profileMemory.svg", AllIconsKeys::class.java)
+
+ public val ProfileRed: IntelliJIconKey = IntelliJIconKey("actions/profileRed.svg",
+ "expui/actions/profileRed.svg", AllIconsKeys::class.java)
+
+ public val ProfileYellow: IntelliJIconKey = IntelliJIconKey("actions/profileYellow.svg",
+ "actions/profileYellow.svg", AllIconsKeys::class.java)
+
+ public val ProjectDirectory: IntelliJIconKey =
+ IntelliJIconKey("actions/projectDirectory.svg",
+ "expui/actions/projectDirectory.svg", AllIconsKeys::class.java)
+
+ public val ProjectWideAnalysisOff: IntelliJIconKey =
+ IntelliJIconKey("actions/projectWideAnalysisOff.svg",
+ "expui/general/projectWideAnalysisOff.svg", AllIconsKeys::class.java)
+
+ public val ProjectWideAnalysisOn: IntelliJIconKey =
+ IntelliJIconKey("actions/projectWideAnalysisOn.svg",
+ "expui/general/projectWideAnalysisOn.svg", AllIconsKeys::class.java)
+
+ public val Properties: IntelliJIconKey = IntelliJIconKey("actions/properties.svg",
+ "actions/properties.svg", AllIconsKeys::class.java)
+
+ public val QuickfixBulb: IntelliJIconKey = IntelliJIconKey("actions/quickfixBulb.svg",
+ "expui/codeInsight/quickfixBulb.svg", AllIconsKeys::class.java)
+
+ public val QuickfixOffBulb: IntelliJIconKey = IntelliJIconKey("actions/quickfixOffBulb.svg",
+ "expui/codeInsight/quickfixOffBulb.svg", AllIconsKeys::class.java)
+
+ public val RealIntentionBulb: IntelliJIconKey =
+ IntelliJIconKey("actions/realIntentionBulb.svg", "actions/realIntentionBulb.svg",
+ AllIconsKeys::class.java)
+
+ public val Rebuild: IntelliJIconKey = IntelliJIconKey("actions/rebuild.svg",
+ "expui/build/rebuild.svg", AllIconsKeys::class.java)
+
+ public val Redo: IntelliJIconKey = IntelliJIconKey("actions/redo.svg",
+ "expui/general/redo.svg", AllIconsKeys::class.java)
+
+ public val RefactoringBulb: IntelliJIconKey = IntelliJIconKey("actions/refactoringBulb.svg",
+ "actions/refactoringBulb.svg", AllIconsKeys::class.java)
+
+ public val ReformatCode: IntelliJIconKey = IntelliJIconKey("actions/reformatCode.svg",
+ "expui/actions/reformatCode.svg", AllIconsKeys::class.java)
+
+ public val Refresh: IntelliJIconKey = IntelliJIconKey("actions/refresh.svg",
+ "expui/general/refresh.svg", AllIconsKeys::class.java)
+
+ public val Regex: IntelliJIconKey = IntelliJIconKey("actions/regex.svg",
+ "expui/inline/regex.svg", AllIconsKeys::class.java)
+
+ public val RegexHovered: IntelliJIconKey = IntelliJIconKey("actions/regexHovered.svg",
+ "expui/inline/regex.svg", AllIconsKeys::class.java)
+
+ public val RegexSelected: IntelliJIconKey = IntelliJIconKey("actions/regexSelected.svg",
+ "expui/inline/regex.svg", AllIconsKeys::class.java)
+
+ public val RemoveMulticaret: IntelliJIconKey =
+ IntelliJIconKey("actions/RemoveMulticaret.svg", "expui/general/remove.svg",
+ AllIconsKeys::class.java)
+
+ public val Replace: IntelliJIconKey = IntelliJIconKey("actions/replace.svg",
+ "expui/actions/replace.svg", AllIconsKeys::class.java)
+
+ public val Report: IntelliJIconKey = IntelliJIconKey("actions/report.svg",
+ "expui/actions/report.svg", AllIconsKeys::class.java)
+
+ public val Rerun: IntelliJIconKey = IntelliJIconKey("actions/rerun.svg",
+ "expui/run/rerun.svg", AllIconsKeys::class.java)
+
+ public val RerunAutomatically: IntelliJIconKey =
+ IntelliJIconKey("actions/rerunAutomatically.svg",
+ "expui/actions/rerunAutomatically.svg", AllIconsKeys::class.java)
+
+ public val Restart: IntelliJIconKey = IntelliJIconKey("actions/restart.svg",
+ "expui/run/restart.svg", AllIconsKeys::class.java)
+
+ public val RestartDebugger: IntelliJIconKey = IntelliJIconKey("actions/restartDebugger.svg",
+ "expui/run/restartDebug.svg", AllIconsKeys::class.java)
+
+ public val RestartFrame: IntelliJIconKey = IntelliJIconKey("actions/restartFrame.svg",
+ "expui/run/restartFrame.svg", AllIconsKeys::class.java)
+
+ public val RestartStop: IntelliJIconKey = IntelliJIconKey("expui/actions/restartStop.svg",
+ "expui/actions/restartStop.svg", AllIconsKeys::class.java)
+
+ public val Resume: IntelliJIconKey = IntelliJIconKey("actions/resume.svg",
+ "expui/run/resume.svg", AllIconsKeys::class.java)
+
+ public val Rollback: IntelliJIconKey = IntelliJIconKey("actions/rollback.svg",
+ "expui/vcs/revert.svg", AllIconsKeys::class.java)
+
+ public val RunAll: IntelliJIconKey = IntelliJIconKey("actions/runAll.svg",
+ "expui/actions/runAll.svg", AllIconsKeys::class.java)
+
+ public val RunToCursor: IntelliJIconKey = IntelliJIconKey("actions/runToCursor.svg",
+ "expui/run/runToCursor.svg", AllIconsKeys::class.java)
+
+ public val Run_anything: IntelliJIconKey = IntelliJIconKey("actions/run_anything.svg",
+ "expui/general/runAnything.svg", AllIconsKeys::class.java)
+
+ public val Scratch: IntelliJIconKey = IntelliJIconKey("actions/scratch.svg",
+ "expui/fileTypes/scratch.svg", AllIconsKeys::class.java)
+
+ public val Search: IntelliJIconKey = IntelliJIconKey("actions/search.svg",
+ "expui/general/search.svg", AllIconsKeys::class.java)
+
+ public val SearchNewLine: IntelliJIconKey = IntelliJIconKey("actions/searchNewLine.svg",
+ "expui/inline/newLine.svg", AllIconsKeys::class.java)
+
+ public val SearchNewLineHover: IntelliJIconKey =
+ IntelliJIconKey("actions/searchNewLineHover.svg", "expui/inline/newLine.svg",
+ AllIconsKeys::class.java)
+
+ public val SearchWithHistory: IntelliJIconKey =
+ IntelliJIconKey("actions/searchWithHistory.svg", "expui/inline/searchHistory.svg",
+ AllIconsKeys::class.java)
+
+ public val Selectall: IntelliJIconKey = IntelliJIconKey("actions/selectall.svg",
+ "expui/actions/selectAll.svg", AllIconsKeys::class.java)
+
+ public val SetDefault: IntelliJIconKey = IntelliJIconKey("actions/setDefault.svg",
+ "actions/setDefault.svg", AllIconsKeys::class.java)
+
+ public val Share: IntelliJIconKey = IntelliJIconKey("actions/share.png",
+ "actions/share.png", AllIconsKeys::class.java)
+
+ public val ShortcutFilter: IntelliJIconKey = IntelliJIconKey("actions/shortcutFilter.svg",
+ "expui/actions/shortcutFilter.svg", AllIconsKeys::class.java)
+
+ public val Show: IntelliJIconKey = IntelliJIconKey("actions/show.svg",
+ "expui/general/show.svg", AllIconsKeys::class.java)
+
+ public val ShowAsTree: IntelliJIconKey = IntelliJIconKey("actions/showAsTree.svg",
+ "expui/general/showAsTree.svg", AllIconsKeys::class.java)
+
+ public val ShowCode: IntelliJIconKey = IntelliJIconKey("actions/showCode.svg",
+ "actions/showCode.svg", AllIconsKeys::class.java)
+
+ public val ShowImportStatements: IntelliJIconKey =
+ IntelliJIconKey("actions/showImportStatements.svg",
+ "expui/actions/showImportStatements.svg", AllIconsKeys::class.java)
+
+ public val ShowReadAccess: IntelliJIconKey = IntelliJIconKey("actions/showReadAccess.svg",
+ "expui/actions/showReadAccess.svg", AllIconsKeys::class.java)
+
+ public val ShowWriteAccess: IntelliJIconKey = IntelliJIconKey("actions/showWriteAccess.svg",
+ "expui/actions/showWriteAccess.svg", AllIconsKeys::class.java)
+
+ public val SplitHorizontally: IntelliJIconKey =
+ IntelliJIconKey("actions/splitHorizontally.svg",
+ "expui/general/splitHorizontally.svg", AllIconsKeys::class.java)
+
+ public val SplitVertically: IntelliJIconKey = IntelliJIconKey("actions/splitVertically.svg",
+ "expui/general/splitVertically.svg", AllIconsKeys::class.java)
+
+ public val StartDebugger: IntelliJIconKey = IntelliJIconKey("actions/startDebugger.svg",
+ "expui/run/debug.svg", AllIconsKeys::class.java)
+
+ public val StartMemoryProfile: IntelliJIconKey =
+ IntelliJIconKey("actions/startMemoryProfile.svg",
+ "expui/actions/startMemoryProfile.svg", AllIconsKeys::class.java)
+
+ public val StepOut: IntelliJIconKey = IntelliJIconKey("actions/stepOut.svg",
+ "expui/run/stepOut.svg", AllIconsKeys::class.java)
+
+ public val StepOutCodeBlock: IntelliJIconKey =
+ IntelliJIconKey("actions/stepOutCodeBlock.svg", "expui/run/stepOutCodeBlock.svg",
+ AllIconsKeys::class.java)
+
+ public val StopAndRestart: IntelliJIconKey = IntelliJIconKey("actions/stopAndRestart.svg",
+ "actions/stopAndRestart.svg", AllIconsKeys::class.java)
+
+ public val StopRefresh: IntelliJIconKey = IntelliJIconKey("actions/stopRefresh.svg",
+ "actions/stopRefresh.svg", AllIconsKeys::class.java)
+
+ public val Stub: IntelliJIconKey = IntelliJIconKey("actions/stub.svg", "actions/stub.svg",
+ AllIconsKeys::class.java)
+
+ public val SuggestedRefactoringBulb: IntelliJIconKey =
+ IntelliJIconKey("actions/suggestedRefactoringBulb.svg",
+ "expui/actions/suggestedRefactoringBulb.svg", AllIconsKeys::class.java)
+
+ public val Suspend: IntelliJIconKey = IntelliJIconKey("actions/suspend.svg",
+ "expui/run/stop.svg", AllIconsKeys::class.java)
+
+ public val SwapPanels: IntelliJIconKey = IntelliJIconKey("actions/swapPanels.svg",
+ "expui/actions/swapPanels.svg", AllIconsKeys::class.java)
+
+ public val SyncPanels: IntelliJIconKey = IntelliJIconKey("actions/syncPanels.svg",
+ "actions/syncPanels.svg", AllIconsKeys::class.java)
+
+ public val SynchronizeScrolling: IntelliJIconKey =
+ IntelliJIconKey("actions/synchronizeScrolling.svg",
+ "expui/actions/synchronizeScrolling.svg", AllIconsKeys::class.java)
+
+ public val ToggleSoftWrap: IntelliJIconKey = IntelliJIconKey("actions/toggleSoftWrap.svg",
+ "expui/general/softWrap.svg", AllIconsKeys::class.java)
+
+ public val ToggleVisibility: IntelliJIconKey =
+ IntelliJIconKey("actions/toggleVisibility.svg",
+ "expui/actions/toggleVisibility.svg", AllIconsKeys::class.java)
+
+ public val TraceInto: IntelliJIconKey = IntelliJIconKey("actions/traceInto.svg",
+ "expui/run/stepInto.svg", AllIconsKeys::class.java)
+
+ public val TraceOver: IntelliJIconKey = IntelliJIconKey("actions/traceOver.svg",
+ "expui/run/stepOver.svg", AllIconsKeys::class.java)
+
+ public val Undo: IntelliJIconKey = IntelliJIconKey("actions/undo.svg",
+ "expui/general/undo.svg", AllIconsKeys::class.java)
+
+ public val Uninstall: IntelliJIconKey = IntelliJIconKey("actions/uninstall.svg",
+ "actions/uninstall.svg", AllIconsKeys::class.java)
+
+ public val Unselectall: IntelliJIconKey = IntelliJIconKey("actions/unselectall.svg",
+ "expui/actions/unselectAll.svg", AllIconsKeys::class.java)
+
+ public val Unshare: IntelliJIconKey = IntelliJIconKey("actions/unshare.png",
+ "actions/unshare.png", AllIconsKeys::class.java)
+
+ public val Upload: IntelliJIconKey = IntelliJIconKey("actions/upload.svg",
+ "expui/general/upload.svg", AllIconsKeys::class.java)
+
+ public val Words: IntelliJIconKey = IntelliJIconKey("actions/words.svg",
+ "expui/inline/exactWords.svg", AllIconsKeys::class.java)
+
+ public val WordsHovered: IntelliJIconKey = IntelliJIconKey("actions/wordsHovered.svg",
+ "expui/inline/exactWords.svg", AllIconsKeys::class.java)
+
+ public val WordsSelected: IntelliJIconKey = IntelliJIconKey("actions/wordsSelected.svg",
+ "expui/inline/exactWords.svg", AllIconsKeys::class.java)
+ }
+
+ public object Breakpoints {
+ public val BreakpointFieldUnsuspendentDisabled: IntelliJIconKey =
+ IntelliJIconKey("expui/breakpoints/breakpointFieldUnsuspendentDisabled.svg",
+ "expui/breakpoints/breakpointFieldUnsuspendentDisabled.svg",
+ AllIconsKeys::class.java)
+
+ public val BreakpointMethodUnsuspendentDisabled: IntelliJIconKey =
+ IntelliJIconKey("expui/breakpoints/breakpointMethodUnsuspendentDisabled.svg",
+ "expui/breakpoints/breakpointMethodUnsuspendentDisabled.svg",
+ AllIconsKeys::class.java)
+
+ public val BreakpointUnsuspendentDisabled: IntelliJIconKey =
+ IntelliJIconKey("expui/breakpoints/breakpointUnsuspendentDisabled.svg",
+ "expui/breakpoints/breakpointUnsuspendentDisabled.svg", AllIconsKeys::class.java)
+
+ public val MultipleBreakpointsDisabled: IntelliJIconKey =
+ IntelliJIconKey("expui/breakpoints/multipleBreakpointsDisabled.svg",
+ "expui/breakpoints/multipleBreakpointsDisabled.svg", AllIconsKeys::class.java)
+
+ public val MultipleBreakpointsMuted: IntelliJIconKey =
+ IntelliJIconKey("expui/breakpoints/multipleBreakpointsMuted.svg",
+ "expui/breakpoints/multipleBreakpointsMuted.svg", AllIconsKeys::class.java)
+ }
+
+ public object Chooser {
+ public val Bottom: IntelliJIconKey = IntelliJIconKey("chooser/bottom.svg",
+ "chooser/bottom.svg", AllIconsKeys::class.java)
+
+ public val Left: IntelliJIconKey = IntelliJIconKey("chooser/left.svg", "chooser/left.svg",
+ AllIconsKeys::class.java)
+
+ public val Right: IntelliJIconKey = IntelliJIconKey("chooser/right.svg",
+ "chooser/right.svg", AllIconsKeys::class.java)
+
+ public val Top: IntelliJIconKey = IntelliJIconKey("chooser/top.svg", "chooser/top.svg",
+ AllIconsKeys::class.java)
+ }
+
+ public object CodeStyle {
+ public val AddNewSectionRule: IntelliJIconKey =
+ IntelliJIconKey("codeStyle/AddNewSectionRule.svg",
+ "codeStyle/AddNewSectionRule.svg", AllIconsKeys::class.java)
+ }
+
+ public object CodeWithMe {
+ public val CwmAccess: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmAccess.svg",
+ "expui/codeWithMe/cwmAccess.svg", AllIconsKeys::class.java)
+
+ public val CwmAccessDotOff: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmAccessDotOff.svg", "codeWithMe/cwmAccessDotOff.svg",
+ AllIconsKeys::class.java)
+
+ public val CwmAccessDotOn: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmAccessDotOn.svg", "codeWithMe/cwmAccessDotOn.svg",
+ AllIconsKeys::class.java)
+
+ public val CwmAccessOff: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmAccessOff.svg",
+ "codeWithMe/cwmAccessOff.svg", AllIconsKeys::class.java)
+
+ public val CwmAccessOn: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmAccessOn.svg",
+ "codeWithMe/cwmAccessOn.svg", AllIconsKeys::class.java)
+
+ public val CwmCamAvatarOff: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmCamAvatarOff.svg",
+ "expui/codeWithMe/cwmCamAvatarOff.svg", AllIconsKeys::class.java)
+
+ public val CwmCamAvatarOn: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmCamAvatarOn.svg",
+ "expui/codeWithMe/cwmCamAvatarOn.svg", AllIconsKeys::class.java)
+
+ public val CwmCamOff: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmCamOff.svg",
+ "expui/codeWithMe/cwmCamOff.svg", AllIconsKeys::class.java)
+
+ public val CwmCamOn: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmCamOn.svg",
+ "expui/codeWithMe/cwmCamOn.svg", AllIconsKeys::class.java)
+
+ public val CwmDisableCall: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmDisableCall.svg",
+ "expui/codeWithMe/cwmDisableCall.svg", AllIconsKeys::class.java)
+
+ public val CwmEnableCall: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmEnableCall.svg",
+ "expui/codeWithMe/cwmEnableCall.svg", AllIconsKeys::class.java)
+
+ public val CwmFollow: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmFollow.svg",
+ "codeWithMe/cwmFollow.svg", AllIconsKeys::class.java)
+
+ public val CwmFollowMe: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmFollowMe.svg",
+ "codeWithMe/cwmFollowMe.svg", AllIconsKeys::class.java)
+
+ public val CwmForceFollowMe: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmForceFollowMe.svg",
+ "codeWithMe/cwmForceFollowMe.svg", AllIconsKeys::class.java)
+
+ public val CwmFullSync: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmFullSync.svg",
+ "codeWithMe/cwmFullSync.svg", AllIconsKeys::class.java)
+
+ public val CwmIconModificator: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmIconModificator.svg",
+ "expui/codeWithMe/cwmIconModificator.svg", AllIconsKeys::class.java)
+
+ public val CwmIconModificatorMenu: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmIconModificatorMenu.svg",
+ "expui/codeWithMe/cwmIconModificatorMenu.svg", AllIconsKeys::class.java)
+
+ public val CwmInvite: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmInvite.svg",
+ "expui/codeWithMe/cwmInvite.svg", AllIconsKeys::class.java)
+
+ public val CwmJoin: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmJoin.svg",
+ "codeWithMe/cwmJoin.svg", AllIconsKeys::class.java)
+
+ public val CwmJump: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmJump.svg",
+ "codeWithMe/cwmJump.svg", AllIconsKeys::class.java)
+
+ public val CwmKick: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmKick.svg",
+ "codeWithMe/cwmKick.svg", AllIconsKeys::class.java)
+
+ public val CwmLeaveCall: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmLeaveCall.svg",
+ "codeWithMe/cwmLeaveCall.svg", AllIconsKeys::class.java)
+
+ public val CwmLogoToolbar: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmLogoToolbar.svg", "codeWithMe/cwmLogoToolbar.svg",
+ AllIconsKeys::class.java)
+
+ public val CwmMicAvatarOff: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmMicAvatarOff.svg",
+ "expui/codeWithMe/cwmMicAvatarOff.svg", AllIconsKeys::class.java)
+
+ public val CwmMicAvatarOn: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmMicAvatarOn.svg",
+ "expui/codeWithMe/cwmMicAvatarOn.svg", AllIconsKeys::class.java)
+
+ public val CwmMicOff: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmMicOff.svg",
+ "expui/codeWithMe/cwmMicOff.svg", AllIconsKeys::class.java)
+
+ public val CwmMicOn: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmMicOn.svg",
+ "expui/codeWithMe/cwmMicOn.svg", AllIconsKeys::class.java)
+
+ public val CwmPermissionEdit: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmPermissionEdit.svg",
+ "expui/codeWithMe/cwmPermissionEdit.svg", AllIconsKeys::class.java)
+
+ public val CwmPermissionFull: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmPermissionFull.svg",
+ "expui/codeWithMe/cwmPermissionFull.svg", AllIconsKeys::class.java)
+
+ public val CwmPermissionView: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmPermissionView.svg",
+ "expui/codeWithMe/cwmPermissionView.svg", AllIconsKeys::class.java)
+
+ public val CwmPermissions: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmPermissions.svg",
+ "expui/codeWithMe/cwmPermissions.svg", AllIconsKeys::class.java)
+
+ public val CwmPermissionsDenied: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmPermissionsDenied.svg",
+ "expui/codeWithMe/cwmPermissionsDenied.svg", AllIconsKeys::class.java)
+
+ public val CwmPermissionsGranted: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmPermissionsGranted.svg",
+ "expui/codeWithMe/cwmPermissionsGranted.svg", AllIconsKeys::class.java)
+
+ public val CwmScreenInBrowserOff: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmScreenInBrowserOff.svg",
+ "expui/codeWithMe/cwmScreenInBrowserOff.svg", AllIconsKeys::class.java)
+
+ public val CwmScreenInBrowserOn: IntelliJIconKey =
+ IntelliJIconKey("codeWithMe/cwmScreenInBrowserOn.svg",
+ "expui/codeWithMe/cwmScreenInBrowserOn.svg", AllIconsKeys::class.java)
+
+ public val CwmScreenOff: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmScreenOff.svg",
+ "expui/codeWithMe/cwmScreenOff.svg", AllIconsKeys::class.java)
+
+ public val CwmScreenOn: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmScreenOn.svg",
+ "expui/codeWithMe/cwmScreenOn.svg", AllIconsKeys::class.java)
+
+ public val CwmShared: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmShared.svg",
+ "expui/codeWithMe/cwmShare.svg", AllIconsKeys::class.java)
+
+ public val CwmSharingAvatarOn: IntelliJIconKey =
+ IntelliJIconKey("expui/codeWithMe/cwmSharingAvatarOn.svg",
+ "expui/codeWithMe/cwmSharingAvatarOn.svg", AllIconsKeys::class.java)
+
+ public val CwmTerminate: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmTerminate.svg",
+ "expui/general/close.svg", AllIconsKeys::class.java)
+
+ public val CwmVerified: IntelliJIconKey = IntelliJIconKey("codeWithMe/cwmVerified.svg",
+ "expui/codeWithMe/cwmVerified.svg", AllIconsKeys::class.java)
+
+ public val Users: IntelliJIconKey = IntelliJIconKey("codeWithMe/users.svg",
+ "expui/codeWithMe/cwmUsers.svg", AllIconsKeys::class.java)
+ }
+
+ public object Debugger {
+ public val AddToWatch: IntelliJIconKey = IntelliJIconKey("debugger/addToWatch.svg",
+ "expui/debugger/addToWatch.svg", AllIconsKeys::class.java)
+
+ public val AttachToProcess: IntelliJIconKey =
+ IntelliJIconKey("debugger/attachToProcess.svg", "expui/run/attachToProcess.svg",
+ AllIconsKeys::class.java)
+
+ public val ClassLevelWatch: IntelliJIconKey =
+ IntelliJIconKey("debugger/classLevelWatch.svg",
+ "expui/debugger/classLevelWatch.svg", AllIconsKeys::class.java)
+
+ public val Console: IntelliJIconKey = IntelliJIconKey("debugger/console.svg",
+ "expui/fileTypes/shell.svg", AllIconsKeys::class.java)
+
+ public val Db_array: IntelliJIconKey = IntelliJIconKey("debugger/db_array.svg",
+ "expui/debugger/dbArray.svg", AllIconsKeys::class.java)
+
+ public val Db_db_object: IntelliJIconKey = IntelliJIconKey("debugger/db_db_object.svg",
+ "debugger/db_db_object.svg", AllIconsKeys::class.java)
+
+ public val Db_dep_field_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_dep_field_breakpoint.svg",
+ "expui/breakpoints/breakpointFieldDependent.svg", AllIconsKeys::class.java)
+
+ public val Db_dep_line_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_dep_line_breakpoint.svg",
+ "expui/breakpoints/breakpointDependent.svg", AllIconsKeys::class.java)
+
+ public val Db_dep_method_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_dep_method_breakpoint.svg",
+ "expui/breakpoints/breakpointMethodDependent.svg", AllIconsKeys::class.java)
+
+ public val Db_disabled_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_disabled_breakpoint.svg",
+ "expui/breakpoints/breakpointDisabled.svg", AllIconsKeys::class.java)
+
+ public val Db_disabled_breakpoint_process: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_disabled_breakpoint_process.svg",
+ "debugger/db_disabled_breakpoint_process.svg", AllIconsKeys::class.java)
+
+ public val Db_disabled_exception_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_disabled_exception_breakpoint.svg",
+ "expui/breakpoints/breakpointExceptionDisabled.svg", AllIconsKeys::class.java)
+
+ public val Db_disabled_field_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_disabled_field_breakpoint.svg",
+ "expui/breakpoints/breakpointFieldDisabled.svg", AllIconsKeys::class.java)
+
+ public val Db_disabled_method_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_disabled_method_breakpoint.svg",
+ "expui/breakpoints/breakpointMethodDisabled.svg", AllIconsKeys::class.java)
+
+ public val Db_evaluateNode: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_evaluateNode.svg", "expui/run/evaluateExpression.svg",
+ AllIconsKeys::class.java)
+
+ public val Db_exception_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_exception_breakpoint.svg",
+ "expui/breakpoints/breakpointException.svg", AllIconsKeys::class.java)
+
+ public val Db_field_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_field_breakpoint.svg",
+ "expui/breakpoints/breakpointField.svg", AllIconsKeys::class.java)
+
+ public val Db_invalid_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_invalid_breakpoint.svg",
+ "expui/breakpoints/breakpointInvalid.svg", AllIconsKeys::class.java)
+
+ public val Db_method_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_method_breakpoint.svg",
+ "expui/breakpoints/breakpointMethod.svg", AllIconsKeys::class.java)
+
+ public val Db_muted_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_muted_breakpoint.svg",
+ "expui/breakpoints/breakpointMuted.svg", AllIconsKeys::class.java)
+
+ public val Db_muted_dep_field_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_muted_dep_field_breakpoint.svg",
+ "expui/breakpoints/breakpointFieldMutedDependent.svg", AllIconsKeys::class.java)
+
+ public val Db_muted_dep_line_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_muted_dep_line_breakpoint.svg",
+ "expui/breakpoints/breakpointMutedDependent.svg", AllIconsKeys::class.java)
+
+ public val Db_muted_dep_method_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_muted_dep_method_breakpoint.svg",
+ "expui/breakpoints/breakpointMethodMutedDependent.svg", AllIconsKeys::class.java)
+
+ public val Db_muted_disabled_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_muted_disabled_breakpoint.svg",
+ "expui/breakpoints/breakpointMutedDisabled.svg", AllIconsKeys::class.java)
+
+ public val Db_muted_disabled_field_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_muted_disabled_field_breakpoint.svg",
+ "expui/breakpoints/breakpointFieldMutedDisabled.svg", AllIconsKeys::class.java)
+
+ public val Db_muted_disabled_method_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_muted_disabled_method_breakpoint.svg",
+ "expui/breakpoints/breakpointMethodMutedDisabled.svg", AllIconsKeys::class.java)
+
+ public val Db_muted_field_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_muted_field_breakpoint.svg",
+ "expui/breakpoints/breakpointFieldMuted.svg", AllIconsKeys::class.java)
+
+ public val Db_muted_method_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_muted_method_breakpoint.svg",
+ "expui/breakpoints/breakpointMethodMuted.svg", AllIconsKeys::class.java)
+
+ public val Db_no_suspend_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_no_suspend_breakpoint.svg",
+ "expui/breakpoints/breakpointUnsuspendent.svg", AllIconsKeys::class.java)
+
+ public val Db_no_suspend_field_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_no_suspend_field_breakpoint.svg",
+ "expui/breakpoints/breakpointFieldUnsuspendent.svg", AllIconsKeys::class.java)
+
+ public val Db_no_suspend_method_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_no_suspend_method_breakpoint.svg",
+ "expui/breakpoints/breakpointMethodUnsuspendent.svg", AllIconsKeys::class.java)
+
+ public val Db_obsolete: IntelliJIconKey = IntelliJIconKey("debugger/db_obsolete.svg",
+ "expui/breakpoints/breakpointObsolete.svg", AllIconsKeys::class.java)
+
+ public val Db_primitive: IntelliJIconKey = IntelliJIconKey("debugger/db_primitive.svg",
+ "expui/debugger/dbPrimitive.svg", AllIconsKeys::class.java)
+
+ public val Db_set_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_set_breakpoint.svg",
+ "expui/breakpoints/breakpoint.svg", AllIconsKeys::class.java)
+
+ public val Db_verified_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_verified_breakpoint.svg",
+ "expui/breakpoints/breakpointValid.svg", AllIconsKeys::class.java)
+
+ public val Db_verified_field_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_verified_field_breakpoint.svg",
+ "expui/breakpoints/breakpointFieldValid.svg", AllIconsKeys::class.java)
+
+ public val Db_verified_method_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_verified_method_breakpoint.svg",
+ "expui/breakpoints/breakpointMethodValid.svg", AllIconsKeys::class.java)
+
+ public val Db_verified_no_suspend_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_verified_no_suspend_breakpoint.svg",
+ "expui/breakpoints/breakpointUnsuspendentValid.svg", AllIconsKeys::class.java)
+
+ public val Db_verified_no_suspend_field_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_verified_no_suspend_field_breakpoint.svg",
+ "expui/breakpoints/breakpointFieldUnsuspendentValid.svg", AllIconsKeys::class.java)
+
+ public val Db_verified_no_suspend_method_breakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/db_verified_no_suspend_method_breakpoint.svg",
+ "expui/breakpoints/breakpointMethodUnsuspendentValid.svg", AllIconsKeys::class.java)
+
+ public val Db_watch: IntelliJIconKey = IntelliJIconKey("debugger/db_watch.svg",
+ "expui/debugger/watch.svg", AllIconsKeys::class.java)
+
+ public val EvaluateExpression: IntelliJIconKey =
+ IntelliJIconKey("debugger/evaluateExpression.svg",
+ "expui/run/evaluateExpression.svg", AllIconsKeys::class.java)
+
+ public val EvaluationResult: IntelliJIconKey =
+ IntelliJIconKey("debugger/evaluationResult.svg",
+ "expui/debugger/evaluationResult.svg", AllIconsKeys::class.java)
+
+ public val ForceRunToCursor: IntelliJIconKey =
+ IntelliJIconKey("debugger/forceRunToCursor.svg", "expui/run/forceRunToCursor.svg",
+ AllIconsKeys::class.java)
+
+ public val ForceStepInto: IntelliJIconKey = IntelliJIconKey("debugger/forceStepInto.svg",
+ "expui/run/forceStepInto.svg", AllIconsKeys::class.java)
+
+ public val ForceStepOver: IntelliJIconKey = IntelliJIconKey("debugger/forceStepOver.svg",
+ "expui/run/forceStepOver.svg", AllIconsKeys::class.java)
+
+ public val Frame: IntelliJIconKey = IntelliJIconKey("debugger/frame.svg",
+ "expui/debugger/frame.svg", AllIconsKeys::class.java)
+
+ public val Freeze: IntelliJIconKey = IntelliJIconKey("debugger/freeze.svg",
+ "expui/debugger/freeze.svg", AllIconsKeys::class.java)
+
+ public val FreezeAll: IntelliJIconKey = IntelliJIconKey("debugger/freezeAll.svg",
+ "expui/debugger/freezeAll.svg", AllIconsKeys::class.java)
+
+ public val KillProcess: IntelliJIconKey = IntelliJIconKey("debugger/killProcess.svg",
+ "expui/run/killProcess.svg", AllIconsKeys::class.java)
+
+ public val LambdaBreakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/LambdaBreakpoint.svg",
+ "expui/breakpoints/breakpointLambda.svg", AllIconsKeys::class.java)
+
+ public val MultipleBreakpoints: IntelliJIconKey =
+ IntelliJIconKey("debugger/MultipleBreakpoints.svg",
+ "expui/breakpoints/multipleBreakpoints.svg", AllIconsKeys::class.java)
+
+ public val MultipleBreakpointsDisabled: IntelliJIconKey =
+ IntelliJIconKey("debugger/multipleBreakpointsDisabled.svg",
+ "debugger/multipleBreakpointsDisabled.svg", AllIconsKeys::class.java)
+
+ public val MultipleBreakpointsMuted: IntelliJIconKey =
+ IntelliJIconKey("debugger/multipleBreakpointsMuted.svg",
+ "debugger/multipleBreakpointsMuted.svg", AllIconsKeys::class.java)
+
+ public val MuteBreakpoints: IntelliJIconKey =
+ IntelliJIconKey("debugger/muteBreakpoints.svg", "expui/run/muteBreakpoints.svg",
+ AllIconsKeys::class.java)
+
+ public val NextStatement: IntelliJIconKey = IntelliJIconKey("debugger/nextStatement.svg",
+ "debugger/nextStatement.svg", AllIconsKeys::class.java)
+
+ public val Overhead: IntelliJIconKey = IntelliJIconKey("debugger/overhead.svg",
+ "debugger/overhead.svg", AllIconsKeys::class.java)
+
+ public val PromptInput: IntelliJIconKey = IntelliJIconKey("debugger/promptInput.svg",
+ "expui/debugger/promptInput.svg", AllIconsKeys::class.java)
+
+ public val PromptInputHistory: IntelliJIconKey =
+ IntelliJIconKey("debugger/promptInputHistory.svg",
+ "expui/debugger/promptInputHistory.svg", AllIconsKeys::class.java)
+
+ public val Question_badge: IntelliJIconKey = IntelliJIconKey("debugger/question_badge.svg",
+ "expui/breakpoints/questionBadge.svg", AllIconsKeys::class.java)
+
+ public val RestoreLayout: IntelliJIconKey = IntelliJIconKey("debugger/restoreLayout.svg",
+ "expui/general/layout.svg", AllIconsKeys::class.java)
+
+ public val Selfreference: IntelliJIconKey = IntelliJIconKey("debugger/selfreference.svg",
+ "expui/debugger/selfReference.svg", AllIconsKeys::class.java)
+
+ public val ShowCurrentFrame: IntelliJIconKey =
+ IntelliJIconKey("debugger/showCurrentFrame.svg", "expui/run/showCurrentFrame.svg",
+ AllIconsKeys::class.java)
+
+ public val SmartStepInto: IntelliJIconKey = IntelliJIconKey("debugger/smartStepInto.svg",
+ "expui/run/smartStepInto.svg", AllIconsKeys::class.java)
+
+ public val Thaw: IntelliJIconKey = IntelliJIconKey("debugger/thaw.svg",
+ "expui/debugger/thaw.svg", AllIconsKeys::class.java)
+
+ public val ThawAll: IntelliJIconKey = IntelliJIconKey("debugger/thawAll.svg",
+ "expui/debugger/thawAll.svg", AllIconsKeys::class.java)
+
+ public val ThreadAtBreakpoint: IntelliJIconKey =
+ IntelliJIconKey("debugger/threadAtBreakpoint.svg",
+ "expui/debugger/threadAtBreakpoint.svg", AllIconsKeys::class.java)
+
+ public val ThreadCurrent: IntelliJIconKey = IntelliJIconKey("debugger/threadCurrent.svg",
+ "expui/debugger/threadCurrent.svg", AllIconsKeys::class.java)
+
+ public val ThreadFrozen: IntelliJIconKey = IntelliJIconKey("debugger/threadFrozen.svg",
+ "expui/debugger/threadFrozen.svg", AllIconsKeys::class.java)
+
+ public val ThreadGroup: IntelliJIconKey = IntelliJIconKey("debugger/threadGroup.svg",
+ "expui/debugger/threads.svg", AllIconsKeys::class.java)
+
+ public val ThreadGroupCurrent: IntelliJIconKey =
+ IntelliJIconKey("debugger/threadGroupCurrent.svg",
+ "expui/debugger/threadGroupCurrent.svg", AllIconsKeys::class.java)
+
+ public val ThreadRunning: IntelliJIconKey = IntelliJIconKey("debugger/threadRunning.svg",
+ "expui/debugger/threadRunning.svg", AllIconsKeys::class.java)
+
+ public val ThreadSuspended: IntelliJIconKey =
+ IntelliJIconKey("debugger/threadSuspended.svg", "expui/debugger/threads.svg",
+ AllIconsKeys::class.java)
+
+ public val Threads: IntelliJIconKey = IntelliJIconKey("debugger/threads.svg",
+ "expui/debugger/threads.svg", AllIconsKeys::class.java)
+
+ public val Value: IntelliJIconKey = IntelliJIconKey("debugger/value.svg",
+ "expui/debugger/value.svg", AllIconsKeys::class.java)
+
+ public val VariablesTab: IntelliJIconKey = IntelliJIconKey("debugger/variablesTab.svg",
+ "expui/debugger/variablesTab.svg", AllIconsKeys::class.java)
+
+ public val ViewBreakpoints: IntelliJIconKey =
+ IntelliJIconKey("debugger/viewBreakpoints.svg", "expui/run/viewBreakpoints.svg",
+ AllIconsKeys::class.java)
+
+ public val Watch: IntelliJIconKey = IntelliJIconKey("debugger/watch.svg",
+ "expui/debugger/watch.svg", AllIconsKeys::class.java)
+
+ public val WatchLastReturnValue: IntelliJIconKey =
+ IntelliJIconKey("debugger/watchLastReturnValue.svg",
+ "expui/debugger/watchLastReturnValue.svg", AllIconsKeys::class.java)
+
+ public object ThreadStates {
+ public val Daemon_sign: IntelliJIconKey =
+ IntelliJIconKey("debugger/threadStates/daemon_sign.svg",
+ "debugger/threadStates/daemon_sign.svg", AllIconsKeys::class.java)
+
+ public val Idle: IntelliJIconKey = IntelliJIconKey("debugger/threadStates/idle.svg",
+ "debugger/threadStates/idle.svg", AllIconsKeys::class.java)
+
+ public val Socket: IntelliJIconKey = IntelliJIconKey("debugger/threadStates/socket.svg",
+ "debugger/threadStates/socket.svg", AllIconsKeys::class.java)
+ }
+ }
+
+ public object Diff {
+ public val ApplyNotConflicts: IntelliJIconKey =
+ IntelliJIconKey("diff/applyNotConflicts.svg", "expui/diff/applyNotConflicts.svg",
+ AllIconsKeys::class.java)
+
+ public val ApplyNotConflictsLeft: IntelliJIconKey =
+ IntelliJIconKey("diff/applyNotConflictsLeft.svg",
+ "expui/diff/applyNotConflictsLeft.svg", AllIconsKeys::class.java)
+
+ public val ApplyNotConflictsRight: IntelliJIconKey =
+ IntelliJIconKey("diff/applyNotConflictsRight.svg",
+ "expui/diff/applyNotConflictsRight.svg", AllIconsKeys::class.java)
+
+ public val Arrow: IntelliJIconKey = IntelliJIconKey("diff/arrow.svg",
+ "expui/diff/arrow@14x14.svg", AllIconsKeys::class.java)
+
+ public val ArrowLeftDown: IntelliJIconKey = IntelliJIconKey("diff/arrowLeftDown.svg",
+ "expui/diff/arrowLeftDown@14x14.svg", AllIconsKeys::class.java)
+
+ public val ArrowLeftRight: IntelliJIconKey = IntelliJIconKey("diff/arrowLeftRight.svg",
+ "expui/diff/arrowLeftRight.svg", AllIconsKeys::class.java)
+
+ public val ArrowRight: IntelliJIconKey = IntelliJIconKey("diff/arrowRight.svg",
+ "expui/diff/arrowRight@14x14.svg", AllIconsKeys::class.java)
+
+ public val ArrowRightDown: IntelliJIconKey = IntelliJIconKey("diff/arrowRightDown.svg",
+ "expui/diff/arrowRightDown@14x14.svg", AllIconsKeys::class.java)
+
+ public val Compare3LeftMiddle: IntelliJIconKey =
+ IntelliJIconKey("diff/compare3LeftMiddle.svg", "expui/diff/compare3LeftMiddle.svg",
+ AllIconsKeys::class.java)
+
+ public val Compare3LeftRight: IntelliJIconKey =
+ IntelliJIconKey("diff/compare3LeftRight.svg", "expui/diff/compare3LeftRight.svg",
+ AllIconsKeys::class.java)
+
+ public val Compare3MiddleRight: IntelliJIconKey =
+ IntelliJIconKey("diff/compare3MiddleRight.svg",
+ "expui/diff/compare3MiddleRight.svg", AllIconsKeys::class.java)
+
+ public val Compare4LeftBottom: IntelliJIconKey =
+ IntelliJIconKey("diff/compare4LeftBottom.svg", "expui/diff/compare4LeftBottom.svg",
+ AllIconsKeys::class.java)
+
+ public val Compare4LeftMiddle: IntelliJIconKey =
+ IntelliJIconKey("diff/compare4LeftMiddle.svg", "expui/diff/compare4LeftMiddle.svg",
+ AllIconsKeys::class.java)
+
+ public val Compare4LeftRight: IntelliJIconKey =
+ IntelliJIconKey("diff/compare4LeftRight.svg", "expui/diff/compare4LeftRight.svg",
+ AllIconsKeys::class.java)
+
+ public val Compare4MiddleBottom: IntelliJIconKey =
+ IntelliJIconKey("diff/compare4MiddleBottom.svg",
+ "expui/diff/compare4MiddleBottom.svg", AllIconsKeys::class.java)
+
+ public val Compare4MiddleRight: IntelliJIconKey =
+ IntelliJIconKey("diff/compare4MiddleRight.svg",
+ "expui/diff/compare4MiddleRight.svg", AllIconsKeys::class.java)
+
+ public val Compare4RightBottom: IntelliJIconKey =
+ IntelliJIconKey("diff/compare4RightBottom.svg",
+ "expui/diff/compare4RightBottom.svg", AllIconsKeys::class.java)
+
+ public val GutterCheckBox: IntelliJIconKey = IntelliJIconKey("diff/gutterCheckBox.svg",
+ "expui/diff/gutterCheckBox@14x14.svg", AllIconsKeys::class.java)
+
+ public val GutterCheckBoxIndeterminate: IntelliJIconKey =
+ IntelliJIconKey("diff/gutterCheckBoxIndeterminate.svg",
+ "expui/diff/gutterCheckBoxIndeterminate@14x14.svg", AllIconsKeys::class.java)
+
+ public val GutterCheckBoxSelected: IntelliJIconKey =
+ IntelliJIconKey("diff/gutterCheckBoxSelected.svg",
+ "expui/diff/gutterCheckBoxSelected@14x14.svg", AllIconsKeys::class.java)
+
+ public val Lock: IntelliJIconKey = IntelliJIconKey("diff/lock.svg",
+ "expui/diff/disableEditing.svg", AllIconsKeys::class.java)
+
+ public val MagicResolve: IntelliJIconKey = IntelliJIconKey("diff/magicResolve.svg",
+ "expui/diff/magicResolve@14x14.svg", AllIconsKeys::class.java)
+
+ public val MagicResolveToolbar: IntelliJIconKey =
+ IntelliJIconKey("diff/magicResolveToolbar.svg",
+ "expui/diff/magicResolveToolbar.svg", AllIconsKeys::class.java)
+
+ public val Remove: IntelliJIconKey = IntelliJIconKey("diff/remove.svg",
+ "expui/diff/remove@14x14.svg", AllIconsKeys::class.java)
+
+ public val Revert: IntelliJIconKey = IntelliJIconKey("diff/revert.svg",
+ "expui/diff/revert@14x14.svg", AllIconsKeys::class.java)
+ }
+
+ public object Duplicates {
+ public val SendToTheLeft: IntelliJIconKey = IntelliJIconKey("duplicates/sendToTheLeft.png",
+ "expui/duplicates/sendToTheLeft.svg", AllIconsKeys::class.java)
+
+ public val SendToTheLeftGrayed: IntelliJIconKey =
+ IntelliJIconKey("duplicates/sendToTheLeftGrayed.png",
+ "expui/duplicates/sendToTheLeftGrayed.svg", AllIconsKeys::class.java)
+
+ public val SendToTheRight: IntelliJIconKey =
+ IntelliJIconKey("duplicates/sendToTheRight.png",
+ "expui/duplicates/sendToTheRight.svg", AllIconsKeys::class.java)
+
+ public val SendToTheRightGrayed: IntelliJIconKey =
+ IntelliJIconKey("duplicates/sendToTheRightGrayed.png",
+ "expui/duplicates/sendToTheRightGrayed.svg", AllIconsKeys::class.java)
+ }
+
+ public object FileTypes {
+ public val AS: IntelliJIconKey = IntelliJIconKey("fileTypes/as.svg",
+ "expui/fileTypes/actionScript.svg", AllIconsKeys::class.java)
+
+ public val AddAny: IntelliJIconKey = IntelliJIconKey("fileTypes/addAny.svg",
+ "expui/fileTypes/addAny.svg", AllIconsKeys::class.java)
+
+ public val Any_type: IntelliJIconKey = IntelliJIconKey("fileTypes/any_type.svg",
+ "expui/fileTypes/anyType.svg", AllIconsKeys::class.java)
+
+ public val Archive: IntelliJIconKey = IntelliJIconKey("fileTypes/archive.svg",
+ "expui/fileTypes/archive.svg", AllIconsKeys::class.java)
+
+ public val Aspectj: IntelliJIconKey = IntelliJIconKey("fileTypes/aspectj.svg",
+ "expui/fileTypes/aspectJ.svg", AllIconsKeys::class.java)
+
+ public val Config: IntelliJIconKey = IntelliJIconKey("fileTypes/config.svg",
+ "expui/fileTypes/config.svg", AllIconsKeys::class.java)
+
+ public val Contexts: IntelliJIconKey = IntelliJIconKey("fileTypes/contexts.svg",
+ "expui/fileTypes/contexts.svg", AllIconsKeys::class.java)
+
+ public val ContextsModifier: IntelliJIconKey =
+ IntelliJIconKey("fileTypes/contextsModifier.svg",
+ "expui/fileTypes/contextsModifier.svg", AllIconsKeys::class.java)
+
+ public val Css: IntelliJIconKey = IntelliJIconKey("fileTypes/css.svg",
+ "expui/fileTypes/css.svg", AllIconsKeys::class.java)
+
+ public val Csv: IntelliJIconKey = IntelliJIconKey("expui/fileTypes/csv.svg",
+ "expui/fileTypes/csv.svg", AllIconsKeys::class.java)
+
+ public val Custom: IntelliJIconKey = IntelliJIconKey("fileTypes/custom.svg",
+ "expui/fileTypes/text.svg", AllIconsKeys::class.java)
+
+ public val Diagram: IntelliJIconKey = IntelliJIconKey("fileTypes/diagram.svg",
+ "expui/fileTypes/diagram.svg", AllIconsKeys::class.java)
+
+ public val Dtd: IntelliJIconKey = IntelliJIconKey("fileTypes/dtd.svg",
+ "expui/fileTypes/xml.svg", AllIconsKeys::class.java)
+
+ public val Font: IntelliJIconKey = IntelliJIconKey("expui/fileTypes/font.svg",
+ "expui/fileTypes/font.svg", AllIconsKeys::class.java)
+
+ public val Gitignore: IntelliJIconKey = IntelliJIconKey("expui/fileTypes/gitignore.svg",
+ "expui/fileTypes/gitignore.svg", AllIconsKeys::class.java)
+
+ public val Hprof: IntelliJIconKey = IntelliJIconKey("fileTypes/hprof.svg",
+ "fileTypes/hprof.svg", AllIconsKeys::class.java)
+
+ public val Htaccess: IntelliJIconKey = IntelliJIconKey("fileTypes/htaccess.svg",
+ "fileTypes/htaccess.svg", AllIconsKeys::class.java)
+
+ public val Html: IntelliJIconKey = IntelliJIconKey("fileTypes/html.svg",
+ "expui/fileTypes/html.svg", AllIconsKeys::class.java)
+
+ public val I18n: IntelliJIconKey = IntelliJIconKey("fileTypes/i18n.svg",
+ "expui/fileTypes/i18n.svg", AllIconsKeys::class.java)
+
+ public val Idl: IntelliJIconKey = IntelliJIconKey("fileTypes/idl.svg",
+ "expui/fileTypes/idl.svg", AllIconsKeys::class.java)
+
+ public val Image: IntelliJIconKey = IntelliJIconKey("fileTypes/image.svg",
+ "expui/fileTypes/image.svg", AllIconsKeys::class.java)
+
+ public val Java: IntelliJIconKey = IntelliJIconKey("fileTypes/java.svg",
+ "expui/fileTypes/java.svg", AllIconsKeys::class.java)
+
+ public val JavaClass: IntelliJIconKey = IntelliJIconKey("fileTypes/javaClass.svg",
+ "expui/fileTypes/javaClass.svg", AllIconsKeys::class.java)
+
+ public val JavaOutsideSource: IntelliJIconKey =
+ IntelliJIconKey("fileTypes/javaOutsideSource.svg", "expui/fileTypes/java.svg",
+ AllIconsKeys::class.java)
+
+ public val JavaScript: IntelliJIconKey = IntelliJIconKey("fileTypes/javaScript.svg",
+ "expui/fileTypes/javaScript.svg", AllIconsKeys::class.java)
+
+ public val Jfr: IntelliJIconKey = IntelliJIconKey("fileTypes/jfr.svg",
+ "expui/fileTypes/jfr.svg", AllIconsKeys::class.java)
+
+ public val Json: IntelliJIconKey = IntelliJIconKey("fileTypes/json.svg",
+ "expui/fileTypes/json.svg", AllIconsKeys::class.java)
+
+ public val JsonSchema: IntelliJIconKey = IntelliJIconKey("fileTypes/jsonSchema.svg",
+ "expui/fileTypes/jsonSchema.svg", AllIconsKeys::class.java)
+
+ public val Jsp: IntelliJIconKey = IntelliJIconKey("fileTypes/jsp.svg",
+ "expui/fileTypes/jsp.svg", AllIconsKeys::class.java)
+
+ public val Jspx: IntelliJIconKey = IntelliJIconKey("fileTypes/jspx.svg",
+ "expui/fileTypes/jspx.svg", AllIconsKeys::class.java)
+
+ public val Manifest: IntelliJIconKey = IntelliJIconKey("fileTypes/manifest.svg",
+ "expui/fileTypes/manifest.svg", AllIconsKeys::class.java)
+
+ public val MicrosoftWindows: IntelliJIconKey =
+ IntelliJIconKey("fileTypes/microsoftWindows.svg",
+ "expui/fileTypes/microsoftWindows.svg", AllIconsKeys::class.java)
+
+ public val Perl: IntelliJIconKey = IntelliJIconKey("expui/fileTypes/perl.svg",
+ "expui/fileTypes/perl.svg", AllIconsKeys::class.java)
+
+ public val Properties: IntelliJIconKey = IntelliJIconKey("fileTypes/properties.svg",
+ "expui/fileTypes/properties.svg", AllIconsKeys::class.java)
+
+ public val Regexp: IntelliJIconKey = IntelliJIconKey("fileTypes/regexp.svg",
+ "expui/fileTypes/regexp.svg", AllIconsKeys::class.java)
+
+ public val SourceMap: IntelliJIconKey = IntelliJIconKey("expui/fileTypes/sourceMap.svg",
+ "expui/fileTypes/sourceMap.svg", AllIconsKeys::class.java)
+
+ public val Text: IntelliJIconKey = IntelliJIconKey("fileTypes/text.svg",
+ "expui/fileTypes/text.svg", AllIconsKeys::class.java)
+
+ public val UiForm: IntelliJIconKey = IntelliJIconKey("fileTypes/uiForm.svg",
+ "expui/fileTypes/uiForm.svg", AllIconsKeys::class.java)
+
+ public val Unknown: IntelliJIconKey = IntelliJIconKey("fileTypes/unknown.svg",
+ "expui/fileTypes/unknown.svg", AllIconsKeys::class.java)
+
+ public val WsdlFile: IntelliJIconKey = IntelliJIconKey("fileTypes/wsdlFile.svg",
+ "expui/fileTypes/wsdl.svg", AllIconsKeys::class.java)
+
+ public val Xhtml: IntelliJIconKey = IntelliJIconKey("fileTypes/xhtml.svg",
+ "expui/fileTypes/xhtml.svg", AllIconsKeys::class.java)
+
+ public val Xml: IntelliJIconKey = IntelliJIconKey("fileTypes/xml.svg",
+ "expui/fileTypes/xml.svg", AllIconsKeys::class.java)
+
+ public val XsdFile: IntelliJIconKey = IntelliJIconKey("fileTypes/xsdFile.svg",
+ "expui/fileTypes/xsd.svg", AllIconsKeys::class.java)
+
+ public val Yaml: IntelliJIconKey = IntelliJIconKey("fileTypes/yaml.svg",
+ "expui/fileTypes/yaml.svg", AllIconsKeys::class.java)
+ }
+
+ public object General {
+ public val ActualZoom: IntelliJIconKey = IntelliJIconKey("general/actualZoom.svg",
+ "expui/image/actualZoom.svg", AllIconsKeys::class.java)
+
+ public val Add: IntelliJIconKey = IntelliJIconKey("general/add.svg",
+ "expui/general/add.svg", AllIconsKeys::class.java)
+
+ public val AddJdk: IntelliJIconKey = IntelliJIconKey("general/addJdk.svg",
+ "general/addJdk.svg", AllIconsKeys::class.java)
+
+ public val Alpha: IntelliJIconKey = IntelliJIconKey("general/alpha.svg",
+ "general/alpha.svg", AllIconsKeys::class.java)
+
+ public val ArrowDown: IntelliJIconKey = IntelliJIconKey("general/arrowDown.svg",
+ "expui/general/chevronDown.svg", AllIconsKeys::class.java)
+
+ public val ArrowDownSmall: IntelliJIconKey = IntelliJIconKey("general/arrowDownSmall.svg",
+ "general/arrowDownSmall.svg", AllIconsKeys::class.java)
+
+ public val ArrowLeft: IntelliJIconKey = IntelliJIconKey("general/arrowLeft.svg",
+ "expui/general/chevronLeft.svg", AllIconsKeys::class.java)
+
+ public val ArrowRight: IntelliJIconKey = IntelliJIconKey("general/arrowRight.svg",
+ "expui/general/chevronRight.svg", AllIconsKeys::class.java)
+
+ public val ArrowSplitCenterH: IntelliJIconKey =
+ IntelliJIconKey("general/arrowSplitCenterH.svg", "general/arrowSplitCenterH.svg",
+ AllIconsKeys::class.java)
+
+ public val ArrowSplitCenterV: IntelliJIconKey =
+ IntelliJIconKey("general/arrowSplitCenterV.svg", "general/arrowSplitCenterV.svg",
+ AllIconsKeys::class.java)
+
+ public val ArrowUp: IntelliJIconKey = IntelliJIconKey("general/arrowUp.svg",
+ "expui/general/chevronUp.svg", AllIconsKeys::class.java)
+
+ public val AutoscrollFromSource: IntelliJIconKey =
+ IntelliJIconKey("general/autoscrollFromSource.svg",
+ "expui/general/autoscrollFromSource.svg", AllIconsKeys::class.java)
+
+ public val AutoscrollToSource: IntelliJIconKey =
+ IntelliJIconKey("general/autoscrollToSource.svg",
+ "expui/general/autoscrollToSource.svg", AllIconsKeys::class.java)
+
+ public val Balloon: IntelliJIconKey = IntelliJIconKey("general/balloon.svg",
+ "general/balloon.svg", AllIconsKeys::class.java)
+
+ public val BalloonError: IntelliJIconKey = IntelliJIconKey("general/balloonError.svg",
+ "expui/status/error.svg", AllIconsKeys::class.java)
+
+ public val BalloonInformation: IntelliJIconKey =
+ IntelliJIconKey("general/balloonInformation.svg", "expui/status/info.svg",
+ AllIconsKeys::class.java)
+
+ public val BalloonWarning: IntelliJIconKey = IntelliJIconKey("general/balloonWarning.svg",
+ "expui/status/warning.svg", AllIconsKeys::class.java)
+
+ public val BalloonWarning12: IntelliJIconKey =
+ IntelliJIconKey("general/balloonWarning12.svg", "general/balloonWarning12.svg",
+ AllIconsKeys::class.java)
+
+ public val Beta: IntelliJIconKey = IntelliJIconKey("general/beta.svg", "general/beta.svg",
+ AllIconsKeys::class.java)
+
+ public val ButtonDropTriangle: IntelliJIconKey =
+ IntelliJIconKey("general/buttonDropTriangle.svg", "general/buttonDropTriangle.svg",
+ AllIconsKeys::class.java)
+
+ public val ChevronDown: IntelliJIconKey = IntelliJIconKey("general/chevron-down.svg",
+ "expui/general/chevronDown.svg", AllIconsKeys::class.java)
+
+ public val ChevronDownLargeWhite: IntelliJIconKey =
+ IntelliJIconKey("expui/general/chevronDownLargeWhite.svg",
+ "expui/general/chevronDownLargeWhite.svg", AllIconsKeys::class.java)
+
+ public val ChevronLeft: IntelliJIconKey = IntelliJIconKey("general/chevron-left.svg",
+ "expui/general/chevronLeft.svg", AllIconsKeys::class.java)
+
+ public val ChevronRight: IntelliJIconKey = IntelliJIconKey("general/chevron-right.svg",
+ "expui/general/chevronRight.svg", AllIconsKeys::class.java)
+
+ public val ChevronUp: IntelliJIconKey = IntelliJIconKey("general/chevron-up.svg",
+ "expui/general/chevronUp.svg", AllIconsKeys::class.java)
+
+ public val Close: IntelliJIconKey = IntelliJIconKey("expui/general/close.svg",
+ "expui/general/close.svg", AllIconsKeys::class.java)
+
+ public val CloseSmall: IntelliJIconKey = IntelliJIconKey("expui/general/closeSmall.svg",
+ "expui/general/closeSmall.svg", AllIconsKeys::class.java)
+
+ public val CloseSmallHovered: IntelliJIconKey =
+ IntelliJIconKey("expui/general/closeSmallHovered.svg",
+ "expui/general/closeSmallHovered.svg", AllIconsKeys::class.java)
+
+ public val CollapseComponent: IntelliJIconKey =
+ IntelliJIconKey("general/collapseComponent.svg", "expui/inline/collapse.svg",
+ AllIconsKeys::class.java)
+
+ public val CollapseComponentHover: IntelliJIconKey =
+ IntelliJIconKey("general/collapseComponentHover.svg", "expui/inline/collapse.svg",
+ AllIconsKeys::class.java)
+
+ public val ContextHelp: IntelliJIconKey = IntelliJIconKey("general/contextHelp.svg",
+ "expui/general/questionMark.svg", AllIconsKeys::class.java)
+
+ public val Copy: IntelliJIconKey = IntelliJIconKey("expui/general/copy.svg",
+ "expui/general/copy.svg", AllIconsKeys::class.java)
+
+ public val CopyHovered: IntelliJIconKey = IntelliJIconKey("general/copyHovered.svg",
+ "general/copyHovered.svg", AllIconsKeys::class.java)
+
+ public val DebugDisabled: IntelliJIconKey = IntelliJIconKey("general/debugDisabled.svg",
+ "expui/general/debugDisabled.svg", AllIconsKeys::class.java)
+
+ public val Delete: IntelliJIconKey = IntelliJIconKey("expui/general/delete.svg",
+ "expui/general/delete.svg", AllIconsKeys::class.java)
+
+ public val Divider: IntelliJIconKey = IntelliJIconKey("general/divider.svg",
+ "general/divider.svg", AllIconsKeys::class.java)
+
+ public val Drag: IntelliJIconKey = IntelliJIconKey("general/drag.svg",
+ "expui/general/drag.svg", AllIconsKeys::class.java)
+
+ public val DropPlace: IntelliJIconKey = IntelliJIconKey("general/dropPlace.svg",
+ "general/dropPlace.svg", AllIconsKeys::class.java)
+
+ public val Dropdown: IntelliJIconKey = IntelliJIconKey("general/dropdown.svg",
+ "expui/general/dropdown.svg", AllIconsKeys::class.java)
+
+ public val DropdownGutter: IntelliJIconKey = IntelliJIconKey("general/dropdownGutter.svg",
+ "expui/general/dropdownGutter.svg", AllIconsKeys::class.java)
+
+ public val EditorPreviewVertical: IntelliJIconKey =
+ IntelliJIconKey("expui/general/editorPreviewVertical.svg",
+ "expui/general/editorPreviewVertical.svg", AllIconsKeys::class.java)
+
+ public val Ellipsis: IntelliJIconKey = IntelliJIconKey("general/ellipsis.svg",
+ "general/ellipsis.svg", AllIconsKeys::class.java)
+
+ public val Error: IntelliJIconKey = IntelliJIconKey("general/error.svg",
+ "expui/status/error.svg", AllIconsKeys::class.java)
+
+ public val ErrorDialog: IntelliJIconKey = IntelliJIconKey("general/errorDialog.svg",
+ "expui/general/errorDialog.svg", AllIconsKeys::class.java)
+
+ public val ExclMark: IntelliJIconKey = IntelliJIconKey("general/exclMark.svg",
+ "general/exclMark.svg", AllIconsKeys::class.java)
+
+ public val ExpandComponent: IntelliJIconKey = IntelliJIconKey("general/expandComponent.svg",
+ "expui/inline/expand.svg", AllIconsKeys::class.java)
+
+ public val ExpandComponentHover: IntelliJIconKey =
+ IntelliJIconKey("general/expandComponentHover.svg", "expui/inline/expand.svg",
+ AllIconsKeys::class.java)
+
+ public val Export: IntelliJIconKey = IntelliJIconKey("expui/general/export.svg",
+ "expui/general/export.svg", AllIconsKeys::class.java)
+
+ public val ExternalTools: IntelliJIconKey = IntelliJIconKey("general/externalTools.svg",
+ "general/externalTools.svg", AllIconsKeys::class.java)
+
+ public val Filter: IntelliJIconKey = IntelliJIconKey("general/filter.svg",
+ "expui/general/filter.svg", AllIconsKeys::class.java)
+
+ public val FitContent: IntelliJIconKey = IntelliJIconKey("general/fitContent.svg",
+ "expui/image/fitContent.svg", AllIconsKeys::class.java)
+
+ public val Gear: IntelliJIconKey = IntelliJIconKey("general/gear.svg",
+ "expui/inline/inlineSettings.svg", AllIconsKeys::class.java)
+
+ public val GearHover: IntelliJIconKey = IntelliJIconKey("general/gearHover.svg",
+ "expui/inline/inlineSettings.svg", AllIconsKeys::class.java)
+
+ public val GearPlain: IntelliJIconKey = IntelliJIconKey("general/gearPlain.svg",
+ "expui/general/settings.svg", AllIconsKeys::class.java)
+
+ public val GreenCheckmark: IntelliJIconKey = IntelliJIconKey("general/greenCheckmark.svg",
+ "expui/general/greenCheckmark.svg", AllIconsKeys::class.java)
+
+ public val Groups: IntelliJIconKey = IntelliJIconKey("expui/general/groups.svg",
+ "expui/general/groups.svg", AllIconsKeys::class.java)
+
+ public val HideToolWindow: IntelliJIconKey = IntelliJIconKey("general/hideToolWindow.svg",
+ "expui/general/hide.svg", AllIconsKeys::class.java)
+
+ public val History: IntelliJIconKey = IntelliJIconKey("expui/general/history.svg",
+ "expui/general/history.svg", AllIconsKeys::class.java)
+
+ public val ImplementingMethod: IntelliJIconKey =
+ IntelliJIconKey("general/implementingMethod.svg",
+ "expui/general/showToImplement.svg", AllIconsKeys::class.java)
+
+ public val Information: IntelliJIconKey = IntelliJIconKey("general/information.svg",
+ "expui/status/info.svg", AllIconsKeys::class.java)
+
+ public val InformationDialog: IntelliJIconKey =
+ IntelliJIconKey("general/informationDialog.svg",
+ "expui/general/informationDialog.svg", AllIconsKeys::class.java)
+
+ public val InheritedMethod: IntelliJIconKey = IntelliJIconKey("general/inheritedMethod.svg",
+ "general/inheritedMethod.svg", AllIconsKeys::class.java)
+
+ public val InlineAdd: IntelliJIconKey = IntelliJIconKey("general/inlineAdd.svg",
+ "expui/inline/inlineAdd.svg", AllIconsKeys::class.java)
+
+ public val InlineAddHover: IntelliJIconKey = IntelliJIconKey("general/inlineAddHover.svg",
+ "expui/inline/inlineAdd.svg", AllIconsKeys::class.java)
+
+ public val InlineCopy: IntelliJIconKey = IntelliJIconKey("general/inlineCopy.svg",
+ "expui/inline/copy.svg", AllIconsKeys::class.java)
+
+ public val InlineCopyHover: IntelliJIconKey = IntelliJIconKey("general/inlineCopyHover.svg",
+ "expui/inline/copy.svg", AllIconsKeys::class.java)
+
+ public val InlineRefresh: IntelliJIconKey = IntelliJIconKey("general/inlineRefresh.svg",
+ "expui/inline/refresh.svg", AllIconsKeys::class.java)
+
+ public val InlineRefreshHover: IntelliJIconKey =
+ IntelliJIconKey("general/inlineRefreshHover.svg", "expui/inline/refresh.svg",
+ AllIconsKeys::class.java)
+
+ public val InlineVariables: IntelliJIconKey = IntelliJIconKey("general/inlineVariables.svg",
+ "expui/inline/variables.svg", AllIconsKeys::class.java)
+
+ public val InlineVariablesHover: IntelliJIconKey =
+ IntelliJIconKey("general/inlineVariablesHover.svg", "expui/inline/variables.svg",
+ AllIconsKeys::class.java)
+
+ public val Inline_edit: IntelliJIconKey = IntelliJIconKey("general/inline_edit.svg",
+ "expui/inline/inlineEdit.svg", AllIconsKeys::class.java)
+
+ public val Inline_edit_hovered: IntelliJIconKey =
+ IntelliJIconKey("general/inline_edit_hovered.svg", "expui/inline/inlineEdit.svg",
+ AllIconsKeys::class.java)
+
+ public val InspectionsError: IntelliJIconKey =
+ IntelliJIconKey("general/inspectionsError.svg",
+ "expui/general/inspections/inspectionsError.svg", AllIconsKeys::class.java)
+
+ public val InspectionsErrorEmpty: IntelliJIconKey =
+ IntelliJIconKey("general/inspectionsErrorEmpty.svg",
+ "expui/general/inspections/inspectionsErrorEmpty.svg", AllIconsKeys::class.java)
+
+ public val InspectionsEye: IntelliJIconKey = IntelliJIconKey("general/inspectionsEye.svg",
+ "expui/general/inspections/inspectionsEye.svg", AllIconsKeys::class.java)
+
+ public val InspectionsMixed: IntelliJIconKey =
+ IntelliJIconKey("general/inspectionsMixed.svg",
+ "expui/general/inspections/inspectionsMixed.svg", AllIconsKeys::class.java)
+
+ public val InspectionsOK: IntelliJIconKey = IntelliJIconKey("general/inspectionsOK.svg",
+ "expui/general/inspections/inspectionsOK.svg", AllIconsKeys::class.java)
+
+ public val InspectionsOKEmpty: IntelliJIconKey =
+ IntelliJIconKey("general/inspectionsOKEmpty.svg",
+ "expui/general/inspections/inspectionsOKEmpty.svg", AllIconsKeys::class.java)
+
+ public val InspectionsPause: IntelliJIconKey =
+ IntelliJIconKey("general/inspectionsPause.svg",
+ "expui/general/inspections/inspectionsPause.svg", AllIconsKeys::class.java)
+
+ public val InspectionsPowerSaveMode: IntelliJIconKey =
+ IntelliJIconKey("general/inspectionsPowerSaveMode.svg",
+ "expui/general/inspections/inspectionsPowerSaveMode.svg", AllIconsKeys::class.java)
+
+ public val InspectionsTrafficOff: IntelliJIconKey =
+ IntelliJIconKey("general/inspectionsTrafficOff.svg",
+ "expui/general/inspections/inspectionsTrafficOff.svg", AllIconsKeys::class.java)
+
+ public val InspectionsTypos: IntelliJIconKey =
+ IntelliJIconKey("general/inspectionsTypos.svg",
+ "expui/general/inspections/inspectionsTypos.svg", AllIconsKeys::class.java)
+
+ public val InspectionsWarning: IntelliJIconKey =
+ IntelliJIconKey("general/inspectionsWarning.svg",
+ "expui/general/inspections/inspectionsWarning.svg", AllIconsKeys::class.java)
+
+ public val InspectionsWarningEmpty: IntelliJIconKey =
+ IntelliJIconKey("general/inspectionsWarningEmpty.svg",
+ "expui/general/inspections/inspectionsWarningEmpty.svg", AllIconsKeys::class.java)
+
+ public val Keyboard: IntelliJIconKey = IntelliJIconKey("expui/general/keyboard.svg",
+ "expui/general/keyboard.svg", AllIconsKeys::class.java)
+
+ public val Layout: IntelliJIconKey = IntelliJIconKey("general/layout.svg",
+ "general/layout.svg", AllIconsKeys::class.java)
+
+ public val LayoutEditorOnly: IntelliJIconKey =
+ IntelliJIconKey("general/layoutEditorOnly.svg", "expui/general/editorOnly.svg",
+ AllIconsKeys::class.java)
+
+ public val LayoutEditorPreview: IntelliJIconKey =
+ IntelliJIconKey("general/layoutEditorPreview.svg",
+ "expui/general/editorPreview.svg", AllIconsKeys::class.java)
+
+ public val LayoutPreviewOnly: IntelliJIconKey =
+ IntelliJIconKey("general/layoutPreviewOnly.svg", "expui/general/previewOnly.svg",
+ AllIconsKeys::class.java)
+
+ public val LinkDropTriangle: IntelliJIconKey =
+ IntelliJIconKey("general/linkDropTriangle.svg", "expui/general/chevronDown.svg",
+ AllIconsKeys::class.java)
+
+ public val LocalizationSettings: IntelliJIconKey =
+ IntelliJIconKey("general/localizationSettings.svg",
+ "general/localizationSettings.svg", AllIconsKeys::class.java)
+
+ public val Locate: IntelliJIconKey = IntelliJIconKey("general/locate.svg",
+ "expui/general/locate.svg", AllIconsKeys::class.java)
+
+ public val Modified: IntelliJIconKey = IntelliJIconKey("general/modified.svg",
+ "expui/fileTypes/modified.svg", AllIconsKeys::class.java)
+
+ public val ModifiedSelected: IntelliJIconKey =
+ IntelliJIconKey("general/modifiedSelected.svg", "general/modifiedSelected.svg",
+ AllIconsKeys::class.java)
+
+ public val MoreTabs: IntelliJIconKey = IntelliJIconKey("general/moreTabs.svg",
+ "general/moreTabs.svg", AllIconsKeys::class.java)
+
+ public val Mouse: IntelliJIconKey = IntelliJIconKey("general/mouse.svg",
+ "general/mouse.svg", AllIconsKeys::class.java)
+
+ public val New_badge: IntelliJIconKey = IntelliJIconKey("general/new_badge.svg",
+ "general/new_badge.svg", AllIconsKeys::class.java)
+
+ public val Note: IntelliJIconKey = IntelliJIconKey("general/note.svg",
+ "expui/status/infoOutline.svg", AllIconsKeys::class.java)
+
+ public val NotificationError: IntelliJIconKey =
+ IntelliJIconKey("general/notificationError.svg", "general/notificationError.svg",
+ AllIconsKeys::class.java)
+
+ public val NotificationInfo: IntelliJIconKey =
+ IntelliJIconKey("general/notificationInfo.svg", "general/notificationInfo.svg",
+ AllIconsKeys::class.java)
+
+ public val NotificationWarning: IntelliJIconKey =
+ IntelliJIconKey("general/notificationWarning.svg",
+ "general/notificationWarning.svg", AllIconsKeys::class.java)
+
+ public val OpenDisk: IntelliJIconKey = IntelliJIconKey("general/openDisk.svg",
+ "expui/inline/browse.svg", AllIconsKeys::class.java)
+
+ public val OpenDiskHover: IntelliJIconKey = IntelliJIconKey("general/openDiskHover.svg",
+ "expui/inline/browse.svg", AllIconsKeys::class.java)
+
+ public val OpenInToolWindow: IntelliJIconKey =
+ IntelliJIconKey("general/openInToolWindow.svg",
+ "expui/general/openInToolWindow.svg", AllIconsKeys::class.java)
+
+ public val OverridenMethod: IntelliJIconKey = IntelliJIconKey("general/overridenMethod.svg",
+ "general/overridenMethod.svg", AllIconsKeys::class.java)
+
+ public val OverridingMethod: IntelliJIconKey =
+ IntelliJIconKey("general/overridingMethod.svg", "general/overridingMethod.svg",
+ AllIconsKeys::class.java)
+
+ public val Pin: IntelliJIconKey = IntelliJIconKey("expui/general/pin.svg",
+ "expui/general/pin.svg", AllIconsKeys::class.java)
+
+ public val PinHovered: IntelliJIconKey = IntelliJIconKey("expui/general/pinHovered.svg",
+ "expui/general/pinHovered.svg", AllIconsKeys::class.java)
+
+ public val PinSelected: IntelliJIconKey = IntelliJIconKey("expui/general/pinSelected.svg",
+ "expui/general/pinSelected.svg", AllIconsKeys::class.java)
+
+ public val PinSelectedHovered: IntelliJIconKey =
+ IntelliJIconKey("expui/general/pinSelectedHovered.svg",
+ "expui/general/pinSelectedHovered.svg", AllIconsKeys::class.java)
+
+ public val Pin_tab: IntelliJIconKey = IntelliJIconKey("general/pin_tab.svg",
+ "expui/general/pin.svg", AllIconsKeys::class.java)
+
+ public val PreviewHorizontally: IntelliJIconKey =
+ IntelliJIconKey("expui/general/previewHorizontally.svg",
+ "expui/general/previewHorizontally.svg", AllIconsKeys::class.java)
+
+ public val Print: IntelliJIconKey = IntelliJIconKey("general/print.svg",
+ "expui/general/print.svg", AllIconsKeys::class.java)
+
+ public val ProjectConfigurable: IntelliJIconKey =
+ IntelliJIconKey("general/projectConfigurable.svg",
+ "expui/general/projectConfigurable.svg", AllIconsKeys::class.java)
+
+ public val ProjectStructure: IntelliJIconKey =
+ IntelliJIconKey("general/projectStructure.svg",
+ "expui/general/projectStructure.svg", AllIconsKeys::class.java)
+
+ public val ProjectTab: IntelliJIconKey = IntelliJIconKey("general/projectTab.svg",
+ "expui/runConfigurations/application.svg", AllIconsKeys::class.java)
+
+ public val QuestionDialog: IntelliJIconKey = IntelliJIconKey("general/questionDialog.svg",
+ "expui/general/questionDialog.svg", AllIconsKeys::class.java)
+
+ public val ReaderMode: IntelliJIconKey = IntelliJIconKey("general/readerMode.svg",
+ "expui/general/readerMode.svg", AllIconsKeys::class.java)
+
+ public val Refresh: IntelliJIconKey = IntelliJIconKey("expui/general/refresh.svg",
+ "expui/general/refresh.svg", AllIconsKeys::class.java)
+
+ public val Remove: IntelliJIconKey = IntelliJIconKey("general/remove.svg",
+ "expui/general/remove.svg", AllIconsKeys::class.java)
+
+ public val Reset: IntelliJIconKey = IntelliJIconKey("general/reset.svg",
+ "expui/general/reset.svg", AllIconsKeys::class.java)
+
+ public val RunWithCoverage: IntelliJIconKey = IntelliJIconKey("general/runWithCoverage.svg",
+ "expui/run/runWithCoverage.svg", AllIconsKeys::class.java)
+
+ public val SeparatorH: IntelliJIconKey = IntelliJIconKey("general/separatorH.svg",
+ "expui/general/separatorHorizontal.svg", AllIconsKeys::class.java)
+
+ public val Settings: IntelliJIconKey = IntelliJIconKey("general/settings.svg",
+ "expui/general/settings.svg", AllIconsKeys::class.java)
+
+ public val Show: IntelliJIconKey = IntelliJIconKey("expui/general/show.svg",
+ "expui/general/show.svg", AllIconsKeys::class.java)
+
+ public val ShowInfos: IntelliJIconKey = IntelliJIconKey("general/showInfos.svg",
+ "expui/status/infoOutline.svg", AllIconsKeys::class.java)
+
+ public val ShowWarning: IntelliJIconKey = IntelliJIconKey("general/showWarning.svg",
+ "expui/status/warningOutline.svg", AllIconsKeys::class.java)
+
+ public val Show_to_implement: IntelliJIconKey =
+ IntelliJIconKey("general/show_to_implement.svg",
+ "expui/general/showToImplement.svg", AllIconsKeys::class.java)
+
+ public val SuccessDialog: IntelliJIconKey = IntelliJIconKey("general/successDialog.svg",
+ "expui/general/successDialog.svg", AllIconsKeys::class.java)
+
+ public val SuccessLogin: IntelliJIconKey = IntelliJIconKey("general/successLogin.svg",
+ "expui/general/successLogin.svg", AllIconsKeys::class.java)
+
+ public val TbHidden: IntelliJIconKey = IntelliJIconKey("general/tbHidden.svg",
+ "general/tbHidden.svg", AllIconsKeys::class.java)
+
+ public val TbShown: IntelliJIconKey = IntelliJIconKey("general/tbShown.svg",
+ "general/tbShown.svg", AllIconsKeys::class.java)
+
+ public val Tip: IntelliJIconKey = IntelliJIconKey("general/tip.svg", "general/tip.svg",
+ AllIconsKeys::class.java)
+
+ public val TodoDefault: IntelliJIconKey = IntelliJIconKey("general/todoDefault.svg",
+ "general/todoDefault.svg", AllIconsKeys::class.java)
+
+ public val TodoImportant: IntelliJIconKey = IntelliJIconKey("general/todoImportant.svg",
+ "general/todoImportant.svg", AllIconsKeys::class.java)
+
+ public val TodoQuestion: IntelliJIconKey = IntelliJIconKey("general/todoQuestion.svg",
+ "general/todoQuestion.svg", AllIconsKeys::class.java)
+
+ public val Tree: IntelliJIconKey = IntelliJIconKey("general/tree.svg", "general/tree.svg",
+ AllIconsKeys::class.java)
+
+ public val TreeHovered: IntelliJIconKey = IntelliJIconKey("general/treeHovered.svg",
+ "general/treeHovered.svg", AllIconsKeys::class.java)
+
+ public val TreeSelected: IntelliJIconKey = IntelliJIconKey("general/treeSelected.svg",
+ "general/treeSelected.svg", AllIconsKeys::class.java)
+
+ public val TrialBadge: IntelliJIconKey = IntelliJIconKey("general/trialBadge.svg",
+ "general/trialBadge.svg", AllIconsKeys::class.java)
+
+ public val User: IntelliJIconKey = IntelliJIconKey("general/user.svg",
+ "expui/general/user.svg", AllIconsKeys::class.java)
+
+ public val Vcs: IntelliJIconKey = IntelliJIconKey("expui/general/vcs.svg",
+ "expui/general/vcs.svg", AllIconsKeys::class.java)
+
+ public val Warning: IntelliJIconKey = IntelliJIconKey("general/warning.svg",
+ "expui/status/warning.svg", AllIconsKeys::class.java)
+
+ public val WarningDecorator: IntelliJIconKey =
+ IntelliJIconKey("general/warningDecorator.svg", "general/warningDecorator.svg",
+ AllIconsKeys::class.java)
+
+ public val WarningDialog: IntelliJIconKey = IntelliJIconKey("general/warningDialog.svg",
+ "expui/general/warningDialog.svg", AllIconsKeys::class.java)
+
+ public val Web: IntelliJIconKey = IntelliJIconKey("general/web.svg",
+ "expui/toolwindows/web.svg", AllIconsKeys::class.java)
+
+ public val WindowsMenu_20x20: IntelliJIconKey =
+ IntelliJIconKey("expui/general/windowsMenu@20x20.svg",
+ "expui/general/windowsMenu@20x20.svg", AllIconsKeys::class.java)
+
+ public val ZoomIn: IntelliJIconKey = IntelliJIconKey("general/zoomIn.svg",
+ "general/zoomIn.svg", AllIconsKeys::class.java)
+
+ public val ZoomOut: IntelliJIconKey = IntelliJIconKey("general/zoomOut.svg",
+ "general/zoomOut.svg", AllIconsKeys::class.java)
+ }
+
+ public object Graph {
+ public val ActualZoom: IntelliJIconKey = IntelliJIconKey("graph/actualZoom.svg",
+ "expui/image/actualZoom.svg", AllIconsKeys::class.java)
+
+ public val Grid: IntelliJIconKey = IntelliJIconKey("graph/grid.svg", "expui/image/grid.svg",
+ AllIconsKeys::class.java)
+
+ public val Layout: IntelliJIconKey = IntelliJIconKey("graph/layout.svg",
+ "expui/graph/graphLayout.svg", AllIconsKeys::class.java)
+
+ public val NodeSelectionMode: IntelliJIconKey =
+ IntelliJIconKey("graph/nodeSelectionMode.svg", "graph/nodeSelectionMode.svg",
+ AllIconsKeys::class.java)
+
+ public val SnapToGrid: IntelliJIconKey = IntelliJIconKey("graph/snapToGrid.svg",
+ "graph/snapToGrid.svg", AllIconsKeys::class.java)
+
+ public val ZoomIn: IntelliJIconKey = IntelliJIconKey("graph/zoomIn.svg",
+ "expui/image/zoomIn.svg", AllIconsKeys::class.java)
+
+ public val ZoomOut: IntelliJIconKey = IntelliJIconKey("graph/zoomOut.svg",
+ "expui/image/zoomOut.svg", AllIconsKeys::class.java)
+ }
+
+ public object Gutter {
+ public val Bookmark: IntelliJIconKey = IntelliJIconKey("gutter/bookmark.svg",
+ "expui/gutter/bookmark.svg", AllIconsKeys::class.java)
+
+ public val Colors: IntelliJIconKey = IntelliJIconKey("gutter/colors.svg",
+ "expui/gutter/colors.svg", AllIconsKeys::class.java)
+
+ public val DataSchema: IntelliJIconKey = IntelliJIconKey("gutter/dataSchema.svg",
+ "expui/gutter/dataSchema.svg", AllIconsKeys::class.java)
+
+ public val ExtAnnotation: IntelliJIconKey = IntelliJIconKey("gutter/extAnnotation.svg",
+ "expui/gutter/extAnnotation.svg", AllIconsKeys::class.java)
+
+ public val Fold: IntelliJIconKey = IntelliJIconKey("expui/gutter/fold.svg",
+ "expui/gutter/fold.svg", AllIconsKeys::class.java)
+
+ public val FoldBottom: IntelliJIconKey = IntelliJIconKey("expui/gutter/foldBottom.svg",
+ "expui/gutter/foldBottom.svg", AllIconsKeys::class.java)
+
+ public val ImplementedMethod: IntelliJIconKey =
+ IntelliJIconKey("gutter/implementedMethod.svg",
+ "expui/gutter/implementedMethod.svg", AllIconsKeys::class.java)
+
+ public val ImplementingFunctionalInterface: IntelliJIconKey =
+ IntelliJIconKey("gutter/implementingFunctionalInterface.svg",
+ "expui/gutter/implementingFunctionalInterface.svg", AllIconsKeys::class.java)
+
+ public val ImplementingMethod: IntelliJIconKey =
+ IntelliJIconKey("gutter/implementingMethod.svg",
+ "expui/gutter/implementingMethod.svg", AllIconsKeys::class.java)
+
+ public val Java9Service: IntelliJIconKey = IntelliJIconKey("gutter/java9Service.svg",
+ "gutter/java9Service.svg", AllIconsKeys::class.java)
+
+ public val JavadocEdit: IntelliJIconKey = IntelliJIconKey("gutter/javadocEdit.svg",
+ "expui/gutter/javadocEdit.svg", AllIconsKeys::class.java)
+
+ public val JavadocRead: IntelliJIconKey = IntelliJIconKey("gutter/javadocRead.svg",
+ "expui/gutter/javadocRead.svg", AllIconsKeys::class.java)
+
+ public val Mnemonic: IntelliJIconKey = IntelliJIconKey("gutter/mnemonic.svg",
+ "expui/gutter/mnemonic.svg", AllIconsKeys::class.java)
+
+ public val OverridenMethod: IntelliJIconKey = IntelliJIconKey("gutter/overridenMethod.svg",
+ "expui/gutter/overridenMethod.svg", AllIconsKeys::class.java)
+
+ public val OverridingMethod: IntelliJIconKey =
+ IntelliJIconKey("gutter/overridingMethod.svg", "expui/gutter/overridingMethod.svg",
+ AllIconsKeys::class.java)
+
+ public val ReadAccess: IntelliJIconKey = IntelliJIconKey("gutter/readAccess.svg",
+ "expui/gutter/readAccess.svg", AllIconsKeys::class.java)
+
+ public val RecursiveMethod: IntelliJIconKey = IntelliJIconKey("gutter/recursiveMethod.svg",
+ "expui/gutter/recursiveMethod.svg", AllIconsKeys::class.java)
+
+ public val SiblingInheritedMethod: IntelliJIconKey =
+ IntelliJIconKey("gutter/siblingInheritedMethod.svg",
+ "expui/gutter/siblingInheritedMethod.svg", AllIconsKeys::class.java)
+
+ public val SuggestedRefactoringBulb: IntelliJIconKey =
+ IntelliJIconKey("gutter/suggestedRefactoringBulb.svg",
+ "expui/gutter/suggestedRefactoring.svg", AllIconsKeys::class.java)
+
+ public val SuggestedRefactoringBulbDisabled: IntelliJIconKey =
+ IntelliJIconKey("gutter/suggestedRefactoringBulbDisabled.svg",
+ "expui/gutter/suggestedRefactoringDisabled.svg", AllIconsKeys::class.java)
+
+ public val Unfold: IntelliJIconKey = IntelliJIconKey("expui/gutter/unfold.svg",
+ "expui/gutter/unfold.svg", AllIconsKeys::class.java)
+
+ public val Unique: IntelliJIconKey = IntelliJIconKey("gutter/unique.svg",
+ "gutter/unique.svg", AllIconsKeys::class.java)
+
+ public val WriteAccess: IntelliJIconKey = IntelliJIconKey("gutter/writeAccess.svg",
+ "expui/gutter/writeAccess.svg", AllIconsKeys::class.java)
+ }
+
+ public object Hierarchy {
+ public val Class: IntelliJIconKey = IntelliJIconKey("hierarchy/class.svg",
+ "expui/hierarchy/classHierarchy.svg", AllIconsKeys::class.java)
+
+ public val MethodDefined: IntelliJIconKey = IntelliJIconKey("hierarchy/methodDefined.svg",
+ "hierarchy/methodDefined.svg", AllIconsKeys::class.java)
+
+ public val MethodNotDefined: IntelliJIconKey =
+ IntelliJIconKey("hierarchy/methodNotDefined.svg", "hierarchy/methodNotDefined.svg",
+ AllIconsKeys::class.java)
+
+ public val ShouldDefineMethod: IntelliJIconKey =
+ IntelliJIconKey("hierarchy/shouldDefineMethod.svg",
+ "hierarchy/shouldDefineMethod.svg", AllIconsKeys::class.java)
+
+ public val Subtypes: IntelliJIconKey = IntelliJIconKey("hierarchy/subtypes.svg",
+ "expui/hierarchy/subtypes.svg", AllIconsKeys::class.java)
+
+ public val Supertypes: IntelliJIconKey = IntelliJIconKey("hierarchy/supertypes.svg",
+ "expui/hierarchy/supertypes.svg", AllIconsKeys::class.java)
+ }
+
+ public object Icons {
+ public object Ide {
+ public val MenuArrow: IntelliJIconKey = IntelliJIconKey("icons/ide/menuArrow.svg",
+ "expui/general/chevronRight.svg", AllIconsKeys::class.java)
+
+ public val MenuArrowSelected: IntelliJIconKey =
+ IntelliJIconKey("icons/ide/menuArrowSelected.svg",
+ "expui/general/chevronRight.svg", AllIconsKeys::class.java)
+
+ public val NextStep: IntelliJIconKey = IntelliJIconKey("icons/ide/nextStep.svg",
+ "icons/ide/nextStep.svg", AllIconsKeys::class.java)
+
+ public val NextStepInverted: IntelliJIconKey =
+ IntelliJIconKey("icons/ide/nextStepInverted.svg",
+ "icons/ide/nextStepInverted.svg", AllIconsKeys::class.java)
+ }
+ }
+
+ public object Ide {
+ public val ConfigFile: IntelliJIconKey = IntelliJIconKey("ide/configFile.svg",
+ "expui/ide/configFile.svg", AllIconsKeys::class.java)
+
+ public val Dislike: IntelliJIconKey = IntelliJIconKey("ide/dislike.svg", "ide/dislike.svg",
+ AllIconsKeys::class.java)
+
+ public val DislikeDimmed: IntelliJIconKey = IntelliJIconKey("ide/dislikeDimmed.svg",
+ "ide/dislikeDimmed.svg", AllIconsKeys::class.java)
+
+ public val DislikeSelected: IntelliJIconKey = IntelliJIconKey("ide/dislikeSelected.svg",
+ "ide/dislikeSelected.svg", AllIconsKeys::class.java)
+
+ public val ErrorPoint: IntelliJIconKey = IntelliJIconKey("ide/errorPoint.svg",
+ "ide/errorPoint.svg", AllIconsKeys::class.java)
+
+ public val ExternalLinkArrowWhite: IntelliJIconKey =
+ IntelliJIconKey("ide/externalLinkArrowWhite.svg", "expui/ide/externalLinkWhite.svg",
+ AllIconsKeys::class.java)
+
+ public val External_link_arrow: IntelliJIconKey =
+ IntelliJIconKey("ide/external_link_arrow.svg", "expui/ide/externalLink.svg",
+ AllIconsKeys::class.java)
+
+ public val FatalError: IntelliJIconKey = IntelliJIconKey("ide/fatalError.svg",
+ "expui/status/error.svg", AllIconsKeys::class.java)
+
+ public val FatalErrorRead: IntelliJIconKey = IntelliJIconKey("ide/fatalError-read.svg",
+ "expui/status/errorOutline.svg", AllIconsKeys::class.java)
+
+ public val FeedbackRating: IntelliJIconKey = IntelliJIconKey("ide/feedbackRating.svg",
+ "expui/ide/feedbackRating.svg", AllIconsKeys::class.java)
+
+ public val FeedbackRatingFocused: IntelliJIconKey =
+ IntelliJIconKey("ide/feedbackRatingFocused.svg",
+ "expui/ide/feedbackRatingFocused.svg", AllIconsKeys::class.java)
+
+ public val FeedbackRatingFocusedOn: IntelliJIconKey =
+ IntelliJIconKey("ide/feedbackRatingFocusedOn.svg",
+ "expui/ide/feedbackRatingFocusedOn.svg", AllIconsKeys::class.java)
+
+ public val FeedbackRatingOn: IntelliJIconKey = IntelliJIconKey("ide/feedbackRatingOn.svg",
+ "expui/ide/feedbackRatingOn.svg", AllIconsKeys::class.java)
+
+ public val FeedbackRatingOnFocused: IntelliJIconKey =
+ IntelliJIconKey("ide/feedbackRatingOnFocused.svg",
+ "ide/feedbackRatingOnFocused.svg", AllIconsKeys::class.java)
+
+ public val Gift: IntelliJIconKey = IntelliJIconKey("ide/gift.svg", "ide/gift.svg",
+ AllIconsKeys::class.java)
+
+ public val HectorOff: IntelliJIconKey = IntelliJIconKey("ide/hectorOff.svg",
+ "ide/hectorOff.svg", AllIconsKeys::class.java)
+
+ public val HectorOn: IntelliJIconKey = IntelliJIconKey("ide/hectorOn.svg",
+ "ide/hectorOn.svg", AllIconsKeys::class.java)
+
+ public val HectorSyntax: IntelliJIconKey = IntelliJIconKey("ide/hectorSyntax.svg",
+ "ide/hectorSyntax.svg", AllIconsKeys::class.java)
+
+ public val IncomingChangesOn: IntelliJIconKey = IntelliJIconKey("ide/incomingChangesOn.svg",
+ "ide/incomingChangesOn.svg", AllIconsKeys::class.java)
+
+ public val Like: IntelliJIconKey = IntelliJIconKey("ide/like.svg", "ide/like.svg",
+ AllIconsKeys::class.java)
+
+ public val LikeDimmed: IntelliJIconKey = IntelliJIconKey("ide/likeDimmed.svg",
+ "ide/likeDimmed.svg", AllIconsKeys::class.java)
+
+ public val LikeSelected: IntelliJIconKey = IntelliJIconKey("ide/likeSelected.svg",
+ "ide/likeSelected.svg", AllIconsKeys::class.java)
+
+ public val Link: IntelliJIconKey = IntelliJIconKey("ide/link.svg",
+ "expui/general/chevronRight.svg", AllIconsKeys::class.java)
+
+ public val LocalScope: IntelliJIconKey = IntelliJIconKey("ide/localScope.svg",
+ "expui/ide/localScope.svg", AllIconsKeys::class.java)
+
+ public val LocalScopeAction: IntelliJIconKey = IntelliJIconKey("ide/localScopeAction.svg",
+ "expui/ide/localScope.svg", AllIconsKeys::class.java)
+
+ public val NavBarSeparator: IntelliJIconKey = IntelliJIconKey("ide/NavBarSeparator.svg",
+ "ide/NavBarSeparator.svg", AllIconsKeys::class.java)
+
+ public val OutgoingChangesOn: IntelliJIconKey = IntelliJIconKey("ide/outgoingChangesOn.svg",
+ "ide/outgoingChangesOn.svg", AllIconsKeys::class.java)
+
+ public val Pipette: IntelliJIconKey = IntelliJIconKey("ide/pipette.svg",
+ "expui/image/colorPicker.svg", AllIconsKeys::class.java)
+
+ public val Pipette_rollover: IntelliJIconKey = IntelliJIconKey("ide/pipette_rollover.svg",
+ "ide/pipette_rollover.svg", AllIconsKeys::class.java)
+
+ public val PowerSaveMode: IntelliJIconKey = IntelliJIconKey("ide/powerSaveMode.svg",
+ "ide/powerSaveMode.svg", AllIconsKeys::class.java)
+
+ public val Rating: IntelliJIconKey = IntelliJIconKey("ide/rating.svg", "ide/rating.svg",
+ AllIconsKeys::class.java)
+
+ public val Rating1: IntelliJIconKey = IntelliJIconKey("ide/rating1.svg", "ide/rating1.svg",
+ AllIconsKeys::class.java)
+
+ public val Rating2: IntelliJIconKey = IntelliJIconKey("ide/rating2.svg", "ide/rating2.svg",
+ AllIconsKeys::class.java)
+
+ public val Rating3: IntelliJIconKey = IntelliJIconKey("ide/rating3.svg", "ide/rating3.svg",
+ AllIconsKeys::class.java)
+
+ public val Rating4: IntelliJIconKey = IntelliJIconKey("ide/rating4.svg", "ide/rating4.svg",
+ AllIconsKeys::class.java)
+
+ public val Readonly: IntelliJIconKey = IntelliJIconKey("ide/readonly.svg",
+ "expui/general/locked.svg", AllIconsKeys::class.java)
+
+ public val Readwrite: IntelliJIconKey = IntelliJIconKey("ide/readwrite.svg",
+ "expui/general/unlocked.svg", AllIconsKeys::class.java)
+
+ public val SharedScope: IntelliJIconKey = IntelliJIconKey("expui/ide/sharedScope.svg",
+ "expui/ide/sharedScope.svg", AllIconsKeys::class.java)
+
+ public val Statusbar_arrows: IntelliJIconKey = IntelliJIconKey("ide/statusbar_arrows.svg",
+ "ide/statusbar_arrows.svg", AllIconsKeys::class.java)
+
+ public val UpDown: IntelliJIconKey = IntelliJIconKey("ide/upDown.svg", "ide/upDown.svg",
+ AllIconsKeys::class.java)
+
+ public object Macro {
+ public val Recording_1: IntelliJIconKey = IntelliJIconKey("ide/macro/recording_1.svg",
+ "ide/macro/recording_1.svg", AllIconsKeys::class.java)
+
+ public val Recording_2: IntelliJIconKey = IntelliJIconKey("ide/macro/recording_2.svg",
+ "ide/macro/recording_2.svg", AllIconsKeys::class.java)
+
+ public val Recording_3: IntelliJIconKey = IntelliJIconKey("ide/macro/recording_3.svg",
+ "ide/macro/recording_3.svg", AllIconsKeys::class.java)
+
+ public val Recording_4: IntelliJIconKey = IntelliJIconKey("ide/macro/recording_4.svg",
+ "ide/macro/recording_4.svg", AllIconsKeys::class.java)
+ }
+
+ public object Notification {
+ public val Close: IntelliJIconKey = IntelliJIconKey("ide/notification/close.svg",
+ "expui/general/close.svg", AllIconsKeys::class.java)
+
+ public val CloseHover: IntelliJIconKey =
+ IntelliJIconKey("ide/notification/closeHover.svg", "expui/general/close.svg",
+ AllIconsKeys::class.java)
+
+ public val Collapse: IntelliJIconKey = IntelliJIconKey("ide/notification/collapse.svg",
+ "expui/general/chevronUp.svg", AllIconsKeys::class.java)
+
+ public val CollapseHover: IntelliJIconKey =
+ IntelliJIconKey("ide/notification/collapseHover.svg",
+ "expui/general/chevronUp.svg", AllIconsKeys::class.java)
+
+ public val DropTriangle: IntelliJIconKey =
+ IntelliJIconKey("ide/notification/dropTriangle.svg",
+ "ide/notification/dropTriangle.svg", AllIconsKeys::class.java)
+
+ public val ErrorEvents: IntelliJIconKey =
+ IntelliJIconKey("ide/notification/errorEvents.svg",
+ "ide/notification/errorEvents.svg", AllIconsKeys::class.java)
+
+ public val Expand: IntelliJIconKey = IntelliJIconKey("ide/notification/expand.svg",
+ "expui/general/chevronDown.svg", AllIconsKeys::class.java)
+
+ public val ExpandHover: IntelliJIconKey =
+ IntelliJIconKey("ide/notification/expandHover.svg",
+ "expui/general/chevronDown.svg", AllIconsKeys::class.java)
+
+ public val Gear: IntelliJIconKey = IntelliJIconKey("ide/notification/gear.svg",
+ "expui/general/moreVertical.svg", AllIconsKeys::class.java)
+
+ public val GearHover: IntelliJIconKey =
+ IntelliJIconKey("ide/notification/gearHover.svg",
+ "expui/general/moreVertical.svg", AllIconsKeys::class.java)
+
+ public val IdeUpdate: IntelliJIconKey =
+ IntelliJIconKey("ide/notification/ideUpdate.svg", "expui/general/ideUpdate.svg",
+ AllIconsKeys::class.java)
+
+ public val InfoEvents: IntelliJIconKey =
+ IntelliJIconKey("ide/notification/infoEvents.svg",
+ "ide/notification/infoEvents.svg", AllIconsKeys::class.java)
+
+ public val NoEvents: IntelliJIconKey = IntelliJIconKey("ide/notification/noEvents.svg",
+ "ide/notification/noEvents.svg", AllIconsKeys::class.java)
+
+ public val PluginUpdate: IntelliJIconKey =
+ IntelliJIconKey("ide/notification/pluginUpdate.svg",
+ "expui/general/pluginUpdate.svg", AllIconsKeys::class.java)
+
+ public val WarningEvents: IntelliJIconKey =
+ IntelliJIconKey("ide/notification/warningEvents.svg",
+ "ide/notification/warningEvents.svg", AllIconsKeys::class.java)
+ }
+
+ public object RoundShadow {
+ public val Bottom: IntelliJIconKey = IntelliJIconKey("ide/roundShadow/bottom.svg",
+ "ide/roundShadow/bottom.svg", AllIconsKeys::class.java)
+
+ public val BottomLeft: IntelliJIconKey =
+ IntelliJIconKey("ide/roundShadow/bottomLeft.svg",
+ "ide/roundShadow/bottomLeft.svg", AllIconsKeys::class.java)
+
+ public val BottomRight: IntelliJIconKey =
+ IntelliJIconKey("ide/roundShadow/bottomRight.svg",
+ "ide/roundShadow/bottomRight.svg", AllIconsKeys::class.java)
+
+ public val Left: IntelliJIconKey = IntelliJIconKey("ide/roundShadow/left.svg",
+ "ide/roundShadow/left.svg", AllIconsKeys::class.java)
+
+ public val Right: IntelliJIconKey = IntelliJIconKey("ide/roundShadow/right.svg",
+ "ide/roundShadow/right.svg", AllIconsKeys::class.java)
+
+ public val Top: IntelliJIconKey = IntelliJIconKey("ide/roundShadow/top.svg",
+ "ide/roundShadow/top.svg", AllIconsKeys::class.java)
+
+ public val TopLeft: IntelliJIconKey = IntelliJIconKey("ide/roundShadow/topLeft.svg",
+ "ide/roundShadow/topLeft.svg", AllIconsKeys::class.java)
+
+ public val TopRight: IntelliJIconKey = IntelliJIconKey("ide/roundShadow/topRight.svg",
+ "ide/roundShadow/topRight.svg", AllIconsKeys::class.java)
+ }
+
+ public object RunAnything {
+ public val OpenRecentProject: IntelliJIconKey =
+ IntelliJIconKey("ide/runAnything/openRecentProject.svg",
+ "ide/runAnything/openRecentProject.svg", AllIconsKeys::class.java)
+ }
+
+ public object Settings {
+ public val NewUI: IntelliJIconKey = IntelliJIconKey("ide/settings/newUI.svg",
+ "ide/settings/newUI.svg", AllIconsKeys::class.java)
+ }
+
+ public object Shadow {
+ public val Bottom: IntelliJIconKey = IntelliJIconKey("ide/shadow/bottom.svg",
+ "ide/shadow/bottom.svg", AllIconsKeys::class.java)
+
+ public val BottomLeft: IntelliJIconKey = IntelliJIconKey("ide/shadow/bottomLeft.svg",
+ "ide/shadow/bottomLeft.svg", AllIconsKeys::class.java)
+
+ public val BottomRight: IntelliJIconKey = IntelliJIconKey("ide/shadow/bottomRight.svg",
+ "ide/shadow/bottomRight.svg", AllIconsKeys::class.java)
+
+ public val Left: IntelliJIconKey = IntelliJIconKey("ide/shadow/left.svg",
+ "ide/shadow/left.svg", AllIconsKeys::class.java)
+
+ public val Right: IntelliJIconKey = IntelliJIconKey("ide/shadow/right.svg",
+ "ide/shadow/right.svg", AllIconsKeys::class.java)
+
+ public val Top: IntelliJIconKey = IntelliJIconKey("ide/shadow/top.svg",
+ "ide/shadow/top.svg", AllIconsKeys::class.java)
+
+ public val TopLeft: IntelliJIconKey = IntelliJIconKey("ide/shadow/topLeft.svg",
+ "ide/shadow/topLeft.svg", AllIconsKeys::class.java)
+
+ public val TopRight: IntelliJIconKey = IntelliJIconKey("ide/shadow/topRight.svg",
+ "ide/shadow/topRight.svg", AllIconsKeys::class.java)
+ }
+ }
+
+ public object Javaee {
+ public val Home: IntelliJIconKey = IntelliJIconKey("javaee/home.svg",
+ "expui/javaee/home.svg", AllIconsKeys::class.java)
+
+ public val PersistenceEntity: IntelliJIconKey =
+ IntelliJIconKey("javaee/persistenceEntity.svg",
+ "expui/javaee/persistenceEntity.svg", AllIconsKeys::class.java)
+
+ public val UpdateRunningApplication: IntelliJIconKey =
+ IntelliJIconKey("javaee/updateRunningApplication.svg",
+ "expui/javaee/updateRunningApplication.svg", AllIconsKeys::class.java)
+
+ public val WebModuleGroup: IntelliJIconKey = IntelliJIconKey("javaee/webModuleGroup.svg",
+ "expui/javaee/webModuleGroup.svg", AllIconsKeys::class.java)
+
+ public val WebService: IntelliJIconKey = IntelliJIconKey("javaee/WebService.svg",
+ "expui/javaee/webService.svg", AllIconsKeys::class.java)
+
+ public val WebServiceClient: IntelliJIconKey =
+ IntelliJIconKey("javaee/WebServiceClient.svg", "expui/javaee/webServiceClient.svg",
+ AllIconsKeys::class.java)
+ }
+
+ public object Json {
+ public val Array: IntelliJIconKey = IntelliJIconKey("json/array.svg",
+ "expui/json/array.svg", AllIconsKeys::class.java)
+
+ public val Object: IntelliJIconKey = IntelliJIconKey("json/object.svg",
+ "expui/json/object.svg", AllIconsKeys::class.java)
+ }
+
+ public object Language {
+ public val GO: IntelliJIconKey = IntelliJIconKey("language/go.svg", "language/go.svg",
+ AllIconsKeys::class.java)
+
+ public val Php: IntelliJIconKey = IntelliJIconKey("language/php.svg",
+ "expui/language/php.svg", AllIconsKeys::class.java)
+
+ public val Python: IntelliJIconKey = IntelliJIconKey("language/python.svg",
+ "language/python.svg", AllIconsKeys::class.java)
+
+ public val Ruby: IntelliJIconKey = IntelliJIconKey("language/ruby.svg", "language/ruby.svg",
+ AllIconsKeys::class.java)
+
+ public val Rust: IntelliJIconKey = IntelliJIconKey("language/rust.svg", "language/rust.svg",
+ AllIconsKeys::class.java)
+
+ public val Scala: IntelliJIconKey = IntelliJIconKey("language/scala.svg",
+ "expui/language/scala.svg", AllIconsKeys::class.java)
+ }
+
+ public object Linux {
+ public val Linux: IntelliJIconKey = IntelliJIconKey("linux/linux.svg", "linux/linux.svg",
+ AllIconsKeys::class.java)
+
+ public object Theme {
+ public object Gnome {
+ public val Close: IntelliJIconKey = IntelliJIconKey("linux/theme/gnome/close.svg",
+ "linux/theme/gnome/close.svg", AllIconsKeys::class.java)
+
+ public val CloseHover: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/gnome/closeHover.svg",
+ "linux/theme/gnome/closeHover.svg", AllIconsKeys::class.java)
+
+ public val CloseInactive: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/gnome/closeInactive.svg",
+ "linux/theme/gnome/closeInactive.svg", AllIconsKeys::class.java)
+
+ public val ClosePressed: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/gnome/closePressed.svg",
+ "linux/theme/gnome/closePressed.svg", AllIconsKeys::class.java)
+
+ public val Maximize: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/gnome/maximize.svg",
+ "linux/theme/gnome/maximize.svg", AllIconsKeys::class.java)
+
+ public val MaximizeHover: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/gnome/maximizeHover.svg",
+ "linux/theme/gnome/maximizeHover.svg", AllIconsKeys::class.java)
+
+ public val MaximizeInactive: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/gnome/maximizeInactive.svg",
+ "linux/theme/gnome/maximizeInactive.svg", AllIconsKeys::class.java)
+
+ public val MaximizePressed: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/gnome/maximizePressed.svg",
+ "linux/theme/gnome/maximizePressed.svg", AllIconsKeys::class.java)
+
+ public val Minimize: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/gnome/minimize.svg",
+ "linux/theme/gnome/minimize.svg", AllIconsKeys::class.java)
+
+ public val MinimizeHover: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/gnome/minimizeHover.svg",
+ "linux/theme/gnome/minimizeHover.svg", AllIconsKeys::class.java)
+
+ public val MinimizeInactive: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/gnome/minimizeInactive.svg",
+ "linux/theme/gnome/minimizeInactive.svg", AllIconsKeys::class.java)
+
+ public val MinimizePressed: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/gnome/minimizePressed.svg",
+ "linux/theme/gnome/minimizePressed.svg", AllIconsKeys::class.java)
+
+ public val Restore: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/gnome/restore.svg",
+ "linux/theme/gnome/restore.svg", AllIconsKeys::class.java)
+
+ public val RestoreHover: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/gnome/restoreHover.svg",
+ "linux/theme/gnome/restoreHover.svg", AllIconsKeys::class.java)
+
+ public val RestoreInactive: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/gnome/restoreInactive.svg",
+ "linux/theme/gnome/restoreInactive.svg", AllIconsKeys::class.java)
+
+ public val RestorePressed: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/gnome/restorePressed.svg",
+ "linux/theme/gnome/restorePressed.svg", AllIconsKeys::class.java)
+ }
+
+ public object Kde {
+ public val Close: IntelliJIconKey = IntelliJIconKey("linux/theme/kde/close.svg",
+ "linux/theme/kde/close.svg", AllIconsKeys::class.java)
+
+ public val CloseHover: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/kde/closeHover.svg",
+ "linux/theme/kde/closeHover.svg", AllIconsKeys::class.java)
+
+ public val CloseInactive: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/kde/closeInactive.svg",
+ "linux/theme/kde/closeInactive.svg", AllIconsKeys::class.java)
+
+ public val ClosePressed: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/kde/closePressed.svg",
+ "linux/theme/kde/closePressed.svg", AllIconsKeys::class.java)
+
+ public val Maximize: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/kde/maximize.svg",
+ "linux/theme/kde/maximize.svg", AllIconsKeys::class.java)
+
+ public val MaximizeHover: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/kde/maximizeHover.svg",
+ "linux/theme/kde/maximizeHover.svg", AllIconsKeys::class.java)
+
+ public val MaximizeInactive: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/kde/maximizeInactive.svg",
+ "linux/theme/kde/maximizeInactive.svg", AllIconsKeys::class.java)
+
+ public val MaximizePressed: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/kde/maximizePressed.svg",
+ "linux/theme/kde/maximizePressed.svg", AllIconsKeys::class.java)
+
+ public val Minimize: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/kde/minimize.svg",
+ "linux/theme/kde/minimize.svg", AllIconsKeys::class.java)
+
+ public val MinimizeHover: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/kde/minimizeHover.svg",
+ "linux/theme/kde/minimizeHover.svg", AllIconsKeys::class.java)
+
+ public val MinimizeInactive: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/kde/minimizeInactive.svg",
+ "linux/theme/kde/minimizeInactive.svg", AllIconsKeys::class.java)
+
+ public val MinimizePressed: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/kde/minimizePressed.svg",
+ "linux/theme/kde/minimizePressed.svg", AllIconsKeys::class.java)
+
+ public val Restore: IntelliJIconKey = IntelliJIconKey("linux/theme/kde/restore.svg",
+ "linux/theme/kde/restore.svg", AllIconsKeys::class.java)
+
+ public val RestoreHover: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/kde/restoreHover.svg",
+ "linux/theme/kde/restoreHover.svg", AllIconsKeys::class.java)
+
+ public val RestoreInactive: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/kde/restoreInactive.svg",
+ "linux/theme/kde/restoreInactive.svg", AllIconsKeys::class.java)
+
+ public val RestorePressed: IntelliJIconKey =
+ IntelliJIconKey("linux/theme/kde/restorePressed.svg",
+ "linux/theme/kde/restorePressed.svg", AllIconsKeys::class.java)
+ }
+ }
+ }
+
+ public object Mac {
+ public val AppIconOk512: IntelliJIconKey = IntelliJIconKey("mac/appIconOk512.png",
+ "mac/appIconOk512.png", AllIconsKeys::class.java)
+
+ public object Touchbar {
+ public val PopoverArrow: IntelliJIconKey =
+ IntelliJIconKey("mac/touchbar/popoverArrow.svg",
+ "mac/touchbar/popoverArrow.svg", AllIconsKeys::class.java)
+
+ public val PopoverClose: IntelliJIconKey =
+ IntelliJIconKey("mac/touchbar/popoverClose.svg",
+ "mac/touchbar/popoverClose.svg", AllIconsKeys::class.java)
+ }
+ }
+
+ public object MeetNewUi {
+ public val DarkTheme: IntelliJIconKey = IntelliJIconKey("expui/meetNewUi/darkTheme.svg",
+ "expui/meetNewUi/darkTheme.svg", AllIconsKeys::class.java)
+
+ public val DarkThemeSelected: IntelliJIconKey =
+ IntelliJIconKey("expui/meetNewUi/darkThemeSelected.svg",
+ "expui/meetNewUi/darkThemeSelected.svg", AllIconsKeys::class.java)
+
+ public val DensityCompact: IntelliJIconKey =
+ IntelliJIconKey("expui/meetNewUi/densityCompact.svg",
+ "expui/meetNewUi/densityCompact.svg", AllIconsKeys::class.java)
+
+ public val DensityDefault: IntelliJIconKey =
+ IntelliJIconKey("expui/meetNewUi/densityDefault.svg",
+ "expui/meetNewUi/densityDefault.svg", AllIconsKeys::class.java)
+
+ public val LightTheme: IntelliJIconKey = IntelliJIconKey("expui/meetNewUi/lightTheme.svg",
+ "expui/meetNewUi/lightTheme.svg", AllIconsKeys::class.java)
+
+ public val LightThemeSelected: IntelliJIconKey =
+ IntelliJIconKey("expui/meetNewUi/lightThemeSelected.svg",
+ "expui/meetNewUi/lightThemeSelected.svg", AllIconsKeys::class.java)
+
+ public val SystemTheme: IntelliJIconKey = IntelliJIconKey("expui/meetNewUi/systemTheme.svg",
+ "expui/meetNewUi/systemTheme.svg", AllIconsKeys::class.java)
+
+ public val SystemThemeSelected: IntelliJIconKey =
+ IntelliJIconKey("expui/meetNewUi/systemThemeSelected.svg",
+ "expui/meetNewUi/systemThemeSelected.svg", AllIconsKeys::class.java)
+ }
+
+ public object Modules {
+ public val AddExcludedRoot: IntelliJIconKey = IntelliJIconKey("modules/addExcludedRoot.svg",
+ "modules/addExcludedRoot.svg", AllIconsKeys::class.java)
+
+ public val Annotation: IntelliJIconKey = IntelliJIconKey("modules/annotation.svg",
+ "expui/nodes/annotationFolder.svg", AllIconsKeys::class.java)
+
+ public val EditFolder: IntelliJIconKey = IntelliJIconKey("modules/editFolder.svg",
+ "expui/nodes/editFolder.svg", AllIconsKeys::class.java)
+
+ public val ExcludeRoot: IntelliJIconKey = IntelliJIconKey("modules/excludeRoot.svg",
+ "expui/nodes/excludeRoot.svg", AllIconsKeys::class.java)
+
+ public val ExcludedGeneratedRoot: IntelliJIconKey =
+ IntelliJIconKey("modules/excludedGeneratedRoot.svg",
+ "expui/nodes/excludedGenerated.svg", AllIconsKeys::class.java)
+
+ public val GeneratedFolder: IntelliJIconKey = IntelliJIconKey("modules/generatedFolder.svg",
+ "expui/nodes/generated.svg", AllIconsKeys::class.java)
+
+ public val GeneratedSourceRoot: IntelliJIconKey =
+ IntelliJIconKey("modules/generatedSourceRoot.svg",
+ "expui/nodes/generatedSource.svg", AllIconsKeys::class.java)
+
+ public val GeneratedTestRoot: IntelliJIconKey =
+ IntelliJIconKey("modules/generatedTestRoot.svg",
+ "expui/nodes/generatedTestRoot.svg", AllIconsKeys::class.java)
+
+ public val ResourcesRoot: IntelliJIconKey = IntelliJIconKey("modules/resourcesRoot.svg",
+ "expui/nodes/resourcesRoot.svg", AllIconsKeys::class.java)
+
+ public val SourceRoot: IntelliJIconKey = IntelliJIconKey("modules/sourceRoot.svg",
+ "expui/nodes/sourceRoot.svg", AllIconsKeys::class.java)
+
+ public val SourceRootFileLayer: IntelliJIconKey =
+ IntelliJIconKey("modules/sourceRootFileLayer.svg",
+ "expui/nodes/sourceRootFileLayer.svg", AllIconsKeys::class.java)
+
+ public val Split: IntelliJIconKey = IntelliJIconKey("modules/split.svg",
+ "expui/actions/split.svg", AllIconsKeys::class.java)
+
+ public val TestResourcesRoot: IntelliJIconKey =
+ IntelliJIconKey("modules/testResourcesRoot.svg",
+ "expui/nodes/testResourcesRoot.svg", AllIconsKeys::class.java)
+
+ public val TestRoot: IntelliJIconKey = IntelliJIconKey("modules/testRoot.svg",
+ "expui/nodes/testRoot.svg", AllIconsKeys::class.java)
+
+ public val UnloadedModule: IntelliJIconKey = IntelliJIconKey("modules/unloadedModule.svg",
+ "expui/nodes/unloadedModule.svg", AllIconsKeys::class.java)
+
+ public val UnmarkWebroot: IntelliJIconKey = IntelliJIconKey("modules/unmarkWebroot.svg",
+ "modules/unmarkWebroot.svg", AllIconsKeys::class.java)
+ }
+
+ public object Nodes {
+ public val AbstractClass: IntelliJIconKey = IntelliJIconKey("nodes/abstractClass.svg",
+ "expui/nodes/classAbstract.svg", AllIconsKeys::class.java)
+
+ public val AbstractException: IntelliJIconKey =
+ IntelliJIconKey("nodes/abstractException.svg", "expui/nodes/abstractException.svg",
+ AllIconsKeys::class.java)
+
+ public val AbstractMethod: IntelliJIconKey = IntelliJIconKey("nodes/abstractMethod.svg",
+ "expui/nodes/methodAbstract.svg", AllIconsKeys::class.java)
+
+ public val Alias: IntelliJIconKey = IntelliJIconKey("nodes/alias.svg",
+ "expui/nodes/alias.svg", AllIconsKeys::class.java)
+
+ public val Annotationtype: IntelliJIconKey = IntelliJIconKey("nodes/annotationtype.svg",
+ "expui/nodes/annotation.svg", AllIconsKeys::class.java)
+
+ public val AnonymousClass: IntelliJIconKey = IntelliJIconKey("nodes/anonymousClass.svg",
+ "expui/nodes/classAnonymous.svg", AllIconsKeys::class.java)
+
+ public val Artifact: IntelliJIconKey = IntelliJIconKey("nodes/artifact.svg",
+ "nodes/artifact.svg", AllIconsKeys::class.java)
+
+ public val Aspect: IntelliJIconKey = IntelliJIconKey("nodes/aspect.svg", "nodes/aspect.svg",
+ AllIconsKeys::class.java)
+
+ public val Bookmark: IntelliJIconKey = IntelliJIconKey("nodes/bookmark.svg",
+ "expui/bookmarks/bookmark.svg", AllIconsKeys::class.java)
+
+ public val BookmarkGroup: IntelliJIconKey = IntelliJIconKey("nodes/bookmarkGroup.svg",
+ "expui/bookmarks/bookmarksList.svg", AllIconsKeys::class.java)
+
+ public val C_plocal: IntelliJIconKey = IntelliJIconKey("nodes/c_plocal.svg",
+ "expui/nodes/accessLocal.svg", AllIconsKeys::class.java)
+
+ public val C_private: IntelliJIconKey = IntelliJIconKey("nodes/c_private.svg",
+ "expui/nodes/accessPrivate.svg", AllIconsKeys::class.java)
+
+ public val C_protected: IntelliJIconKey = IntelliJIconKey("nodes/c_protected.svg",
+ "expui/nodes/accessProtected.svg", AllIconsKeys::class.java)
+
+ public val C_public: IntelliJIconKey = IntelliJIconKey("nodes/c_public.svg",
+ "expui/nodes/accessPublic.svg", AllIconsKeys::class.java)
+
+ public val Class: IntelliJIconKey = IntelliJIconKey("nodes/class.svg",
+ "expui/nodes/class.svg", AllIconsKeys::class.java)
+
+ public val ClassInitializer: IntelliJIconKey = IntelliJIconKey("nodes/classInitializer.svg",
+ "expui/nodes/classInitializer.svg", AllIconsKeys::class.java)
+
+ public val CompiledClassesFolder: IntelliJIconKey =
+ IntelliJIconKey("nodes/compiledClassesFolder.svg",
+ "nodes/compiledClassesFolder.svg", AllIconsKeys::class.java)
+
+ public val ConfigFolder: IntelliJIconKey = IntelliJIconKey("nodes/configFolder.svg",
+ "expui/build/taskGroup.svg", AllIconsKeys::class.java)
+
+ public val Console: IntelliJIconKey = IntelliJIconKey("nodes/console.svg",
+ "expui/fileTypes/shell.svg", AllIconsKeys::class.java)
+
+ public val Constant: IntelliJIconKey = IntelliJIconKey("nodes/constant.svg",
+ "expui/nodes/constant.svg", AllIconsKeys::class.java)
+
+ public val Controller: IntelliJIconKey = IntelliJIconKey("nodes/controller.svg",
+ "expui/nodes/controller.svg", AllIconsKeys::class.java)
+
+ public val CopyOfFolder: IntelliJIconKey = IntelliJIconKey("nodes/copyOfFolder.svg",
+ "expui/nodes/copyOfFolder.svg", AllIconsKeys::class.java)
+
+ public val CustomRegion: IntelliJIconKey = IntelliJIconKey("nodes/customRegion.svg",
+ "nodes/customRegion.svg", AllIconsKeys::class.java)
+
+ public val Cvs_global: IntelliJIconKey = IntelliJIconKey("nodes/cvs_global.svg",
+ "nodes/cvs_global.svg", AllIconsKeys::class.java)
+
+ public val Cvs_roots: IntelliJIconKey = IntelliJIconKey("nodes/cvs_roots.svg",
+ "nodes/cvs_roots.svg", AllIconsKeys::class.java)
+
+ public val DataColumn: IntelliJIconKey = IntelliJIconKey("nodes/dataColumn.svg",
+ "expui/nodes/dataColumn.svg", AllIconsKeys::class.java)
+
+ public val DataSchema: IntelliJIconKey = IntelliJIconKey("nodes/dataSchema.svg",
+ "expui/nodes/dataSchema.svg", AllIconsKeys::class.java)
+
+ public val DataTables: IntelliJIconKey = IntelliJIconKey("nodes/DataTables.svg",
+ "expui/nodes/dataTables.svg", AllIconsKeys::class.java)
+
+ public val Deploy: IntelliJIconKey = IntelliJIconKey("nodes/deploy.svg",
+ "expui/actions/deploy.svg", AllIconsKeys::class.java)
+
+ public val Desktop: IntelliJIconKey = IntelliJIconKey("nodes/desktop.svg",
+ "expui/nodes/desktop.svg", AllIconsKeys::class.java)
+
+ public val DoneMark: IntelliJIconKey = IntelliJIconKey("nodes/doneMark.svg",
+ "nodes/doneMark.svg", AllIconsKeys::class.java)
+
+ public val Editorconfig: IntelliJIconKey = IntelliJIconKey("nodes/editorconfig.svg",
+ "expui/fileTypes/editorConfig.svg", AllIconsKeys::class.java)
+
+ public val EmptyNode: IntelliJIconKey = IntelliJIconKey("nodes/emptyNode.svg",
+ "nodes/emptyNode.svg", AllIconsKeys::class.java)
+
+ public val EnterpriseProject: IntelliJIconKey =
+ IntelliJIconKey("nodes/enterpriseProject.svg", "nodes/enterpriseProject.svg",
+ AllIconsKeys::class.java)
+
+ public val EntryPoints: IntelliJIconKey = IntelliJIconKey("nodes/entryPoints.svg",
+ "nodes/entryPoints.svg", AllIconsKeys::class.java)
+
+ public val Enum: IntelliJIconKey = IntelliJIconKey("nodes/enum.svg", "expui/nodes/enum.svg",
+ AllIconsKeys::class.java)
+
+ public val ErrorIntroduction: IntelliJIconKey =
+ IntelliJIconKey("nodes/errorIntroduction.svg", "expui/nodes/errorIntroduction.svg",
+ AllIconsKeys::class.java)
+
+ public val ErrorMark: IntelliJIconKey = IntelliJIconKey("nodes/errorMark.svg",
+ "nodes/errorMark.svg", AllIconsKeys::class.java)
+
+ public val ExceptionClass: IntelliJIconKey = IntelliJIconKey("nodes/exceptionClass.svg",
+ "expui/nodes/exception.svg", AllIconsKeys::class.java)
+
+ public val ExcludedFromCompile: IntelliJIconKey =
+ IntelliJIconKey("nodes/excludedFromCompile.svg", "nodes/excludedFromCompile.svg",
+ AllIconsKeys::class.java)
+
+ public val ExtractedFolder: IntelliJIconKey = IntelliJIconKey("nodes/extractedFolder.svg",
+ "nodes/extractedFolder.svg", AllIconsKeys::class.java)
+
+ public val Favorite: IntelliJIconKey = IntelliJIconKey("nodes/favorite.svg",
+ "expui/nodes/star.svg", AllIconsKeys::class.java)
+
+ public val Field: IntelliJIconKey = IntelliJIconKey("nodes/field.svg",
+ "expui/nodes/field.svg", AllIconsKeys::class.java)
+
+ public val FieldPK: IntelliJIconKey = IntelliJIconKey("nodes/fieldPK.svg",
+ "nodes/fieldPK.svg", AllIconsKeys::class.java)
+
+ public val FilePrivate: IntelliJIconKey = IntelliJIconKey("nodes/filePrivate.svg",
+ "nodes/filePrivate.svg", AllIconsKeys::class.java)
+
+ public val FinalMark: IntelliJIconKey = IntelliJIconKey("nodes/finalMark.svg",
+ "expui/nodes/finalMark.svg", AllIconsKeys::class.java)
+
+ public val Folder: IntelliJIconKey = IntelliJIconKey("nodes/folder.svg",
+ "expui/nodes/folder.svg", AllIconsKeys::class.java)
+
+ public val Function: IntelliJIconKey = IntelliJIconKey("nodes/function.svg",
+ "expui/nodes/function.svg", AllIconsKeys::class.java)
+
+ public val Gvariable: IntelliJIconKey = IntelliJIconKey("nodes/gvariable.svg",
+ "expui/nodes/gvariable.svg", AllIconsKeys::class.java)
+
+ public val HomeFolder: IntelliJIconKey = IntelliJIconKey("nodes/homeFolder.svg",
+ "expui/nodes/homeFolder.svg", AllIconsKeys::class.java)
+
+ public val IdeaModule: IntelliJIconKey = IntelliJIconKey("nodes/ideaModule.svg",
+ "expui/fileTypes/ideaModule.svg", AllIconsKeys::class.java)
+
+ public val IdeaProject: IntelliJIconKey = IntelliJIconKey("nodes/ideaProject.svg",
+ "expui/nodes/ideaProject.svg", AllIconsKeys::class.java)
+
+ public val Include: IntelliJIconKey = IntelliJIconKey("nodes/include.svg",
+ "expui/nodes/include.svg", AllIconsKeys::class.java)
+
+ public val InspectionResults: IntelliJIconKey =
+ IntelliJIconKey("nodes/inspectionResults.svg", "nodes/inspectionResults.svg",
+ AllIconsKeys::class.java)
+
+ public val Interface: IntelliJIconKey = IntelliJIconKey("nodes/interface.svg",
+ "expui/nodes/interface.svg", AllIconsKeys::class.java)
+
+ public val J2eeParameter: IntelliJIconKey = IntelliJIconKey("nodes/j2eeParameter.svg",
+ "nodes/j2eeParameter.svg", AllIconsKeys::class.java)
+
+ public val JarDirectory: IntelliJIconKey = IntelliJIconKey("nodes/jarDirectory.svg",
+ "nodes/jarDirectory.svg", AllIconsKeys::class.java)
+
+ public val JavaDocFolder: IntelliJIconKey = IntelliJIconKey("nodes/javaDocFolder.svg",
+ "nodes/javaDocFolder.svg", AllIconsKeys::class.java)
+
+ public val JavaModule: IntelliJIconKey = IntelliJIconKey("nodes/javaModule.svg",
+ "expui/nodes/moduleJava.svg", AllIconsKeys::class.java)
+
+ public val JunitTestMark: IntelliJIconKey = IntelliJIconKey("nodes/junitTestMark.svg",
+ "expui/nodes/junitTestMark.svg", AllIconsKeys::class.java)
+
+ public val KeymapAnt: IntelliJIconKey = IntelliJIconKey("nodes/keymapAnt.svg",
+ "expui/nodes/folder.svg", AllIconsKeys::class.java)
+
+ public val KeymapEditor: IntelliJIconKey = IntelliJIconKey("nodes/keymapEditor.svg",
+ "expui/nodes/folder.svg", AllIconsKeys::class.java)
+
+ public val KeymapMainMenu: IntelliJIconKey = IntelliJIconKey("nodes/keymapMainMenu.svg",
+ "expui/nodes/folder.svg", AllIconsKeys::class.java)
+
+ public val KeymapOther: IntelliJIconKey = IntelliJIconKey("nodes/keymapOther.svg",
+ "expui/nodes/folder.svg", AllIconsKeys::class.java)
+
+ public val KeymapTools: IntelliJIconKey = IntelliJIconKey("nodes/keymapTools.svg",
+ "expui/nodes/folder.svg", AllIconsKeys::class.java)
+
+ public val Lambda: IntelliJIconKey = IntelliJIconKey("nodes/lambda.svg",
+ "expui/nodes/lambda.svg", AllIconsKeys::class.java)
+
+ public val Library: IntelliJIconKey = IntelliJIconKey("expui/nodes/library.svg",
+ "expui/nodes/library.svg", AllIconsKeys::class.java)
+
+ public val Locked: IntelliJIconKey = IntelliJIconKey("nodes/locked.svg",
+ "expui/nodes/locked.svg", AllIconsKeys::class.java)
+
+ public val LogFolder: IntelliJIconKey = IntelliJIconKey("nodes/logFolder.svg",
+ "nodes/logFolder.svg", AllIconsKeys::class.java)
+
+ public val Method: IntelliJIconKey = IntelliJIconKey("nodes/method.svg",
+ "expui/nodes/method.svg", AllIconsKeys::class.java)
+
+ public val MethodReference: IntelliJIconKey = IntelliJIconKey("nodes/methodReference.svg",
+ "expui/nodes/methodReference.svg", AllIconsKeys::class.java)
+
+ public val Mnemonic: IntelliJIconKey = IntelliJIconKey("nodes/mnemonic.svg",
+ "expui/bookmarks/mnemonic.svg", AllIconsKeys::class.java)
+
+ public val ModelClass: IntelliJIconKey = IntelliJIconKey("nodes/modelClass.svg",
+ "expui/nodes/modelClass.svg", AllIconsKeys::class.java)
+
+ public val Models: IntelliJIconKey = IntelliJIconKey("nodes/models.svg", "nodes/models.svg",
+ AllIconsKeys::class.java)
+
+ public val Module: IntelliJIconKey = IntelliJIconKey("nodes/Module.svg",
+ "expui/nodes/module.svg", AllIconsKeys::class.java)
+
+ public val Module8x8: IntelliJIconKey = IntelliJIconKey("expui/nodes/module8x8.svg",
+ "expui/nodes/module8x8.svg", AllIconsKeys::class.java)
+
+ public val ModuleGroup: IntelliJIconKey = IntelliJIconKey("nodes/moduleGroup.svg",
+ "expui/nodes/moduleGroup.svg", AllIconsKeys::class.java)
+
+ public val MultipleTypeDefinitions: IntelliJIconKey =
+ IntelliJIconKey("nodes/multipleTypeDefinitions.svg",
+ "nodes/multipleTypeDefinitions.svg", AllIconsKeys::class.java)
+
+ public val NativeLibrariesFolder: IntelliJIconKey =
+ IntelliJIconKey("nodes/nativeLibrariesFolder.svg",
+ "nodes/nativeLibrariesFolder.svg", AllIconsKeys::class.java)
+
+ public val NewParameter: IntelliJIconKey = IntelliJIconKey("nodes/newParameter.svg",
+ "expui/nodes/parameter.svg", AllIconsKeys::class.java)
+
+ public val NodePlaceholder: IntelliJIconKey = IntelliJIconKey("nodes/nodePlaceholder.svg",
+ "nodes/nodePlaceholder.svg", AllIconsKeys::class.java)
+
+ public val NotFavoriteOnHover: IntelliJIconKey =
+ IntelliJIconKey("nodes/notFavoriteOnHover.svg", "expui/nodes/starEmpty.svg",
+ AllIconsKeys::class.java)
+
+ public val ObjectTypeAttribute: IntelliJIconKey =
+ IntelliJIconKey("nodes/objectTypeAttribute.svg", "nodes/objectTypeAttribute.svg",
+ AllIconsKeys::class.java)
+
+ public val Package: IntelliJIconKey = IntelliJIconKey("nodes/package.svg",
+ "expui/nodes/package.svg", AllIconsKeys::class.java)
+
+ public val PackageLocal: IntelliJIconKey = IntelliJIconKey("nodes/packageLocal.svg",
+ "nodes/packageLocal.svg", AllIconsKeys::class.java)
+
+ public val Padlock: IntelliJIconKey = IntelliJIconKey("nodes/padlock.svg",
+ "nodes/padlock.svg", AllIconsKeys::class.java)
+
+ public val Parameter: IntelliJIconKey = IntelliJIconKey("nodes/parameter.svg",
+ "expui/nodes/parameter.svg", AllIconsKeys::class.java)
+
+ public val Plugin: IntelliJIconKey = IntelliJIconKey("nodes/plugin.svg",
+ "expui/nodes/plugin.svg", AllIconsKeys::class.java)
+
+ public val PluginJB: IntelliJIconKey = IntelliJIconKey("nodes/pluginJB.svg",
+ "nodes/pluginJB.svg", AllIconsKeys::class.java)
+
+ public val PluginLogo: IntelliJIconKey = IntelliJIconKey("nodes/pluginLogo.svg",
+ "nodes/pluginLogo.svg", AllIconsKeys::class.java)
+
+ public val PluginRestart: IntelliJIconKey = IntelliJIconKey("nodes/pluginRestart.svg",
+ "nodes/pluginRestart.svg", AllIconsKeys::class.java)
+
+ public val Pluginnotinstalled: IntelliJIconKey =
+ IntelliJIconKey("nodes/pluginnotinstalled.svg", "nodes/pluginnotinstalled.svg",
+ AllIconsKeys::class.java)
+
+ public val Pluginobsolete: IntelliJIconKey = IntelliJIconKey("nodes/pluginobsolete.svg",
+ "expui/nodes/plugin.svg", AllIconsKeys::class.java)
+
+ public val PpInvalid: IntelliJIconKey = IntelliJIconKey("nodes/ppInvalid.svg",
+ "nodes/ppInvalid.svg", AllIconsKeys::class.java)
+
+ public val PpJar: IntelliJIconKey = IntelliJIconKey("nodes/ppJar.svg",
+ "expui/fileTypes/archive.svg", AllIconsKeys::class.java)
+
+ public val PpJdk: IntelliJIconKey = IntelliJIconKey("nodes/ppJdk.svg",
+ "expui/nodes/jdk.svg", AllIconsKeys::class.java)
+
+ public val PpLib: IntelliJIconKey = IntelliJIconKey("nodes/ppLib.svg",
+ "expui/nodes/library.svg", AllIconsKeys::class.java)
+
+ public val PpLibFolder: IntelliJIconKey = IntelliJIconKey("nodes/ppLibFolder.svg",
+ "expui/nodes/libraryFolder.svg", AllIconsKeys::class.java)
+
+ public val PpWeb: IntelliJIconKey = IntelliJIconKey("nodes/ppWeb.svg",
+ "expui/nodes/ppWeb.svg", AllIconsKeys::class.java)
+
+ public val Private: IntelliJIconKey = IntelliJIconKey("nodes/private.svg",
+ "expui/nodes/accessPrivate.svg", AllIconsKeys::class.java)
+
+ public val ProcessMark: IntelliJIconKey = IntelliJIconKey("nodes/processMark.svg",
+ "expui/nodes/processMark.svg", AllIconsKeys::class.java)
+
+ public val Project: IntelliJIconKey = IntelliJIconKey("nodes/project.svg",
+ "expui/runConfigurations/application.svg", AllIconsKeys::class.java)
+
+ public val Property: IntelliJIconKey = IntelliJIconKey("nodes/property.svg",
+ "expui/nodes/property.svg", AllIconsKeys::class.java)
+
+ public val PropertyRead: IntelliJIconKey = IntelliJIconKey("nodes/propertyRead.svg",
+ "expui/nodes/property.svg", AllIconsKeys::class.java)
+
+ public val PropertyReadStatic: IntelliJIconKey =
+ IntelliJIconKey("nodes/propertyReadStatic.svg", "expui/nodes/property.svg",
+ AllIconsKeys::class.java)
+
+ public val PropertyReadWrite: IntelliJIconKey =
+ IntelliJIconKey("nodes/propertyReadWrite.svg", "expui/nodes/property.svg",
+ AllIconsKeys::class.java)
+
+ public val PropertyReadWriteStatic: IntelliJIconKey =
+ IntelliJIconKey("nodes/propertyReadWriteStatic.svg", "expui/nodes/property.svg",
+ AllIconsKeys::class.java)
+
+ public val PropertyWrite: IntelliJIconKey = IntelliJIconKey("nodes/propertyWrite.svg",
+ "expui/nodes/property.svg", AllIconsKeys::class.java)
+
+ public val PropertyWriteStatic: IntelliJIconKey =
+ IntelliJIconKey("nodes/propertyWriteStatic.svg", "expui/nodes/property.svg",
+ AllIconsKeys::class.java)
+
+ public val Protected: IntelliJIconKey = IntelliJIconKey("nodes/protected.svg",
+ "expui/nodes/accessProtected.svg", AllIconsKeys::class.java)
+
+ public val Public: IntelliJIconKey = IntelliJIconKey("nodes/public.svg",
+ "expui/nodes/accessPublic.svg", AllIconsKeys::class.java)
+
+ public val ReadAccess: IntelliJIconKey = IntelliJIconKey("nodes/read-access.svg",
+ "nodes/read-access.svg", AllIconsKeys::class.java)
+
+ public val Record: IntelliJIconKey = IntelliJIconKey("nodes/record.svg",
+ "expui/nodes/record.svg", AllIconsKeys::class.java)
+
+ public val Related: IntelliJIconKey = IntelliJIconKey("nodes/related.svg",
+ "expui/nodes/related.svg", AllIconsKeys::class.java)
+
+ public val ResourceBundle: IntelliJIconKey = IntelliJIconKey("nodes/resourceBundle.svg",
+ "expui/nodes/resourceBundle.svg", AllIconsKeys::class.java)
+
+ public val RunnableMark: IntelliJIconKey = IntelliJIconKey("nodes/runnableMark.svg",
+ "expui/nodes/runnableMark.svg", AllIconsKeys::class.java)
+
+ public val RwAccess: IntelliJIconKey = IntelliJIconKey("nodes/rw-access.svg",
+ "nodes/rw-access.svg", AllIconsKeys::class.java)
+
+ public val SecurityRole: IntelliJIconKey = IntelliJIconKey("nodes/securityRole.svg",
+ "nodes/securityRole.svg", AllIconsKeys::class.java)
+
+ public val Services: IntelliJIconKey = IntelliJIconKey("nodes/services.svg",
+ "nodes/services.svg", AllIconsKeys::class.java)
+
+ public val Servlet: IntelliJIconKey = IntelliJIconKey("nodes/servlet.svg",
+ "expui/nodes/servlet.svg", AllIconsKeys::class.java)
+
+ public val Shared: IntelliJIconKey = IntelliJIconKey("nodes/shared.svg",
+ "expui/nodes/shared.svg", AllIconsKeys::class.java)
+
+ public val SortBySeverity: IntelliJIconKey = IntelliJIconKey("nodes/sortBySeverity.svg",
+ "nodes/sortBySeverity.svg", AllIconsKeys::class.java)
+
+ public val Static: IntelliJIconKey = IntelliJIconKey("nodes/static.svg",
+ "expui/nodes/static.svg", AllIconsKeys::class.java)
+
+ public val StaticMark: IntelliJIconKey = IntelliJIconKey("nodes/staticMark.svg",
+ "expui/nodes/staticMark.svg", AllIconsKeys::class.java)
+
+ public val Symlink: IntelliJIconKey = IntelliJIconKey("nodes/symlink.svg",
+ "expui/nodes/symlink.svg", AllIconsKeys::class.java)
+
+ public val TabAlert: IntelliJIconKey = IntelliJIconKey("nodes/tabAlert.svg",
+ "expui/nodes/tabAlert.svg", AllIconsKeys::class.java)
+
+ public val TabPin: IntelliJIconKey = IntelliJIconKey("nodes/tabPin.svg", "nodes/tabPin.svg",
+ AllIconsKeys::class.java)
+
+ public val Tag: IntelliJIconKey = IntelliJIconKey("nodes/tag.svg", "nodes/tag.svg",
+ AllIconsKeys::class.java)
+
+ public val Target: IntelliJIconKey = IntelliJIconKey("nodes/target.svg", "nodes/target.svg",
+ AllIconsKeys::class.java)
+
+ public val Template: IntelliJIconKey = IntelliJIconKey("nodes/template.svg",
+ "expui/nodes/template.svg", AllIconsKeys::class.java)
+
+ public val Test: IntelliJIconKey = IntelliJIconKey("nodes/test.svg", "expui/nodes/test.svg",
+ AllIconsKeys::class.java)
+
+ public val TestGroup: IntelliJIconKey = IntelliJIconKey("nodes/testGroup.svg",
+ "expui/nodes/testGroup.svg", AllIconsKeys::class.java)
+
+ public val TestIgnored: IntelliJIconKey = IntelliJIconKey("nodes/testIgnored.svg",
+ "expui/nodes/testIgnored.svg", AllIconsKeys::class.java)
+
+ public val TestSourceFolder: IntelliJIconKey = IntelliJIconKey("nodes/testSourceFolder.svg",
+ "expui/nodes/testSourceFolder.svg", AllIconsKeys::class.java)
+
+ public val TextArea: IntelliJIconKey = IntelliJIconKey("nodes/textArea.svg",
+ "expui/nodes/textArea.svg", AllIconsKeys::class.java)
+
+ public val Toolbox: IntelliJIconKey = IntelliJIconKey("nodes/toolbox.svg",
+ "nodes/toolbox.svg", AllIconsKeys::class.java)
+
+ public val Type: IntelliJIconKey = IntelliJIconKey("nodes/type.svg", "expui/nodes/type.svg",
+ AllIconsKeys::class.java)
+
+ public val Undeploy: IntelliJIconKey = IntelliJIconKey("nodes/undeploy.svg",
+ "expui/actions/undeploy.svg", AllIconsKeys::class.java)
+
+ public val Unknown: IntelliJIconKey = IntelliJIconKey("nodes/unknown.svg",
+ "nodes/unknown.svg", AllIconsKeys::class.java)
+
+ public val UnknownJdk: IntelliJIconKey = IntelliJIconKey("nodes/unknownJdk.svg",
+ "nodes/unknownJdk.svg", AllIconsKeys::class.java)
+
+ public val UpFolder: IntelliJIconKey = IntelliJIconKey("nodes/upFolder.svg",
+ "expui/nodes/upFolder.svg", AllIconsKeys::class.java)
+
+ public val UpLevel: IntelliJIconKey = IntelliJIconKey("nodes/upLevel.svg",
+ "nodes/upLevel.svg", AllIconsKeys::class.java)
+
+ public val Variable: IntelliJIconKey = IntelliJIconKey("nodes/variable.svg",
+ "expui/nodes/variable.svg", AllIconsKeys::class.java)
+
+ public val WarningIntroduction: IntelliJIconKey =
+ IntelliJIconKey("nodes/warningIntroduction.svg",
+ "expui/nodes/warningIntroduction.svg", AllIconsKeys::class.java)
+
+ public val WarningMark: IntelliJIconKey = IntelliJIconKey("nodes/warningMark.svg",
+ "nodes/warningMark.svg", AllIconsKeys::class.java)
+
+ public val WebFolder: IntelliJIconKey = IntelliJIconKey("nodes/webFolder.svg",
+ "expui/nodes/webFolder.svg", AllIconsKeys::class.java)
+
+ public val Weblistener: IntelliJIconKey = IntelliJIconKey("nodes/weblistener.svg",
+ "nodes/weblistener.svg", AllIconsKeys::class.java)
+
+ public val Word: IntelliJIconKey = IntelliJIconKey("nodes/word.svg", "nodes/word.svg",
+ AllIconsKeys::class.java)
+
+ public val Workspace: IntelliJIconKey = IntelliJIconKey("expui/nodes/workspace.svg",
+ "expui/nodes/workspace.svg", AllIconsKeys::class.java)
+
+ public val WriteAccess: IntelliJIconKey = IntelliJIconKey("nodes/write-access.svg",
+ "nodes/write-access.svg", AllIconsKeys::class.java)
+
+ public object Jsf {
+ public val Renderer: IntelliJIconKey = IntelliJIconKey("nodes/jsf/renderer.svg",
+ "nodes/jsf/renderer.svg", AllIconsKeys::class.java)
+ }
+ }
+
+ public object ObjectBrowser {
+ public val AbbreviatePackageNames: IntelliJIconKey =
+ IntelliJIconKey("objectBrowser/abbreviatePackageNames.svg",
+ "expui/objectBrowser/abbreviatePackageNames.svg", AllIconsKeys::class.java)
+
+ public val CompactEmptyPackages: IntelliJIconKey =
+ IntelliJIconKey("objectBrowser/compactEmptyPackages.svg",
+ "expui/objectBrowser/compactEmptyPackages.svg", AllIconsKeys::class.java)
+
+ public val FlattenModules: IntelliJIconKey =
+ IntelliJIconKey("objectBrowser/flattenModules.svg",
+ "expui/objectBrowser/flattenModules.svg", AllIconsKeys::class.java)
+
+ public val FlattenPackages: IntelliJIconKey =
+ IntelliJIconKey("objectBrowser/flattenPackages.svg",
+ "expui/objectBrowser/flattenPackages.svg", AllIconsKeys::class.java)
+
+ public val ShowLibraryContents: IntelliJIconKey =
+ IntelliJIconKey("objectBrowser/showLibraryContents.svg",
+ "expui/objectBrowser/showLibraryContents.svg", AllIconsKeys::class.java)
+
+ public val ShowMembers: IntelliJIconKey = IntelliJIconKey("objectBrowser/showMembers.svg",
+ "expui/objectBrowser/showMembers.svg", AllIconsKeys::class.java)
+
+ public val SortByType: IntelliJIconKey = IntelliJIconKey("objectBrowser/sortByType.svg",
+ "expui/objectBrowser/sortByType.svg", AllIconsKeys::class.java)
+
+ public val Sorted: IntelliJIconKey = IntelliJIconKey("objectBrowser/sorted.svg",
+ "expui/objectBrowser/sortAlphabetically.svg", AllIconsKeys::class.java)
+
+ public val SortedByUsage: IntelliJIconKey =
+ IntelliJIconKey("objectBrowser/sortedByUsage.svg",
+ "expui/objectBrowser/sortByUsage.svg", AllIconsKeys::class.java)
+
+ public val VisibilitySort: IntelliJIconKey =
+ IntelliJIconKey("objectBrowser/visibilitySort.svg",
+ "expui/objectBrowser/sortByVisibility.svg", AllIconsKeys::class.java)
+ }
+
+ public object Plugins {
+ public val Disabled: IntelliJIconKey = IntelliJIconKey("plugins/disabled.svg",
+ "plugins/disabled.svg", AllIconsKeys::class.java)
+
+ public val Downloads: IntelliJIconKey = IntelliJIconKey("plugins/downloads.svg",
+ "plugins/downloads.svg", AllIconsKeys::class.java)
+
+ public val ModifierInvalid: IntelliJIconKey = IntelliJIconKey("plugins/modifierInvalid.svg",
+ "plugins/modifierInvalid.svg", AllIconsKeys::class.java)
+
+ public val PluginLogo: IntelliJIconKey = IntelliJIconKey("plugins/pluginLogo.svg",
+ "expui/nodes/pluginLogo.svg", AllIconsKeys::class.java)
+
+ public val PluginLogoDisabled: IntelliJIconKey =
+ IntelliJIconKey("plugins/pluginLogoDisabled.svg",
+ "expui/nodes/pluginLogoDisabled.svg", AllIconsKeys::class.java)
+
+ public val Rating: IntelliJIconKey = IntelliJIconKey("plugins/rating.svg",
+ "plugins/rating.svg", AllIconsKeys::class.java)
+
+ public val Updated: IntelliJIconKey = IntelliJIconKey("plugins/updated.svg",
+ "plugins/updated.svg", AllIconsKeys::class.java)
+ }
+
+ public object Process {
+ public val ProgressPause: IntelliJIconKey = IntelliJIconKey("process/progressPause.svg",
+ "expui/progress/pause.svg", AllIconsKeys::class.java)
+
+ public val ProgressPauseHover: IntelliJIconKey =
+ IntelliJIconKey("process/progressPauseHover.svg", "expui/progress/pauseHovered.svg",
+ AllIconsKeys::class.java)
+
+ public val ProgressPauseSmall: IntelliJIconKey =
+ IntelliJIconKey("process/progressPauseSmall.svg", "expui/progress/pause.svg",
+ AllIconsKeys::class.java)
+
+ public val ProgressPauseSmallHover: IntelliJIconKey =
+ IntelliJIconKey("process/progressPauseSmallHover.svg",
+ "expui/progress/pauseHovered.svg", AllIconsKeys::class.java)
+
+ public val ProgressResume: IntelliJIconKey = IntelliJIconKey("process/progressResume.svg",
+ "expui/progress/resume.svg", AllIconsKeys::class.java)
+
+ public val ProgressResumeHover: IntelliJIconKey =
+ IntelliJIconKey("process/progressResumeHover.svg",
+ "expui/progress/resumeHovered.svg", AllIconsKeys::class.java)
+
+ public val ProgressResumeSmall: IntelliJIconKey =
+ IntelliJIconKey("process/progressResumeSmall.svg", "expui/progress/resume.svg",
+ AllIconsKeys::class.java)
+
+ public val ProgressResumeSmallHover: IntelliJIconKey =
+ IntelliJIconKey("process/progressResumeSmallHover.svg",
+ "expui/progress/resumeHovered.svg", AllIconsKeys::class.java)
+
+ public val Step_1: IntelliJIconKey = IntelliJIconKey("process/step_1.svg",
+ "process/step_1.svg", AllIconsKeys::class.java)
+
+ public val Step_2: IntelliJIconKey = IntelliJIconKey("process/step_2.svg",
+ "process/step_2.svg", AllIconsKeys::class.java)
+
+ public val Step_3: IntelliJIconKey = IntelliJIconKey("process/step_3.svg",
+ "process/step_3.svg", AllIconsKeys::class.java)
+
+ public val Step_4: IntelliJIconKey = IntelliJIconKey("process/step_4.svg",
+ "process/step_4.svg", AllIconsKeys::class.java)
+
+ public val Step_5: IntelliJIconKey = IntelliJIconKey("process/step_5.svg",
+ "process/step_5.svg", AllIconsKeys::class.java)
+
+ public val Step_6: IntelliJIconKey = IntelliJIconKey("process/step_6.svg",
+ "process/step_6.svg", AllIconsKeys::class.java)
+
+ public val Step_7: IntelliJIconKey = IntelliJIconKey("process/step_7.svg",
+ "process/step_7.svg", AllIconsKeys::class.java)
+
+ public val Step_8: IntelliJIconKey = IntelliJIconKey("process/step_8.svg",
+ "process/step_8.svg", AllIconsKeys::class.java)
+
+ public val Step_mask: IntelliJIconKey = IntelliJIconKey("process/step_mask.svg",
+ "process/step_mask.svg", AllIconsKeys::class.java)
+
+ public val Step_passive: IntelliJIconKey = IntelliJIconKey("process/step_passive.svg",
+ "process/step_passive.svg", AllIconsKeys::class.java)
+
+ public val Stop: IntelliJIconKey = IntelliJIconKey("process/stop.svg",
+ "expui/progress/stop.svg", AllIconsKeys::class.java)
+
+ public val StopHovered: IntelliJIconKey = IntelliJIconKey("process/stopHovered.svg",
+ "expui/progress/stopHovered.svg", AllIconsKeys::class.java)
+
+ public val StopSmall: IntelliJIconKey = IntelliJIconKey("process/stopSmall.svg",
+ "expui/progress/stop.svg", AllIconsKeys::class.java)
+
+ public val StopSmallHovered: IntelliJIconKey =
+ IntelliJIconKey("process/stopSmallHovered.svg", "expui/progress/stopHovered.svg",
+ AllIconsKeys::class.java)
+
+ public object Big {
+ public val Step_1: IntelliJIconKey = IntelliJIconKey("process/big/step_1.svg",
+ "process/big/step_1.svg", AllIconsKeys::class.java)
+
+ public val Step_2: IntelliJIconKey = IntelliJIconKey("process/big/step_2.svg",
+ "process/big/step_2.svg", AllIconsKeys::class.java)
+
+ public val Step_3: IntelliJIconKey = IntelliJIconKey("process/big/step_3.svg",
+ "process/big/step_3.svg", AllIconsKeys::class.java)
+
+ public val Step_4: IntelliJIconKey = IntelliJIconKey("process/big/step_4.svg",
+ "process/big/step_4.svg", AllIconsKeys::class.java)
+
+ public val Step_5: IntelliJIconKey = IntelliJIconKey("process/big/step_5.svg",
+ "process/big/step_5.svg", AllIconsKeys::class.java)
+
+ public val Step_6: IntelliJIconKey = IntelliJIconKey("process/big/step_6.svg",
+ "process/big/step_6.svg", AllIconsKeys::class.java)
+
+ public val Step_7: IntelliJIconKey = IntelliJIconKey("process/big/step_7.svg",
+ "process/big/step_7.svg", AllIconsKeys::class.java)
+
+ public val Step_8: IntelliJIconKey = IntelliJIconKey("process/big/step_8.svg",
+ "process/big/step_8.svg", AllIconsKeys::class.java)
+
+ public val Step_passive: IntelliJIconKey =
+ IntelliJIconKey("process/big/step_passive.svg", "process/big/step_passive.svg",
+ AllIconsKeys::class.java)
+ }
+
+ public object FS {
+ public val Step_1: IntelliJIconKey = IntelliJIconKey("process/fs/step_1.png",
+ "process/fs/step_1.png", AllIconsKeys::class.java)
+
+ public val Step_10: IntelliJIconKey = IntelliJIconKey("process/fs/step_10.png",
+ "process/fs/step_10.png", AllIconsKeys::class.java)
+
+ public val Step_11: IntelliJIconKey = IntelliJIconKey("process/fs/step_11.png",
+ "process/fs/step_11.png", AllIconsKeys::class.java)
+
+ public val Step_12: IntelliJIconKey = IntelliJIconKey("process/fs/step_12.png",
+ "process/fs/step_12.png", AllIconsKeys::class.java)
+
+ public val Step_13: IntelliJIconKey = IntelliJIconKey("process/fs/step_13.png",
+ "process/fs/step_13.png", AllIconsKeys::class.java)
+
+ public val Step_14: IntelliJIconKey = IntelliJIconKey("process/fs/step_14.png",
+ "process/fs/step_14.png", AllIconsKeys::class.java)
+
+ public val Step_15: IntelliJIconKey = IntelliJIconKey("process/fs/step_15.png",
+ "process/fs/step_15.png", AllIconsKeys::class.java)
+
+ public val Step_16: IntelliJIconKey = IntelliJIconKey("process/fs/step_16.png",
+ "process/fs/step_16.png", AllIconsKeys::class.java)
+
+ public val Step_17: IntelliJIconKey = IntelliJIconKey("process/fs/step_17.png",
+ "process/fs/step_17.png", AllIconsKeys::class.java)
+
+ public val Step_18: IntelliJIconKey = IntelliJIconKey("process/fs/step_18.png",
+ "process/fs/step_18.png", AllIconsKeys::class.java)
+
+ public val Step_2: IntelliJIconKey = IntelliJIconKey("process/fs/step_2.png",
+ "process/fs/step_2.png", AllIconsKeys::class.java)
+
+ public val Step_3: IntelliJIconKey = IntelliJIconKey("process/fs/step_3.png",
+ "process/fs/step_3.png", AllIconsKeys::class.java)
+
+ public val Step_4: IntelliJIconKey = IntelliJIconKey("process/fs/step_4.png",
+ "process/fs/step_4.png", AllIconsKeys::class.java)
+
+ public val Step_5: IntelliJIconKey = IntelliJIconKey("process/fs/step_5.png",
+ "process/fs/step_5.png", AllIconsKeys::class.java)
+
+ public val Step_6: IntelliJIconKey = IntelliJIconKey("process/fs/step_6.png",
+ "process/fs/step_6.png", AllIconsKeys::class.java)
+
+ public val Step_7: IntelliJIconKey = IntelliJIconKey("process/fs/step_7.png",
+ "process/fs/step_7.png", AllIconsKeys::class.java)
+
+ public val Step_8: IntelliJIconKey = IntelliJIconKey("process/fs/step_8.png",
+ "process/fs/step_8.png", AllIconsKeys::class.java)
+
+ public val Step_9: IntelliJIconKey = IntelliJIconKey("process/fs/step_9.png",
+ "process/fs/step_9.png", AllIconsKeys::class.java)
+
+ public val Step_mask: IntelliJIconKey = IntelliJIconKey("process/fs/step_mask.png",
+ "process/fs/step_mask.png", AllIconsKeys::class.java)
+
+ public val Step_passive: IntelliJIconKey =
+ IntelliJIconKey("process/fs/step_passive.png", "process/fs/step_passive.png",
+ AllIconsKeys::class.java)
+ }
+ }
+
+ public object Profiler {
+ public val CollapseNode: IntelliJIconKey = IntelliJIconKey("profiler/collapseNode.svg",
+ "expui/profiler/collapseNode.svg", AllIconsKeys::class.java)
+
+ public val ExpandNode: IntelliJIconKey = IntelliJIconKey("profiler/expandNode.svg",
+ "expui/profiler/expandNode.svg", AllIconsKeys::class.java)
+
+ public val Rec: IntelliJIconKey = IntelliJIconKey("profiler/rec.svg",
+ "expui/profiler/rec.svg", AllIconsKeys::class.java)
+ }
+
+ public object Providers {
+ public val ActiveMQ: IntelliJIconKey = IntelliJIconKey("providers/activeMQ.svg",
+ "providers/activeMQ.svg", AllIconsKeys::class.java)
+
+ public val Apache: IntelliJIconKey = IntelliJIconKey("providers/apache.svg",
+ "providers/apache.svg", AllIconsKeys::class.java)
+
+ public val ApacheDerby: IntelliJIconKey = IntelliJIconKey("providers/apacheDerby.svg",
+ "providers/apacheDerby.svg", AllIconsKeys::class.java)
+
+ public val ApacheIgnite: IntelliJIconKey = IntelliJIconKey("providers/apacheIgnite.svg",
+ "providers/apacheIgnite.svg", AllIconsKeys::class.java)
+
+ public val ApachePhoenix: IntelliJIconKey = IntelliJIconKey("providers/apachePhoenix.svg",
+ "providers/apachePhoenix.svg", AllIconsKeys::class.java)
+
+ public val Athena: IntelliJIconKey = IntelliJIconKey("providers/athena.svg",
+ "providers/athena.svg", AllIconsKeys::class.java)
+
+ public val Aws: IntelliJIconKey = IntelliJIconKey("providers/aws.svg", "providers/aws.svg",
+ AllIconsKeys::class.java)
+
+ public val Azure: IntelliJIconKey = IntelliJIconKey("providers/azure.svg",
+ "providers/azure.svg", AllIconsKeys::class.java)
+
+ public val BigQuery: IntelliJIconKey = IntelliJIconKey("providers/bigQuery.svg",
+ "providers/bigQuery.svg", AllIconsKeys::class.java)
+
+ public val Cassandra: IntelliJIconKey = IntelliJIconKey("providers/cassandra.svg",
+ "providers/cassandra.svg", AllIconsKeys::class.java)
+
+ public val ClickHouse: IntelliJIconKey = IntelliJIconKey("providers/clickHouse.svg",
+ "providers/clickHouse.svg", AllIconsKeys::class.java)
+
+ public val CockroachDB: IntelliJIconKey = IntelliJIconKey("providers/cockroachDB.svg",
+ "providers/cockroachDB.svg", AllIconsKeys::class.java)
+
+ public val Couchbase: IntelliJIconKey = IntelliJIconKey("providers/couchbase.svg",
+ "providers/couchbase.svg", AllIconsKeys::class.java)
+
+ public val DB2: IntelliJIconKey = IntelliJIconKey("providers/DB2.svg", "providers/DB2.svg",
+ AllIconsKeys::class.java)
+
+ public val Databricks: IntelliJIconKey = IntelliJIconKey("providers/databricks.svg",
+ "providers/databricks.svg", AllIconsKeys::class.java)
+
+ public val Denodo: IntelliJIconKey = IntelliJIconKey("providers/denodo.svg",
+ "providers/denodo.svg", AllIconsKeys::class.java)
+
+ public val DocumentDB: IntelliJIconKey = IntelliJIconKey("providers/documentDB.svg",
+ "providers/documentDB.svg", AllIconsKeys::class.java)
+
+ public val DuckDB: IntelliJIconKey = IntelliJIconKey("providers/duckDB.svg",
+ "providers/duckDB.svg", AllIconsKeys::class.java)
+
+ public val DynamoDB: IntelliJIconKey = IntelliJIconKey("providers/dynamoDB.svg",
+ "providers/dynamoDB.svg", AllIconsKeys::class.java)
+
+ public val Eclipse: IntelliJIconKey = IntelliJIconKey("providers/eclipse.svg",
+ "expui/fileTypes/eclipse.svg", AllIconsKeys::class.java)
+
+ public val Elasticsearch: IntelliJIconKey = IntelliJIconKey("providers/elasticsearch.svg",
+ "providers/elasticsearch.svg", AllIconsKeys::class.java)
+
+ public val Exasol: IntelliJIconKey = IntelliJIconKey("providers/exasol.svg",
+ "providers/exasol.svg", AllIconsKeys::class.java)
+
+ public val Firebird: IntelliJIconKey = IntelliJIconKey("providers/firebird.svg",
+ "providers/firebird.svg", AllIconsKeys::class.java)
+
+ public val GoogleCloudSpanner: IntelliJIconKey =
+ IntelliJIconKey("providers/googleCloudSpanner.svg",
+ "providers/googleCloudSpanner.svg", AllIconsKeys::class.java)
+
+ public val Greenplum: IntelliJIconKey = IntelliJIconKey("providers/greenplum.svg",
+ "providers/greenplum.svg", AllIconsKeys::class.java)
+
+ public val H2: IntelliJIconKey = IntelliJIconKey("providers/h2.svg", "providers/h2.svg",
+ AllIconsKeys::class.java)
+
+ public val HANA: IntelliJIconKey = IntelliJIconKey("providers/HANA.svg",
+ "providers/HANA.svg", AllIconsKeys::class.java)
+
+ public val Hive: IntelliJIconKey = IntelliJIconKey("providers/hive.svg",
+ "providers/hive.svg", AllIconsKeys::class.java)
+
+ public val Hsqldb: IntelliJIconKey = IntelliJIconKey("providers/hsqldb.svg",
+ "providers/hsqldb.svg", AllIconsKeys::class.java)
+
+ public val Ibm: IntelliJIconKey = IntelliJIconKey("providers/ibm.svg", "providers/ibm.svg",
+ AllIconsKeys::class.java)
+
+ public val Impala: IntelliJIconKey = IntelliJIconKey("providers/impala.svg",
+ "providers/impala.svg", AllIconsKeys::class.java)
+
+ public val Informix: IntelliJIconKey = IntelliJIconKey("providers/informix.svg",
+ "providers/informix.svg", AllIconsKeys::class.java)
+
+ public val IntersystemCache: IntelliJIconKey =
+ IntelliJIconKey("providers/intersystemCache.svg", "providers/intersystemCache.svg",
+ AllIconsKeys::class.java)
+
+ public val Kafka: IntelliJIconKey = IntelliJIconKey("providers/kafka.svg",
+ "providers/kafka.svg", AllIconsKeys::class.java)
+
+ public val Liquibase: IntelliJIconKey = IntelliJIconKey("providers/liquibase.svg",
+ "providers/liquibase.svg", AllIconsKeys::class.java)
+
+ public val Mariadb: IntelliJIconKey = IntelliJIconKey("providers/mariadb.svg",
+ "providers/mariadb.svg", AllIconsKeys::class.java)
+
+ public val Microsoft: IntelliJIconKey = IntelliJIconKey("providers/microsoft.svg",
+ "providers/microsoft.svg", AllIconsKeys::class.java)
+
+ public val MimerSQL: IntelliJIconKey = IntelliJIconKey("providers/mimerSQL.svg",
+ "providers/mimerSQL.svg", AllIconsKeys::class.java)
+
+ public val MongoDB: IntelliJIconKey = IntelliJIconKey("providers/mongoDB.svg",
+ "providers/mongoDB.svg", AllIconsKeys::class.java)
+
+ public val Mysql: IntelliJIconKey = IntelliJIconKey("providers/mysql.svg",
+ "providers/mysql.svg", AllIconsKeys::class.java)
+
+ public val Netezza: IntelliJIconKey = IntelliJIconKey("providers/netezza.svg",
+ "providers/netezza.svg", AllIconsKeys::class.java)
+
+ public val Openedge: IntelliJIconKey = IntelliJIconKey("providers/openedge.svg",
+ "providers/openedge.svg", AllIconsKeys::class.java)
+
+ public val Oracle: IntelliJIconKey = IntelliJIconKey("providers/oracle.svg",
+ "providers/oracle.svg", AllIconsKeys::class.java)
+
+ public val Postgresql: IntelliJIconKey = IntelliJIconKey("providers/postgresql.svg",
+ "providers/postgresql.svg", AllIconsKeys::class.java)
+
+ public val Presto: IntelliJIconKey = IntelliJIconKey("providers/presto.svg",
+ "providers/presto.svg", AllIconsKeys::class.java)
+
+ public val RabbitMQ: IntelliJIconKey = IntelliJIconKey("providers/rabbitMQ.svg",
+ "providers/rabbitMQ.svg", AllIconsKeys::class.java)
+
+ public val Redis: IntelliJIconKey = IntelliJIconKey("providers/redis.svg",
+ "providers/redis.svg", AllIconsKeys::class.java)
+
+ public val Redshift: IntelliJIconKey = IntelliJIconKey("providers/redshift.svg",
+ "providers/redshift.svg", AllIconsKeys::class.java)
+
+ public val Singlestore: IntelliJIconKey = IntelliJIconKey("providers/singlestore.svg",
+ "providers/singlestore.svg", AllIconsKeys::class.java)
+
+ public val Snowflake: IntelliJIconKey = IntelliJIconKey("providers/snowflake.svg",
+ "providers/snowflake.svg", AllIconsKeys::class.java)
+
+ public val Spark: IntelliJIconKey = IntelliJIconKey("providers/spark.svg",
+ "providers/spark.svg", AllIconsKeys::class.java)
+
+ public val SqlServer: IntelliJIconKey = IntelliJIconKey("providers/sqlServer.svg",
+ "providers/sqlServer.svg", AllIconsKeys::class.java)
+
+ public val Sqlite: IntelliJIconKey = IntelliJIconKey("providers/sqlite.svg",
+ "providers/sqlite.svg", AllIconsKeys::class.java)
+
+ public val Sun: IntelliJIconKey = IntelliJIconKey("providers/sun.svg", "providers/sun.svg",
+ AllIconsKeys::class.java)
+
+ public val Sybase: IntelliJIconKey = IntelliJIconKey("providers/sybase.svg",
+ "providers/sybase.svg", AllIconsKeys::class.java)
+
+ public val Tarantool: IntelliJIconKey = IntelliJIconKey("providers/tarantool.svg",
+ "providers/tarantool.svg", AllIconsKeys::class.java)
+
+ public val Teradata: IntelliJIconKey = IntelliJIconKey("providers/teradata.svg",
+ "providers/teradata.svg", AllIconsKeys::class.java)
+
+ public val Tibero: IntelliJIconKey = IntelliJIconKey("providers/tibero.svg",
+ "providers/tibero.svg", AllIconsKeys::class.java)
+
+ public val Tidb: IntelliJIconKey = IntelliJIconKey("providers/tidb.svg",
+ "providers/tidb.svg", AllIconsKeys::class.java)
+
+ public val Trino: IntelliJIconKey = IntelliJIconKey("providers/trino.svg",
+ "providers/trino.svg", AllIconsKeys::class.java)
+
+ public val Vertica: IntelliJIconKey = IntelliJIconKey("providers/vertica.svg",
+ "providers/vertica.svg", AllIconsKeys::class.java)
+
+ public val Yugabyte: IntelliJIconKey = IntelliJIconKey("providers/yugabyte.svg",
+ "providers/yugabyte.svg", AllIconsKeys::class.java)
+ }
+
+ public object Run {
+ public val Restart: IntelliJIconKey = IntelliJIconKey("expui/run/restart.svg",
+ "expui/run/restart.svg", AllIconsKeys::class.java)
+
+ public val ShowIgnored: IntelliJIconKey = IntelliJIconKey("expui/run/showIgnored.svg",
+ "expui/run/showIgnored.svg", AllIconsKeys::class.java)
+
+ public val Stop: IntelliJIconKey = IntelliJIconKey("expui/run/stop.svg",
+ "expui/run/stop.svg", AllIconsKeys::class.java)
+
+ public object Widget {
+ public val Build: IntelliJIconKey = IntelliJIconKey("expui/run/widget/build.svg",
+ "expui/run/widget/build.svg", AllIconsKeys::class.java)
+
+ public val Restart: IntelliJIconKey = IntelliJIconKey("expui/run/widget/restart.svg",
+ "expui/run/widget/restart.svg", AllIconsKeys::class.java)
+ }
+ }
+
+ public object RunConfigurations {
+ public val Applet: IntelliJIconKey = IntelliJIconKey("runConfigurations/applet.svg",
+ "expui/runConfigurations/application.svg", AllIconsKeys::class.java)
+
+ public val Application: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/application.svg",
+ "expui/runConfigurations/application.svg", AllIconsKeys::class.java)
+
+ public val Compound: IntelliJIconKey = IntelliJIconKey("runConfigurations/compound.svg",
+ "expui/runConfigurations/compound.svg", AllIconsKeys::class.java)
+
+ public val HidePassed: IntelliJIconKey = IntelliJIconKey("runConfigurations/hidePassed.svg",
+ "runConfigurations/hidePassed.svg", AllIconsKeys::class.java)
+
+ public val IgnoredTest: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/ignoredTest.svg",
+ "expui/runConfigurations/ignoredTest.svg", AllIconsKeys::class.java)
+
+ public val InvalidConfigurationLayer: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/invalidConfigurationLayer.svg",
+ "expui/runConfigurations/invalidConfigurationLayer.svg", AllIconsKeys::class.java)
+
+ public val Junit: IntelliJIconKey = IntelliJIconKey("runConfigurations/junit.svg",
+ "expui/runConfigurations/junit.svg", AllIconsKeys::class.java)
+
+ public val MultiLaunch: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/multiLaunch.svg",
+ "expui/runConfigurations/multiLaunch.svg", AllIconsKeys::class.java)
+
+ public val Remote: IntelliJIconKey = IntelliJIconKey("runConfigurations/remote.svg",
+ "expui/runConfigurations/applicationRemote.svg", AllIconsKeys::class.java)
+
+ public val RemoteDebug: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/remoteDebug.svg",
+ "runConfigurations/remoteDebug.svg", AllIconsKeys::class.java)
+
+ public val RerunFailedTests: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/rerunFailedTests.svg",
+ "expui/run/restartFailedTests.svg", AllIconsKeys::class.java)
+
+ public val Scroll_down: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/scroll_down.svg", "expui/general/scrollDown.svg",
+ AllIconsKeys::class.java)
+
+ public val Scroll_up: IntelliJIconKey = IntelliJIconKey("runConfigurations/scroll_up.svg",
+ "expui/general/scrollUp.svg", AllIconsKeys::class.java)
+
+ public val ShowIgnored: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/showIgnored.svg", "expui/run/showIgnored.svg",
+ AllIconsKeys::class.java)
+
+ public val ShowPassed: IntelliJIconKey = IntelliJIconKey("runConfigurations/showPassed.svg",
+ "expui/run/showPassed.svg", AllIconsKeys::class.java)
+
+ public val SortbyDuration: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/sortbyDuration.svg",
+ "expui/runConfigurations/sortByDuration.svg", AllIconsKeys::class.java)
+
+ public val TestCustom: IntelliJIconKey = IntelliJIconKey("runConfigurations/testCustom.svg",
+ "expui/run/testCustom.svg", AllIconsKeys::class.java)
+
+ public val TestError: IntelliJIconKey = IntelliJIconKey("runConfigurations/testError.svg",
+ "expui/run/testError.svg", AllIconsKeys::class.java)
+
+ public val TestFailed: IntelliJIconKey = IntelliJIconKey("runConfigurations/testFailed.svg",
+ "expui/run/testFailed.svg", AllIconsKeys::class.java)
+
+ public val TestIgnored: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/testIgnored.svg", "expui/run/testIgnored.svg",
+ AllIconsKeys::class.java)
+
+ public val TestMark: IntelliJIconKey = IntelliJIconKey("runConfigurations/testMark.svg",
+ "expui/runConfigurations/junitTestMark.svg", AllIconsKeys::class.java)
+
+ public val TestNotRan: IntelliJIconKey = IntelliJIconKey("runConfigurations/testNotRan.svg",
+ "expui/run/testNotRunYet.svg", AllIconsKeys::class.java)
+
+ public val TestPassed: IntelliJIconKey = IntelliJIconKey("runConfigurations/testPassed.svg",
+ "expui/run/testPassed.svg", AllIconsKeys::class.java)
+
+ public val TestPassedIgnored: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/testPassedIgnored.svg",
+ "expui/run/testPassedIgnored.svg", AllIconsKeys::class.java)
+
+ public val TestPaused: IntelliJIconKey = IntelliJIconKey("runConfigurations/testPaused.svg",
+ "expui/run/testPaused.svg", AllIconsKeys::class.java)
+
+ public val TestSkipped: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/testSkipped.svg", "expui/run/testSkipped.svg",
+ AllIconsKeys::class.java)
+
+ public val TestTerminated: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/testTerminated.svg",
+ "expui/run/testTerminated.svg", AllIconsKeys::class.java)
+
+ public val TestUnknown: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/testUnknown.svg", "expui/run/testUnknown.svg",
+ AllIconsKeys::class.java)
+
+ public val Tomcat: IntelliJIconKey = IntelliJIconKey("runConfigurations/tomcat.svg",
+ "runConfigurations/tomcat.svg", AllIconsKeys::class.java)
+
+ public val ToolbarError: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/toolbarError.svg", "expui/run/testError.svg",
+ AllIconsKeys::class.java)
+
+ public val ToolbarFailed: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/toolbarFailed.svg", "expui/run/testFailed.svg",
+ AllIconsKeys::class.java)
+
+ public val ToolbarPassed: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/toolbarPassed.svg", "expui/run/testPassed.svg",
+ AllIconsKeys::class.java)
+
+ public val ToolbarPassedIgnored: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/toolbarPassedIgnored.svg",
+ "expui/run/testPassedIgnored.svg", AllIconsKeys::class.java)
+
+ public val ToolbarSkipped: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/toolbarSkipped.svg", "expui/run/testSkipped.svg",
+ AllIconsKeys::class.java)
+
+ public val ToolbarTerminated: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/toolbarTerminated.svg",
+ "expui/run/testTerminated.svg", AllIconsKeys::class.java)
+
+ public val TrackCoverage: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/trackCoverage.svg",
+ "runConfigurations/trackCoverage.svg", AllIconsKeys::class.java)
+
+ public val Web_app: IntelliJIconKey = IntelliJIconKey("runConfigurations/web_app.svg",
+ "expui/runConfigurations/webApp.svg", AllIconsKeys::class.java)
+
+ public val Wsl: IntelliJIconKey = IntelliJIconKey("runConfigurations/wsl.svg",
+ "runConfigurations/wsl.svg", AllIconsKeys::class.java)
+
+ public object TestState {
+ public val Green2: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/testState/green2.svg",
+ "expui/gutter/runSuccess.svg", AllIconsKeys::class.java)
+
+ public val Red2: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/testState/red2.svg",
+ "expui/gutter/runError.svg", AllIconsKeys::class.java)
+
+ public val Run: IntelliJIconKey = IntelliJIconKey("runConfigurations/testState/run.svg",
+ "expui/gutter/run.svg", AllIconsKeys::class.java)
+
+ public val Run_run: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/testState/run_run.svg",
+ "expui/gutter/rerun.svg", AllIconsKeys::class.java)
+
+ public val Yellow2: IntelliJIconKey =
+ IntelliJIconKey("runConfigurations/testState/yellow2.svg",
+ "expui/gutter/runFailed.svg", AllIconsKeys::class.java)
+ }
+ }
+
+ public object Scope {
+ public val ChangedFiles: IntelliJIconKey = IntelliJIconKey("scope/changedFiles.svg",
+ "expui/fileTypes/changedFile.svg", AllIconsKeys::class.java)
+
+ public val ChangedFilesAll: IntelliJIconKey = IntelliJIconKey("scope/changedFilesAll.svg",
+ "expui/fileTypes/changedFiles.svg", AllIconsKeys::class.java)
+
+ public val Problems: IntelliJIconKey = IntelliJIconKey("scope/problems.svg",
+ "scope/problems.svg", AllIconsKeys::class.java)
+
+ public val Production: IntelliJIconKey = IntelliJIconKey("scope/production.svg",
+ "scope/production.svg", AllIconsKeys::class.java)
+
+ public val Scratches: IntelliJIconKey = IntelliJIconKey("scope/scratches.svg",
+ "expui/fileTypes/scratches.svg", AllIconsKeys::class.java)
+
+ public val Tests: IntelliJIconKey = IntelliJIconKey("scope/tests.svg", "scope/tests.svg",
+ AllIconsKeys::class.java)
+ }
+
+ public object Status {
+ public val FailedInProgress: IntelliJIconKey =
+ IntelliJIconKey("status/failedInProgress.svg", "expui/status/failedInProgress.svg",
+ AllIconsKeys::class.java)
+
+ public val Success: IntelliJIconKey = IntelliJIconKey("expui/status/success.svg",
+ "expui/status/success.svg", AllIconsKeys::class.java)
+ }
+
+ public object Table {
+ public val Pagination: IntelliJIconKey = IntelliJIconKey("table/pagination.svg",
+ "expui/table/pagination.svg", AllIconsKeys::class.java)
+ }
+
+ public object Toolbar {
+ public val AddSlot: IntelliJIconKey = IntelliJIconKey("toolbar/addSlot.svg",
+ "toolbar/addSlot.svg", AllIconsKeys::class.java)
+
+ public val Collapse: IntelliJIconKey = IntelliJIconKey("toolbar/collapse.svg",
+ "expui/general/chevronUpLarge.svg", AllIconsKeys::class.java)
+
+ public val Expand: IntelliJIconKey = IntelliJIconKey("toolbar/expand.svg",
+ "expui/general/chevronDownLarge.svg", AllIconsKeys::class.java)
+
+ public val Filterdups: IntelliJIconKey = IntelliJIconKey("toolbar/filterdups.svg",
+ "expui/actions/filterdups.svg", AllIconsKeys::class.java)
+
+ public val Locale: IntelliJIconKey = IntelliJIconKey("toolbar/locale.svg",
+ "toolbar/locale.svg", AllIconsKeys::class.java)
+
+ public val Pin: IntelliJIconKey = IntelliJIconKey("toolbar/pin.svg", "toolbar/pin.svg",
+ AllIconsKeys::class.java)
+
+ public val RemoveSlot: IntelliJIconKey = IntelliJIconKey("toolbar/removeSlot.svg",
+ "toolbar/removeSlot.svg", AllIconsKeys::class.java)
+
+ public val Unknown: IntelliJIconKey = IntelliJIconKey("toolbar/unknown.svg",
+ "expui/toolbar/unknown.svg", AllIconsKeys::class.java)
+
+ public val Xcode: IntelliJIconKey = IntelliJIconKey("toolbar/Xcode.svg",
+ "toolbar/Xcode.svg", AllIconsKeys::class.java)
+ }
+
+ public object ToolbarDecorator {
+ public val AddBlankLine: IntelliJIconKey =
+ IntelliJIconKey("toolbarDecorator/addBlankLine.svg",
+ "toolbarDecorator/addBlankLine.svg", AllIconsKeys::class.java)
+
+ public val AddClass: IntelliJIconKey = IntelliJIconKey("toolbarDecorator/addClass.svg",
+ "toolbarDecorator/addClass.svg", AllIconsKeys::class.java)
+
+ public val AddFolder: IntelliJIconKey = IntelliJIconKey("toolbarDecorator/addFolder.svg",
+ "toolbarDecorator/addFolder.svg", AllIconsKeys::class.java)
+
+ public val AddIcon: IntelliJIconKey = IntelliJIconKey("toolbarDecorator/addIcon.svg",
+ "toolbarDecorator/addIcon.svg", AllIconsKeys::class.java)
+
+ public val AddJira: IntelliJIconKey = IntelliJIconKey("toolbarDecorator/addJira.svg",
+ "toolbarDecorator/addJira.svg", AllIconsKeys::class.java)
+
+ public val AddLink: IntelliJIconKey = IntelliJIconKey("toolbarDecorator/addLink.svg",
+ "toolbarDecorator/addLink.svg", AllIconsKeys::class.java)
+
+ public val AddPattern: IntelliJIconKey = IntelliJIconKey("toolbarDecorator/addPattern.svg",
+ "toolbarDecorator/addPattern.svg", AllIconsKeys::class.java)
+
+ public val AddRemoteDatasource: IntelliJIconKey =
+ IntelliJIconKey("toolbarDecorator/addRemoteDatasource.svg",
+ "toolbarDecorator/addRemoteDatasource.svg", AllIconsKeys::class.java)
+
+ public val AddYouTrack: IntelliJIconKey =
+ IntelliJIconKey("toolbarDecorator/addYouTrack.svg",
+ "toolbarDecorator/addYouTrack.svg", AllIconsKeys::class.java)
+
+ public val Export: IntelliJIconKey = IntelliJIconKey("toolbarDecorator/export.svg",
+ "expui/general/export.svg", AllIconsKeys::class.java)
+
+ public val ExportSmall: IntelliJIconKey =
+ IntelliJIconKey("toolbarDecorator/exportSmall.svg",
+ "toolbarDecorator/exportSmall.svg", AllIconsKeys::class.java)
+
+ public val Import: IntelliJIconKey = IntelliJIconKey("toolbarDecorator/import.svg",
+ "expui/general/import.svg", AllIconsKeys::class.java)
+ }
+
+ public object Toolwindows {
+ public val Changes: IntelliJIconKey = IntelliJIconKey("expui/toolwindows/changes.svg",
+ "expui/toolwindows/changes.svg", AllIconsKeys::class.java)
+
+ public val Dependencies: IntelliJIconKey =
+ IntelliJIconKey("expui/toolwindows/dependencies.svg",
+ "expui/toolwindows/dependencies.svg", AllIconsKeys::class.java)
+
+ public val Documentation: IntelliJIconKey = IntelliJIconKey("toolwindows/documentation.svg",
+ "expui/toolwindows/documentation.svg", AllIconsKeys::class.java)
+
+ public val ErrorEvents: IntelliJIconKey = IntelliJIconKey("toolwindows/errorEvents.svg",
+ "toolwindows/errorEvents.svg", AllIconsKeys::class.java)
+
+ public val InfoEvents: IntelliJIconKey = IntelliJIconKey("toolwindows/infoEvents.svg",
+ "toolwindows/infoEvents.svg", AllIconsKeys::class.java)
+
+ public val MeetNewUi: IntelliJIconKey = IntelliJIconKey("expui/toolwindows/meetNewUi.svg",
+ "expui/toolwindows/meetNewUi.svg", AllIconsKeys::class.java)
+
+ public val NoEvents: IntelliJIconKey = IntelliJIconKey("toolwindows/noEvents.svg",
+ "toolwindows/noEvents.svg", AllIconsKeys::class.java)
+
+ public val Notifications: IntelliJIconKey = IntelliJIconKey("toolwindows/notifications.svg",
+ "expui/toolwindows/notifications.svg", AllIconsKeys::class.java)
+
+ public val NotificationsNew: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/notificationsNew.svg",
+ "toolwindows/notificationsNew.svg", AllIconsKeys::class.java)
+
+ public val NotificationsNewImportant: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/notificationsNewImportant.svg",
+ "toolwindows/notificationsNewImportant.svg", AllIconsKeys::class.java)
+
+ public val Problems: IntelliJIconKey = IntelliJIconKey("toolwindows/problems.svg",
+ "toolwindows/problems.svg", AllIconsKeys::class.java)
+
+ public val ProblemsEmpty: IntelliJIconKey = IntelliJIconKey("toolwindows/problemsEmpty.svg",
+ "toolwindows/problemsEmpty.svg", AllIconsKeys::class.java)
+
+ public val Repositories: IntelliJIconKey =
+ IntelliJIconKey("expui/toolwindows/repositories.svg",
+ "expui/toolwindows/repositories.svg", AllIconsKeys::class.java)
+
+ public val SettingSync: IntelliJIconKey = IntelliJIconKey("toolwindows/settingSync.svg",
+ "expui/toolwindows/settingSync.svg", AllIconsKeys::class.java)
+
+ public val Task: IntelliJIconKey = IntelliJIconKey("expui/toolwindows/task.svg",
+ "expui/toolwindows/task.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowAnalyzeDataflow: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowAnalyzeDataflow.svg",
+ "toolwindows/toolWindowAnalyzeDataflow.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowAnt: IntelliJIconKey = IntelliJIconKey("toolwindows/toolWindowAnt.svg",
+ "expui/toolwindows/ant.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowBookmarks: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowBookmarks.svg",
+ "expui/toolwindows/bookmarks.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowBuild: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowBuild.svg", "expui/toolwindows/build.svg",
+ AllIconsKeys::class.java)
+
+ public val ToolWindowChanges: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowChanges.svg", "expui/toolwindows/vcs.svg",
+ AllIconsKeys::class.java)
+
+ public val ToolWindowCommander: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowCommander.svg",
+ "toolwindows/toolWindowCommander.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowCommit: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowCommit.svg", "expui/toolwindows/commit.svg",
+ AllIconsKeys::class.java)
+
+ public val ToolWindowCoverage: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowCoverage.svg",
+ "expui/toolwindows/coverage.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowDataView: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowDataView.svg",
+ "expui/toolwindows/toolWindowDataView.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowDebugger: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowDebugger.svg", "expui/toolwindows/debug.svg",
+ AllIconsKeys::class.java)
+
+ public val ToolWindowDuplicates: IntelliJIconKey =
+ IntelliJIconKey("expui/toolwindows/toolWindowDuplicates.svg",
+ "expui/toolwindows/toolWindowDuplicates.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowFavorites: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowFavorites.svg",
+ "toolwindows/toolWindowFavorites.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowFind: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowFind.svg", "expui/toolwindows/find.svg",
+ AllIconsKeys::class.java)
+
+ public val ToolWindowHierarchy: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowHierarchy.svg",
+ "expui/toolwindows/hierarchy.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowInspection: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowInspection.svg",
+ "toolwindows/toolWindowInspection.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowInternal: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowInternal.svg",
+ "expui/toolwindows/toolWindowInternal.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowJsonPath: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowJsonPath.svg",
+ "expui/toolwindows/toolWindowJsonPath.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowMessages: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowMessages.svg",
+ "expui/toolwindows/messages.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowModuleDependencies: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowModuleDependencies.svg",
+ "toolwindows/toolWindowModuleDependencies.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowPalette: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowPalette.svg",
+ "toolwindows/toolWindowPalette.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowProblems: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowProblems.svg",
+ "expui/toolwindows/problems.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowProblemsEmpty: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowProblemsEmpty.svg",
+ "expui/toolwindows/problems.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowProfiler: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowProfiler.svg",
+ "expui/toolwindows/profiler.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowProfilerAndroid: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowProfilerAndroid.svg",
+ "expui/toolwindows/profilerAndroid.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowProject: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowProject.svg",
+ "expui/toolwindows/project.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowRun: IntelliJIconKey = IntelliJIconKey("toolwindows/toolWindowRun.svg",
+ "expui/toolwindows/run.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowRunWithCoverage: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowRunWithCoverage.svg",
+ "expui/toolwindows/toolWindowRunWithCoverage.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowServices: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowServices.svg",
+ "expui/toolwindows/services.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowStructure: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowStructure.svg",
+ "expui/toolwindows/structure.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowTodo: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowTodo.svg", "expui/toolwindows/todo.svg",
+ AllIconsKeys::class.java)
+
+ public val ToolWindowUIDesigner: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowUIDesigner.svg",
+ "toolwindows/toolWindowUIDesigner.svg", AllIconsKeys::class.java)
+
+ public val ToolWindowVariableView: IntelliJIconKey =
+ IntelliJIconKey("toolwindows/toolWindowVariableView.svg",
+ "expui/toolwindows/toolWindowVariableView.svg", AllIconsKeys::class.java)
+
+ public val WarningEvents: IntelliJIconKey = IntelliJIconKey("toolwindows/warningEvents.svg",
+ "toolwindows/warningEvents.svg", AllIconsKeys::class.java)
+
+ public val WebToolWindow: IntelliJIconKey = IntelliJIconKey("toolwindows/webToolWindow.svg",
+ "expui/toolwindows/web.svg", AllIconsKeys::class.java)
+ }
+
+ public object TransferSettings {
+ public val Keymap: IntelliJIconKey = IntelliJIconKey("transferSettings/keymap.svg",
+ "transferSettings/keymap.svg", AllIconsKeys::class.java)
+
+ public val PluginsAndFeatures: IntelliJIconKey =
+ IntelliJIconKey("transferSettings/pluginsAndFeatures.svg",
+ "transferSettings/pluginsAndFeatures.svg", AllIconsKeys::class.java)
+
+ public val RecentProjects: IntelliJIconKey =
+ IntelliJIconKey("transferSettings/recentProjects.svg",
+ "transferSettings/recentProjects.svg", AllIconsKeys::class.java)
+
+ public val Resharper: IntelliJIconKey = IntelliJIconKey("transferSettings/resharper.svg",
+ "transferSettings/resharper.svg", AllIconsKeys::class.java)
+
+ public val Settings: IntelliJIconKey = IntelliJIconKey("transferSettings/settings.svg",
+ "transferSettings/settings.svg", AllIconsKeys::class.java)
+
+ public val VS: IntelliJIconKey = IntelliJIconKey("transferSettings/vs.svg",
+ "transferSettings/vs.svg", AllIconsKeys::class.java)
+
+ public val Vscode: IntelliJIconKey = IntelliJIconKey("transferSettings/vscode.svg",
+ "transferSettings/vscode.svg", AllIconsKeys::class.java)
+
+ public val Vsmac: IntelliJIconKey = IntelliJIconKey("transferSettings/vsmac.svg",
+ "transferSettings/vsmac.svg", AllIconsKeys::class.java)
+
+ public val Xcode: IntelliJIconKey = IntelliJIconKey("transferSettings/xcode.svg",
+ "transferSettings/xcode.svg", AllIconsKeys::class.java)
+ }
+
+ public object Ultimate {
+ public val IdeaUltimatePromo: IntelliJIconKey =
+ IntelliJIconKey("ultimate/ideaUltimatePromo.svg", "ultimate/ideaUltimatePromo.svg",
+ AllIconsKeys::class.java)
+
+ public val Lock: IntelliJIconKey = IntelliJIconKey("ultimate/lock.svg",
+ "expui/ultimate/lock.svg", AllIconsKeys::class.java)
+
+ public val LockWhite: IntelliJIconKey = IntelliJIconKey("ultimate/lockWhite.svg",
+ "ultimate/lockWhite.svg", AllIconsKeys::class.java)
+
+ public val PycharmLock: IntelliJIconKey = IntelliJIconKey("ultimate/pycharmLock.svg",
+ "ultimate/pycharmLock.svg", AllIconsKeys::class.java)
+
+ public val PycharmPromo: IntelliJIconKey = IntelliJIconKey("ultimate/pycharmPromo.svg",
+ "ultimate/pycharmPromo.svg", AllIconsKeys::class.java)
+ }
+
+ public object Vcs {
+ public val Abort: IntelliJIconKey = IntelliJIconKey("expui/vcs/abort.svg",
+ "expui/vcs/abort.svg", AllIconsKeys::class.java)
+
+ public val Arrow_left: IntelliJIconKey = IntelliJIconKey("vcs/arrow_left.svg",
+ "vcs/arrow_left.svg", AllIconsKeys::class.java)
+
+ public val Arrow_right: IntelliJIconKey = IntelliJIconKey("vcs/arrow_right.svg",
+ "vcs/arrow_right.svg", AllIconsKeys::class.java)
+
+ public val Author: IntelliJIconKey = IntelliJIconKey("vcs/author.svg", "vcs/author.svg",
+ AllIconsKeys::class.java)
+
+ public val Branch: IntelliJIconKey = IntelliJIconKey("vcs/branch.svg",
+ "expui/general/vcs.svg", AllIconsKeys::class.java)
+
+ public val BranchNode: IntelliJIconKey = IntelliJIconKey("vcs/branchNode.svg",
+ "expui/general/vcs.svg", AllIconsKeys::class.java)
+
+ public val Changelist: IntelliJIconKey = IntelliJIconKey("vcs/changelist.svg",
+ "expui/vcs/changelist.svg", AllIconsKeys::class.java)
+
+ public val Clone: IntelliJIconKey = IntelliJIconKey("vcs/clone.svg", "vcs/clone.svg",
+ AllIconsKeys::class.java)
+
+ public val CommitNode: IntelliJIconKey = IntelliJIconKey("vcs/commitNode.svg",
+ "expui/vcs/commit.svg", AllIconsKeys::class.java)
+
+ public val Equal: IntelliJIconKey = IntelliJIconKey("vcs/equal.svg", "vcs/equal.svg",
+ AllIconsKeys::class.java)
+
+ public val Fetch: IntelliJIconKey = IntelliJIconKey("vcs/fetch.svg", "expui/vcs/fetch.svg",
+ AllIconsKeys::class.java)
+
+ public val Folders: IntelliJIconKey = IntelliJIconKey("vcs/folders.svg", "vcs/folders.svg",
+ AllIconsKeys::class.java)
+
+ public val FromVCSDialog: IntelliJIconKey = IntelliJIconKey("vcs/fromVCSDialog.svg",
+ "vcs/fromVCSDialog.svg", AllIconsKeys::class.java)
+
+ public val History: IntelliJIconKey = IntelliJIconKey("vcs/history.svg",
+ "expui/general/history.svg", AllIconsKeys::class.java)
+
+ public val HistoryInline: IntelliJIconKey = IntelliJIconKey("vcs/historyInline.svg",
+ "expui/general/history.svg", AllIconsKeys::class.java)
+
+ public val HistoryInlineHovered: IntelliJIconKey =
+ IntelliJIconKey("vcs/historyInlineHovered.svg", "expui/general/history.svg",
+ AllIconsKeys::class.java)
+
+ public val Ignore_file: IntelliJIconKey = IntelliJIconKey("vcs/ignore_file.svg",
+ "expui/fileTypes/ignored.svg", AllIconsKeys::class.java)
+
+ public val Merge: IntelliJIconKey = IntelliJIconKey("vcs/merge.svg", "expui/vcs/merge.svg",
+ AllIconsKeys::class.java)
+
+ public val Not_equal: IntelliJIconKey = IntelliJIconKey("vcs/not_equal.svg",
+ "vcs/not_equal.svg", AllIconsKeys::class.java)
+
+ public val Patch: IntelliJIconKey = IntelliJIconKey("vcs/patch.svg", "expui/vcs/patch.svg",
+ AllIconsKeys::class.java)
+
+ public val Patch_applied: IntelliJIconKey = IntelliJIconKey("vcs/patch_applied.svg",
+ "vcs/patch_applied.svg", AllIconsKeys::class.java)
+
+ public val Patch_file: IntelliJIconKey = IntelliJIconKey("vcs/patch_file.svg",
+ "expui/fileTypes/patch.svg", AllIconsKeys::class.java)
+
+ public val Push: IntelliJIconKey = IntelliJIconKey("vcs/push.svg", "expui/vcs/push.svg",
+ AllIconsKeys::class.java)
+
+ public val Remove: IntelliJIconKey = IntelliJIconKey("vcs/remove.svg", "vcs/remove.svg",
+ AllIconsKeys::class.java)
+
+ public val ShelveSilent: IntelliJIconKey = IntelliJIconKey("vcs/shelveSilent.svg",
+ "expui/vcs/shelve.svg", AllIconsKeys::class.java)
+
+ public val ShowUnversionedFiles: IntelliJIconKey =
+ IntelliJIconKey("vcs/ShowUnversionedFiles.svg", "vcs/ShowUnversionedFiles.svg",
+ AllIconsKeys::class.java)
+
+ public val Unshelve: IntelliJIconKey = IntelliJIconKey("vcs/Unshelve.svg",
+ "expui/vcs/unshelve.svg", AllIconsKeys::class.java)
+
+ public val UnshelveSilent: IntelliJIconKey = IntelliJIconKey("vcs/unshelveSilent.svg",
+ "expui/vcs/unshelve.svg", AllIconsKeys::class.java)
+
+ public object Vendors {
+ public val Github: IntelliJIconKey = IntelliJIconKey("vcs/vendors/github.svg",
+ "vcs/vendors/github.svg", AllIconsKeys::class.java)
+ }
+ }
+
+ public object Webreferences {
+ public val MessageQueue: IntelliJIconKey = IntelliJIconKey("webreferences/messageQueue.svg",
+ "webreferences/messageQueue.svg", AllIconsKeys::class.java)
+
+ public val Server: IntelliJIconKey = IntelliJIconKey("webreferences/server.svg",
+ "expui/webReferences/server.svg", AllIconsKeys::class.java)
+
+ public val WebSocket: IntelliJIconKey = IntelliJIconKey("webreferences/webSocket.svg",
+ "webreferences/webSocket.svg", AllIconsKeys::class.java)
+ }
+
+ public object Welcome {
+ public val CreateNewProjectTab: IntelliJIconKey =
+ IntelliJIconKey("welcome/createNewProjectTab.svg",
+ "expui/welcome/createNewProjectTab.svg", AllIconsKeys::class.java)
+
+ public val CreateNewProjectTabSelected: IntelliJIconKey =
+ IntelliJIconKey("welcome/createNewProjectTabSelected.svg",
+ "welcome/createNewProjectTabSelected.svg", AllIconsKeys::class.java)
+
+ public val FromVCSTab: IntelliJIconKey = IntelliJIconKey("welcome/fromVCSTab.svg",
+ "expui/welcome/fromVCSTab.svg", AllIconsKeys::class.java)
+
+ public val FromVCSTabSelected: IntelliJIconKey =
+ IntelliJIconKey("welcome/fromVCSTabSelected.svg", "welcome/fromVCSTabSelected.svg",
+ AllIconsKeys::class.java)
+
+ public val Open: IntelliJIconKey = IntelliJIconKey("welcome/open.svg",
+ "expui/welcome/open.svg", AllIconsKeys::class.java)
+
+ public val OpenSelected: IntelliJIconKey = IntelliJIconKey("welcome/openSelected.svg",
+ "welcome/openSelected.svg", AllIconsKeys::class.java)
+
+ public object LearnTab {
+ public val JetBrainsAcademy: IntelliJIconKey =
+ IntelliJIconKey("welcome/learnTab/jetBrainsAcademy.svg",
+ "welcome/learnTab/jetBrainsAcademy.svg", AllIconsKeys::class.java)
+ }
+
+ public object RecentProjects {
+ public val Remove: IntelliJIconKey =
+ IntelliJIconKey("welcome/recentProjects/remove.svg",
+ "welcome/recentProjects/remove.svg", AllIconsKeys::class.java)
+
+ public val RemoveDisabled: IntelliJIconKey =
+ IntelliJIconKey("welcome/recentProjects/removeDisabled.svg",
+ "welcome/recentProjects/removeDisabled.svg", AllIconsKeys::class.java)
+
+ public val RemoveDisabledHover: IntelliJIconKey =
+ IntelliJIconKey("welcome/recentProjects/removeDisabled-hover.svg",
+ "welcome/recentProjects/removeDisabled-hover.svg", AllIconsKeys::class.java)
+
+ public val RemoveHover: IntelliJIconKey =
+ IntelliJIconKey("welcome/recentProjects/remove-hover.svg",
+ "welcome/recentProjects/remove-hover.svg", AllIconsKeys::class.java)
+ }
+ }
+
+ public object Windows {
+ public val Close: IntelliJIconKey = IntelliJIconKey("expui/windows/close.svg",
+ "expui/windows/close.svg", AllIconsKeys::class.java)
+
+ public val CloseActive: IntelliJIconKey = IntelliJIconKey("windows/closeActive.svg",
+ "expui/windows/closeActive.svg", AllIconsKeys::class.java)
+
+ public val CloseHover: IntelliJIconKey = IntelliJIconKey("windows/closeHover.svg",
+ "windows/closeHover.svg", AllIconsKeys::class.java)
+
+ public val CloseInactive: IntelliJIconKey = IntelliJIconKey("windows/closeInactive.svg",
+ "expui/windows/closeInactive.svg", AllIconsKeys::class.java)
+
+ public val CloseSmall: IntelliJIconKey = IntelliJIconKey("windows/closeSmall.svg",
+ "expui/windows/closeSmall.svg", AllIconsKeys::class.java)
+
+ public val Collapse: IntelliJIconKey = IntelliJIconKey("expui/windows/collapse.svg",
+ "expui/windows/collapse.svg", AllIconsKeys::class.java)
+
+ public val Help: IntelliJIconKey = IntelliJIconKey("windows/help.svg",
+ "expui/windows/help.svg", AllIconsKeys::class.java)
+
+ public val HelpButton: IntelliJIconKey = IntelliJIconKey("windows/helpButton.svg",
+ "windows/helpButton.svg", AllIconsKeys::class.java)
+
+ public val HelpButtonInactive: IntelliJIconKey =
+ IntelliJIconKey("windows/helpButtonInactive.svg", "windows/helpButtonInactive.svg",
+ AllIconsKeys::class.java)
+
+ public val HelpInactive: IntelliJIconKey = IntelliJIconKey("windows/helpInactive.svg",
+ "expui/windows/helpInactive.svg", AllIconsKeys::class.java)
+
+ public val Maximize: IntelliJIconKey = IntelliJIconKey("windows/maximize.svg",
+ "expui/windows/maximize.svg", AllIconsKeys::class.java)
+
+ public val MaximizeInactive: IntelliJIconKey =
+ IntelliJIconKey("windows/maximizeInactive.svg",
+ "expui/windows/maximizeInactive.svg", AllIconsKeys::class.java)
+
+ public val MaximizeSmall: IntelliJIconKey = IntelliJIconKey("windows/maximizeSmall.svg",
+ "expui/windows/maximizeSmall.svg", AllIconsKeys::class.java)
+
+ public val Minimize: IntelliJIconKey = IntelliJIconKey("windows/minimize.svg",
+ "expui/windows/minimize.svg", AllIconsKeys::class.java)
+
+ public val MinimizeInactive: IntelliJIconKey =
+ IntelliJIconKey("windows/minimizeInactive.svg",
+ "expui/windows/minimizeInactive.svg", AllIconsKeys::class.java)
+
+ public val MinimizeSmall: IntelliJIconKey = IntelliJIconKey("windows/minimizeSmall.svg",
+ "expui/windows/minimizeSmall.svg", AllIconsKeys::class.java)
+
+ public val Restore: IntelliJIconKey = IntelliJIconKey("windows/restore.svg",
+ "expui/windows/restore.svg", AllIconsKeys::class.java)
+
+ public val RestoreInactive: IntelliJIconKey = IntelliJIconKey("windows/restoreInactive.svg",
+ "expui/windows/restoreInactive.svg", AllIconsKeys::class.java)
+
+ public val RestoreSmall: IntelliJIconKey = IntelliJIconKey("windows/restoreSmall.svg",
+ "expui/windows/restoreSmall.svg", AllIconsKeys::class.java)
+ }
+
+ public object Xml {
+ public val Css_class: IntelliJIconKey = IntelliJIconKey("xml/css_class.svg",
+ "xml/css_class.svg", AllIconsKeys::class.java)
+
+ public val Html5: IntelliJIconKey = IntelliJIconKey("xml/html5.svg", "xml/html5.svg",
+ AllIconsKeys::class.java)
+
+ public val Html_id: IntelliJIconKey = IntelliJIconKey("xml/html_id.svg", "xml/html_id.svg",
+ AllIconsKeys::class.java)
+
+ public object Browsers {
+ public val Canary: IntelliJIconKey = IntelliJIconKey("xml/browsers/canary.svg",
+ "xml/browsers/canary.svg", AllIconsKeys::class.java)
+
+ public val Chrome: IntelliJIconKey = IntelliJIconKey("xml/browsers/chrome.svg",
+ "xml/browsers/chrome.svg", AllIconsKeys::class.java)
+
+ public val Chromium: IntelliJIconKey = IntelliJIconKey("xml/browsers/chromium.svg",
+ "xml/browsers/chromium.svg", AllIconsKeys::class.java)
+
+ public val Edge: IntelliJIconKey = IntelliJIconKey("xml/browsers/edge.svg",
+ "xml/browsers/edge.svg", AllIconsKeys::class.java)
+
+ public val Explorer: IntelliJIconKey = IntelliJIconKey("xml/browsers/explorer.svg",
+ "xml/browsers/explorer.svg", AllIconsKeys::class.java)
+
+ public val Firefox: IntelliJIconKey = IntelliJIconKey("xml/browsers/firefox.svg",
+ "xml/browsers/firefox.svg", AllIconsKeys::class.java)
+
+ public val FirefoxDeveloper: IntelliJIconKey =
+ IntelliJIconKey("xml/browsers/firefoxDeveloper.svg",
+ "xml/browsers/firefoxDeveloper.svg", AllIconsKeys::class.java)
+
+ public val Nwjs: IntelliJIconKey = IntelliJIconKey("xml/browsers/nwjs.svg",
+ "xml/browsers/nwjs.svg", AllIconsKeys::class.java)
+
+ public val Opera: IntelliJIconKey = IntelliJIconKey("xml/browsers/opera.svg",
+ "xml/browsers/opera.svg", AllIconsKeys::class.java)
+
+ public val Safari: IntelliJIconKey = IntelliJIconKey("xml/browsers/safari.svg",
+ "xml/browsers/safari.svg", AllIconsKeys::class.java)
+
+ public val Yandex: IntelliJIconKey = IntelliJIconKey("xml/browsers/yandex.svg",
+ "xml/browsers/yandex.svg", AllIconsKeys::class.java)
+ }
+ }
+}
diff --git a/platform/jewel/ui/intellij.platform.jewel.ui.iml b/platform/jewel/ui/intellij.platform.jewel.ui.iml
new file mode 100644
index 000000000000..069f36c80956
--- /dev/null
+++ b/platform/jewel/ui/intellij.platform.jewel.ui.iml
@@ -0,0 +1,387 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.0/kotlin-compose-compiler-plugin-2.1.0.jar
+ $MAVEN_REPOSITORY$/dev/drewhamilton/poko/poko-compiler-plugin/0.18.0/poko-compiler-plugin-0.18.0.jar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 02b4adef426ee89bd7b7d61a3263b4f635bf7836c48ccbaf268db9032f8e01d2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1584b739e8f1869e4f340519dc984d4a44582a80ef323e655999ddb18dd954c2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c53f675b2af4696e6022598145a44a9e9feb35216a188163ae5bf99a18e76bdb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ f1e334b73d49ceab00afe776a4c393de77b4fc805e9ff488dac596a2663b1dc1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ a7dfdfd2b9d6668c646275948eba357aab6407f635f2dc09fe90258a2f202337
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 34dfab5b4fa8b2913f00facdddc049e2fef4b176f8e7cde0ad306485674c3b5c
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 8ff9a2b8c93b0287d8fa837d5b0917923168cb97dea1ada1a8d4aa7bb17c9f15
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 41da5d61c56877b5b5d01e2a2bcb967cbfaf4d45c1a1aa124c0601c7a3de74e7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 7b0f19724082cbfcbc66e5abea2b9bc92cf08a1ea11e191933ed43801eb3cd05
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bff3d1e895fd5abd54ee725dab59214acabf900e1a0784544d20cf20521bf9f3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 62c816073195cc0119dc1d66b178544bdb772ef8bee4879954528c6798b17ebe
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c106c0f705717889663555fe4cb7742612bd47b56a128bf7a9f589f24c64cb08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1b409141a9ee6ed38e76a8fb8f9cf280030bf45375ba7e07e60b2742039b573e
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ c5cfad0b125e978d915f8b4c38630bc5d548e59fe8a0e838c0cc84283c605943
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5c84c3bb1c1b636ae36030a0f98d4629afa29e192a9c78f57f22ce2c8ff6bc96
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/platform/jewel/ui/src/main/resources/intellij.platform.jewel.ui.xml b/platform/jewel/ui/src/main/resources/intellij.platform.jewel.ui.xml
new file mode 100644
index 000000000000..e8d4bc2abfd6
--- /dev/null
+++ b/platform/jewel/ui/src/main/resources/intellij.platform.jewel.ui.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/platform/platform-resources/src/META-INF/common-ide-modules.xml b/platform/platform-resources/src/META-INF/common-ide-modules.xml
index 8647b676d80c..b144be1260b6 100644
--- a/platform/platform-resources/src/META-INF/common-ide-modules.xml
+++ b/platform/platform-resources/src/META-INF/common-ide-modules.xml
@@ -9,8 +9,13 @@
-
+
+
+
+
+
+
diff --git a/plugins/markdown/compose/intellij.markdown.compose.preview.iml b/plugins/markdown/compose/intellij.markdown.compose.preview.iml
index 972237acd974..64601f24a3cf 100644
--- a/plugins/markdown/compose/intellij.markdown.compose.preview.iml
+++ b/plugins/markdown/compose/intellij.markdown.compose.preview.iml
@@ -14,7 +14,7 @@
- $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.0.21/kotlin-compose-compiler-plugin-2.0.21.jar
+ $MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.0/kotlin-compose-compiler-plugin-2.1.0.jar
@@ -32,37 +32,6 @@
-
-
-
-
-
- c95a80492bfe83213d89cc2b051cf31d782046832320498510cbcd137d4da9d2
-
-
- 4fc7147440e975f10133f8e6f0232c249ff9b07d03e7eaf6f86f4540fda62ac2
-
-
- 3417909f2997bc8c61d90d64c6af29f4a3f5b6729caceaef97221ceac93df814
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/plugins/markdown/compose/src/main/kotlin/com/intellij/markdown/compose/preview/JcefLikeMarkdownStyling.kt b/plugins/markdown/compose/src/main/kotlin/com/intellij/markdown/compose/preview/JcefLikeMarkdownStyling.kt
index 59c9a004d46d..266c767c8b4d 100644
--- a/plugins/markdown/compose/src/main/kotlin/com/intellij/markdown/compose/preview/JcefLikeMarkdownStyling.kt
+++ b/plugins/markdown/compose/src/main/kotlin/com/intellij/markdown/compose/preview/JcefLikeMarkdownStyling.kt
@@ -1,4 +1,4 @@
-package org.intellij.plugins.markdown.compose.preview
+package com.intellij.markdown.compose.preview
import androidx.compose.foundation.layout.PaddingValues
import androidx.compose.foundation.shape.RoundedCornerShape
diff --git a/plugins/markdown/compose/src/main/kotlin/com/intellij/markdown/compose/preview/MarkdownComposePanel.kt b/plugins/markdown/compose/src/main/kotlin/com/intellij/markdown/compose/preview/MarkdownComposePanel.kt
index 4e80ef707806..07dc201af7de 100644
--- a/plugins/markdown/compose/src/main/kotlin/com/intellij/markdown/compose/preview/MarkdownComposePanel.kt
+++ b/plugins/markdown/compose/src/main/kotlin/com/intellij/markdown/compose/preview/MarkdownComposePanel.kt
@@ -18,7 +18,6 @@ import com.intellij.openapi.util.UserDataHolder
import com.intellij.openapi.util.UserDataHolderBase
import com.intellij.openapi.vfs.VirtualFile
import com.intellij.platform.compose.JBComposePanel
-import org.intellij.plugins.markdown.compose.preview.JcefLikeMarkdownStyling
import org.intellij.plugins.markdown.ui.preview.MarkdownHtmlPanel
import org.intellij.plugins.markdown.ui.preview.MarkdownHtmlPanelEx
import org.intellij.plugins.markdown.ui.preview.MarkdownUpdateHandler
diff --git a/plugins/markdown/compose/src/main/resources/intellij.markdown.compose.preview.xml b/plugins/markdown/compose/src/main/resources/intellij.markdown.compose.preview.xml
index a5a32bbe490b..b9429f29734a 100644
--- a/plugins/markdown/compose/src/main/resources/intellij.markdown.compose.preview.xml
+++ b/plugins/markdown/compose/src/main/resources/intellij.markdown.compose.preview.xml
@@ -1,8 +1,8 @@
+
-
diff --git a/plugins/markdown/core/plugin-content.yaml b/plugins/markdown/core/plugin-content.yaml
index 470585664ad0..5fff977a6717 100644
--- a/plugins/markdown/core/plugin-content.yaml
+++ b/plugins/markdown/core/plugin-content.yaml
@@ -10,11 +10,4 @@
- name: intellij.markdown.xml
- name: intellij.markdown.model
- name: intellij.markdown.spellchecker
-- name: lib/modules/intellij.markdown.compose.preview.jar
- contentModules:
- - name: intellij.markdown.compose.preview
- libraries:
- jetbrains-jewel-markdown-laf-bridge-styling:
- - name: $MAVEN_REPOSITORY$/org/jetbrains/jewel/jewel-markdown-ide-laf-bridge-styling-242/0/jewel-markdown-ide-laf-bridge-styling-242-0.jar
- - name: $MAVEN_REPOSITORY$/org/jetbrains/jewel/jewel-markdown-core-242/0/jewel-markdown-core-242-0.jar
- - name: $MAVEN_REPOSITORY$/org/commonmark/commonmark/0/commonmark-0.jar
\ No newline at end of file
+ - name: intellij.markdown.compose.preview
\ No newline at end of file