@momo-kits/native-kits 0.163.1-beta.3-debug → 0.163.1-beta.3

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 (136) hide show
  1. package/package.json +1 -1
  2. package/build.gradle.kts +0 -11
  3. package/compose/build.gradle.kts +0 -189
  4. package/compose/build.gradle.kts.backup +0 -189
  5. package/compose/compose.podspec +0 -47
  6. package/compose/src/androidMain/kotlin/vn/momo/kits/navigation/ScrollToTop.android.kt +0 -6
  7. package/compose/src/androidMain/kotlin/vn/momo/kits/platform/Platform.android.kt +0 -123
  8. package/compose/src/commonMain/composeResources/font/momosignature.otf +0 -0
  9. package/compose/src/commonMain/composeResources/font/momotrustdisplay.otf +0 -0
  10. package/compose/src/commonMain/composeResources/font/sfprotext_black.otf +0 -0
  11. package/compose/src/commonMain/composeResources/font/sfprotext_black.ttf +0 -0
  12. package/compose/src/commonMain/composeResources/font/sfprotext_bold.ttf +0 -0
  13. package/compose/src/commonMain/composeResources/font/sfprotext_heavy.ttf +0 -0
  14. package/compose/src/commonMain/composeResources/font/sfprotext_light.ttf +0 -0
  15. package/compose/src/commonMain/composeResources/font/sfprotext_medium.ttf +0 -0
  16. package/compose/src/commonMain/composeResources/font/sfprotext_regular.ttf +0 -0
  17. package/compose/src/commonMain/composeResources/font/sfprotext_semibold.ttf +0 -0
  18. package/compose/src/commonMain/composeResources/font/sfprotext_thin.otf +0 -0
  19. package/compose/src/commonMain/composeResources/font/sfprotext_thin.ttf +0 -0
  20. package/compose/src/commonMain/composeResources/font/sfprotext_ultralight.otf +0 -0
  21. package/compose/src/commonMain/composeResources/font/sfprotext_ultralight.ttf +0 -0
  22. package/compose/src/commonMain/kotlin/vn/momo/kits/application/AnimationSearchInput.kt +0 -52
  23. package/compose/src/commonMain/kotlin/vn/momo/kits/application/Context.kt +0 -108
  24. package/compose/src/commonMain/kotlin/vn/momo/kits/application/FloatingButton.kt +0 -183
  25. package/compose/src/commonMain/kotlin/vn/momo/kits/application/Header.kt +0 -207
  26. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderAnimated.kt +0 -39
  27. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderBackground.kt +0 -86
  28. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderDefault.kt +0 -76
  29. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderExtended.kt +0 -76
  30. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderRight.kt +0 -294
  31. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderTitle.kt +0 -33
  32. package/compose/src/commonMain/kotlin/vn/momo/kits/application/LiteScreen.kt +0 -826
  33. package/compose/src/commonMain/kotlin/vn/momo/kits/application/Localize.kt +0 -269
  34. package/compose/src/commonMain/kotlin/vn/momo/kits/application/NavigationContainer.kt +0 -107
  35. package/compose/src/commonMain/kotlin/vn/momo/kits/application/Screen.kt +0 -378
  36. package/compose/src/commonMain/kotlin/vn/momo/kits/application/useHeaderSearchAnimation.kt +0 -69
  37. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Avatar.kt +0 -157
  38. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Badge.kt +0 -82
  39. package/compose/src/commonMain/kotlin/vn/momo/kits/components/BadgeDot.kt +0 -32
  40. package/compose/src/commonMain/kotlin/vn/momo/kits/components/BadgeRibbon.kt +0 -338
  41. package/compose/src/commonMain/kotlin/vn/momo/kits/components/BaselineView.kt +0 -175
  42. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Button.kt +0 -354
  43. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Carousel.kt +0 -113
  44. package/compose/src/commonMain/kotlin/vn/momo/kits/components/CheckBox.kt +0 -89
  45. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Chip.kt +0 -128
  46. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Collapse.kt +0 -209
  47. package/compose/src/commonMain/kotlin/vn/momo/kits/components/CupertinoOverscroll.kt +0 -543
  48. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Divider.kt +0 -23
  49. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Icon.kt +0 -76
  50. package/compose/src/commonMain/kotlin/vn/momo/kits/components/IconButton.kt +0 -140
  51. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Image.kt +0 -188
  52. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Information.kt +0 -112
  53. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Input.kt +0 -477
  54. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputDropDown.kt +0 -114
  55. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputMoney.kt +0 -214
  56. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputOTP.kt +0 -240
  57. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputPhoneNumber.kt +0 -216
  58. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputSearch.kt +0 -259
  59. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputTextArea.kt +0 -180
  60. package/compose/src/commonMain/kotlin/vn/momo/kits/components/LazyColumnWithBouncing.kt +0 -343
  61. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Loader.kt +0 -108
  62. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PaginationDot.kt +0 -56
  63. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PaginationNumber.kt +0 -41
  64. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PaginationScroll.kt +0 -84
  65. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PaginationWhiteDot.kt +0 -40
  66. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PopupNotify.kt +0 -328
  67. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PopupPromotion.kt +0 -97
  68. package/compose/src/commonMain/kotlin/vn/momo/kits/components/ProgressInfo.kt +0 -310
  69. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Radio.kt +0 -59
  70. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Rating.kt +0 -87
  71. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Skeleton.kt +0 -90
  72. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Slider.kt +0 -323
  73. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Stepper.kt +0 -217
  74. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Steps.kt +0 -473
  75. package/compose/src/commonMain/kotlin/vn/momo/kits/components/SuggestAction.kt +0 -122
  76. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Swipe.kt +0 -199
  77. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Switch.kt +0 -91
  78. package/compose/src/commonMain/kotlin/vn/momo/kits/components/TabView.kt +0 -470
  79. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Tag.kt +0 -88
  80. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Text.kt +0 -134
  81. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Title.kt +0 -203
  82. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Tooltip.kt +0 -498
  83. package/compose/src/commonMain/kotlin/vn/momo/kits/components/TrustBanner.kt +0 -175
  84. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Uploader.kt +0 -182
  85. package/compose/src/commonMain/kotlin/vn/momo/kits/components/datetimepicker/DateTimePicker.kt +0 -193
  86. package/compose/src/commonMain/kotlin/vn/momo/kits/components/datetimepicker/DateTimePickerTypes.kt +0 -29
  87. package/compose/src/commonMain/kotlin/vn/momo/kits/components/datetimepicker/DateTimePickerUtils.kt +0 -234
  88. package/compose/src/commonMain/kotlin/vn/momo/kits/components/datetimepicker/WheelPicker.kt +0 -188
  89. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Colors.kt +0 -306
  90. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Radius.kt +0 -12
  91. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Spacing.kt +0 -16
  92. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Theme.kt +0 -188
  93. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Typography.kt +0 -269
  94. package/compose/src/commonMain/kotlin/vn/momo/kits/layout/Card.kt +0 -2
  95. package/compose/src/commonMain/kotlin/vn/momo/kits/layout/Item.kt +0 -35
  96. package/compose/src/commonMain/kotlin/vn/momo/kits/layout/Section.kt +0 -2
  97. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/AutomationId.kt +0 -52
  98. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/Clickable.kt +0 -66
  99. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/Conditional.kt +0 -11
  100. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/DeprecatedModifier.kt +0 -104
  101. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/Shadow.kt +0 -48
  102. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/Size.kt +0 -51
  103. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/BottomSheet.kt +0 -253
  104. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/ModalScreen.kt +0 -129
  105. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/Navigation.kt +0 -94
  106. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/NavigationContainer.kt +0 -175
  107. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/Navigator.kt +0 -360
  108. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/ScrollToTop.kt +0 -8
  109. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/StackScreen.kt +0 -557
  110. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/bottomtab/BottomTab.kt +0 -155
  111. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/bottomtab/BottomTabBar.kt +0 -223
  112. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/bottomtab/CurvedContainer.kt +0 -86
  113. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/FloatingButton.kt +0 -169
  114. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/Header.kt +0 -319
  115. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/HeaderBackground.kt +0 -81
  116. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/HeaderRight.kt +0 -309
  117. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/HeaderTitle.kt +0 -34
  118. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/HeaderUser.kt +0 -360
  119. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/SnackBar.kt +0 -132
  120. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/tracking/ScreenTracker.kt +0 -128
  121. package/compose/src/commonMain/kotlin/vn/momo/kits/platform/ComposeLottieAnimation.kt +0 -70
  122. package/compose/src/commonMain/kotlin/vn/momo/kits/platform/Platform.kt +0 -58
  123. package/compose/src/commonMain/kotlin/vn/momo/kits/utils/Icons.kt +0 -1329
  124. package/compose/src/commonMain/kotlin/vn/momo/kits/utils/Resources.kt +0 -55
  125. package/compose/src/commonMain/kotlin/vn/momo/kits/utils/Tracking.kt +0 -15
  126. package/compose/src/commonMain/kotlin/vn/momo/kits/utils/Utils.kt +0 -105
  127. package/compose/src/iosMain/kotlin/vn/momo/kits/navigation/ScrollToTop.ios.kt +0 -32
  128. package/compose/src/iosMain/kotlin/vn/momo/kits/platform/Platform.ios.kt +0 -184
  129. package/gradle/libs.versions.toml +0 -67
  130. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  131. package/gradle/wrapper/gradle-wrapper.properties +0 -8
  132. package/gradle.properties +0 -26
  133. package/gradlew +0 -252
  134. package/gradlew.bat +0 -94
  135. package/local.properties +0 -8
  136. package/settings.gradle.kts +0 -64
