diff --git a/Adwaita.md b/Adwaita.md index 36f7fbf..97705e3 100644 --- a/Adwaita.md +++ b/Adwaita.md @@ -68,13 +68,13 @@ brew install libadwaita 2. Open the `Package.swift` file. 3. Into the `Package` initializer, under `dependencies`, paste: ```swift -.package(url: "https://github.com/AparokshaUI/Adwaita", from: "0.1.0") +.package(url: "https://git.aparoksha.dev/aparoksha/adwaita-swift", from: "0.1.0") ``` ## Template repository It is recommended to develop apps on Linux inside a Flatpak. -Find more information in the [template repository](https://github.com/AparokshaUI/AdwaitaTemplate). +Find more information in the [template repository](https://git.aparoksha.dev/aparoksha/adwaita-template). ## Topics @@ -95,6 +95,7 @@ Find more information in the [template repository](https://github.com/AparokshaU ### Views +- ``AboutDialog`` - ``ActionRow`` - ``AlertDialog`` - ``AspectFrame`` @@ -102,6 +103,7 @@ Find more information in the [template repository](https://github.com/AparokshaU - ``Banner`` - ``Bin`` - ``Box`` +- ``BreakpointBin`` - ``Button`` - ``ButtonContent`` - ``Carousel`` @@ -109,6 +111,7 @@ Find more information in the [template repository](https://github.com/AparokshaU - ``CheckButton`` - ``Clamp`` - ``ComboRow`` +- ``Dialog`` - ``EntryRow`` - ``ExpanderRow`` - ``Fixed`` @@ -126,11 +129,13 @@ Find more information in the [template repository](https://github.com/AparokshaU - ``Menu`` - ``NavigationSplitView`` - ``NavigationView`` +- ``ModifierWrapper`` - ``Overlay`` - ``OverlaySplitView`` - ``PasswordEntryRow`` - ``Picture`` - ``Popover`` +- ``PreferencesDialog`` - ``PreferencesGroup`` - ``PreferencesPage`` - ``PreferencesRow`` @@ -154,11 +159,12 @@ Find more information in the [template repository](https://github.com/AparokshaU - ``ViewStack`` - ``ViewSwitcher`` - ``VStack`` +- ``VStackWrapper`` - ``WindowTitle`` +- ``EitherView`` ### Windows -- ``AboutWindow`` - ``FileDialog`` - ``Window`` @@ -167,3 +173,5 @@ Find more information in the [template repository](https://github.com/AparokshaU - ``MenuButton`` - ``MenuSection`` - ``Submenu`` +- ``MenuCollection`` +- ``MenuEitherView``