Skip to content

Commit a9eb0f1

Browse files
authored
Merge pull request #29 from Konyaco/new_components
Add Flyout and MenuFlyout(WIP).
2 parents 50f70e9 + bb3af20 commit a9eb0f1

File tree

7 files changed

+1140
-6
lines changed

7 files changed

+1140
-6
lines changed

fluent-icons-generator/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/icon_output/
22
/icon_output_xml/
3-
/icon_output_kt/
3+
/icon_output_kt_core/
4+
/icon_output_kt_extended/
5+
/icons-catalog_files/
46
icons.html
57
icons-catalog.html

fluent/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ kotlin {
2323
api(compose.foundation)
2424
api(project(":fluent-icons-core"))
2525
implementation(compose("org.jetbrains.compose.ui:ui-util"))
26+
implementation(libs.uuid)
2627
}
2728
}
2829
val commonTest by getting {

0 commit comments

Comments
 (0)