@momo-kits/native-kits 0.157.1-debug → 0.157.1-skill.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (153) hide show
  1. package/.claude/momo-native-kits/SKILL.md +87 -0
  2. package/.claude/momo-native-kits/references/Badge.md +39 -0
  3. package/.claude/momo-native-kits/references/BadgeDot.md +37 -0
  4. package/.claude/momo-native-kits/references/BottomSheet.md +51 -0
  5. package/.claude/momo-native-kits/references/BottomTab.md +65 -0
  6. package/.claude/momo-native-kits/references/Button.md +197 -0
  7. package/.claude/momo-native-kits/references/CheckBox.md +51 -0
  8. package/.claude/momo-native-kits/references/Chip.md +47 -0
  9. package/.claude/momo-native-kits/references/Divider.md +29 -0
  10. package/.claude/momo-native-kits/references/HeaderTitle.md +45 -0
  11. package/.claude/momo-native-kits/references/HeaderType.md +47 -0
  12. package/.claude/momo-native-kits/references/Icon.md +32 -0
  13. package/.claude/momo-native-kits/references/Image.md +38 -0
  14. package/.claude/momo-native-kits/references/Information.md +36 -0
  15. package/.claude/momo-native-kits/references/Input.md +334 -0
  16. package/.claude/momo-native-kits/references/InputDropDown.md +47 -0
  17. package/.claude/momo-native-kits/references/InputMoney.md +241 -0
  18. package/.claude/momo-native-kits/references/InputOTP.md +52 -0
  19. package/.claude/momo-native-kits/references/InputPhoneNumber.md +175 -0
  20. package/.claude/momo-native-kits/references/InputSearch.md +57 -0
  21. package/.claude/momo-native-kits/references/InputTextArea.md +46 -0
  22. package/.claude/momo-native-kits/references/NavigationContainer.md +51 -0
  23. package/.claude/momo-native-kits/references/Navigator.md +287 -0
  24. package/.claude/momo-native-kits/references/PaginationDot.md +28 -0
  25. package/.claude/momo-native-kits/references/PaginationNumber.md +28 -0
  26. package/.claude/momo-native-kits/references/PopupNotify.md +47 -0
  27. package/.claude/momo-native-kits/references/Radio.md +44 -0
  28. package/.claude/momo-native-kits/references/Skeleton.md +32 -0
  29. package/.claude/momo-native-kits/references/Switch.md +36 -0
  30. package/.claude/momo-native-kits/references/Tag.md +40 -0
  31. package/.claude/momo-native-kits/references/Text.md +37 -0
  32. package/.claude/momo-native-kits/references/Title.md +43 -0
  33. package/.claude/momo-native-kits/references/Tooltip.md +30 -0
  34. package/.claude/settings.local.json +13 -0
  35. package/building-skill-for-claude.md +1190 -0
  36. package/ios/Input/InputPhoneNumber.swift +2 -1
  37. package/package.json +1 -1
  38. package/build.gradle.kts +0 -11
  39. package/compose/build.gradle.kts +0 -180
  40. package/compose/build.gradle.kts.backup +0 -180
  41. package/compose/compose.podspec +0 -54
  42. package/compose/src/androidMain/kotlin/vn/momo/kits/platform/Platform.android.kt +0 -110
  43. package/compose/src/commonMain/composeResources/font/momosignature.otf +0 -0
  44. package/compose/src/commonMain/composeResources/font/momotrustdisplay.otf +0 -0
  45. package/compose/src/commonMain/composeResources/font/sfprotext_black.otf +0 -0
  46. package/compose/src/commonMain/composeResources/font/sfprotext_black.ttf +0 -0
  47. package/compose/src/commonMain/composeResources/font/sfprotext_bold.ttf +0 -0
  48. package/compose/src/commonMain/composeResources/font/sfprotext_heavy.ttf +0 -0
  49. package/compose/src/commonMain/composeResources/font/sfprotext_light.ttf +0 -0
  50. package/compose/src/commonMain/composeResources/font/sfprotext_medium.ttf +0 -0
  51. package/compose/src/commonMain/composeResources/font/sfprotext_regular.ttf +0 -0
  52. package/compose/src/commonMain/composeResources/font/sfprotext_semibold.ttf +0 -0
  53. package/compose/src/commonMain/composeResources/font/sfprotext_thin.otf +0 -0
  54. package/compose/src/commonMain/composeResources/font/sfprotext_thin.ttf +0 -0
  55. package/compose/src/commonMain/composeResources/font/sfprotext_ultralight.otf +0 -0
  56. package/compose/src/commonMain/composeResources/font/sfprotext_ultralight.ttf +0 -0
  57. package/compose/src/commonMain/kotlin/vn/momo/kits/application/AnimationSearchInput.kt +0 -57
  58. package/compose/src/commonMain/kotlin/vn/momo/kits/application/Context.kt +0 -107
  59. package/compose/src/commonMain/kotlin/vn/momo/kits/application/FloatingButton.kt +0 -201
  60. package/compose/src/commonMain/kotlin/vn/momo/kits/application/Header.kt +0 -222
  61. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderAnimated.kt +0 -48
  62. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderBackground.kt +0 -86
  63. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderDefault.kt +0 -76
  64. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderExtended.kt +0 -76
  65. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderRight.kt +0 -305
  66. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderTitle.kt +0 -33
  67. package/compose/src/commonMain/kotlin/vn/momo/kits/application/LiteScreen.kt +0 -720
  68. package/compose/src/commonMain/kotlin/vn/momo/kits/application/NavigationContainer.kt +0 -121
  69. package/compose/src/commonMain/kotlin/vn/momo/kits/application/Screen.kt +0 -405
  70. package/compose/src/commonMain/kotlin/vn/momo/kits/application/useHeaderSearchAnimation.kt +0 -69
  71. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Badge.kt +0 -85
  72. package/compose/src/commonMain/kotlin/vn/momo/kits/components/BadgeDot.kt +0 -32
  73. package/compose/src/commonMain/kotlin/vn/momo/kits/components/BadgeRibbon.kt +0 -340
  74. package/compose/src/commonMain/kotlin/vn/momo/kits/components/BaselineView.kt +0 -198
  75. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Button.kt +0 -339
  76. package/compose/src/commonMain/kotlin/vn/momo/kits/components/CheckBox.kt +0 -94
  77. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Chip.kt +0 -136
  78. package/compose/src/commonMain/kotlin/vn/momo/kits/components/CupertinoOverscroll.kt +0 -543
  79. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Divider.kt +0 -23
  80. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Icon.kt +0 -76
  81. package/compose/src/commonMain/kotlin/vn/momo/kits/components/IconButton.kt +0 -148
  82. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Image.kt +0 -188
  83. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Information.kt +0 -116
  84. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Input.kt +0 -448
  85. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputDropDown.kt +0 -172
  86. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputMoney.kt +0 -255
  87. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputOTP.kt +0 -231
  88. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputPhoneNumber.kt +0 -233
  89. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputSearch.kt +0 -254
  90. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputTextArea.kt +0 -241
  91. package/compose/src/commonMain/kotlin/vn/momo/kits/components/LazyColumnWithBouncing.kt +0 -364
  92. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PaginationDot.kt +0 -56
  93. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PaginationNumber.kt +0 -41
  94. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PaginationScroll.kt +0 -92
  95. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PaginationWhiteDot.kt +0 -40
  96. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PopupNotify.kt +0 -352
  97. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PopupPromotion.kt +0 -103
  98. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Radio.kt +0 -70
  99. package/compose/src/commonMain/kotlin/vn/momo/kits/components/ScaleSizeScope.kt +0 -17
  100. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Skeleton.kt +0 -96
  101. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Switch.kt +0 -96
  102. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Tag.kt +0 -92
  103. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Text.kt +0 -130
  104. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Title.kt +0 -214
  105. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Tooltip.kt +0 -576
  106. package/compose/src/commonMain/kotlin/vn/momo/kits/components/TrustBanner.kt +0 -177
  107. package/compose/src/commonMain/kotlin/vn/momo/kits/components/datetimepicker/DateTimePicker.kt +0 -205
  108. package/compose/src/commonMain/kotlin/vn/momo/kits/components/datetimepicker/DateTimePickerTypes.kt +0 -29
  109. package/compose/src/commonMain/kotlin/vn/momo/kits/components/datetimepicker/DateTimePickerUtils.kt +0 -239
  110. package/compose/src/commonMain/kotlin/vn/momo/kits/components/datetimepicker/WheelPicker.kt +0 -191
  111. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Colors.kt +0 -306
  112. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Radius.kt +0 -12
  113. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Spacing.kt +0 -13
  114. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Theme.kt +0 -185
  115. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Typography.kt +0 -285
  116. package/compose/src/commonMain/kotlin/vn/momo/kits/layout/Card.kt +0 -2
  117. package/compose/src/commonMain/kotlin/vn/momo/kits/layout/Item.kt +0 -35
  118. package/compose/src/commonMain/kotlin/vn/momo/kits/layout/Section.kt +0 -2
  119. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/AutomationId.kt +0 -59
  120. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/Clickable.kt +0 -68
  121. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/Conditional.kt +0 -11
  122. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/DeprecatedModifier.kt +0 -14
  123. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/Shadow.kt +0 -50
  124. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/Size.kt +0 -51
  125. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/BottomSheet.kt +0 -239
  126. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/ModalScreen.kt +0 -119
  127. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/Navigation.kt +0 -98
  128. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/NavigationContainer.kt +0 -161
  129. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/Navigator.kt +0 -331
  130. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/StackScreen.kt +0 -497
  131. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/bottomtab/BottomTab.kt +0 -162
  132. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/bottomtab/BottomTabBar.kt +0 -243
  133. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/bottomtab/CurvedContainer.kt +0 -86
  134. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/FloatingButton.kt +0 -187
  135. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/Header.kt +0 -279
  136. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/HeaderBackground.kt +0 -80
  137. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/HeaderRight.kt +0 -306
  138. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/HeaderTitle.kt +0 -32
  139. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/HeaderUser.kt +0 -370
  140. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/SnackBar.kt +0 -132
  141. package/compose/src/commonMain/kotlin/vn/momo/kits/platform/Platform.kt +0 -42
  142. package/compose/src/commonMain/kotlin/vn/momo/kits/utils/Icons.kt +0 -1329
  143. package/compose/src/commonMain/kotlin/vn/momo/kits/utils/Resources.kt +0 -62
  144. package/compose/src/commonMain/kotlin/vn/momo/kits/utils/Tracking.kt +0 -15
  145. package/compose/src/commonMain/kotlin/vn/momo/kits/utils/Utils.kt +0 -88
  146. package/compose/src/iosMain/kotlin/vn/momo/kits/platform/Platform.ios.kt +0 -149
  147. package/gradle/libs.versions.toml +0 -57
  148. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  149. package/gradle/wrapper/gradle-wrapper.properties +0 -8
  150. package/gradle.properties +0 -26
  151. package/gradlew +0 -252
  152. package/gradlew.bat +0 -94
  153. package/settings.gradle.kts +0 -52
