@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.
Files changed (197) hide show
  1. package/CLAUDE.md +1 -1
  2. package/compose/build.gradle.kts +1 -1
  3. package/compose/compose.podspec +1 -1
  4. package/compose/src/commonMain/kotlin/vn/momo/kits/application/Context.kt +0 -5
  5. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderRight.kt +1 -1
  6. package/compose/src/commonMain/kotlin/vn/momo/kits/application/NavigationContainer.kt +0 -3
  7. package/compose/src/commonMain/kotlin/vn/momo/kits/components/IconButton.kt +55 -40
  8. package/compose/src/commonMain/kotlin/vn/momo/kits/components/ScaleSizeScope.kt +0 -4
  9. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Typography.kt +2 -8
  10. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/NavigationContainer.kt +75 -93
  11. package/gradle.properties +1 -1
  12. package/ios/Application/ApplicationEnvironment.swift +0 -11
  13. package/ios/Application/Components.swift +44 -34
  14. package/ios/Application/FloatingButton.swift +9 -10
  15. package/ios/Application/HeaderRight.swift +45 -79
  16. package/ios/Application/Screen.swift +1 -2
  17. package/ios/Badge/Badge.swift +14 -11
  18. package/ios/Badge/BadgeRibbon.swift +21 -12
  19. package/ios/Button/Button.swift +22 -61
  20. package/ios/Checkbox/Checkbox.swift +13 -14
  21. package/ios/Chip/Chip.swift +9 -23
  22. package/ios/Colors+Radius+Spacing/Colors.swift +12 -12
  23. package/ios/Extensions/Color++.swift +0 -32
  24. package/ios/Icon/Icon.swift +1 -6
  25. package/ios/Input/Input.swift +25 -41
  26. package/ios/Input/InputPhoneNumber.swift +19 -20
  27. package/ios/Input/InputSearch.swift +47 -100
  28. package/ios/Input/InputTextArea.swift +40 -66
  29. package/ios/Popup/PopupDisplay.swift +16 -8
  30. package/ios/Popup/PopupInput.swift +8 -2
  31. package/ios/Swipeable/SwipeCell.swift +0 -185
  32. package/ios/Swipeable/SwipeCellModel.swift +0 -21
  33. package/ios/Typography/Text.swift +5 -79
  34. package/ios/Typography/Typography.swift +0 -3
  35. package/ios/native-kits.podspec +8 -61
  36. package/package.json +1 -1
  37. package/publish.sh +0 -50
  38. package/.claude/settings.local.json +0 -39
  39. package/compose/src/androidMain/kotlin/vn/momo/kits/platform/OsFontScale.android.kt +0 -7
  40. package/compose/src/commonMain/kotlin/vn/momo/kits/application/WidgetContainer.kt +0 -56
  41. package/compose/src/commonMain/kotlin/vn/momo/kits/const/KitFontScale.kt +0 -22
  42. package/compose/src/commonMain/kotlin/vn/momo/kits/platform/OsFontScale.kt +0 -9
  43. package/compose/src/iosMain/kotlin/vn/momo/kits/platform/OsFontScale.ios.kt +0 -66
  44. package/ios/Application/Navigation/BottomTab/BottomTab.swift +0 -103
  45. package/ios/Application/Navigation/BottomTab/BottomTabBar.swift +0 -215
  46. package/ios/Application/Navigation/BottomTab/CurvedContainer.swift +0 -65
  47. package/ios/Application/Navigation/HeaderBackProps.swift +0 -66
  48. package/ios/Application/Navigation/HeaderTitle.swift +0 -57
  49. package/ios/Application/Navigation/HeaderUser.swift +0 -209
  50. package/ios/Application/Navigation/NavigationContainer.swift +0 -176
  51. package/ios/Application/Navigation/NavigationOptions.swift +0 -109
  52. package/ios/Application/Navigation/Navigator.swift +0 -364
  53. package/ios/Application/Navigation/Overplay/BottomSheet.swift +0 -188
  54. package/ios/Application/Navigation/Overplay/ModalScreen.swift +0 -68
  55. package/ios/Application/Navigation/Overplay/SnackBar.swift +0 -144
  56. package/ios/Application/Navigation/component/Header.swift +0 -178
  57. package/ios/Application/Navigation/component/HeaderBackground.swift +0 -83
  58. package/ios/Application/Navigation/component/HeaderColor.swift +0 -65
  59. package/ios/Application/StackScreen.swift +0 -453
  60. package/ios/Avatar/Avatar.swift +0 -193
  61. package/ios/BaselineView/BaselineView.swift +0 -163
  62. package/ios/Carousel/Carousel.swift +0 -181
  63. package/ios/Collapse/Collapse.swift +0 -182
  64. package/ios/Colors+Radius+Spacing/Theme.swift +0 -295
  65. package/ios/DateTimePicker/DateTimePicker.swift +0 -210
  66. package/ios/DateTimePicker/DateTimePickerTypes.swift +0 -55
  67. package/ios/DateTimePicker/DateTimePickerUtils.swift +0 -167
  68. package/ios/DateTimePicker/WheelPicker.swift +0 -161
  69. package/ios/Divider/Divider.swift +0 -16
  70. package/ios/IconButton/IconButton.swift +0 -112
  71. package/ios/InputDropDown/InputDropDown.swift +0 -198
  72. package/ios/InputMoney/InputMoney.swift +0 -335
  73. package/ios/InputOTP/InputOTP.swift +0 -210
  74. package/ios/Loader/Loader.swift +0 -113
  75. package/ios/MoMoUIKits.podspec +0 -5
  76. package/ios/Pagination/PaginationDot.swift +0 -61
  77. package/ios/Pagination/PaginationNumber.swift +0 -35
  78. package/ios/Pagination/PaginationScroll.swift +0 -101
  79. package/ios/Pagination/PaginationWhiteDot.swift +0 -37
  80. package/ios/Popup/PopupNotify.swift +0 -219
  81. package/ios/ProgressInfo/ProgressInfo.swift +0 -294
  82. package/ios/Radio/Radio.swift +0 -70
  83. package/ios/Rating/Rating.swift +0 -82
  84. package/ios/Resources/MoMoUIKitsColors.xcassets/AccentColor.colorset/Contents.json +0 -11
  85. package/ios/Resources/MoMoUIKitsColors.xcassets/Background.colorset/Contents.json +0 -38
  86. package/ios/Resources/MoMoUIKitsColors.xcassets/Border.colorset/Contents.json +0 -38
  87. package/ios/Resources/MoMoUIKitsColors.xcassets/Card.colorset/Contents.json +0 -38
  88. package/ios/Resources/MoMoUIKitsColors.xcassets/Contents.json +0 -6
  89. package/ios/Resources/MoMoUIKitsColors.xcassets/Error.colorset/Contents.json +0 -38
  90. package/ios/Resources/MoMoUIKitsColors.xcassets/Primary.colorset/Contents.json +0 -38
  91. package/ios/Resources/MoMoUIKitsColors.xcassets/PrimaryDark.colorset/Contents.json +0 -38
  92. package/ios/Resources/MoMoUIKitsColors.xcassets/PrimaryLight.colorset/Contents.json +0 -38
  93. package/ios/Resources/MoMoUIKitsColors.xcassets/Secondary.colorset/Contents.json +0 -38
  94. package/ios/Resources/MoMoUIKitsColors.xcassets/Success.colorset/Contents.json +0 -38
  95. package/ios/Resources/MoMoUIKitsColors.xcassets/Text.colorset/Contents.json +0 -38
  96. package/ios/Resources/MoMoUIKitsColors.xcassets/TextSecondary.colorset/Contents.json +0 -38
  97. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/Contents.json +0 -9
  98. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-default.colorset/Contents.json +0 -38
  99. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-disable.colorset/Contents.json +0 -38
  100. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-pressed.colorset/Contents.json +0 -38
  101. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-selected.colorset/Contents.json +0 -38
  102. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-surface.colorset/Contents.json +0 -38
  103. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-tonal.colorset/Contents.json +0 -38
  104. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/border-default.colorset/Contents.json +0 -38
  105. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/border-disable.colorset/Contents.json +0 -38
  106. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/gradient.colorset/Contents.json +0 -38
  107. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/primary.colorset/Contents.json +0 -38
  108. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/secondary.colorset/Contents.json +0 -38
  109. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/success-container.colorset/Contents.json +0 -38
  110. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/success-primary.colorset/Contents.json +0 -38
  111. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/success-secondary.colorset/Contents.json +0 -38
  112. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/text-default.colorset/Contents.json +0 -38
  113. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/text-disable.colorset/Contents.json +0 -38
  114. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/text-hint.colorset/Contents.json +0 -38
  115. package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/text-secondary.colorset/Contents.json +0 -38
  116. package/ios/Resources/MoMoUIKitsColors.xcassets/Warning.colorset/Contents.json +0 -38
  117. package/ios/Skeleton/Skeleton.swift +0 -99
  118. package/ios/Slider/Slider.swift +0 -237
  119. package/ios/Stepper/Stepper.swift +0 -220
  120. package/ios/Steps/Steps.swift +0 -451
  121. package/ios/SuggestAction/SuggestAction.swift +0 -97
  122. package/ios/TabView/TabView.swift +0 -530
  123. package/ios/Tag/Tag.swift +0 -98
  124. package/ios/Title/Title.swift +0 -269
  125. package/ios/Tooltip/Tooltip.swift +0 -482
  126. package/ios/Typography/FontScaleStore.swift +0 -19
  127. package/ios/Uploader/Uploader.swift +0 -183
  128. package/ios-demo/MoMoUIKitsDemo.podspec +0 -20
  129. package/ios-demo/README.md +0 -120
  130. package/ios-demo/Resources/dot_loading.json +0 -558
  131. package/ios-demo/Resources/icon.json +0 -4052
  132. package/ios-demo/Resources/lottie_circle_loader.json +0 -1
  133. package/ios-demo/Sources/MoMoUIKitsDemo/DemoScaffold.swift +0 -48
  134. package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsBadgeDemoView.swift +0 -25
  135. package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsButtonDemoView.swift +0 -26
  136. package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsCheckboxDemoView.swift +0 -19
  137. package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsChipDemoView.swift +0 -33
  138. package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsInputDemoView.swift +0 -48
  139. package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsPopupDemoView.swift +0 -21
  140. package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsRadioDemoView.swift +0 -17
  141. package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsTypographyDemoView.swift +0 -28
  142. package/ios-demo/Sources/MoMoUIKitsDemo/MoMoUIKitsDemoContext.swift +0 -31
  143. package/ios-demo/Sources/MoMoUIKitsDemo/MoMoUIKitsDemoFactory.swift +0 -24
  144. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/AnimatedHeaderDemo.swift +0 -110
  145. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/AvatarDemo.swift +0 -93
  146. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/BadgeDemo.swift +0 -269
  147. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/BaselineView.swift +0 -117
  148. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/BottomTabDemo.swift +0 -89
  149. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ButtonDemo.swift +0 -100
  150. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/CarouselDemo.swift +0 -126
  151. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/CheckboxDemo.swift +0 -63
  152. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ChipDemo.swift +0 -20
  153. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/CollapseDemo.swift +0 -93
  154. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ContentView.swift +0 -107
  155. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/DateTimePickerDemo.swift +0 -124
  156. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/DividerDemo.swift +0 -14
  157. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/HeaderUserDemo.swift +0 -49
  158. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/Home.swift +0 -278
  159. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/IconButtonDemo.swift +0 -58
  160. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ImageDemo.swift +0 -78
  161. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InformationDemo.swift +0 -138
  162. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputDemo.swift +0 -111
  163. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputDropDownDemo.swift +0 -136
  164. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputMoneyDemo.swift +0 -107
  165. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputOTPDemo.swift +0 -73
  166. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputPhoneNumberDemo.swift +0 -100
  167. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputSearchDemo.swift +0 -32
  168. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputTextAreaDemo.swift +0 -57
  169. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/LoaderDemo.swift +0 -70
  170. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/NavigationDemo.swift +0 -227
  171. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/PaginationDemo.swift +0 -72
  172. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/PopupDisplayDemo.swift +0 -175
  173. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/PopupNotifyDemo.swift +0 -121
  174. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/PopupPromotionDemo.swift +0 -76
  175. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ProgressInfoDemo.swift +0 -89
  176. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/RadioDemo.swift +0 -32
  177. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/RatingDemo.swift +0 -56
  178. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SkeletonDemo.swift +0 -32
  179. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SliderDemo.swift +0 -150
  180. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SnackBarDemo.swift +0 -138
  181. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/StepperDemo.swift +0 -103
  182. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/StepsDemo.swift +0 -94
  183. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SuggestActionDemo.swift +0 -79
  184. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SwipeDemo.swift +0 -152
  185. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SwitchDemo.swift +0 -33
  186. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/TabViewDemo.swift +0 -190
  187. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/TagDemo.swift +0 -34
  188. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ThemeDemo.swift +0 -182
  189. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/TitleDemo.swift +0 -109
  190. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/TooltipDemo.swift +0 -187
  191. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/TypographyDemo.swift +0 -87
  192. package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/UploaderDemo.swift +0 -131
  193. package/ios-demo/Sources/MoMoUIKitsDemo/SwiftUIDemoBrowserView.swift +0 -51
  194. package/ios-demo/Sources/MoMoUIKitsDemo/UIKitsDemoModels.swift +0 -15
  195. package/ios-demo/Sources/MoMoUIKitsDemo/UIKitsDemoRegistry.swift +0 -73
  196. package/local.properties +0 -8
  197. package/scripts/gen-ios-color.mjs +0 -136
