Skip to content

Commit

Permalink
- Centered text in SirioButton component.
Browse files Browse the repository at this point in the history
- Fixed shadow elevation and tile overflow in SirioCard.
- Added scroll animation to SirioCarousel.
- SirioChips now display an icon when selected.
- Added onSearch callback to SirioSearchBar.
- Introduced new notification layout.
- Updated Sirio token to version 8.1.0.
- Added new components: TitleBar, Avviso, MenuSpalla, Filter, and Table.
  • Loading branch information
andreagiancarli committed Sep 20, 2024
1 parent bc6f257 commit 180cd80
Show file tree
Hide file tree
Showing 122 changed files with 10,169 additions and 1,356 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ output.json
# IntelliJ
*.iml
.idea/
misc.xml
deploymentTargetDropDown.xml
render.experimental.xml

# Keystore files
*.jks
Expand Down Expand Up @@ -95,6 +98,10 @@ Network Trash Folder
Temporary Items
.apdisk

### macOS Patch ###
# iCloud generated files
*.icloud

### AndroidStudio ###
# Covers files to be ignored for android development using Android Studio.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}
}
dependencies {
implementation 'it.inps.sirio:library:8.0.0'
implementation 'it.inps.sirio:library:8.1.0'
}
```
2. Add following repository in your gradle file (es. settings.gradle)
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.android.library) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.compose.compiler) apply false
}

tasks.register('clean', Delete) {
Expand Down
4 changes: 1 addition & 3 deletions design/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
// alias(libs.plugins.android.application)
alias(libs.plugins.android.library)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.compose.compiler)
id("maven-publish")
}

Expand All @@ -27,9 +28,6 @@ android {
buildFeatures {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get()
}
packaging {
resources.excludes.add("/META-INF/{AL2.0,LGPL2.1}")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ object StyleDictionaryColor {
val colorAliasInteractiveSuccessFocus = Color(0xff008069)
val colorAliasInteractiveSuccessHover = Color(0xff005c4b)
val colorAliasInteractiveSuccessPressed = Color(0xff001a15)
val colorAliasInteractiveWarningDefault = Color(0xffe26334)
val colorAliasInteractiveWarningFocus = Color(0xffe26334)
val colorAliasInteractiveWarningDefault = Color(0xffcb4d1e)
val colorAliasInteractiveWarningFocus = Color(0xffcb4d1e)
val colorAliasInteractiveWarningHover = Color(0xffffa217)
val colorAliasInteractiveWarningPressed = Color(0xff9c3a16)
val colorAliasOverlay15Secondary100 = Color(0x26454D56)
Expand Down Expand Up @@ -103,29 +103,35 @@ object StyleDictionaryColor {
val colorGlobalSemanticSuccess110 = Color(0xff005c4b)
val colorGlobalSemanticSuccess120 = Color(0xff00382e)
val colorGlobalSemanticSuccess130 = Color(0xff001a15)
val colorGlobalSemanticWarning100 = Color(0xffe26334)
val colorGlobalSemanticWarning100 = Color(0xffcb4d1e)
val colorGlobalSemanticWarning110 = Color(0xff9c3a16)
val colorGlobalSemanticWarning80 = Color(0xffffa217)
val colorGlobalSemanticWarning90 = Color(0xfff97c1d)
val colorSpecificCardOverlayGradientImg = listOf(Color(0x00000000), Color(0xFF000000))
val colorSpecificDataEntryBorderColorAlert = Color(0xffaa224f)
val colorSpecificDataEntryBorderColorDefault = Color(0xff454d56)
val colorSpecificDataEntryBorderColorError = Color(0xffaa224f)
val colorSpecificDataEntryBorderColorFocus = Color(0xff2f6dd5)
val colorSpecificDataEntryBorderColorHover = Color(0xff00368f)
val colorSpecificDataEntryBorderColorSuccess = Color(0xff008069)
val colorSpecificDataEntryBorderColorValued = Color(0xff454d56)
val colorSpecificDataEntryBorderColorWarning = Color(0xffe26334)
val colorSpecificDataEntryBorderColorWarning = Color(0xffcb4d1e)
val colorSpecificDataEntryLabelColorAlert = Color(0xffaa224f)
val colorSpecificDataEntryLabelColorDefault = Color(0xff454d56)
val colorSpecificDataEntryLabelColorFocus = Color(0xff2f6dd5)
val colorSpecificDataEntryLabelColorHover = Color(0xff00368f)
val colorSpecificDataEntryLabelColorSuccess = Color(0xff008069)
val colorSpecificDataEntryLabelColorValued = Color(0xff454d56)
val colorSpecificDataEntryLabelColorWarning = Color(0xffcb4d1e)
val colorSpecificDataEntryPlaceholderColorAlert = Color(0xffaa224f)
val colorSpecificDataEntryPlaceholderColorDefault = Color(0xff454d56)
val colorSpecificDataEntryPlaceholderColorFocus = Color(0xff2f6dd5)
val colorSpecificDataEntryPlaceholderColorHover = Color(0xff00368f)
val colorSpecificDataEntryPlaceholderColorSuccess = Color(0xff008069)
val colorSpecificDataEntryPlaceholderColorValued = Color(0xff454d56)
val colorSpecificDataEntryPlaceholderColorWarning = Color(0xffcb4d1e)
val colorSpecificOptionBackgroundColorFocus = Color(0xff2f6dd5)
val colorSpecificOptionBackgroundColorHover = Color(0xff00368f)
val colorSpecificOptionBackgroundColorPressed = Color(0xff00173d)
val colorSpecificOptionBackgroundColorValued = Color(0xff2f6dd5)
val colorSpecificProgressbarBackgroundColor = listOf(Color(0xFF002460), Color(0xFF2F6DD5), Color(0xFF18CEE7))
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package it.inps.sirio.styleDictionary

object StyleDictionarySize {
const val typographyAliasDisclaimerMdLineHeight04 = 24
const val typographyAliasDisclaimerMdSize04 = 16
const val typographyAliasDisclaimerMdSize04 = 14
const val typographyAliasH1LgLineHeight14 = 78
const val typographyAliasH1LgSize14 = 52
const val typographyAliasH1MdLineHeight13 = 72
Expand Down Expand Up @@ -85,4 +85,4 @@ object StyleDictionarySize {
const val typographySpecificAppNavigationTitleXlLineHeight = 36
const val typographySpecificAppNavigationTitleXlSize = 24
const val typographySpecificIosTabbarLabelXsSize = 11
}
}
Loading

0 comments on commit 180cd80

Please sign in to comment.