package/gradlew.bat DELETED
@@ -1,94 +0,0 @@
1
- @rem
2
- @rem Copyright 2015 the original author or authors.
3
- @rem
4
- @rem Licensed under the Apache License, Version 2.0 (the "License");
5
- @rem you may not use this file except in compliance with the License.
6
- @rem You may obtain a copy of the License at
7
- @rem
8
- @rem https://www.apache.org/licenses/LICENSE-2.0
9
- @rem
10
- @rem Unless required by applicable law or agreed to in writing, software
11
- @rem distributed under the License is distributed on an "AS IS" BASIS,
12
- @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- @rem See the License for the specific language governing permissions and
14
- @rem limitations under the License.
15
- @rem
16
- @rem SPDX-License-Identifier: Apache-2.0
17
- @rem
18
-
19
- @if "%DEBUG%"=="" @echo off
20
- @rem ##########################################################################
21
- @rem
22
- @rem Gradle startup script for Windows
23
- @rem
24
- @rem ##########################################################################
25
-
26
- @rem Set local scope for the variables with windows NT shell
27
- if "%OS%"=="Windows_NT" setlocal
28
-
29
- set DIRNAME=%~dp0
30
- if "%DIRNAME%"=="" set DIRNAME=.
31
- @rem This is normally unused
32
- set APP_BASE_NAME=%~n0
33
- set APP_HOME=%DIRNAME%
34
-
35
- @rem Resolve any "." and ".." in APP_HOME to make it shorter.
36
- for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
37
-
38
- @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
39
- set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
40
-
41
- @rem Find java.exe
42
- if defined JAVA_HOME goto findJavaFromJavaHome
43
-
44
- set JAVA_EXE=java.exe
45
- %JAVA_EXE% -version >NUL 2>&1
46
- if %ERRORLEVEL% equ 0 goto execute
47
-
48
- echo. 1>&2
49
- echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
50
- echo. 1>&2
51
- echo Please set the JAVA_HOME variable in your environment to match the 1>&2
52
- echo location of your Java installation. 1>&2
53
-
54
- goto fail
55
-
56
- :findJavaFromJavaHome
57
- set JAVA_HOME=%JAVA_HOME:"=%
58
- set JAVA_EXE=%JAVA_HOME%/bin/java.exe
59
-
60
- if exist "%JAVA_EXE%" goto execute
61
-
62
- echo. 1>&2
63
- echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
64
- echo. 1>&2
65
- echo Please set the JAVA_HOME variable in your environment to match the 1>&2
66
- echo location of your Java installation. 1>&2
67
-
68
- goto fail
69
-
70
- :execute
71
- @rem Setup the command line
72
-
73
- set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
74
-
75
-
76
- @rem Execute Gradle
77
- "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
78
-
79
- :end
80
- @rem End local scope for the variables with windows NT shell
81
- if %ERRORLEVEL% equ 0 goto mainEnd
82
-
83
- :fail
84
- rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
85
- rem the _cmd.exe /c_ return code!
86
- set EXIT_CODE=%ERRORLEVEL%
87
- if %EXIT_CODE% equ 0 set EXIT_CODE=1
88
- if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
89
- exit /b %EXIT_CODE%
90
-
91
- :mainEnd
92
- if "%OS%"=="Windows_NT" endlocal
93
-
94
- :omega
@@ -1,52 +0,0 @@
1
- import org.gradle.kotlin.dsl.maven
2
-
3
- rootProject.name = "momo-native-kits"
4
- enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
5
-
6
- pluginManagement {
7
- repositories {
8
- google {
9
- mavenContent {
10
- includeGroupAndSubgroups("androidx")
11
- includeGroupAndSubgroups("com.android")
12
- includeGroupAndSubgroups("com.google")
13
- }
14
- }
15
- mavenCentral()
16
- gradlePluginPortal()
17
- maven {
18
- url = uri("https://gitlab.mservice.com.vn/api/v4/projects/5400/packages/maven")
19
- credentials {username = "download_packages"; password = "gldt-bjDqLpU_sPcHDuXau2ws" }
20
- }
21
- maven {
22
- url = uri("http://nexus.mservice.com.vn:8081/repository/maven-public/")
23
- isAllowInsecureProtocol = true
24
- }
25
- }
26
- }
27
-
28
- dependencyResolutionManagement {
29
- repositories {
30
- google {
31
- mavenContent {
32
- includeGroupAndSubgroups("androidx")
33
- includeGroupAndSubgroups("com.android")
34
- includeGroupAndSubgroups("com.google")
35
- }
36
- }
37
- mavenCentral()
38
- maven {
39
- url = uri("https://gitlab.mservice.com.vn/api/v4/projects/5400/packages/maven")
40
- credentials {username = "download_packages"; password = "gldt-bjDqLpU_sPcHDuXau2ws" }
41
- }
42
- maven {
43
- url = uri("http://nexus.mservice.com.vn:8081/repository/maven-public/")
44
- isAllowInsecureProtocol = true
45
- }
46
- }
47
- }
48
-
49
- include(":compose")
50
-
51
- include(":sample:androidApp")
52
- include(":sample:shared")