@momo-kits/native-kits 0.162.2-beta.26-debug → 0.162.2-beta.27-debug
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.
- package/CLAUDE.md +1 -1
- package/compose/build.gradle.kts +1 -1
- package/compose/compose.podspec +1 -1
- package/compose/src/commonMain/kotlin/vn/momo/kits/application/Context.kt +0 -5
- package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderRight.kt +1 -1
- package/compose/src/commonMain/kotlin/vn/momo/kits/application/NavigationContainer.kt +0 -3
- package/compose/src/commonMain/kotlin/vn/momo/kits/components/IconButton.kt +55 -40
- package/compose/src/commonMain/kotlin/vn/momo/kits/components/ScaleSizeScope.kt +0 -4
- package/compose/src/commonMain/kotlin/vn/momo/kits/const/Typography.kt +2 -8
- package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/NavigationContainer.kt +75 -93
- package/gradle.properties +1 -1
- package/ios/Application/ApplicationEnvironment.swift +0 -11
- package/ios/Application/Components.swift +44 -34
- package/ios/Application/FloatingButton.swift +9 -10
- package/ios/Application/HeaderRight.swift +45 -79
- package/ios/Application/Screen.swift +1 -2
- package/ios/Badge/Badge.swift +14 -11
- package/ios/Badge/BadgeRibbon.swift +21 -12
- package/ios/Button/Button.swift +22 -61
- package/ios/Checkbox/Checkbox.swift +13 -14
- package/ios/Chip/Chip.swift +9 -23
- package/ios/Colors+Radius+Spacing/Colors.swift +12 -12
- package/ios/Extensions/Color++.swift +0 -32
- package/ios/Icon/Icon.swift +1 -6
- package/ios/Input/Input.swift +25 -41
- package/ios/Input/InputPhoneNumber.swift +19 -20
- package/ios/Input/InputSearch.swift +47 -100
- package/ios/Input/InputTextArea.swift +40 -66
- package/ios/Popup/PopupDisplay.swift +16 -8
- package/ios/Popup/PopupInput.swift +8 -2
- package/ios/Swipeable/SwipeCell.swift +0 -185
- package/ios/Swipeable/SwipeCellModel.swift +0 -21
- package/ios/Typography/Text.swift +5 -79
- package/ios/Typography/Typography.swift +0 -3
- package/ios/native-kits.podspec +8 -61
- package/package.json +1 -1
- package/publish.sh +0 -50
- package/.claude/settings.local.json +0 -39
- package/compose/src/androidMain/kotlin/vn/momo/kits/platform/OsFontScale.android.kt +0 -7
- package/compose/src/commonMain/kotlin/vn/momo/kits/application/WidgetContainer.kt +0 -56
- package/compose/src/commonMain/kotlin/vn/momo/kits/const/KitFontScale.kt +0 -22
- package/compose/src/commonMain/kotlin/vn/momo/kits/platform/OsFontScale.kt +0 -9
- package/compose/src/iosMain/kotlin/vn/momo/kits/platform/OsFontScale.ios.kt +0 -66
- package/ios/Application/Navigation/BottomTab/BottomTab.swift +0 -103
- package/ios/Application/Navigation/BottomTab/BottomTabBar.swift +0 -215
- package/ios/Application/Navigation/BottomTab/CurvedContainer.swift +0 -65
- package/ios/Application/Navigation/HeaderBackProps.swift +0 -66
- package/ios/Application/Navigation/HeaderTitle.swift +0 -57
- package/ios/Application/Navigation/HeaderUser.swift +0 -209
- package/ios/Application/Navigation/NavigationContainer.swift +0 -176
- package/ios/Application/Navigation/NavigationOptions.swift +0 -109
- package/ios/Application/Navigation/Navigator.swift +0 -364
- package/ios/Application/Navigation/Overplay/BottomSheet.swift +0 -188
- package/ios/Application/Navigation/Overplay/ModalScreen.swift +0 -68
- package/ios/Application/Navigation/Overplay/SnackBar.swift +0 -144
- package/ios/Application/Navigation/component/Header.swift +0 -178
- package/ios/Application/Navigation/component/HeaderBackground.swift +0 -83
- package/ios/Application/Navigation/component/HeaderColor.swift +0 -65
- package/ios/Application/StackScreen.swift +0 -453
- package/ios/Avatar/Avatar.swift +0 -193
- package/ios/BaselineView/BaselineView.swift +0 -163
- package/ios/Carousel/Carousel.swift +0 -181
- package/ios/Collapse/Collapse.swift +0 -182
- package/ios/Colors+Radius+Spacing/Theme.swift +0 -295
- package/ios/DateTimePicker/DateTimePicker.swift +0 -210
- package/ios/DateTimePicker/DateTimePickerTypes.swift +0 -55
- package/ios/DateTimePicker/DateTimePickerUtils.swift +0 -167
- package/ios/DateTimePicker/WheelPicker.swift +0 -161
- package/ios/Divider/Divider.swift +0 -16
- package/ios/IconButton/IconButton.swift +0 -112
- package/ios/InputDropDown/InputDropDown.swift +0 -198
- package/ios/InputMoney/InputMoney.swift +0 -335
- package/ios/InputOTP/InputOTP.swift +0 -210
- package/ios/Loader/Loader.swift +0 -113
- package/ios/MoMoUIKits.podspec +0 -5
- package/ios/Pagination/PaginationDot.swift +0 -61
- package/ios/Pagination/PaginationNumber.swift +0 -35
- package/ios/Pagination/PaginationScroll.swift +0 -101
- package/ios/Pagination/PaginationWhiteDot.swift +0 -37
- package/ios/Popup/PopupNotify.swift +0 -219
- package/ios/ProgressInfo/ProgressInfo.swift +0 -294
- package/ios/Radio/Radio.swift +0 -70
- package/ios/Rating/Rating.swift +0 -82
- package/ios/Resources/MoMoUIKitsColors.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/ios/Resources/MoMoUIKitsColors.xcassets/Background.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Border.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Card.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Contents.json +0 -6
- package/ios/Resources/MoMoUIKitsColors.xcassets/Error.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Primary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/PrimaryDark.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/PrimaryLight.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Secondary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Success.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Text.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/TextSecondary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/Contents.json +0 -9
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-default.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-disable.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-pressed.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-selected.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-surface.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-tonal.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/border-default.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/border-disable.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/gradient.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/primary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/secondary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/success-container.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/success-primary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/success-secondary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/text-default.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/text-disable.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/text-hint.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/text-secondary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Warning.colorset/Contents.json +0 -38
- package/ios/Skeleton/Skeleton.swift +0 -99
- package/ios/Slider/Slider.swift +0 -237
- package/ios/Stepper/Stepper.swift +0 -220
- package/ios/Steps/Steps.swift +0 -451
- package/ios/SuggestAction/SuggestAction.swift +0 -97
- package/ios/TabView/TabView.swift +0 -530
- package/ios/Tag/Tag.swift +0 -98
- package/ios/Title/Title.swift +0 -269
- package/ios/Tooltip/Tooltip.swift +0 -482
- package/ios/Typography/FontScaleStore.swift +0 -19
- package/ios/Uploader/Uploader.swift +0 -183
- package/ios-demo/MoMoUIKitsDemo.podspec +0 -20
- package/ios-demo/README.md +0 -120
- package/ios-demo/Resources/dot_loading.json +0 -558
- package/ios-demo/Resources/icon.json +0 -4052
- package/ios-demo/Resources/lottie_circle_loader.json +0 -1
- package/ios-demo/Sources/MoMoUIKitsDemo/DemoScaffold.swift +0 -48
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsBadgeDemoView.swift +0 -25
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsButtonDemoView.swift +0 -26
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsCheckboxDemoView.swift +0 -19
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsChipDemoView.swift +0 -33
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsInputDemoView.swift +0 -48
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsPopupDemoView.swift +0 -21
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsRadioDemoView.swift +0 -17
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsTypographyDemoView.swift +0 -28
- package/ios-demo/Sources/MoMoUIKitsDemo/MoMoUIKitsDemoContext.swift +0 -31
- package/ios-demo/Sources/MoMoUIKitsDemo/MoMoUIKitsDemoFactory.swift +0 -24
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/AnimatedHeaderDemo.swift +0 -110
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/AvatarDemo.swift +0 -93
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/BadgeDemo.swift +0 -269
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/BaselineView.swift +0 -117
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/BottomTabDemo.swift +0 -89
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ButtonDemo.swift +0 -100
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/CarouselDemo.swift +0 -126
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/CheckboxDemo.swift +0 -63
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ChipDemo.swift +0 -20
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/CollapseDemo.swift +0 -93
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ContentView.swift +0 -107
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/DateTimePickerDemo.swift +0 -124
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/DividerDemo.swift +0 -14
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/HeaderUserDemo.swift +0 -49
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/Home.swift +0 -278
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/IconButtonDemo.swift +0 -58
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ImageDemo.swift +0 -78
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InformationDemo.swift +0 -138
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputDemo.swift +0 -111
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputDropDownDemo.swift +0 -136
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputMoneyDemo.swift +0 -107
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputOTPDemo.swift +0 -73
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputPhoneNumberDemo.swift +0 -100
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputSearchDemo.swift +0 -32
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputTextAreaDemo.swift +0 -57
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/LoaderDemo.swift +0 -70
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/NavigationDemo.swift +0 -227
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/PaginationDemo.swift +0 -72
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/PopupDisplayDemo.swift +0 -175
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/PopupNotifyDemo.swift +0 -121
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/PopupPromotionDemo.swift +0 -76
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ProgressInfoDemo.swift +0 -89
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/RadioDemo.swift +0 -32
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/RatingDemo.swift +0 -56
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SkeletonDemo.swift +0 -32
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SliderDemo.swift +0 -150
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SnackBarDemo.swift +0 -138
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/StepperDemo.swift +0 -103
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/StepsDemo.swift +0 -94
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SuggestActionDemo.swift +0 -79
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SwipeDemo.swift +0 -152
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SwitchDemo.swift +0 -33
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/TabViewDemo.swift +0 -190
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/TagDemo.swift +0 -34
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ThemeDemo.swift +0 -182
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/TitleDemo.swift +0 -109
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/TooltipDemo.swift +0 -187
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/TypographyDemo.swift +0 -87
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/UploaderDemo.swift +0 -131
- package/ios-demo/Sources/MoMoUIKitsDemo/SwiftUIDemoBrowserView.swift +0 -51
- package/ios-demo/Sources/MoMoUIKitsDemo/UIKitsDemoModels.swift +0 -15
- package/ios-demo/Sources/MoMoUIKitsDemo/UIKitsDemoRegistry.swift +0 -73
- package/local.properties +0 -8
- package/scripts/gen-ios-color.mjs +0 -136
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors" : [
|
|
3
|
-
{
|
|
4
|
-
"color" : {
|
|
5
|
-
"color-space" : "srgb",
|
|
6
|
-
"components" : {
|
|
7
|
-
"alpha" : "1.000",
|
|
8
|
-
"blue" : "0.957",
|
|
9
|
-
"green" : "0.918",
|
|
10
|
-
"red" : "0.992"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom" : "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"appearances" : [
|
|
17
|
-
{
|
|
18
|
-
"appearance" : "luminosity",
|
|
19
|
-
"value" : "dark"
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"color" : {
|
|
23
|
-
"color-space" : "srgb",
|
|
24
|
-
"components" : {
|
|
25
|
-
"alpha" : "1.000",
|
|
26
|
-
"blue" : "0.957",
|
|
27
|
-
"green" : "0.918",
|
|
28
|
-
"red" : "0.992"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"idiom" : "universal"
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info" : {
|
|
35
|
-
"author" : "xcode",
|
|
36
|
-
"version" : 1
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors" : [
|
|
3
|
-
{
|
|
4
|
-
"color" : {
|
|
5
|
-
"color-space" : "srgb",
|
|
6
|
-
"components" : {
|
|
7
|
-
"alpha" : "1.000",
|
|
8
|
-
"blue" : "1.000",
|
|
9
|
-
"green" : "0.478",
|
|
10
|
-
"red" : "0.000"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom" : "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"appearances" : [
|
|
17
|
-
{
|
|
18
|
-
"appearance" : "luminosity",
|
|
19
|
-
"value" : "dark"
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"color" : {
|
|
23
|
-
"color-space" : "srgb",
|
|
24
|
-
"components" : {
|
|
25
|
-
"alpha" : "1.000",
|
|
26
|
-
"blue" : "1.000",
|
|
27
|
-
"green" : "0.478",
|
|
28
|
-
"red" : "0.000"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"idiom" : "universal"
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info" : {
|
|
35
|
-
"author" : "xcode",
|
|
36
|
-
"version" : 1
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors" : [
|
|
3
|
-
{
|
|
4
|
-
"color" : {
|
|
5
|
-
"color-space" : "srgb",
|
|
6
|
-
"components" : {
|
|
7
|
-
"alpha" : "1.000",
|
|
8
|
-
"blue" : "0.349",
|
|
9
|
-
"green" : "0.780",
|
|
10
|
-
"red" : "0.204"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom" : "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"appearances" : [
|
|
17
|
-
{
|
|
18
|
-
"appearance" : "luminosity",
|
|
19
|
-
"value" : "dark"
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"color" : {
|
|
23
|
-
"color-space" : "srgb",
|
|
24
|
-
"components" : {
|
|
25
|
-
"alpha" : "1.000",
|
|
26
|
-
"blue" : "0.349",
|
|
27
|
-
"green" : "0.780",
|
|
28
|
-
"red" : "0.204"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"idiom" : "universal"
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info" : {
|
|
35
|
-
"author" : "xcode",
|
|
36
|
-
"version" : 1
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors" : [
|
|
3
|
-
{
|
|
4
|
-
"color" : {
|
|
5
|
-
"color-space" : "srgb",
|
|
6
|
-
"components" : {
|
|
7
|
-
"alpha" : "1.000",
|
|
8
|
-
"blue" : "0.200",
|
|
9
|
-
"green" : "0.196",
|
|
10
|
-
"red" : "0.188"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom" : "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"appearances" : [
|
|
17
|
-
{
|
|
18
|
-
"appearance" : "luminosity",
|
|
19
|
-
"value" : "dark"
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"color" : {
|
|
23
|
-
"color-space" : "srgb",
|
|
24
|
-
"components" : {
|
|
25
|
-
"alpha" : "1.000",
|
|
26
|
-
"blue" : "0.933",
|
|
27
|
-
"green" : "0.925",
|
|
28
|
-
"red" : "0.925"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"idiom" : "universal"
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info" : {
|
|
35
|
-
"author" : "xcode",
|
|
36
|
-
"version" : 1
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors" : [
|
|
3
|
-
{
|
|
4
|
-
"color" : {
|
|
5
|
-
"color-space" : "srgb",
|
|
6
|
-
"components" : {
|
|
7
|
-
"alpha" : "1.000",
|
|
8
|
-
"blue" : "0.812",
|
|
9
|
-
"green" : "0.796",
|
|
10
|
-
"red" : "0.784"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom" : "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"appearances" : [
|
|
17
|
-
{
|
|
18
|
-
"appearance" : "luminosity",
|
|
19
|
-
"value" : "dark"
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"color" : {
|
|
23
|
-
"color-space" : "srgb",
|
|
24
|
-
"components" : {
|
|
25
|
-
"alpha" : "1.000",
|
|
26
|
-
"blue" : "0.376",
|
|
27
|
-
"green" : "0.318",
|
|
28
|
-
"red" : "0.278"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"idiom" : "universal"
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info" : {
|
|
35
|
-
"author" : "xcode",
|
|
36
|
-
"version" : 1
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors": [
|
|
3
|
-
{
|
|
4
|
-
"color": {
|
|
5
|
-
"color-space": "srgb",
|
|
6
|
-
"components": {
|
|
7
|
-
"red": "0xF2",
|
|
8
|
-
"green": "0xF2",
|
|
9
|
-
"blue": "0xF6",
|
|
10
|
-
"alpha": "1.000"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom": "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"color": {
|
|
17
|
-
"color-space": "srgb",
|
|
18
|
-
"components": {
|
|
19
|
-
"red": "0x12",
|
|
20
|
-
"green": "0x12",
|
|
21
|
-
"blue": "0x12",
|
|
22
|
-
"alpha": "1.000"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"idiom": "universal",
|
|
26
|
-
"appearances": [
|
|
27
|
-
{
|
|
28
|
-
"appearance": "luminosity",
|
|
29
|
-
"value": "dark"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info": {
|
|
35
|
-
"author": "xcode",
|
|
36
|
-
"version": 1
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors": [
|
|
3
|
-
{
|
|
4
|
-
"color": {
|
|
5
|
-
"color-space": "srgb",
|
|
6
|
-
"components": {
|
|
7
|
-
"red": "0xEB",
|
|
8
|
-
"green": "0xEB",
|
|
9
|
-
"blue": "0xF2",
|
|
10
|
-
"alpha": "1.000"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom": "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"color": {
|
|
17
|
-
"color-space": "srgb",
|
|
18
|
-
"components": {
|
|
19
|
-
"red": "0x30",
|
|
20
|
-
"green": "0x30",
|
|
21
|
-
"blue": "0x30",
|
|
22
|
-
"alpha": "1.000"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"idiom": "universal",
|
|
26
|
-
"appearances": [
|
|
27
|
-
{
|
|
28
|
-
"appearance": "luminosity",
|
|
29
|
-
"value": "dark"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info": {
|
|
35
|
-
"author": "xcode",
|
|
36
|
-
"version": 1
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors": [
|
|
3
|
-
{
|
|
4
|
-
"color": {
|
|
5
|
-
"color-space": "srgb",
|
|
6
|
-
"components": {
|
|
7
|
-
"red": "0xDF",
|
|
8
|
-
"green": "0xDF",
|
|
9
|
-
"blue": "0xE6",
|
|
10
|
-
"alpha": "1.000"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom": "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"color": {
|
|
17
|
-
"color-space": "srgb",
|
|
18
|
-
"components": {
|
|
19
|
-
"red": "0x1A",
|
|
20
|
-
"green": "0x1A",
|
|
21
|
-
"blue": "0x1A",
|
|
22
|
-
"alpha": "1.000"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"idiom": "universal",
|
|
26
|
-
"appearances": [
|
|
27
|
-
{
|
|
28
|
-
"appearance": "luminosity",
|
|
29
|
-
"value": "dark"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info": {
|
|
35
|
-
"author": "xcode",
|
|
36
|
-
"version": 1
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors": [
|
|
3
|
-
{
|
|
4
|
-
"color": {
|
|
5
|
-
"color-space": "srgb",
|
|
6
|
-
"components": {
|
|
7
|
-
"red": "0xFE",
|
|
8
|
-
"green": "0xF4",
|
|
9
|
-
"blue": "0xFA",
|
|
10
|
-
"alpha": "1.000"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom": "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"color": {
|
|
17
|
-
"color-space": "srgb",
|
|
18
|
-
"components": {
|
|
19
|
-
"red": "0xFE",
|
|
20
|
-
"green": "0xF8",
|
|
21
|
-
"blue": "0xFC",
|
|
22
|
-
"alpha": "1.000"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"idiom": "universal",
|
|
26
|
-
"appearances": [
|
|
27
|
-
{
|
|
28
|
-
"appearance": "luminosity",
|
|
29
|
-
"value": "dark"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info": {
|
|
35
|
-
"author": "xcode",
|
|
36
|
-
"version": 1
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors": [
|
|
3
|
-
{
|
|
4
|
-
"color": {
|
|
5
|
-
"color-space": "srgb",
|
|
6
|
-
"components": {
|
|
7
|
-
"red": "0xFF",
|
|
8
|
-
"green": "0xFF",
|
|
9
|
-
"blue": "0xFF",
|
|
10
|
-
"alpha": "1.000"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom": "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"color": {
|
|
17
|
-
"color-space": "srgb",
|
|
18
|
-
"components": {
|
|
19
|
-
"red": "0x1E",
|
|
20
|
-
"green": "0x1E",
|
|
21
|
-
"blue": "0x1E",
|
|
22
|
-
"alpha": "1.000"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"idiom": "universal",
|
|
26
|
-
"appearances": [
|
|
27
|
-
{
|
|
28
|
-
"appearance": "luminosity",
|
|
29
|
-
"value": "dark"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info": {
|
|
35
|
-
"author": "xcode",
|
|
36
|
-
"version": 1
|
|
37
|
-
}
|
|
38
|
-
}
|
package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-tonal.colorset/Contents.json
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors": [
|
|
3
|
-
{
|
|
4
|
-
"color": {
|
|
5
|
-
"color-space": "srgb",
|
|
6
|
-
"components": {
|
|
7
|
-
"red": "0xFD",
|
|
8
|
-
"green": "0xEA",
|
|
9
|
-
"blue": "0xF4",
|
|
10
|
-
"alpha": "1.000"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom": "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"color": {
|
|
17
|
-
"color-space": "srgb",
|
|
18
|
-
"components": {
|
|
19
|
-
"red": "0xFE",
|
|
20
|
-
"green": "0xF4",
|
|
21
|
-
"blue": "0xFA",
|
|
22
|
-
"alpha": "1.000"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"idiom": "universal",
|
|
26
|
-
"appearances": [
|
|
27
|
-
{
|
|
28
|
-
"appearance": "luminosity",
|
|
29
|
-
"value": "dark"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info": {
|
|
35
|
-
"author": "xcode",
|
|
36
|
-
"version": 1
|
|
37
|
-
}
|
|
38
|
-
}
|
package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/border-default.colorset/Contents.json
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors": [
|
|
3
|
-
{
|
|
4
|
-
"color": {
|
|
5
|
-
"color-space": "srgb",
|
|
6
|
-
"components": {
|
|
7
|
-
"red": "0xE8",
|
|
8
|
-
"green": "0xE8",
|
|
9
|
-
"blue": "0xE8",
|
|
10
|
-
"alpha": "1.000"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom": "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"color": {
|
|
17
|
-
"color-space": "srgb",
|
|
18
|
-
"components": {
|
|
19
|
-
"red": "0x2A",
|
|
20
|
-
"green": "0x2A",
|
|
21
|
-
"blue": "0x2A",
|
|
22
|
-
"alpha": "1.000"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"idiom": "universal",
|
|
26
|
-
"appearances": [
|
|
27
|
-
{
|
|
28
|
-
"appearance": "luminosity",
|
|
29
|
-
"value": "dark"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info": {
|
|
35
|
-
"author": "xcode",
|
|
36
|
-
"version": 1
|
|
37
|
-
}
|
|
38
|
-
}
|
package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/border-disable.colorset/Contents.json
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors": [
|
|
3
|
-
{
|
|
4
|
-
"color": {
|
|
5
|
-
"color-space": "srgb",
|
|
6
|
-
"components": {
|
|
7
|
-
"red": "0xF9",
|
|
8
|
-
"green": "0xF9",
|
|
9
|
-
"blue": "0xF9",
|
|
10
|
-
"alpha": "1.000"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom": "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"color": {
|
|
17
|
-
"color-space": "srgb",
|
|
18
|
-
"components": {
|
|
19
|
-
"red": "0x24",
|
|
20
|
-
"green": "0x24",
|
|
21
|
-
"blue": "0x24",
|
|
22
|
-
"alpha": "1.000"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"idiom": "universal",
|
|
26
|
-
"appearances": [
|
|
27
|
-
{
|
|
28
|
-
"appearance": "luminosity",
|
|
29
|
-
"value": "dark"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info": {
|
|
35
|
-
"author": "xcode",
|
|
36
|
-
"version": 1
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors": [
|
|
3
|
-
{
|
|
4
|
-
"color": {
|
|
5
|
-
"color-space": "srgb",
|
|
6
|
-
"components": {
|
|
7
|
-
"red": "0xFD",
|
|
8
|
-
"green": "0xCA",
|
|
9
|
-
"blue": "0xDE",
|
|
10
|
-
"alpha": "1.000"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom": "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"color": {
|
|
17
|
-
"color-space": "srgb",
|
|
18
|
-
"components": {
|
|
19
|
-
"red": "0xFD",
|
|
20
|
-
"green": "0xCA",
|
|
21
|
-
"blue": "0xDE",
|
|
22
|
-
"alpha": "1.000"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"idiom": "universal",
|
|
26
|
-
"appearances": [
|
|
27
|
-
{
|
|
28
|
-
"appearance": "luminosity",
|
|
29
|
-
"value": "dark"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info": {
|
|
35
|
-
"author": "xcode",
|
|
36
|
-
"version": 1
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors": [
|
|
3
|
-
{
|
|
4
|
-
"color": {
|
|
5
|
-
"color-space": "srgb",
|
|
6
|
-
"components": {
|
|
7
|
-
"red": "0xEB",
|
|
8
|
-
"green": "0x2F",
|
|
9
|
-
"blue": "0x96",
|
|
10
|
-
"alpha": "1.000"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom": "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"color": {
|
|
17
|
-
"color-space": "srgb",
|
|
18
|
-
"components": {
|
|
19
|
-
"red": "0xED",
|
|
20
|
-
"green": "0x43",
|
|
21
|
-
"blue": "0xA0",
|
|
22
|
-
"alpha": "1.000"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"idiom": "universal",
|
|
26
|
-
"appearances": [
|
|
27
|
-
{
|
|
28
|
-
"appearance": "luminosity",
|
|
29
|
-
"value": "dark"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info": {
|
|
35
|
-
"author": "xcode",
|
|
36
|
-
"version": 1
|
|
37
|
-
}
|
|
38
|
-
}
|
package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/secondary.colorset/Contents.json
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors": [
|
|
3
|
-
{
|
|
4
|
-
"color": {
|
|
5
|
-
"color-space": "srgb",
|
|
6
|
-
"components": {
|
|
7
|
-
"red": "0xF7",
|
|
8
|
-
"green": "0xAC",
|
|
9
|
-
"blue": "0xD5",
|
|
10
|
-
"alpha": "1.000"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom": "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"color": {
|
|
17
|
-
"color-space": "srgb",
|
|
18
|
-
"components": {
|
|
19
|
-
"red": "0xFB",
|
|
20
|
-
"green": "0xD5",
|
|
21
|
-
"blue": "0xEA",
|
|
22
|
-
"alpha": "1.000"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"idiom": "universal",
|
|
26
|
-
"appearances": [
|
|
27
|
-
{
|
|
28
|
-
"appearance": "luminosity",
|
|
29
|
-
"value": "dark"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info": {
|
|
35
|
-
"author": "xcode",
|
|
36
|
-
"version": 1
|
|
37
|
-
}
|
|
38
|
-
}
|
package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/success-container.colorset/Contents.json
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"colors": [
|
|
3
|
-
{
|
|
4
|
-
"color": {
|
|
5
|
-
"color-space": "srgb",
|
|
6
|
-
"components": {
|
|
7
|
-
"red": "0xD6",
|
|
8
|
-
"green": "0xF4",
|
|
9
|
-
"blue": "0xDE",
|
|
10
|
-
"alpha": "1.000"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"idiom": "universal"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"color": {
|
|
17
|
-
"color-space": "srgb",
|
|
18
|
-
"components": {
|
|
19
|
-
"red": "0xD6",
|
|
20
|
-
"green": "0xF4",
|
|
21
|
-
"blue": "0xDE",
|
|
22
|
-
"alpha": "1.000"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"idiom": "universal",
|
|
26
|
-
"appearances": [
|
|
27
|
-
{
|
|
28
|
-
"appearance": "luminosity",
|
|
29
|
-
"value": "dark"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info": {
|
|
35
|
-
"author": "xcode",
|
|
36
|
-
"version": 1
|
|
37
|
-
}
|
|
38
|
-
}
|