Skip to content

Commit

Permalink
feat: added files in xcode proj, and update counter name in generator
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirDimitraki committed Mar 6, 2025
1 parent 3259e13 commit 8a5b044
Show file tree
Hide file tree
Showing 18 changed files with 747 additions and 281 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SDDSComponents
import SDDSServTheme

final class RadioboxGroupViewModel: ObservableObject {
@Published var radioboxViewModels: [RadioboxItemViewModel] = []
@Published var radioboxViewModels: [RadioboxItemViewModel]
@Published var size: SDDSRadioboxGroupSize = .medium

var radioboxData: [RadioboxData] {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ enum CodeGenerationComponent: String, CaseIterable, Decodable {
case iconBadgeTransparent = "IconBadgeTransparent"
case indicator = "Indicator"
case cell = "Cell"
case counter = "SDDSCounter"
case counter = "Counter"

static var supportedComponents: [CodeGenerationComponent] {
[
Expand Down Expand Up @@ -160,4 +160,4 @@ extension CodeGenerationComponent {
func chain(with key: String) -> String {
"\(self.rawValue).\(key.chain)"
}
}
}
342 changes: 286 additions & 56 deletions Themes/PlasmaB2CTheme/PlasmaB2CTheme.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

235 changes: 210 additions & 25 deletions Themes/SDDSservTheme/SDDSservTheme.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

393 changes: 248 additions & 145 deletions Themes/StylesSaluteTheme/StylesSaluteTheme.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

0 comments on commit 8a5b044

Please sign in to comment.