-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change package name to my new username.
- Loading branch information
1 parent
e7a99e9
commit db94501
Showing
161 changed files
with
751 additions
and
746 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ mavenPublishing { | |
)) | ||
|
||
coordinates( | ||
groupId = "io.github.allangomessl", | ||
groupId = "io.github.allangomes", | ||
artifactId = "kotlinwind-css", | ||
version = "0.0.1" | ||
) | ||
|
@@ -33,7 +33,7 @@ mavenPublishing { | |
name.set("Kotlinwind CSS") | ||
description.set("HTML styling inspired on tailwind.css") | ||
inceptionYear.set("2024") | ||
url.set("https://github.com/allangomessl/kotlinwind-css/") | ||
url.set("https://github.com/allangomes/kotlinwind-css/") | ||
licenses { | ||
license { | ||
name.set("The Apache License, Version 2.0") | ||
|
@@ -43,15 +43,15 @@ mavenPublishing { | |
} | ||
developers { | ||
developer { | ||
id.set("allangomessl") | ||
id.set("allangomes") | ||
name.set("Allan Gomes") | ||
url.set("https://github.com/allangomessl/") | ||
url.set("https://github.com/allangomes/") | ||
} | ||
} | ||
scm { | ||
url.set("https://github.com/allangomessl/kotlinwind-css/") | ||
connection.set("scm:git:git://github.com/allangomessl/kotlinwind-css.git") | ||
developerConnection.set("scm:git:ssh://[email protected]/allangomessl/kotlinwind-css.git") | ||
url.set("https://github.com/allangomes/kotlinwind-css/") | ||
connection.set("scm:git:git://github.com/allangomes/kotlinwind-css.git") | ||
developerConnection.set("scm:git:ssh://[email protected]/allangomes/kotlinwind-css.git") | ||
} | ||
} | ||
|
||
|
8 changes: 4 additions & 4 deletions
8
...hub/allangomessl/kotlinwind/css/Colors.kt → ...ithub/allangomes/kotlinwind/css/Colors.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...github/allangomessl/kotlinwind/css/DSL.kt → ...o/github/allangomes/kotlinwind/css/DSL.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...thub/allangomessl/kotlinwind/css/Sizes.kt → ...github/allangomes/kotlinwind/css/Sizes.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...hub/allangomessl/kotlinwind/css/Tokens.kt → ...ithub/allangomes/kotlinwind/css/Tokens.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
lib/src/main/kotlin/io/github/allangomes/kotlinwind/css/api/KWRoot.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package io.github.allangomes.kotlinwind.css.api | ||
|
||
interface KWRoot { | ||
fun append(style: Style) | ||
} |
2 changes: 1 addition & 1 deletion
2
...llangomessl/kotlinwind/css/api/KWScope.kt → .../allangomes/kotlinwind/css/api/KWScope.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../allangomessl/kotlinwind/css/api/Style.kt → ...ub/allangomes/kotlinwind/css/api/Style.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...langomessl/kotlinwind/css/config/Theme.kt → ...allangomes/kotlinwind/css/config/Theme.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...gomessl/kotlinwind/css/core/ColorToken.kt → ...angomes/kotlinwind/css/core/ColorToken.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//package io.github.allangomessl.kotlinwind.css.core | ||
//package io.github.allangomes.kotlinwind.css.core | ||
// | ||
//@JvmInline | ||
//value class ColorToken(val value: String) |
2 changes: 1 addition & 1 deletion
2
...llangomessl/kotlinwind/css/core/Consts.kt → .../allangomes/kotlinwind/css/core/Consts.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...gomessl/kotlinwind/css/core/DSLMarkers.kt → ...angomes/kotlinwind/css/core/DSLMarkers.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sl/kotlinwind/css/core/WithFloatAndInt.kt → ...es/kotlinwind/css/core/WithFloatAndInt.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ssl/kotlinwind/css/core/WithPercentual.kt → ...mes/kotlinwind/css/core/WithPercentual.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ngomessl/kotlinwind/css/core/WithToken.kt → ...langomes/kotlinwind/css/core/WithToken.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../kotlinwind/css/core/WithTokenAndFloat.kt → .../kotlinwind/css/core/WithTokenAndFloat.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sl/kotlinwind/css/core/WithTokenAndInt.kt → ...es/kotlinwind/css/core/WithTokenAndInt.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...kotlinwind/css/core/WithTokenAndNumber.kt → ...kotlinwind/css/core/WithTokenAndNumber.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...kotlinwind/css/core/tokens/ColorTokens.kt → ...kotlinwind/css/core/tokens/ColorTokens.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...messl/kotlinwind/css/core/tokens/Token.kt → ...gomes/kotlinwind/css/core/tokens/Token.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...linwind/css/extensions/StyleExtensions.kt → ...linwind/css/extensions/StyleExtensions.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...sl/kotlinwind/css/features/AspectRatio.kt → ...es/kotlinwind/css/features/AspectRatio.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...ssl/kotlinwind/css/features/BreakAfter.kt → ...mes/kotlinwind/css/features/BreakAfter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...sl/kotlinwind/css/features/BreakBefore.kt → ...es/kotlinwind/css/features/BreakBefore.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...ngomessl/kotlinwind/css/features/Clear.kt → ...langomes/kotlinwind/css/features/Clear.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...omessl/kotlinwind/css/features/Display.kt → ...ngomes/kotlinwind/css/features/Display.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...gomessl/kotlinwind/css/features/Floats.kt → ...angomes/kotlinwind/css/features/Floats.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...essl/kotlinwind/css/features/ObjectFit.kt → ...omes/kotlinwind/css/features/ObjectFit.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...kotlinwind/css/features/ObjectPosition.kt → ...kotlinwind/css/features/ObjectPosition.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...messl/kotlinwind/css/features/Position.kt → ...gomes/kotlinwind/css/features/Position.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...kotlinwind/css/features/PositionBottom.kt → ...kotlinwind/css/features/PositionBottom.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.../kotlinwind/css/features/PositionInset.kt → .../kotlinwind/css/features/PositionInset.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.