@@ -1,310 +0,0 @@
1
- package vn.momo.kits.components
2
-
3
- import androidx.compose.foundation.background
4
- import androidx.compose.foundation.border
5
- import androidx.compose.foundation.layout.*
6
- import androidx.compose.foundation.shape.CircleShape
7
- import androidx.compose.runtime.Composable
8
- import androidx.compose.runtime.mutableFloatStateOf
9
- import androidx.compose.runtime.remember
10
- import androidx.compose.ui.Alignment
11
- import androidx.compose.ui.Modifier
12
- import androidx.compose.ui.draw.clip
13
- import androidx.compose.ui.layout.onGloballyPositioned
14
- import androidx.compose.ui.platform.LocalDensity
15
- import androidx.compose.ui.text.style.TextAlign
16
- import androidx.compose.ui.unit.dp
17
- import vn.momo.kits.application.IsShowBaseLineDebug
18
- import vn.momo.kits.const.*
19
- import vn.momo.kits.modifier.conditional
20
-
21
- data class ProgressInfoItem(
22
- val title: String,
23
- val description: String? = null,
24
- )
25
-
26
- enum class ProgressInfoSize { Small, Large }
27
-
28
- enum class ProgressInfoAlign { Left, Right, Center, Stretch }
29
-
30
- @Composable
31
- fun ProgressInfo(
32
- steps: List<ProgressInfoItem>,
33
- horizontal: Boolean = false,
34
- size: ProgressInfoSize = ProgressInfoSize.Large,
35
- useNumber: Boolean = false,
36
- align: ProgressInfoAlign = ProgressInfoAlign.Center,
37
- showTitle: Boolean = true,
38
- showDescription: Boolean = true,
39
- customIcon: String? = null,
40
- modifier: Modifier = Modifier,
41
- ) {
42
- if (horizontal) {
43
- ProgressInfoHorizontal(
44
- steps = steps,
45
- size = size,
46
- useNumber = useNumber,
47
- align = align,
48
- showTitle = showTitle,
49
- showDescription = showDescription,
50
- customIcon = customIcon,
51
- modifier = modifier,
52
- )
53
- } else {
54
- ProgressInfoVertical(
55
- steps = steps,
56
- size = size,
57
- useNumber = useNumber,
58
- showTitle = showTitle,
59
- showDescription = showDescription,
60
- customIcon = customIcon,
61
- modifier = modifier,
62
- )
63
- }
64
- }
65
-
66
- @Composable
67
- private fun ProgressInfoHorizontal(
68
- steps: List<ProgressInfoItem>,
69
- size: ProgressInfoSize,
70
- useNumber: Boolean,
71
- align: ProgressInfoAlign,
72
- showTitle: Boolean,
73
- showDescription: Boolean,
74
- customIcon: String?,
75
- modifier: Modifier = Modifier,
76
- ) {
77
- Row(
78
- modifier = modifier
79
- .fillMaxWidth()
80
- .conditional(IsShowBaseLineDebug) { border(1.dp, Colors.blue_03) },
81
- verticalAlignment = Alignment.Top,
82
- ) {
83
- steps.forEachIndexed { index, item ->
84
- val isFirst = index == 0
85
- val isLast = index == steps.lastIndex
86
-
87
- val columnAlign: Alignment.Horizontal = when (align) {
88
- ProgressInfoAlign.Left -> Alignment.Start
89
- ProgressInfoAlign.Right -> Alignment.End
90
- ProgressInfoAlign.Stretch -> when {
91
- isFirst -> Alignment.Start
92
- isLast -> Alignment.End
93
- else -> Alignment.CenterHorizontally
94
- }
95
- ProgressInfoAlign.Center -> Alignment.CenterHorizontally
96
- }
97
-
98
- val textAlign: TextAlign = when (align) {
99
- ProgressInfoAlign.Left -> TextAlign.Left
100
- ProgressInfoAlign.Right -> TextAlign.Right
101
- ProgressInfoAlign.Stretch -> when {
102
- isFirst -> TextAlign.Left
103
- isLast -> TextAlign.Right
104
- else -> TextAlign.Center
105
- }
106
- ProgressInfoAlign.Center -> TextAlign.Center
107
- }
108
-
109
- val endPadding = if (!isLast &&
110
- align != ProgressInfoAlign.Center &&
111
- align != ProgressInfoAlign.Stretch
112
- ) Spacing.XS else 0.dp
113
-
114
- val hideLineLeft = align == ProgressInfoAlign.Left ||
115
- (align == ProgressInfoAlign.Stretch && isFirst)
116
- val hideLineRight = align == ProgressInfoAlign.Right ||
117
- (align == ProgressInfoAlign.Stretch && isLast)
118
-
119
- Column(
120
- modifier = Modifier
121
- .weight(1f)
122
- .padding(end = endPadding),
123
- horizontalAlignment = columnAlign,
124
- ) {
125
- Row(
126
- modifier = Modifier.fillMaxWidth(),
127
- verticalAlignment = Alignment.CenterVertically,
128
- ) {
129
- if (!hideLineLeft) {
130
- ProgressInfoHorizontalLine(modifier = Modifier.weight(1f))
131
- }
132
- ProgressInfoStepIcon(
133
- index = index,
134
- size = size,
135
- useNumber = useNumber,
136
- customIcon = customIcon,
137
- modifier = Modifier.padding(vertical = Spacing.XS),
138
- )
139
- if (!hideLineRight) {
140
- ProgressInfoHorizontalLine(modifier = Modifier.weight(1f))
141
- }
142
- }
143
-
144
- if (showTitle && item.title.isNotEmpty()) {
145
- Text(
146
- text = item.title,
147
- style = Typography.headerXsSemibold,
148
- textAlign = textAlign,
149
- modifier = Modifier
150
- .fillMaxWidth()
151
- .padding(bottom = Spacing.XS),
152
- )
153
- }
154
-
155
- val desc = item.description
156
- if (showDescription && !desc.isNullOrEmpty()) {
157
- Text(
158
- text = desc,
159
- style = Typography.descriptionDefaultRegular,
160
- color = Colors.black_12,
161
- textAlign = textAlign,
162
- modifier = Modifier.fillMaxWidth(),
163
- )
164
- }
165
- }
166
- }
167
- }
168
- }
169
-
170
-
171
- @Composable
172
- private fun ProgressInfoVertical(
173
- steps: List<ProgressInfoItem>,
174
- size: ProgressInfoSize,
175
- useNumber: Boolean,
176
- showTitle: Boolean,
177
- showDescription: Boolean,
178
- customIcon: String?,
179
- modifier: Modifier = Modifier,
180
- ) {
181
- val theme = AppTheme.current
182
- val lineColor = remember(theme) { theme.colors.primary.copy(alpha = 0.2f) }
183
- val density = LocalDensity.current
184
-
185
- Column(
186
- modifier = modifier
187
- .fillMaxWidth()
188
- .conditional(IsShowBaseLineDebug) { border(1.dp, Colors.blue_03) },
189
- ) {
190
- steps.forEachIndexed { index, item ->
191
- val isLast = index == steps.lastIndex
192
- val rowHeightPx = remember { mutableFloatStateOf(0f) }
193
- val rowHeightDp = with(density) { rowHeightPx.value.toDp() }
194
-
195
- Row(
196
- modifier = Modifier
197
- .fillMaxWidth()
198
- .onGloballyPositioned { coords -> rowHeightPx.value = coords.size.height.toFloat() },
199
- ) {
200
- Column(
201
- modifier = Modifier.heightIn(min = if (isLast) 40.dp else 48.dp),
202
- horizontalAlignment = Alignment.CenterHorizontally,
203
- ) {
204
- ProgressInfoStepIcon(
205
- index = index,
206
- size = size,
207
- useNumber = useNumber,
208
- customIcon = customIcon,
209
- )
210
- if (!isLast) {
211
- Spacer(
212
- modifier = Modifier
213
- .width(2.dp)
214
- .height(rowHeightDp-if(size == ProgressInfoSize.Large) scaleSize(24f).dp else scaleSize(16f).dp)
215
- .background(lineColor),
216
- )
217
- }
218
- }
219
-
220
- // Right column: title + description
221
- Column(
222
- modifier = Modifier
223
- .weight(1f)
224
- .padding(
225
- end = Spacing.S,
226
- bottom = if (isLast) 0.dp else Spacing.S,
227
- ),
228
- ) {
229
- if (showTitle && item.title.isNotEmpty()) {
230
- Text(
231
- text = item.title,
232
- style = Typography.headerXsSemibold,
233
- maxLines = 2,
234
- modifier = Modifier
235
- .fillMaxWidth()
236
- .padding(end = Spacing.S),
237
- )
238
- }
239
-
240
- val desc = item.description
241
- if (showDescription && !desc.isNullOrEmpty()) {
242
- Text(
243
- text = desc,
244
- style = Typography.descriptionDefaultRegular,
245
- color = Colors.black_12,
246
- )
247
- }
248
- }
249
- }
250
- }
251
- }
252
- }
253
-
254
- @Composable
255
- private fun ProgressInfoStepIcon(
256
- index: Int,
257
- size: ProgressInfoSize,
258
- useNumber: Boolean,
259
- customIcon: String?,
260
- modifier: Modifier = Modifier,
261
- ) {
262
- val containerSize = scaleSize(if (size == ProgressInfoSize.Small) 16f else 24f).dp
263
- val dotSize = scaleSize(if (size == ProgressInfoSize.Small) 6f else 8f).dp
264
- val iconSize = scaleSize(if (size == ProgressInfoSize.Small) 12f else 16f).dp
265
-
266
- Box(
267
- contentAlignment = Alignment.Center,
268
- modifier = modifier
269
- .size(containerSize)
270
- .clip(CircleShape)
271
- .background(Colors.pink_08)
272
- .border(width = 2.dp, color = Colors.pink_08, shape = CircleShape)
273
- .conditional(IsShowBaseLineDebug) { border(1.dp, Colors.blue_03) },
274
- ) {
275
- when {
276
- useNumber -> {
277
- Text(
278
- text = (index + 1).toString(),
279
- style = Typography.headerXsSemibold,
280
- color = Colors.pink_MoMo_Branding,
281
- textAlign = TextAlign.Center,
282
- )
283
- }
284
- !customIcon.isNullOrEmpty() -> {
285
- Icon(
286
- source = customIcon,
287
- size = iconSize,
288
- color = Colors.pink_MoMo_Branding,
289
- )
290
- }
291
- else -> {
292
- Box(
293
- modifier = Modifier
294
- .size(dotSize)
295
- .clip(CircleShape)
296
- .background(Colors.pink_MoMo_Branding),
297
- )
298
- }
299
- }
300
- }
301
- }
302
-
303
- @Composable
304
- private fun ProgressInfoHorizontalLine(modifier: Modifier = Modifier) {
305
- Box(
306
- modifier = modifier
307
- .height(2.dp)
308
- .background(Colors.pink_08),
309
- )
310
- }
@@ -1,59 +0,0 @@
1
- package vn.momo.kits.components
2
-
3
- import androidx.compose.foundation.border
4
- import androidx.compose.foundation.layout.*
5
- import androidx.compose.foundation.shape.RoundedCornerShape
6
- import androidx.compose.runtime.Composable
7
- import androidx.compose.ui.Alignment
8
- import androidx.compose.ui.Modifier
9
- import androidx.compose.ui.draw.clip
10
- import androidx.compose.ui.unit.dp
11
- import vn.momo.kits.application.IsShowBaseLineDebug
12
- import vn.momo.kits.const.*
13
- import vn.momo.kits.modifier.activeOpacityClickable
14
- import vn.momo.kits.modifier.conditional
15
-
16
- @Composable
17
- fun Radio(
18
- value: Any,
19
- groupValue: Any,
20
- disabled: Boolean = false,
21
- onChange: () -> Unit = {},
22
- label: String = "",
23
- modifier: Modifier = Modifier,
24
- ) {
25
- val selected = value == groupValue
26
- val borderColor = when {
27
- disabled && selected -> AppTheme.current.colors.background.tonal
28
- disabled -> AppTheme.current.colors.text.disable
29
- selected -> AppTheme.current.colors.primary
30
- else -> AppTheme.current.colors.text.default
31
- }
32
- val borderWidth = if (selected) 6.dp else 2.dp
33
-
34
- Row(
35
- modifier = modifier.activeOpacityClickable(
36
- onClick = onChange,
37
- enabled = !disabled,
38
- ),
39
- horizontalArrangement = Arrangement.Center,
40
- verticalAlignment = Alignment.CenterVertically,
41
- ) {
42
- Box(
43
- modifier = modifier
44
- .padding(end = if (label.isEmpty()) 0.dp else Spacing.XS)
45
- .border(borderWidth, borderColor, RoundedCornerShape(Radius.M))
46
- .conditional(IsShowBaseLineDebug) {
47
- border(1.dp, Colors.blue_03)
48
- }
49
- .clip(RoundedCornerShape(Radius.M))
50
- .size(20.dp)
51
- )
52
- if (label.isNotEmpty()) {
53
- Text(
54
- style = Typography.descriptionDefaultRegular,
55
- text = label,
56
- )
57
- }
58
- }
59
- }
@@ -1,87 +0,0 @@
1
- package vn.momo.kits.components
2
-
3
- import androidx.compose.foundation.border
4
- import androidx.compose.foundation.layout.Arrangement
5
- import androidx.compose.foundation.layout.Row
6
- import androidx.compose.runtime.Composable
7
- import androidx.compose.runtime.Immutable
8
- import androidx.compose.runtime.remember
9
- import androidx.compose.ui.Alignment
10
- import androidx.compose.ui.Modifier
11
- import androidx.compose.ui.unit.dp
12
- import vn.momo.kits.application.IsShowBaseLineDebug
13
- import vn.momo.kits.const.Colors
14
- import vn.momo.kits.const.scaleSize
15
- import vn.momo.kits.modifier.activeOpacityClickable
16
- import vn.momo.kits.modifier.conditional
17
-
18
- @Composable
19
- fun Rating(
20
- modifier: Modifier = Modifier,
21
- numOfStars: Int,
22
- rating: Float,
23
- onRatingChange: ((Int) -> Unit)? = null,
24
- size: RatingSize = RatingSize.LARGE,
25
- ) {
26
- val iconSize = remember(size) {
27
- when (size) {
28
- RatingSize.SMALL -> RatingDefaults.Small.iconSize
29
- RatingSize.MEDIUM -> RatingDefaults.Medium.iconSize
30
- RatingSize.LARGE -> RatingDefaults.Large.iconSize
31
- }
32
- }
33
-
34
- Row(
35
- modifier = modifier
36
- .conditional(IsShowBaseLineDebug) {
37
- border(1.dp, Colors.blue_03)
38
- },
39
- verticalAlignment = Alignment.CenterVertically,
40
- horizontalArrangement = Arrangement.spacedBy(2.dp)
41
- ) {
42
- for (index in 0 until numOfStars) {
43
- val starIcon = remember(rating, index) {
44
- when {
45
- index < rating.toInt() -> "reaction_star_full"
46
- index == rating.toInt() && rating % 1 != 0f -> "reaction_star_half"
47
- else -> "reaction_star_non"
48
- }
49
- }
50
- val starColor = remember(rating, index) {
51
- when {
52
- index < rating.toInt() -> Colors.yellow_03
53
- index == rating.toInt() && rating % 1 != 0f -> Colors.yellow_03
54
- else -> Colors.black_07
55
- }
56
- }
57
-
58
- val starModifier = if (onRatingChange != null) {
59
- Modifier.activeOpacityClickable {
60
- onRatingChange(index + 1)
61
- }
62
- } else {
63
- Modifier
64
- }
65
-
66
- Icon(
67
- source = starIcon,
68
- size = scaleSize(iconSize).dp,
69
- color = starColor,
70
- modifier = starModifier,
71
- )
72
- }
73
- }
74
- }
75
-
76
- enum class RatingSize { SMALL, MEDIUM, LARGE }
77
-
78
- object RatingDefaults {
79
- @Immutable
80
- data class Dimensions(
81
- val iconSize: Float,
82
- )
83
-
84
- val Small = Dimensions(iconSize = 16f)
85
- val Medium = Dimensions(iconSize = 20f)
86
- val Large = Dimensions(iconSize = 24f)
87
- }
@@ -1,90 +0,0 @@
1
- package vn.momo.kits.components
2
-
3
- import vn.momo.kits.modifier.InternalApi
4
-
5
- import androidx.compose.animation.core.*
6
- import androidx.compose.foundation.background
7
- import androidx.compose.foundation.border
8
- import androidx.compose.foundation.layout.Box
9
- import androidx.compose.foundation.layout.BoxWithConstraints
10
- import androidx.compose.foundation.layout.fillMaxSize
11
- import androidx.compose.runtime.Composable
12
- import androidx.compose.runtime.remember
13
- import androidx.compose.ui.Modifier
14
- import androidx.compose.ui.draw.drawBehind
15
- import androidx.compose.ui.geometry.Offset
16
- import androidx.compose.ui.graphics.Brush
17
- import androidx.compose.ui.unit.dp
18
- import vn.momo.kits.application.IsShowBaseLineDebug
19
- import vn.momo.kits.const.Colors
20
- import vn.momo.kits.modifier.conditional
21
-
22
- private val shimmerColors = listOf(
23
- Colors.black_05,
24
- Colors.black_03,
25
- Colors.black_05,
26
- )
27
- private const val SHADOW_BRUSH_PERCENTAGE = 0.6f
28
- private const val DEFAULT_DURATION_MILLIS = 1000
29
-
30
- @Composable
31
- fun Skeleton() {
32
- BoxWithConstraints(modifier = Modifier.fillMaxSize()) {
33
- val maxWidthValue = remember(maxWidth) { maxWidth.value.toInt() }
34
-
35
- Box(
36
- modifier = Modifier
37
- .fillMaxSize()
38
- .background(Colors.black_05)
39
- .conditional(IsShowBaseLineDebug) {
40
- border(1.dp, Colors.blue_03)
41
- }
42
- .shimmerLoadingAnimation(maxWidth = maxWidthValue)
43
- )
44
- }
45
- }
46
-
47
- @Composable
48
- @InternalApi
49
- fun Modifier.shimmerLoadingAnimation(
50
- maxWidth: Int,
51
- angleOfAxisY: Float = 0f,
52
- durationMillis: Int = DEFAULT_DURATION_MILLIS,
53
- ): Modifier {
54
- // Memoize calculations to avoid repeated computations
55
- val widthOfShadowBrush = remember(maxWidth) {
56
- (maxWidth * SHADOW_BRUSH_PERCENTAGE).toInt()
57
- }
58
-
59
- val animationTarget = remember(durationMillis, widthOfShadowBrush) {
60
- (durationMillis + widthOfShadowBrush).toFloat()
61
- }
62
-
63
- val transition = rememberInfiniteTransition(label = "shimmer")
64
- val translateAnimation = transition.animateFloat(
65
- initialValue = 0f,
66
- targetValue = animationTarget,
67
- animationSpec = infiniteRepeatable(
68
- animation = tween(
69
- durationMillis = durationMillis,
70
- easing = LinearEasing,
71
- ),
72
- repeatMode = RepeatMode.Restart,
73
- ),
74
- label = "shimmerTranslate"
75
- )
76
-
77
- return drawBehind {
78
- // Memoize brush creation by using remember in the calling composable
79
- val startX = translateAnimation.value - widthOfShadowBrush
80
- val endX = translateAnimation.value
81
-
82
- drawRect(
83
- brush = Brush.linearGradient(
84
- colors = shimmerColors,
85
- start = Offset(x = startX, y = 0f),
86
- end = Offset(x = endX, y = angleOfAxisY)
87
- )
88
- )
89
- }
90
- }