@@ -1,120 +0,0 @@
1
- # MoMoUIKitsDemo
2
-
3
- SwiftUI demo browser for `MoMoUIKits`.
4
-
5
- The package can optionally host a Compose UIKits screen by receiving a
6
- `UIViewController` factory from the host app. It does not import the KMP
7
- `shared` module directly.
8
-
9
- SwiftUI mode reuses the full demo screen set from
10
- `sample/iosApp/iosApp/Demo`, including the sample `HomeView` registry and demo
11
- screens for all currently available components.
12
-
13
- ## CocoaPods
14
-
15
- In the host app `Podfile`, include both local pods:
16
-
17
- ```ruby
18
- pod 'MoMoUIKits', :path => '../momo-native-kits/ios/native-kits.podspec'
19
- pod 'MoMoUIKitsDemo', :path => '../momo-native-kits/ios-demo'
20
- ```
21
-
22
- Adjust the relative paths to match the host app checkout.
23
-
24
- ## Host App Usage
25
-
26
- ```swift
27
- import MoMoUIKitsDemo
28
- import shared
29
-
30
- class UIKitsViewController: BaseComposeAppViewController {
31
- override func getViewController() -> UIViewController? {
32
- let params = self.application.data as? [String: Any]
33
-
34
- return MoMoUIKitsDemoViewControllerFactory.make(
35
- context: MoMoUIKitsDemoContext(
36
- appId: params?["appId"] as? String ?? "",
37
- appCode: params?["code"] as? String ?? "",
38
- appName: params?["name"] as? String,
39
- appIcon: params?["icon"] as? String ?? ""
40
- ),
41
- composeViewController: {
42
- UIKitsScreenComposeViewControllerKt.UIKitsScreenComposeViewController(
43
- params: params
44
- )
45
- }
46
- )
47
- }
48
-
49
- override func viewDidDisappear(_ animated: Bool) {
50
- super.viewDidDisappear(animated)
51
- composeViewController = nil
52
- }
53
- }
54
- ```
55
-
56
- If the host does not pass `composeViewController`, the demo opens directly in
57
- SwiftUI mode.
58
-
59
- ## Included SwiftUI Demos
60
-
61
- The pod includes the sample demo screens for:
62
-
63
- - Animated Header
64
- - Avatar
65
- - Badge
66
- - Baseline View
67
- - Bottom Tab
68
- - Button
69
- - Carousel
70
- - Checkbox
71
- - Chip
72
- - Collapse
73
- - DateTimePicker
74
- - Divider
75
- - Header User
76
- - Icon Button
77
- - Image
78
- - Information
79
- - Input
80
- - Input DropDown
81
- - Input Money
82
- - Input OTP
83
- - Input Phone Number
84
- - Input Search
85
- - Input TextArea
86
- - Loader
87
- - Navigation
88
- - Pagination
89
- - Popup Display
90
- - Popup Notify
91
- - Popup Promotion
92
- - Progress Info
93
- - Radio
94
- - Rating
95
- - Skeleton
96
- - Slider
97
- - SnackBar
98
- - Stepper
99
- - Steps
100
- - Suggest Action
101
- - Swipe
102
- - Switch
103
- - TabView
104
- - Tag
105
- - Theme
106
- - Title
107
- - Tooltip
108
- - Typography
109
- - Uploader
110
-
111
- ## Validation Notes
112
-
113
- Validated locally with:
114
-
115
- ```sh
116
- pod ipc spec ios/MoMoUIKits.podspec
117
- pod ipc spec ios-demo/MoMoUIKitsDemo.podspec
118
- pod lib lint ios/MoMoUIKits.podspec --allow-warnings --skip-import-validation
119
- pod lib lint ios-demo/MoMoUIKitsDemo.podspec --allow-warnings --skip-import-validation --include-podspecs=ios/MoMoUIKits.podspec
120
- ```
@@ -1,558 +0,0 @@
1
- {
2
- "v": "5.5.9",
3
- "fr": 29.9700012207031,
4
- "ip": 0,
5
- "op": 50.0000020365418,
6
- "w": 72,
7
- "h": 72,
8
- "nm": "Comp 1",
9
- "ddd": 0,
10
- "assets": [],
11
- "layers": [
12
- {
13
- "ddd": 0,
14
- "ind": 1,
15
- "ty": 4,
16
- "nm": "Shape Layer 3",
17
- "sr": 1,
18
- "ks": {
19
- "o": {
20
- "a": 1,
21
- "k": [
22
- {
23
- "i": { "x": [0.667], "y": [1] },
24
- "o": { "x": [0.333], "y": [0] },
25
- "t": 0,
26
- "s": [20],
27
- "e": [0]
28
- },
29
- {
30
- "i": { "x": [0.667], "y": [1] },
31
- "o": { "x": [0.333], "y": [0] },
32
- "t": 21,
33
- "s": [0],
34
- "e": [20]
35
- },
36
- {
37
- "i": { "x": [0.667], "y": [1] },
38
- "o": { "x": [0.333], "y": [0] },
39
- "t": 35,
40
- "s": [20],
41
- "e": [20]
42
- },
43
- { "t": 42.0000017106951 }
44
- ],
45
- "ix": 11
46
- },
47
- "r": { "a": 0, "k": 0, "ix": 10 },
48
- "p": {
49
- "a": 1,
50
- "k": [
51
- {
52
- "i": { "x": 0.667, "y": 0.667 },
53
- "o": { "x": 0.333, "y": 0.333 },
54
- "t": 0,
55
- "s": [56.25, 36.75, 0],
56
- "e": [56.25, 36.75, 0],
57
- "to": [0, 0, 0],
58
- "ti": [0, 0, 0]
59
- },
60
- {
61
- "i": { "x": 0.667, "y": 1 },
62
- "o": { "x": 0.333, "y": 0 },
63
- "t": 7,
64
- "s": [56.25, 36.75, 0],
65
- "e": [56.25, 30, 0],
66
- "to": [0, -1.125, 0],
67
- "ti": [0, 2.708, 0]
68
- },
69
- {
70
- "i": { "x": 0.667, "y": 1 },
71
- "o": { "x": 0.333, "y": 0 },
72
- "t": 14,
73
- "s": [56.25, 30, 0],
74
- "e": [56.25, 20.5, 0],
75
- "to": [0, -2.708, 0],
76
- "ti": [0, -1.708, 0]
77
- },
78
- {
79
- "i": { "x": 0.667, "y": 1 },
80
- "o": { "x": 0.333, "y": 0 },
81
- "t": 21,
82
- "s": [56.25, 20.5, 0],
83
- "e": [56.25, 40.25, 0],
84
- "to": [0, 1.708, 0],
85
- "ti": [0, 0, 0]
86
- },
87
- {
88
- "i": { "x": 0.667, "y": 1 },
89
- "o": { "x": 0.333, "y": 0 },
90
- "t": 35,
91
- "s": [56.25, 40.25, 0],
92
- "e": [56.25, 36.75, 0],
93
- "to": [0, 0, 0],
94
- "ti": [0, 0.583, 0]
95
- },
96
- { "t": 42.0000017106951 }
97
- ],
98
- "ix": 2
99
- },
100
- "a": { "a": 0, "k": [-10, -1.5, 0], "ix": 1 },
101
- "s": {
102
- "a": 1,
103
- "k": [
104
- {
105
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
106
- "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, -6.114] },
107
- "t": 0,
108
- "s": [126.347, 126.347, 100],
109
- "e": [80, 80, 100]
110
- },
111
- {
112
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
113
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
114
- "t": 21,
115
- "s": [80, 80, 100],
116
- "e": [110, 110, 100]
117
- },
118
- {
119
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
120
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
121
- "t": 35,
122
- "s": [110, 110, 100],
123
- "e": [126.347, 126.347, 100]
124
- },
125
- { "t": 42.0000017106951 }
126
- ],
127
- "ix": 6
128
- }
129
- },
130
- "ao": 0,
131
- "shapes": [
132
- {
133
- "ty": "gr",
134
- "it": [
135
- {
136
- "d": 1,
137
- "ty": "el",
138
- "s": { "a": 0, "k": [11.443, 11.443], "ix": 2 },
139
- "p": { "a": 0, "k": [0, 0], "ix": 3 },
140
- "nm": "Ellipse Path 1",
141
- "mn": "ADBE Vector Shape - Ellipse",
142
- "hd": false
143
- },
144
- {
145
- "ty": "st",
146
- "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
147
- "o": { "a": 0, "k": 100, "ix": 4 },
148
- "w": { "a": 0, "k": 0, "ix": 5 },
149
- "lc": 1,
150
- "lj": 1,
151
- "ml": 4,
152
- "bm": 0,
153
- "nm": "Stroke 1",
154
- "mn": "ADBE Vector Graphic - Stroke",
155
- "hd": false
156
- },
157
- {
158
- "ty": "fl",
159
- "c": {
160
- "a": 0,
161
- "k": [0.847058823529, 0.176470588235, 0.545098039216, 1],
162
- "ix": 4
163
- },
164
- "o": { "a": 0, "k": 100, "ix": 5 },
165
- "r": 1,
166
- "bm": 0,
167
- "nm": "Fill 1",
168
- "mn": "ADBE Vector Graphic - Fill",
169
- "hd": false
170
- },
171
- {
172
- "ty": "tr",
173
- "p": { "a": 0, "k": [-10.028, -1.528], "ix": 2 },
174
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
175
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
176
- "r": { "a": 0, "k": 0, "ix": 6 },
177
- "o": { "a": 0, "k": 100, "ix": 7 },
178
- "sk": { "a": 0, "k": 0, "ix": 4 },
179
- "sa": { "a": 0, "k": 0, "ix": 5 },
180
- "nm": "Transform"
181
- }
182
- ],
183
- "nm": "Ellipse 1",
184
- "np": 3,
185
- "cix": 2,
186
- "bm": 0,
187
- "ix": 1,
188
- "mn": "ADBE Vector Group",
189
- "hd": false
190
- }
191
- ],
192
- "ip": 0,
193
- "op": 900.000036657751,
194
- "st": 0,
195
- "bm": 0
196
- },
197
- {
198
- "ddd": 0,
199
- "ind": 2,
200
- "ty": 4,
201
- "nm": "Shape Layer 2",
202
- "sr": 1,
203
- "ks": {
204
- "o": {
205
- "a": 1,
206
- "k": [
207
- {
208
- "i": { "x": [0.667], "y": [1] },
209
- "o": { "x": [0.333], "y": [0] },
210
- "t": 7,
211
- "s": [50],
212
- "e": [0]
213
- },
214
- {
215
- "i": { "x": [0.667], "y": [1] },
216
- "o": { "x": [0.333], "y": [0] },
217
- "t": 14,
218
- "s": [0],
219
- "e": [50]
220
- },
221
- {
222
- "i": { "x": [0.667], "y": [1] },
223
- "o": { "x": [0.333], "y": [0] },
224
- "t": 21,
225
- "s": [50],
226
- "e": [50]
227
- },
228
- {
229
- "i": { "x": [0.667], "y": [1] },
230
- "o": { "x": [0.333], "y": [0] },
231
- "t": 28,
232
- "s": [50],
233
- "e": [50]
234
- },
235
- { "t": 35.0000014255792 }
236
- ],
237
- "ix": 11
238
- },
239
- "r": { "a": 0, "k": 0, "ix": 10 },
240
- "p": {
241
- "a": 1,
242
- "k": [
243
- {
244
- "i": { "x": 0.667, "y": 1 },
245
- "o": { "x": 0.333, "y": 0 },
246
- "t": 0,
247
- "s": [36.125, 36.75, 0],
248
- "e": [36.125, 32.5, 0],
249
- "to": [0, -0.708, 0],
250
- "ti": [0, 1.5, 0]
251
- },
252
- {
253
- "i": { "x": 0.667, "y": 1 },
254
- "o": { "x": 0.333, "y": 0 },
255
- "t": 7,
256
- "s": [36.125, 32.5, 0],
257
- "e": [36.125, 27.75, 0],
258
- "to": [0, -1.5, 0],
259
- "ti": [0, -0.708, 0]
260
- },
261
- {
262
- "i": { "x": 0.667, "y": 1 },
263
- "o": { "x": 0.333, "y": 0 },
264
- "t": 14,
265
- "s": [36.125, 27.75, 0],
266
- "e": [36.125, 28.232, 0],
267
- "to": [0, 0.446, 0],
268
- "ti": [0, -2.43, 0]
269
- },
270
- {
271
- "i": { "x": 0.667, "y": 1 },
272
- "o": { "x": 0.333, "y": 0 },
273
- "t": 21,
274
- "s": [36.125, 28.232, 0],
275
- "e": [36.125, 41.25, 0],
276
- "to": [0, 1.43, 0],
277
- "ti": [0, -0.556, 0]
278
- },
279
- {
280
- "i": { "x": 0.667, "y": 1 },
281
- "o": { "x": 0.333, "y": 0 },
282
- "t": 28,
283
- "s": [36.125, 41.25, 0],
284
- "e": [36.125, 36.75, 0],
285
- "to": [0, 1.5, 0],
286
- "ti": [0, -0.556, 0]
287
- },
288
- { "t": 35.0000014255792 }
289
- ],
290
- "ix": 2
291
- },
292
- "a": { "a": 0, "k": [-10, -1.5, 0], "ix": 1 },
293
- "s": {
294
- "a": 1,
295
- "k": [
296
- {
297
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
298
- "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, -10.505] },
299
- "t": 0,
300
- "s": [126.347, 126.347, 100],
301
- "e": [80, 80, 100]
302
- },
303
- {
304
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
305
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
306
- "t": 14,
307
- "s": [80, 80, 100],
308
- "e": [110, 110, 100]
309
- },
310
- {
311
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
312
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
313
- "t": 28,
314
- "s": [110, 110, 100],
315
- "e": [126.347, 126.347, 100]
316
- },
317
- { "t": 35.0000014255792 }
318
- ],
319
- "ix": 6
320
- }
321
- },
322
- "ao": 0,
323
- "shapes": [
324
- {
325
- "ty": "gr",
326
- "it": [
327
- {
328
- "d": 1,
329
- "ty": "el",
330
- "s": { "a": 0, "k": [11.443, 11.443], "ix": 2 },
331
- "p": { "a": 0, "k": [0, 0], "ix": 3 },
332
- "nm": "Ellipse Path 1",
333
- "mn": "ADBE Vector Shape - Ellipse",
334
- "hd": false
335
- },
336
- {
337
- "ty": "st",
338
- "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
339
- "o": { "a": 0, "k": 100, "ix": 4 },
340
- "w": { "a": 0, "k": 0, "ix": 5 },
341
- "lc": 1,
342
- "lj": 1,
343
- "ml": 4,
344
- "bm": 0,
345
- "nm": "Stroke 1",
346
- "mn": "ADBE Vector Graphic - Stroke",
347
- "hd": false
348
- },
349
- {
350
- "ty": "fl",
351
- "c": {
352
- "a": 0,
353
- "k": [0.847058823529, 0.176470588235, 0.545098039216, 1],
354
- "ix": 4
355
- },
356
- "o": { "a": 0, "k": 100, "ix": 5 },
357
- "r": 1,
358
- "bm": 0,
359
- "nm": "Fill 1",
360
- "mn": "ADBE Vector Graphic - Fill",
361
- "hd": false
362
- },
363
- {
364
- "ty": "tr",
365
- "p": { "a": 0, "k": [-10.028, -1.528], "ix": 2 },
366
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
367
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
368
- "r": { "a": 0, "k": 0, "ix": 6 },
369
- "o": { "a": 0, "k": 100, "ix": 7 },
370
- "sk": { "a": 0, "k": 0, "ix": 4 },
371
- "sa": { "a": 0, "k": 0, "ix": 5 },
372
- "nm": "Transform"
373
- }
374
- ],
375
- "nm": "Ellipse 1",
376
- "np": 3,
377
- "cix": 2,
378
- "bm": 0,
379
- "ix": 1,
380
- "mn": "ADBE Vector Group",
381
- "hd": false
382
- }
383
- ],
384
- "ip": 0,
385
- "op": 900.000036657751,
386
- "st": 0,
387
- "bm": 0
388
- },
389
- {
390
- "ddd": 0,
391
- "ind": 3,
392
- "ty": 4,
393
- "nm": "Shape Layer 1",
394
- "sr": 1,
395
- "ks": {
396
- "o": {
397
- "a": 1,
398
- "k": [
399
- {
400
- "i": { "x": [0.667], "y": [1] },
401
- "o": { "x": [0.167], "y": [0.167] },
402
- "t": 0,
403
- "s": [100],
404
- "e": [0]
405
- },
406
- {
407
- "i": { "x": [0.667], "y": [1] },
408
- "o": { "x": [0.333], "y": [0] },
409
- "t": 7,
410
- "s": [0],
411
- "e": [100]
412
- },
413
- {
414
- "i": { "x": [0.667], "y": [1] },
415
- "o": { "x": [0.333], "y": [0] },
416
- "t": 21,
417
- "s": [100],
418
- "e": [100]
419
- },
420
- { "t": 28.0000011404634 }
421
- ],
422
- "ix": 11
423
- },
424
- "r": { "a": 0, "k": 0, "ix": 10 },
425
- "p": {
426
- "a": 1,
427
- "k": [
428
- {
429
- "i": { "x": 0.667, "y": 1 },
430
- "o": { "x": 0.333, "y": 0 },
431
- "t": 0,
432
- "s": [16, 36.75, 0],
433
- "e": [16, 26.75, 0],
434
- "to": [0, -1.667, 0],
435
- "ti": [0, -0.625, 0]
436
- },
437
- {
438
- "i": { "x": 0.667, "y": 1 },
439
- "o": { "x": 0.333, "y": 0 },
440
- "t": 7,
441
- "s": [16, 26.75, 0],
442
- "e": [16, 40.5, 0],
443
- "to": [0, 0.625, 0],
444
- "ti": [0, -1.667, 0]
445
- },
446
- {
447
- "i": { "x": 0.667, "y": 1 },
448
- "o": { "x": 0.333, "y": 0 },
449
- "t": 21,
450
- "s": [16, 40.5, 0],
451
- "e": [16, 36.75, 0],
452
- "to": [0, 1.667, 0],
453
- "ti": [0, 0.625, 0]
454
- },
455
- { "t": 28.0000011404634 }
456
- ],
457
- "ix": 2
458
- },
459
- "a": { "a": 0, "k": [-10, -1.5, 0], "ix": 1 },
460
- "s": {
461
- "a": 1,
462
- "k": [
463
- {
464
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
465
- "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, -1.575] },
466
- "t": 0,
467
- "s": [126.347, 126.347, 100],
468
- "e": [80, 80, 100]
469
- },
470
- {
471
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
472
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
473
- "t": 7,
474
- "s": [80, 80, 100],
475
- "e": [110, 110, 100]
476
- },
477
- {
478
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
479
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
480
- "t": 21,
481
- "s": [110, 110, 100],
482
- "e": [126.347, 126.347, 100]
483
- },
484
- { "t": 28.0000011404634 }
485
- ],
486
- "ix": 6
487
- }
488
- },
489
- "ao": 0,
490
- "shapes": [
491
- {
492
- "ty": "gr",
493
- "it": [
494
- {
495
- "d": 1,
496
- "ty": "el",
497
- "s": { "a": 0, "k": [11.443, 11.443], "ix": 2 },
498
- "p": { "a": 0, "k": [0, 0], "ix": 3 },
499
- "nm": "Ellipse Path 1",
500
- "mn": "ADBE Vector Shape - Ellipse",
501
- "hd": false
502
- },
503
- {
504
- "ty": "st",
505
- "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
506
- "o": { "a": 0, "k": 100, "ix": 4 },
507
- "w": { "a": 0, "k": 0, "ix": 5 },
508
- "lc": 1,
509
- "lj": 1,
510
- "ml": 4,
511
- "bm": 0,
512
- "nm": "Stroke 1",
513
- "mn": "ADBE Vector Graphic - Stroke",
514
- "hd": false
515
- },
516
- {
517
- "ty": "fl",
518
- "c": {
519
- "a": 0,
520
- "k": [0.847058823529, 0.176470588235, 0.545098039216, 1],
521
- "ix": 4
522
- },
523
- "o": { "a": 0, "k": 100, "ix": 5 },
524
- "r": 1,
525
- "bm": 0,
526
- "nm": "Fill 1",
527
- "mn": "ADBE Vector Graphic - Fill",
528
- "hd": false
529
- },
530
- {
531
- "ty": "tr",
532
- "p": { "a": 0, "k": [-10.028, -1.528], "ix": 2 },
533
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
534
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
535
- "r": { "a": 0, "k": 0, "ix": 6 },
536
- "o": { "a": 0, "k": 100, "ix": 7 },
537
- "sk": { "a": 0, "k": 0, "ix": 4 },
538
- "sa": { "a": 0, "k": 0, "ix": 5 },
539
- "nm": "Transform"
540
- }
541
- ],
542
- "nm": "Ellipse 1",
543
- "np": 3,
544
- "cix": 2,
545
- "bm": 0,
546
- "ix": 1,
547
- "mn": "ADBE Vector Group",
548
- "hd": false
549
- }
550
- ],
551
- "ip": 0,
552
- "op": 900.000036657751,
553
- "st": 0,
554
- "bm": 0
555
- }
556
- ],
557
- "markers": []
558
- }