@eohjsc/react-native-smart-city 0.7.3 → 0.7.4
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/assets/images/Automation-fill.svg +85 -0
- package/assets/images/Map/LocationPin.svg +10 -0
- package/assets/images/Scenario-filled.svg +22 -0
- package/assets/images/schedule-fill.svg +48 -0
- package/package.json +20 -17
- package/src/commons/Action/ItemQuickAction.js +1 -1
- package/src/commons/Action/__test__/ItemQuickAction.test.js +6 -6
- package/src/commons/ActionGroup/NumberUpDownActionTemplate.js +3 -3
- package/src/commons/ActionGroup/OnOffSmartLock/AutoLock/ButtonWrapper.js +3 -3
- package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/__test__/index.test.js +5 -5
- package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/index.js +3 -3
- package/src/commons/ActionGroup/OnOffSmartLock/SetupGeneratePasscode/ButtonWrapper.js +2 -2
- package/src/commons/ActionGroup/OnOffTemplate/OnOffSimpleTemplate.js +2 -2
- package/src/commons/ActionGroup/OptionsDropdownActionTemplate.js +2 -2
- package/src/commons/ActionGroup/SliderRangeTemplate.js +7 -7
- package/src/commons/ActionGroup/SmartTiviActionTemplate/SmartTiviActionTemplate.js +2 -2
- package/src/commons/ActionGroup/SmartTiviActionTemplate/component/CircleButton.js +5 -5
- package/src/commons/ActionGroup/SmartTiviActionTemplate/component/ControlPlay.js +5 -5
- package/src/commons/ActionGroup/TerminalBoxTemplate.js +2 -2
- package/src/commons/ActionGroup/TextBoxTemplate.js +2 -2
- package/src/commons/ActionGroup/ThreeButtonTemplate/__test__/ThreeButtonCircle.test.js +2 -2
- package/src/commons/ActionGroup/ThreeButtonTemplate/__test__/ThreeButtonDefault.test.js +2 -2
- package/src/commons/ActionGroup/TimerActionTemplate.js +6 -3
- package/src/commons/ActionGroup/TwoButtonTemplate/index.js +2 -2
- package/src/commons/ActionGroup/__test__/ColorPickerTemplate.test.js +9 -10
- package/src/commons/ActionGroup/__test__/OnOffSmartLock.test.js +5 -5
- package/src/commons/ActionGroup/__test__/OnOffTemplate.test.js +5 -5
- package/src/commons/ActionGroup/__test__/OptionsDropdownTemplate.test.js +8 -8
- package/src/commons/ActionGroup/__test__/StatesGridActionTemplate.test.js +3 -3
- package/src/commons/ActionGroup/__test__/TimerActionTemplate.test.js +6 -6
- package/src/commons/ActionGroup/__test__/TwoButtonTemplate.test.js +1 -1
- package/src/commons/ActionGroup/__test__/index.test.js +6 -6
- package/src/commons/ActionGroup/index.js +2 -2
- package/src/commons/ActionTemplate/__test__/index.test.js +4 -4
- package/src/commons/Automate/ItemAutomate.js +9 -41
- package/src/commons/Automate/ItemConditionScriptDetail.js +109 -0
- package/src/commons/Automate/ItemConditionScriptDetailStyles.js +46 -0
- package/src/commons/Automate/__test__/ItemAutomate.test.js +0 -21
- package/src/commons/BackDefault/index.js +2 -2
- package/src/commons/BottomButtonView/index.js +1 -0
- package/src/commons/ButtonPopup/index.js +3 -2
- package/src/commons/ChartAggregationOption/__test__/FourButtonFilterHistory.test.js +2 -2
- package/src/commons/Dashboard/MyPinnedSharedUnit/__test__/MyPinnedSharedUnit.test.js +8 -9
- package/src/commons/Dashboard/MyUnit/__test__/MyUnit.test.js +7 -7
- package/src/commons/DateTimeRangeChange/DateTimeButton.js +3 -3
- package/src/commons/DateTimeRangeChange/index.js +1 -1
- package/src/commons/Device/ConnectedViewHeader.js +2 -2
- package/src/commons/Device/Emergency/EmergencyDetail.js +3 -3
- package/src/commons/Device/Emergency/__test__/EmergencyButton.test.js +1 -1
- package/src/commons/Device/FlatListItems.js +20 -19
- package/src/commons/Device/Hanet/ItemHanetDevice.js +3 -3
- package/src/commons/Device/Hanet/ItemHanetDevice.test.js +3 -3
- package/src/commons/Device/HorizontalBarChart.js +54 -34
- package/src/commons/Device/ItemAddNew/index.js +2 -2
- package/src/commons/Device/ItemDevice.js +5 -21
- package/src/commons/Device/SonosSpeaker/index.js +3 -3
- package/src/commons/Device/WaterPurifierStatus/AlertStatusMachine.js +2 -2
- package/src/commons/Device/WaterQualitySensor/QualityIndicatorsItem.js +6 -2
- package/src/commons/DisplayChecking/index.js +2 -2
- package/src/commons/EmergencyButton/AlertSendConfirm.js +2 -2
- package/src/commons/FieldTemplate/ChooseUserField/index.js +2 -2
- package/src/commons/FieldTemplate/PasscodeField/__test__/index.test.js +3 -3
- package/src/commons/FieldTemplate/ScheduleField/__test__/index.test.js +6 -6
- package/src/commons/FlatListDnD/__test__/index.test.js +4 -4
- package/src/commons/FlatListDnD/index.js +12 -9
- package/src/commons/Grid/GridItem.js +10 -2
- package/src/commons/GroupCheckBox/__test__/GroupCheckBox.test.js +3 -3
- package/src/commons/Header/HeaderCustom.js +2 -2
- package/src/commons/Header/__test__/HeaderCT.test.js +3 -3
- package/src/commons/HeaderAni/index.js +2 -2
- package/src/commons/IconComponent/index.js +3 -3
- package/src/commons/ImagePicker/__test__/ImagePicker.test.js +5 -5
- package/src/commons/MediaPlayerDetail/__test__/MediaPlayerDetail.test.js +6 -4
- package/src/commons/MenuActionMore/MenuActionMoreStyles.js +2 -1
- package/src/commons/MenuActionMore/index.js +1 -1
- package/src/commons/NavBar/NavBarStyles.js +1 -1
- package/src/commons/NavBar/index.js +2 -2
- package/src/commons/OneTapTemplate/NumberUpDownActionTemplate.js +3 -3
- package/src/commons/OneTapTemplate/__test__/StatesGridActionTemplate.test.js +1 -1
- package/src/commons/Popover/__test__/index.test.js +3 -3
- package/src/commons/Processing/__test__/Connecting.test.js +4 -4
- package/src/commons/SearchLocation/index.js +3 -3
- package/src/commons/SelectActionCard/index.js +2 -2
- package/src/commons/SelectSubUnit/index.js +6 -2
- package/src/commons/SelectUnit/__test__/SelectUnit.test.js +5 -5
- package/src/commons/Sharing/BtnRemoveMember.js +2 -2
- package/src/commons/Sharing/StationDevicePermissions.js +2 -2
- package/src/commons/SubUnit/DeviceTemplate/ConfigAndEvaluation/ConfigAndEvaluation.js +2 -2
- package/src/commons/SubUnit/DeviceTemplate/ConfigValue/ConfigValue.js +2 -2
- package/src/commons/SubUnit/DeviceTemplate/EvaluationOverConfig/EvaluationOverConfig.js +2 -2
- package/src/commons/SubUnit/OneTap/ItemOneTap.js +6 -7
- package/src/commons/SubUnit/OneTap/__test__/SubUnitAutomate.test.js +0 -2
- package/src/commons/SubUnit/OneTap/index.js +9 -8
- package/src/commons/SubUnit/__test__/ShortDetail.test.js +8 -8
- package/src/commons/Unit/HeaderUnit/index.js +30 -22
- package/src/commons/Unit/SharedUnit.js +7 -7
- package/src/commons/Widgets/IFrame/__tests__/IFrame.test.js +9 -13
- package/src/commons/Widgets/IFrameWithConfig/IFrameWithConfig.js +34 -2
- package/src/commons/Widgets/IFrameWithConfig/__tests__/IFrameWithConfig.test.js +88 -8
- package/src/commons/WrapParallaxScrollView/index.js +9 -10
- package/src/configs/API.js +1 -1
- package/src/configs/AccessibilityLabel.js +1 -0
- package/src/configs/Constants.js +3 -3
- package/src/configs/Theme.js +1 -1
- package/src/hooks/Common/__test__/useAndroidTranslucentStatusBar.test.js +5 -5
- package/src/hooks/IoT/__test__/useHomeAssistantConnection.test.js +12 -12
- package/src/hooks/IoT/__test__/useRemoteControl.test.js +14 -7
- package/src/hooks/IoT/__test__/useWatchConfigs.test.js +3 -3
- package/src/hooks/IoT/useRemoteControl.js +24 -13
- package/src/hooks/useMqtt.js +2 -2
- package/src/iot/RemoteControl/Bluetooth.js +19 -22
- package/src/iot/RemoteControl/Internet.js +13 -5
- package/src/iot/RemoteControl/__test__/Internet.test.js +7 -7
- package/src/navigations/EmergencyContactsStack.js +4 -3
- package/src/navigations/SharedStack.js +2 -0
- package/src/navigations/UnitStack.js +56 -57
- package/src/screens/AQIGuide/index.js +0 -2
- package/src/screens/ActivityLog/index.js +2 -2
- package/src/screens/AddLocationMaps/__test__/index.test.js +12 -12
- package/src/screens/AddLocationMaps/index.js +16 -19
- package/src/screens/AddLocationMaps/indexStyle.js +1 -0
- package/src/screens/AddNewGateway/RenameNewDevices.js +2 -2
- package/src/screens/AddNewGateway/SelectDeviceType.js +1 -1
- package/src/screens/AddNewGateway/ShareWifiPassword.js +16 -15
- package/src/screens/AddNewGateway/__test__/AddNewGateway.test.js +7 -7
- package/src/screens/AddNewGateway/__test__/ConnectingWifiDevice.test.js +8 -8
- package/src/screens/AddNewGateway/__test__/ConnectingZigbeeDevice.test.js +7 -7
- package/src/screens/AddNewGateway/__test__/RenameNewDevices.test.js +8 -8
- package/src/screens/AddNewGateway/__test__/ScanGatewayQR.test.js +5 -5
- package/src/screens/AddNewGateway/__test__/SelectDeviceUnit.test.js +4 -4
- package/src/screens/AddNewGateway/__test__/SelectModbusGateway.test.js +6 -6
- package/src/screens/AddNewGateway/__test__/SelectZigbeeGateway.test.js +6 -6
- package/src/screens/AddNewGateway/__test__/ShareWifiPassword.test.js +0 -4
- package/src/screens/AddNewGateway/hooks/__Tests__/useWifiManage.test.js +2 -2
- package/src/screens/AllGateway/DetailConfigActionModbus/__test__/index.test.js +6 -6
- package/src/screens/AllGateway/DeviceInternalDetail/__test__/index.test.js +19 -17
- package/src/screens/AllGateway/DeviceModbusDetail/__test__/index.test.js +19 -17
- package/src/screens/AllGateway/DeviceZigbeeDetail/__test__/index.test.js +18 -16
- package/src/screens/AllGateway/GatewayDetail/__test__/index.test.js +43 -35
- package/src/screens/AllGateway/GatewayInfo/__test__/index.test.js +38 -22
- package/src/screens/AllGateway/__test__/index.test.js +6 -6
- package/src/screens/AllGateway/components/Detail/__test__/index.test.js +3 -5
- package/src/screens/AllGateway/components/GatewayItem/__test__/index.test.js +3 -3
- package/src/screens/AllGateway/components/TabPaneCT/__test__/index.test.js +6 -6
- package/src/screens/AllGateway/hooks/__test__/index.test.js +2 -2
- package/src/screens/AllGateway/test-utils.js +3 -4
- package/src/screens/Automate/AddNewAction/ChooseAction.js +17 -3
- package/src/screens/Automate/AddNewAction/ChooseConfig.js +7 -6
- package/src/screens/Automate/AddNewAction/NewActionWrapper.js +8 -8
- package/src/screens/Automate/AddNewAction/SelectControlDevices.js +30 -20
- package/src/screens/Automate/AddNewAction/SelectMonitorDevices.js +17 -10
- package/src/screens/Automate/AddNewAction/SetupConfigCondition.js +58 -44
- package/src/screens/Automate/AddNewAction/SetupScriptDelay.js +1 -1
- package/src/screens/Automate/AddNewAction/SetupScriptNotify.js +3 -3
- package/src/screens/Automate/AddNewAction/Styles/SetupSensorStyles.js +20 -4
- package/src/screens/Automate/AddNewAction/__test__/ChooseAction.test.js +12 -12
- package/src/screens/Automate/AddNewAction/__test__/SelectControlDevices.test.js +14 -8
- package/src/screens/Automate/AddNewAction/__test__/SelectMonitorDevices.test.js +13 -7
- package/src/screens/Automate/AddNewAction/__test__/SetupConfigCondition.test.js +54 -15
- package/src/screens/Automate/AddNewAction/__test__/SetupScriptDelay.test.js +9 -9
- package/src/screens/Automate/AddNewAction/__test__/SetupScriptNotify.test.js +39 -10
- package/src/screens/Automate/AddNewAutoSmart/AddTypeSmart.js +10 -10
- package/src/screens/Automate/AddNewAutoSmart/__test__/AddNewAutoSmart.test.js +13 -8
- package/src/screens/Automate/Components/InputName.js +10 -7
- package/src/screens/Automate/EditActionsList/__tests__/UpdateActionScript.test.js +8 -8
- package/src/screens/Automate/EditActionsList/__tests__/UpdateDelayScript.test.js +6 -6
- package/src/screens/Automate/EditActionsList/__tests__/UpdateNotifyScript.test.js +7 -7
- package/src/screens/Automate/EditActionsList/index.js +19 -17
- package/src/screens/Automate/MultiUnits.js +19 -22
- package/src/screens/Automate/OneTap/__test__/AddNewOneTap.test.js +18 -8
- package/src/screens/Automate/Scenario/__test__/AddNewOneTap.test.js +15 -7
- package/src/screens/Automate/ScriptDetail/Components/AddActionScript.js +14 -6
- package/src/screens/Automate/ScriptDetail/Components/RenameScript.js +4 -7
- package/src/screens/Automate/ScriptDetail/__test__/index.test.js +42 -17
- package/src/screens/Automate/ScriptDetail/__test__/useStarredScript.test.js +6 -6
- package/src/screens/Automate/ScriptDetail/index.js +51 -40
- package/src/screens/Automate/SetSchedule/__test__/SelectWeekday.test.js +4 -4
- package/src/screens/Automate/SetSchedule/__test__/index.test.js +29 -18
- package/src/screens/Automate/SetSchedule/components/RowItem.js +5 -5
- package/src/screens/Automate/SetSchedule/index.js +8 -7
- package/src/screens/Automate/Styles/indexStyles.js +1 -1
- package/src/screens/Automate/__test__/MultiUnits.test.js +1 -4
- package/src/screens/Automate/__test__/index.test.js +0 -1
- package/src/screens/Automate/index.js +36 -34
- package/src/screens/ChangePosition/__test__/index.test.js +6 -6
- package/src/screens/ChangePosition/index.js +2 -1
- package/src/screens/Device/EditDevice/__test__/EditDevice.test.js +13 -13
- package/src/screens/Device/EditDevice/index.js +4 -4
- package/src/screens/Device/__test__/BluetoothDevice.test.js +300 -0
- package/src/screens/Device/__test__/detail.test.js +14 -14
- package/src/screens/Device/__test__/mqttDetail.test.js +9 -9
- package/src/screens/Device/components/BluetoothDevice.js +135 -0
- package/src/screens/Device/components/SensorDisplayItem.js +9 -8
- package/src/screens/Device/detail.js +70 -62
- package/src/screens/Device/hooks/useEvaluateValue.js +1 -1
- package/src/screens/Drawer/Drawer.test.js +2 -2
- package/src/screens/Drawer/index.js +3 -3
- package/src/screens/EmergencyContacts/EmergencyContactsList.js +8 -4
- package/src/screens/EmergencyContacts/EmergencyContactsSelectContacts.js +3 -3
- package/src/screens/EmergencyContacts/__test__/EmergencyContactsSelectContacts.test.js +7 -7
- package/src/screens/EmergencySetting/components/DropDownItem.js +2 -2
- package/src/screens/EnterPassword/__test__/EnterPassword.test.js +8 -8
- package/src/screens/GuestInfo/components/RowGuestInfo.js +2 -2
- package/src/screens/GuestInfo/components/__test__/AccessScheduleSheet.test.js +3 -3
- package/src/screens/GuestInfo/index.js +2 -2
- package/src/screens/HanetCamera/ManageAccess.js +3 -3
- package/src/screens/HanetCamera/MemberInfo.js +2 -2
- package/src/screens/HanetCamera/__test__/Detail.test.js +9 -9
- package/src/screens/HanetCamera/__test__/MemberInfo.test.js +10 -10
- package/src/screens/HanetCamera/components/RequestFaceIDPopup.js +2 -2
- package/src/screens/ManageAccess/index.js +3 -3
- package/src/screens/MoveToAnotherSubUnit/__test__/index.test.js +9 -9
- package/src/screens/Notification/__test__/Notification.test.js +9 -9
- package/src/screens/Notification/components/NotificationItem.js +3 -4
- package/src/screens/Notification/index.js +3 -3
- package/src/screens/Notification/styles/NotificationItemStyles.js +0 -1
- package/src/screens/PlayBackCamera/__test__/index.test.js +1 -1
- package/src/screens/ScanChipQR/components/QRScan/__test__/QRScan.test.js +1 -1
- package/src/screens/ScanChipQR/components/QRScan/index.js +3 -3
- package/src/screens/SelectUnit/__test__/index.test.js +8 -8
- package/src/screens/SelectUnit/index.js +4 -4
- package/src/screens/SharedUnit/TabHeader.js +2 -2
- package/src/screens/Sharing/Components/EndDevice.js +3 -3
- package/src/screens/Sharing/UnitMemberList.js +2 -2
- package/src/screens/Sharing/__test__/UpdateShareDevice.test.js +7 -7
- package/src/screens/SideMenuDetail/__test__/index.test.js +8 -8
- package/src/screens/SmartAccount/Connecting/index.js +5 -5
- package/src/screens/SmartAccount/ListDevice/__test__/ListDevice.test.js +8 -8
- package/src/screens/SmartAccount/SuccessfullyConnected/__test__/SuccessfullyConnected.test.js +7 -7
- package/src/screens/SmartAccount/SuccessfullyConnected/index.js +2 -2
- package/src/screens/SmartAccount/__test__/Connecting.test.js +6 -6
- package/src/screens/SmartAccount/__test__/SmartAccount.test.js +10 -10
- package/src/screens/SmartIr/__test__/GroupButtonByType.test.js +3 -2
- package/src/screens/SmartIr/components/GroupButtonByType/GroupButtonByType.js +2 -2
- package/src/screens/SmartIr/components/SelectBrand.js +2 -2
- package/src/screens/SubUnit/AddSubUnit.js +28 -26
- package/src/screens/SubUnit/AddSubUnitStyles.js +10 -4
- package/src/screens/SubUnit/EditSubUnit.js +12 -11
- package/src/screens/SubUnit/ManageSubUnit.js +3 -3
- package/src/screens/SubUnit/__test__/AddSubUnit.test.js +13 -13
- package/src/screens/SubUnit/__test__/EditSubUnit.test.js +3 -3
- package/src/screens/Template/EditTemplate.js +6 -4
- package/src/screens/Template/__test__/EditTemplate.test.js +7 -7
- package/src/screens/Template/__test__/detail.test.js +4 -4
- package/src/screens/Template/__test__/index.test.js +1 -1
- package/src/screens/UVIndexGuide/index.js +2 -4
- package/src/screens/Unit/Detail.js +1 -5
- package/src/screens/Unit/MoreMenu.js +6 -5
- package/src/screens/Unit/SelectAddToFavorites.js +2 -2
- package/src/screens/Unit/SelectAddress.js +16 -12
- package/src/screens/Unit/Station/__test__/index.test.js +1 -1
- package/src/screens/Unit/__test__/MoreMenu.test.js +5 -1
- package/src/screens/Unit/__test__/SelectAddToFavorites.test.js +9 -9
- package/src/screens/Unit/__test__/SelectAddress.test.js +11 -17
- package/src/screens/Unit/__test__/Summaries.test.js +7 -7
- package/src/screens/Unit/components/AutomateScript/index.js +5 -5
- package/src/screens/Unit/components/ButtonWrapper/index.js +3 -3
- package/src/screens/Unit/components/Header/index.js +2 -2
- package/src/screens/Unit/components/SharedUnit/index.js +5 -5
- package/src/screens/Unit/components/__test__/AutomateScript.test.js +3 -3
- package/src/screens/Unit/components/__test__/SharedUnit.test.js +8 -8
- package/src/screens/Unit/hook/__test__/useUnitConnectRemoteDevices.test.js +2 -2
- package/src/screens/UnitSummary/components/AirQuality/index.js +6 -11
- package/src/screens/UnitSummary/components/WaterQuality/Item/index.js +5 -5
- package/src/screens/UnitSummary/index.js +6 -2
- package/src/utils/Apis/axios.js +5 -5
- package/src/utils/Functions/ShortEmail.js +1 -0
- package/src/utils/I18n/translations/en.js +6 -3
- package/src/utils/I18n/translations/vi.js +8 -4
- package/src/utils/__test__/Utils.test.js +16 -16
- package/src/utils/bluetooth.js +3 -0
- package/assets/images/OneTap.svg +0 -14
- package/assets/images/Schedule.svg +0 -39
- package/assets/images/ValueChange.svg +0 -49
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
<svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.47926 19H20.6321L26.7817 19C26.8339 19 26.8887 18.9909 26.9383 18.9746C34.0722 16.6164 30.219 10.7773 27.3552 10.1332C27.0858 10.0726 26.8618 9.84915 26.8495 9.57329C26.5905 3.773 21.8246 2.87754 18.9832 3.55914C18.8157 3.5993 18.6337 3.55517 18.5034 3.44261C11.5699 -2.54669 6.02035 3.87361 5.33871 7.83231C5.31063 7.99537 5.20669 8.13981 5.06109 8.21842C-2.14665 12.11 1.98469 17.5056 4.22833 18.93C4.30392 18.978 4.38972 19 4.47926 19Z" fill="url(#paint0_linear_4755_4247)" stroke="url(#paint1_linear_4755_4247)" stroke-width="0.5"/>
|
|
3
|
+
<path d="M14 11L14 15" stroke="white" stroke-width="0.5" stroke-linecap="round"/>
|
|
4
|
+
<path d="M18 11L18 15" stroke="white" stroke-width="0.5" stroke-linecap="round"/>
|
|
5
|
+
<rect x="11.25" y="15.25" width="9.5" height="9.5" rx="0.25" fill="url(#paint2_linear_4755_4247)" stroke="white" stroke-width="0.5"/>
|
|
6
|
+
<circle cx="16" cy="20" r="1.75" fill="white" stroke="url(#paint3_linear_4755_4247)" stroke-width="0.5"/>
|
|
7
|
+
<path d="M14 25L14 30" stroke="url(#paint4_linear_4755_4247)" stroke-width="0.5" stroke-linecap="round"/>
|
|
8
|
+
<path d="M18 25L18 31" stroke="url(#paint5_linear_4755_4247)" stroke-width="0.5" stroke-linecap="round"/>
|
|
9
|
+
<path d="M11 21H2.5C2.22386 21 2 21.2239 2 21.5V26" stroke="url(#paint6_linear_4755_4247)" stroke-width="0.5"/>
|
|
10
|
+
<path d="M11 23H8.5C8.22386 23 8 23.2239 8 23.5V28" stroke="url(#paint7_linear_4755_4247)" stroke-width="0.5"/>
|
|
11
|
+
<path d="M21 23H23.5C23.7761 23 24 23.2239 24 23.5V28" stroke="url(#paint8_linear_4755_4247)" stroke-width="0.5"/>
|
|
12
|
+
<path d="M21 21H29.5C29.7761 21 30 21.2239 30 21.5V26" stroke="url(#paint9_linear_4755_4247)" stroke-width="0.5"/>
|
|
13
|
+
<circle cx="2" cy="26" r="1" fill="url(#paint10_linear_4755_4247)"/>
|
|
14
|
+
<circle cx="8" cy="28" r="1" fill="url(#paint11_linear_4755_4247)"/>
|
|
15
|
+
<circle cx="14" cy="30" r="1" fill="url(#paint12_linear_4755_4247)"/>
|
|
16
|
+
<circle cx="18" cy="32" r="1" fill="url(#paint13_linear_4755_4247)"/>
|
|
17
|
+
<circle cx="24" cy="28" r="1" fill="url(#paint14_linear_4755_4247)"/>
|
|
18
|
+
<circle cx="30" cy="26" r="1" fill="url(#paint15_linear_4755_4247)"/>
|
|
19
|
+
<defs>
|
|
20
|
+
<linearGradient id="paint0_linear_4755_4247" x1="1" y1="1" x2="16.8565" y2="27.4568" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop stop-color="#2B6B9F"/>
|
|
22
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="paint1_linear_4755_4247" x1="1" y1="1" x2="16.8565" y2="27.4568" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop stop-color="#2B6B9F"/>
|
|
26
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
<linearGradient id="paint2_linear_4755_4247" x1="11" y1="15" x2="20.9889" y2="25" gradientUnits="userSpaceOnUse">
|
|
29
|
+
<stop stop-color="#2B6B9F"/>
|
|
30
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
31
|
+
</linearGradient>
|
|
32
|
+
<linearGradient id="paint3_linear_4755_4247" x1="14" y1="18" x2="17.9956" y2="22" gradientUnits="userSpaceOnUse">
|
|
33
|
+
<stop stop-color="#2B6B9F"/>
|
|
34
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
35
|
+
</linearGradient>
|
|
36
|
+
<linearGradient id="paint4_linear_4755_4247" x1="14" y1="25" x2="12.0789" y2="25.3838" gradientUnits="userSpaceOnUse">
|
|
37
|
+
<stop stop-color="#2B6B9F"/>
|
|
38
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
39
|
+
</linearGradient>
|
|
40
|
+
<linearGradient id="paint5_linear_4755_4247" x1="18" y1="25" x2="16.0561" y2="25.3236" gradientUnits="userSpaceOnUse">
|
|
41
|
+
<stop stop-color="#2B6B9F"/>
|
|
42
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
43
|
+
</linearGradient>
|
|
44
|
+
<linearGradient id="paint6_linear_4755_4247" x1="2" y1="21" x2="6.23811" y2="28.637" gradientUnits="userSpaceOnUse">
|
|
45
|
+
<stop stop-color="#2B6B9F"/>
|
|
46
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
47
|
+
</linearGradient>
|
|
48
|
+
<linearGradient id="paint7_linear_4755_4247" x1="8" y1="23" x2="12.4092" y2="25.6484" gradientUnits="userSpaceOnUse">
|
|
49
|
+
<stop stop-color="#2B6B9F"/>
|
|
50
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
51
|
+
</linearGradient>
|
|
52
|
+
<linearGradient id="paint8_linear_4755_4247" x1="24" y1="23" x2="19.5908" y2="25.6484" gradientUnits="userSpaceOnUse">
|
|
53
|
+
<stop stop-color="#2B6B9F"/>
|
|
54
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
55
|
+
</linearGradient>
|
|
56
|
+
<linearGradient id="paint9_linear_4755_4247" x1="30" y1="21" x2="25.7619" y2="28.637" gradientUnits="userSpaceOnUse">
|
|
57
|
+
<stop stop-color="#2B6B9F"/>
|
|
58
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
59
|
+
</linearGradient>
|
|
60
|
+
<linearGradient id="paint10_linear_4755_4247" x1="1" y1="25" x2="2.99779" y2="27" gradientUnits="userSpaceOnUse">
|
|
61
|
+
<stop stop-color="#2B6B9F"/>
|
|
62
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
63
|
+
</linearGradient>
|
|
64
|
+
<linearGradient id="paint11_linear_4755_4247" x1="7" y1="27" x2="8.99779" y2="29" gradientUnits="userSpaceOnUse">
|
|
65
|
+
<stop stop-color="#2B6B9F"/>
|
|
66
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
67
|
+
</linearGradient>
|
|
68
|
+
<linearGradient id="paint12_linear_4755_4247" x1="13" y1="29" x2="14.9978" y2="31" gradientUnits="userSpaceOnUse">
|
|
69
|
+
<stop stop-color="#2B6B9F"/>
|
|
70
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
71
|
+
</linearGradient>
|
|
72
|
+
<linearGradient id="paint13_linear_4755_4247" x1="17" y1="31" x2="18.9978" y2="33" gradientUnits="userSpaceOnUse">
|
|
73
|
+
<stop stop-color="#2B6B9F"/>
|
|
74
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
75
|
+
</linearGradient>
|
|
76
|
+
<linearGradient id="paint14_linear_4755_4247" x1="23" y1="27" x2="24.9978" y2="29" gradientUnits="userSpaceOnUse">
|
|
77
|
+
<stop stop-color="#2B6B9F"/>
|
|
78
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
79
|
+
</linearGradient>
|
|
80
|
+
<linearGradient id="paint15_linear_4755_4247" x1="29" y1="25" x2="30.9978" y2="27" gradientUnits="userSpaceOnUse">
|
|
81
|
+
<stop stop-color="#2B6B9F"/>
|
|
82
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
83
|
+
</linearGradient>
|
|
84
|
+
</defs>
|
|
85
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2900_24288)">
|
|
3
|
+
<path d="M15 2.5C10.1625 2.5 6.25 6.4125 6.25 11.25C6.25 13.425 6.875 15.4625 8.0125 17.3C9.2 19.225 10.7625 20.875 11.9625 22.8C12.55 23.7375 12.975 24.6125 13.425 25.625C13.75 26.3125 14.0125 27.5 15 27.5C15.9875 27.5 16.25 26.3125 16.5625 25.625C17.025 24.6125 17.4375 23.7375 18.025 22.8C19.225 20.8875 20.7875 19.2375 21.975 17.3C23.125 15.4625 23.75 13.425 23.75 11.25C23.75 6.4125 19.8375 2.5 15 2.5ZM15 14.6875C13.275 14.6875 11.875 13.2875 11.875 11.5625C11.875 9.8375 13.275 8.4375 15 8.4375C16.725 8.4375 18.125 9.8375 18.125 11.5625C18.125 13.2875 16.725 14.6875 15 14.6875Z" fill="#BFBFBF"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_2900_24288">
|
|
7
|
+
<rect width="30" height="30" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22 2L26 6V28C26 29.1046 25.1046 30 24 30H8C6.89543 30 6 29.1046 6 28V4C6 2.89543 6.89543 2 8 2H22Z" fill="url(#paint0_linear_4777_3590)"/>
|
|
3
|
+
<path d="M10 5L8 7.5L10 10" stroke="white"/>
|
|
4
|
+
<path d="M15.6667 5L17.6667 7.5L15.6667 10" stroke="white"/>
|
|
5
|
+
<path d="M24 13L12 13" stroke="white" stroke-linecap="square"/>
|
|
6
|
+
<path d="M24 16H12" stroke="white" stroke-linecap="square"/>
|
|
7
|
+
<path d="M24 19H12" stroke="white" stroke-linecap="square"/>
|
|
8
|
+
<path d="M24 22H12" stroke="white" stroke-linecap="square"/>
|
|
9
|
+
<path d="M24 25H12" stroke="white" stroke-linecap="square"/>
|
|
10
|
+
<path d="M9 13H8" stroke="white" stroke-linecap="square"/>
|
|
11
|
+
<path d="M14 5L13 10" stroke="white" stroke-linecap="square"/>
|
|
12
|
+
<path d="M9 16H8" stroke="white" stroke-linecap="square"/>
|
|
13
|
+
<path d="M9 19H8" stroke="white" stroke-linecap="square"/>
|
|
14
|
+
<path d="M9 22H8" stroke="white" stroke-linecap="square"/>
|
|
15
|
+
<path d="M9 25H8" stroke="white" stroke-linecap="square"/>
|
|
16
|
+
<defs>
|
|
17
|
+
<linearGradient id="paint0_linear_4777_3590" x1="6" y1="2" x2="32.4667" y2="20.9257" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop stop-color="#2B6B9F"/>
|
|
19
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
</defs>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="0.25" y="3.25" width="27.5" height="24.5" rx="0.75" fill="url(#paint0_linear_4755_4196)" stroke="url(#paint1_linear_4755_4196)" stroke-width="0.5"/>
|
|
3
|
+
<circle cx="22.5" cy="22.5" r="4.5" fill="white"/>
|
|
4
|
+
<path d="M0 8.5H27.5" stroke="url(#paint2_linear_4755_4196)" stroke-width="0.5"/>
|
|
5
|
+
<rect x="3.25" y="11.25" width="3.5" height="3.5" fill="white" stroke="url(#paint3_linear_4755_4196)" stroke-width="0.5"/>
|
|
6
|
+
<mask id="path-5-inside-1_4755_4196" fill="white">
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.6001 13H24.4001V14.487C25.343 14.7098 26.2232 15.0946 27.0098 15.6106L28.3537 14.2667L31.0407 16.9537L29.6242 18.3702C30.023 19.0567 30.3255 19.8062 30.513 20.6H32V24.4H30.513C30.3078 25.2686 29.9651 26.084 29.509 26.8221L31.0406 28.3537L28.3536 31.0407L26.822 29.5091C26.084 29.9651 25.2685 30.3079 24.3999 30.5131V32H20.5999V30.513C19.806 30.3255 19.0565 30.023 18.37 29.6242L16.9535 31.0406L14.2665 28.3536L15.6104 27.0097C15.0945 26.2231 14.7097 25.3429 14.4869 24.4H13V20.6H14.4869C14.6917 19.7333 15.0334 18.9195 15.488 18.1828L14.2666 17.0287L16.8765 14.2667L18.1744 15.4932C18.9134 15.036 19.7301 14.6925 20.6001 14.487V13ZM22.5002 26.4583C24.6863 26.4583 26.4585 24.6861 26.4585 22.5C26.4585 20.3139 24.6863 18.5417 22.5002 18.5417C20.3141 18.5417 18.5419 20.3139 18.5419 22.5C18.5419 24.6861 20.3141 26.4583 22.5002 26.4583Z"/>
|
|
8
|
+
</mask>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.6001 13H24.4001V14.487C25.343 14.7098 26.2232 15.0946 27.0098 15.6106L28.3537 14.2667L31.0407 16.9537L29.6242 18.3702C30.023 19.0567 30.3255 19.8062 30.513 20.6H32V24.4H30.513C30.3078 25.2686 29.9651 26.084 29.509 26.8221L31.0406 28.3537L28.3536 31.0407L26.822 29.5091C26.084 29.9651 25.2685 30.3079 24.3999 30.5131V32H20.5999V30.513C19.806 30.3255 19.0565 30.023 18.37 29.6242L16.9535 31.0406L14.2665 28.3536L15.6104 27.0097C15.0945 26.2231 14.7097 25.3429 14.4869 24.4H13V20.6H14.4869C14.6917 19.7333 15.0334 18.9195 15.488 18.1828L14.2666 17.0287L16.8765 14.2667L18.1744 15.4932C18.9134 15.036 19.7301 14.6925 20.6001 14.487V13ZM22.5002 26.4583C24.6863 26.4583 26.4585 24.6861 26.4585 22.5C26.4585 20.3139 24.6863 18.5417 22.5002 18.5417C20.3141 18.5417 18.5419 20.3139 18.5419 22.5C18.5419 24.6861 20.3141 26.4583 22.5002 26.4583Z" fill="url(#paint4_linear_4755_4196)"/>
|
|
10
|
+
<path d="M24.4001 13H24.9001V12.5H24.4001V13ZM20.6001 13V12.5H20.1001V13H20.6001ZM24.4001 14.487H23.9001V14.8827L24.2851 14.9736L24.4001 14.487ZM27.0098 15.6106L26.7356 16.0287L27.0757 16.2518L27.3634 15.9642L27.0098 15.6106ZM28.3537 14.2667L28.7073 13.9131L28.3537 13.5596L28.0002 13.9131L28.3537 14.2667ZM31.0407 16.9537L31.3943 17.3073L31.7478 16.9537L31.3943 16.6002L31.0407 16.9537ZM29.6242 18.3702L29.2707 18.0167L28.9986 18.2887L29.1919 18.6214L29.6242 18.3702ZM30.513 20.6L30.0264 20.7149L30.1173 21.1H30.513V20.6ZM32 20.6H32.5V20.1H32V20.6ZM32 24.4V24.9H32.5V24.4H32ZM30.513 24.4V23.9H30.1173L30.0264 24.285L30.513 24.4ZM29.509 26.8221L29.0837 26.5592L28.8757 26.8958L29.1555 27.1756L29.509 26.8221ZM31.0406 28.3537L31.3942 28.7072L31.7477 28.3537L31.3942 28.0001L31.0406 28.3537ZM28.3536 31.0407L28.0001 31.3942L28.3536 31.7478L28.7072 31.3942L28.3536 31.0407ZM26.822 29.5091L27.1756 29.1555L26.8958 28.8757L26.5592 29.0837L26.822 29.5091ZM24.3999 30.5131L24.285 30.0264L23.8999 30.1174V30.5131H24.3999ZM24.3999 32V32.5H24.8999V32H24.3999ZM20.5999 32H20.0999V32.5H20.5999V32ZM20.5999 30.513H21.0999V30.1174L20.7149 30.0264L20.5999 30.513ZM18.37 29.6242L18.6211 29.1918L18.2885 28.9986L18.0164 29.2706L18.37 29.6242ZM16.9535 31.0406L16.6 31.3942L16.9535 31.7477L17.3071 31.3942L16.9535 31.0406ZM14.2665 28.3536L13.913 28.0001L13.5594 28.3536L13.913 28.7072L14.2665 28.3536ZM15.6104 27.0097L15.964 27.3633L16.2516 27.0756L16.0285 26.7355L15.6104 27.0097ZM14.4869 24.4L14.9735 24.2851L14.8826 23.9H14.4869V24.4ZM13 24.4H12.5V24.9H13V24.4ZM13 20.6V20.1H12.5V20.6H13ZM14.4869 20.6V21.1H14.8826L14.9736 20.715L14.4869 20.6ZM15.488 18.1828L15.9135 18.4453L16.1272 18.0989L15.8314 17.8194L15.488 18.1828ZM14.2666 17.0287L13.9032 16.6853L13.5598 17.0487L13.9232 17.3921L14.2666 17.0287ZM16.8765 14.2667L17.2199 13.9033L16.8565 13.5599L16.5131 13.9233L16.8765 14.2667ZM18.1744 15.4932L17.831 15.8566L18.1105 16.1206L18.4375 15.9184L18.1744 15.4932ZM20.6001 14.487L20.715 14.9736L21.1001 14.8826V14.487H20.6001ZM24.4001 12.5H20.6001V13.5H24.4001V12.5ZM24.9001 14.487V13H23.9001V14.487H24.9001ZM27.2841 15.1925C26.4498 14.6453 25.5157 14.2368 24.515 14.0004L24.2851 14.9736C25.1702 15.1827 25.9967 15.544 26.7356 16.0287L27.2841 15.1925ZM28.0002 13.9131L26.6563 15.257L27.3634 15.9642L28.7073 14.6203L28.0002 13.9131ZM31.3943 16.6002L28.7073 13.9131L28.0002 14.6203L30.6872 17.3073L31.3943 16.6002ZM29.9778 18.7238L31.3943 17.3073L30.6872 16.6002L29.2707 18.0167L29.9778 18.7238ZM30.9996 20.485C30.8006 19.6426 30.4796 18.8473 30.0566 18.1191L29.1919 18.6214C29.5664 19.2661 29.8503 19.9697 30.0264 20.7149L30.9996 20.485ZM32 20.1H30.513V21.1H32V20.1ZM32.5 24.4V20.6H31.5V24.4H32.5ZM30.513 24.9H32V23.9H30.513V24.9ZM29.9344 27.0849C30.4181 26.302 30.7819 25.4368 30.9996 24.5149L30.0264 24.285C29.8338 25.1004 29.512 25.866 29.0837 26.5592L29.9344 27.0849ZM31.3942 28.0001L29.8626 26.4685L29.1555 27.1756L30.6871 28.7072L31.3942 28.0001ZM28.7072 31.3942L31.3942 28.7072L30.6871 28.0001L28.0001 30.6871L28.7072 31.3942ZM26.4685 29.8626L28.0001 31.3942L28.7072 30.6871L27.1756 29.1555L26.4685 29.8626ZM24.5149 30.9997C25.4367 30.7819 26.302 30.4182 27.0848 29.9344L26.5592 29.0837C25.866 29.5121 25.1004 29.8338 24.285 30.0264L24.5149 30.9997ZM24.8999 32V30.5131H23.8999V32H24.8999ZM20.5999 32.5H24.3999V31.5H20.5999V32.5ZM20.0999 30.513V32H21.0999V30.513H20.0999ZM18.1188 30.0565C18.8471 30.4796 19.6424 30.8006 20.485 30.9997L20.7149 30.0264C19.9696 29.8504 19.2659 29.5664 18.6211 29.1918L18.1188 30.0565ZM17.3071 31.3942L18.7235 29.9777L18.0164 29.2706L16.6 30.6871L17.3071 31.3942ZM13.913 28.7072L16.6 31.3942L17.3071 30.6871L14.6201 28.0001L13.913 28.7072ZM15.2569 26.6562L13.913 28.0001L14.6201 28.7072L15.964 27.3633L15.2569 26.6562ZM14.0003 24.515C14.2367 25.5156 14.6451 26.4496 15.1923 27.2839L16.0285 26.7355C15.5439 25.9966 15.1826 25.1702 14.9735 24.2851L14.0003 24.515ZM13 24.9H14.4869V23.9H13V24.9ZM12.5 20.6V24.4H13.5V20.6H12.5ZM14.4869 20.1H13V21.1H14.4869V20.1ZM15.0625 17.9202C14.5803 18.7017 14.2176 19.5652 14.0003 20.4851L14.9736 20.715C15.1657 19.9014 15.4865 19.1373 15.9135 18.4453L15.0625 17.9202ZM15.8314 17.8194L14.61 16.6653L13.9232 17.3921L15.1446 18.5462L15.8314 17.8194ZM14.63 17.3721L17.2399 14.6101L16.5131 13.9233L13.9032 16.6853L14.63 17.3721ZM16.5331 14.6301L17.831 15.8566L18.5178 15.1297L17.2199 13.9033L16.5331 14.6301ZM20.4851 14.0004C19.5618 14.2185 18.6952 14.583 17.9114 15.0679L18.4375 15.9184C19.1315 15.489 19.8983 15.1665 20.715 14.9736L20.4851 14.0004ZM20.1001 13V14.487H21.1001V13H20.1001ZM25.9585 22.5C25.9585 24.41 24.4102 25.9583 22.5002 25.9583V26.9583C24.9625 26.9583 26.9585 24.9623 26.9585 22.5H25.9585ZM22.5002 19.0417C24.4102 19.0417 25.9585 20.59 25.9585 22.5H26.9585C26.9585 20.0377 24.9625 18.0417 22.5002 18.0417V19.0417ZM19.0419 22.5C19.0419 20.59 20.5902 19.0417 22.5002 19.0417V18.0417C20.0379 18.0417 18.0419 20.0377 18.0419 22.5H19.0419ZM22.5002 25.9583C20.5902 25.9583 19.0419 24.41 19.0419 22.5H18.0419C18.0419 24.9623 20.0379 26.9583 22.5002 26.9583V25.9583Z" fill="white" mask="url(#path-5-inside-1_4755_4196)"/>
|
|
11
|
+
<rect x="4.25" y="0.25" width="2.5" height="5.5" rx="1.25" fill="white" stroke="url(#paint5_linear_4755_4196)" stroke-width="0.5"/>
|
|
12
|
+
<rect x="21.25" y="0.25" width="2.5" height="5.5" rx="1.25" fill="white" stroke="url(#paint6_linear_4755_4196)" stroke-width="0.5"/>
|
|
13
|
+
<path d="M22 20V23.9C22 23.9552 22.0448 24 22.1 24H24" stroke="url(#paint7_linear_4755_4196)" stroke-width="0.5"/>
|
|
14
|
+
<defs>
|
|
15
|
+
<linearGradient id="paint0_linear_4755_4196" x1="0" y1="3" x2="24.8097" y2="30.8177" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop stop-color="#2B6B9F"/>
|
|
17
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<linearGradient id="paint1_linear_4755_4196" x1="0" y1="3" x2="24.8097" y2="30.8177" gradientUnits="userSpaceOnUse">
|
|
20
|
+
<stop stop-color="#2B6B9F"/>
|
|
21
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
<linearGradient id="paint2_linear_4755_4196" x1="0" y1="8.5" x2="0.0724708" y2="10.4952" gradientUnits="userSpaceOnUse">
|
|
24
|
+
<stop stop-color="#2B6B9F"/>
|
|
25
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
26
|
+
</linearGradient>
|
|
27
|
+
<linearGradient id="paint3_linear_4755_4196" x1="3" y1="11" x2="6.99557" y2="15" gradientUnits="userSpaceOnUse">
|
|
28
|
+
<stop stop-color="#2B6B9F"/>
|
|
29
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
30
|
+
</linearGradient>
|
|
31
|
+
<linearGradient id="paint4_linear_4755_4196" x1="13" y1="13" x2="31.979" y2="32" gradientUnits="userSpaceOnUse">
|
|
32
|
+
<stop stop-color="#2B6B9F"/>
|
|
33
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
34
|
+
</linearGradient>
|
|
35
|
+
<linearGradient id="paint5_linear_4755_4196" x1="4" y1="0" x2="8.79788" y2="2.4016" gradientUnits="userSpaceOnUse">
|
|
36
|
+
<stop stop-color="#2B6B9F"/>
|
|
37
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
38
|
+
</linearGradient>
|
|
39
|
+
<linearGradient id="paint6_linear_4755_4196" x1="21" y1="0" x2="25.7979" y2="2.4016" gradientUnits="userSpaceOnUse">
|
|
40
|
+
<stop stop-color="#2B6B9F"/>
|
|
41
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
42
|
+
</linearGradient>
|
|
43
|
+
<linearGradient id="paint7_linear_4755_4196" x1="22" y1="20" x2="25.1986" y2="21.6011" gradientUnits="userSpaceOnUse">
|
|
44
|
+
<stop stop-color="#2B6B9F"/>
|
|
45
|
+
<stop offset="1" stop-color="#D5FFCB"/>
|
|
46
|
+
</linearGradient>
|
|
47
|
+
</defs>
|
|
48
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eohjsc/react-native-smart-city",
|
|
3
3
|
"title": "React Native Smart Home",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.4",
|
|
5
5
|
"description": "TODO",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"files": [
|
|
@@ -52,9 +52,6 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"registry": "https://registry.npmjs.org/"
|
|
54
54
|
},
|
|
55
|
-
"resolutions": {
|
|
56
|
-
"graceful-fs": "^4.2.4"
|
|
57
|
-
},
|
|
58
55
|
"keywords": [
|
|
59
56
|
"react-native"
|
|
60
57
|
],
|
|
@@ -62,9 +59,13 @@
|
|
|
62
59
|
"license": "MIT",
|
|
63
60
|
"licenseFilename": "LICENSE",
|
|
64
61
|
"dependencies": {
|
|
62
|
+
"@ant-design/icons-react-native": "^2.3.2",
|
|
65
63
|
"@babel/core": "^7.12.9",
|
|
66
64
|
"@babel/helper-environment-visitor": "^7.16.7",
|
|
67
|
-
"@babel/
|
|
65
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
66
|
+
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
67
|
+
"@babel/plugin-transform-private-methods": "^7.24.7",
|
|
68
|
+
"@babel/runtime": "^7.20.0",
|
|
68
69
|
"@eohjsc/react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
69
70
|
"@formatjs/intl-getcanonicallocales": "^1.4.5",
|
|
70
71
|
"@formatjs/intl-numberformat": "^5.6.2",
|
|
@@ -88,14 +89,14 @@
|
|
|
88
89
|
"@react-navigation/native-stack": "^6.11.0",
|
|
89
90
|
"@sentry/react-native": "^5.24.1",
|
|
90
91
|
"@testing-library/react-hooks": "^6.0.0",
|
|
91
|
-
"@types/jest": "^
|
|
92
|
+
"@types/jest": "^29.2.1",
|
|
92
93
|
"@types/react": "^17.0.0",
|
|
93
94
|
"@types/react-native": "^0.63.43",
|
|
94
95
|
"@types/react-test-renderer": "^17.0.0",
|
|
95
96
|
"apisauce": "^2.1.5",
|
|
96
97
|
"axios": "^0.19.2",
|
|
97
98
|
"axios-mock-adapter": "^1.21.1",
|
|
98
|
-
"babel-jest": "^
|
|
99
|
+
"babel-jest": "^29.7.0",
|
|
99
100
|
"base-64": "^1.0.0",
|
|
100
101
|
"deprecated-react-native-prop-types": "^2.3.0",
|
|
101
102
|
"detox": "^18.3.1",
|
|
@@ -110,13 +111,15 @@
|
|
|
110
111
|
"husky": "^8.0.1",
|
|
111
112
|
"i18n-js": "^3.7.1",
|
|
112
113
|
"i18next": "^20.1.0",
|
|
113
|
-
"jest": "^
|
|
114
|
-
"jest-circus": "^
|
|
114
|
+
"jest": "^29",
|
|
115
|
+
"jest-circus": "^29",
|
|
116
|
+
"jest-environment-jsdom": "^29",
|
|
115
117
|
"jetifier": "^1.6.6",
|
|
116
118
|
"lint-staged": "^12.4.1",
|
|
117
119
|
"lodash": "^4.17.19",
|
|
118
120
|
"lottie-react-native": "^6.7.2",
|
|
119
|
-
"metro-react-native-babel-preset": "
|
|
121
|
+
"metro-react-native-babel-preset": "0.73.9",
|
|
122
|
+
"md5": "^2.3.0",
|
|
120
123
|
"moment": "^2.27.0",
|
|
121
124
|
"moment-timezone": "^0.5.32",
|
|
122
125
|
"node-html-parser": "^2.0.2",
|
|
@@ -134,7 +137,7 @@
|
|
|
134
137
|
"react-dom": "18.2.0",
|
|
135
138
|
"react-hooks-global-state": "^2.1.0",
|
|
136
139
|
"react-i18next": "^11.8.12",
|
|
137
|
-
"react-native": "0.
|
|
140
|
+
"react-native": "0.73.9",
|
|
138
141
|
"react-native-alert-async": "^1.0.5",
|
|
139
142
|
"react-native-android-location-enabler": "^1.2.2",
|
|
140
143
|
"react-native-base64": "^0.1.0",
|
|
@@ -147,7 +150,7 @@
|
|
|
147
150
|
"react-native-dash": "^0.0.11",
|
|
148
151
|
"react-native-deep-linking": "^2.2.0",
|
|
149
152
|
"react-native-device-info": "^10.3.0",
|
|
150
|
-
"react-native-draggable-flatlist": "^
|
|
153
|
+
"react-native-draggable-flatlist": "^4.0.1",
|
|
151
154
|
"react-native-fast-image": "^8.6.3",
|
|
152
155
|
"react-native-geocoder": "^0.5.0",
|
|
153
156
|
"react-native-gesture-handler": "^2.17.1",
|
|
@@ -158,7 +161,7 @@
|
|
|
158
161
|
"react-native-iphone-x-helper": "^1.2.1",
|
|
159
162
|
"react-native-linear-gradient": "^2.5.6",
|
|
160
163
|
"react-native-localize": "^1.4.1",
|
|
161
|
-
"react-native-maps": "
|
|
164
|
+
"react-native-maps": "1.17.3",
|
|
162
165
|
"react-native-modal": "^13.0.1",
|
|
163
166
|
"react-native-modal-datetime-picker": "^17.1.0",
|
|
164
167
|
"react-native-new-snap-carousel": "^3.9.3",
|
|
@@ -169,10 +172,10 @@
|
|
|
169
172
|
"react-native-permissions": "3.6.0",
|
|
170
173
|
"react-native-popover-view": "^5.1.8",
|
|
171
174
|
"react-native-progress": "^5.0.0",
|
|
172
|
-
"react-native-reanimated": "
|
|
175
|
+
"react-native-reanimated": "3.8.1",
|
|
173
176
|
"react-native-responsive-fontsize": "^0.5.1",
|
|
174
177
|
"react-native-safe-area-context": "^3.1.1",
|
|
175
|
-
"react-native-screens": "
|
|
178
|
+
"react-native-screens": "3.32.0",
|
|
176
179
|
"react-native-super-grid": "^4.0.3",
|
|
177
180
|
"react-native-svg": "^12.1.0",
|
|
178
181
|
"react-native-svg-transformer": "^0.14.3",
|
|
@@ -181,11 +184,11 @@
|
|
|
181
184
|
"react-native-vector-icons": "^10.1.0",
|
|
182
185
|
"react-native-version-check": "^3.4.2",
|
|
183
186
|
"react-native-vlc-media-player": "^1.0.67",
|
|
184
|
-
"react-native-webview": "^
|
|
187
|
+
"react-native-webview": "^13.10.5",
|
|
185
188
|
"react-native-wheel-color-picker": "^1.2.0",
|
|
186
189
|
"react-native-wheel-scrollview-picker": "^1.2.2",
|
|
187
190
|
"react-native-wifi-reborn": "4.5.0",
|
|
188
|
-
"react-test-renderer": "18.
|
|
191
|
+
"react-test-renderer": "18.3.1",
|
|
189
192
|
"string-format": "^2.0.0",
|
|
190
193
|
"sync-directory": "^5.1.7",
|
|
191
194
|
"timezone-mock": "^1.1.3",
|
|
@@ -113,7 +113,7 @@ const ItemQuickAction = memo(({ sensor, wrapperStyle, setStatus }) => {
|
|
|
113
113
|
>
|
|
114
114
|
<View style={wrapperStyle}>
|
|
115
115
|
<IconComponent
|
|
116
|
-
icon={action?.icon_kit || action?.icon || '
|
|
116
|
+
icon={action?.icon_kit || action?.icon || 'poweroff'}
|
|
117
117
|
isOn={isOn}
|
|
118
118
|
size={20}
|
|
119
119
|
/>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
import { IconOutline } from '@ant-design/icons-react-native';
|
|
2
|
+
import { factory } from 'factory-girl';
|
|
1
3
|
import React from 'react';
|
|
2
4
|
import { TouchableOpacity } from 'react-native';
|
|
5
|
+
import Toast from 'react-native-toast-message';
|
|
3
6
|
import { act, create } from 'react-test-renderer';
|
|
4
|
-
import ItemQuickAction from '../ItemQuickAction';
|
|
5
7
|
import { Colors } from '../../../configs';
|
|
6
8
|
import { AccessibilityLabel } from '../../../configs/Constants';
|
|
7
|
-
import { factory } from 'factory-girl';
|
|
8
9
|
import IconComponent from '../../IconComponent';
|
|
9
|
-
import
|
|
10
|
-
import AntDesign from 'react-native-vector-icons/AntDesign';
|
|
10
|
+
import ItemQuickAction from '../ItemQuickAction';
|
|
11
11
|
class Sensor {}
|
|
12
12
|
|
|
13
13
|
factory.define('Sensor', Sensor, {});
|
|
@@ -94,7 +94,7 @@ describe('Test ItemQuickAction', () => {
|
|
|
94
94
|
await buttonOnActionPress.props.onPress();
|
|
95
95
|
});
|
|
96
96
|
|
|
97
|
-
const icon = instance.findByType(
|
|
97
|
+
const icon = instance.findByType(IconOutline);
|
|
98
98
|
expect(icon.props.color).toEqual(Colors.TextGray);
|
|
99
99
|
});
|
|
100
100
|
|
|
@@ -256,7 +256,7 @@ describe('Test ItemQuickAction', () => {
|
|
|
256
256
|
await act(async () => {
|
|
257
257
|
await buttonOnActionPress.props.onPress();
|
|
258
258
|
});
|
|
259
|
-
expect(Toast.show).not.
|
|
259
|
+
expect(Toast.show).not.toHaveBeenCalled();
|
|
260
260
|
});
|
|
261
261
|
it('test config value 0 on_state_values 0', async () => {
|
|
262
262
|
sensor.quick_action.on_state_values = [0];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { useCallback, useEffect, useState } from 'react';
|
|
2
2
|
import { View, TouchableOpacity, ActivityIndicator } from 'react-native';
|
|
3
|
-
import
|
|
3
|
+
import { IconOutline } from '@ant-design/icons-react-native';
|
|
4
4
|
import { Colors } from '../../configs';
|
|
5
5
|
|
|
6
6
|
import Text from '../Text';
|
|
@@ -116,7 +116,7 @@ const NumberUpDownActionTemplate = ({
|
|
|
116
116
|
onPress={doActionDown}
|
|
117
117
|
accessibilityLabel={AccessibilityLabel.NUMBER_ACTION_DOWN}
|
|
118
118
|
>
|
|
119
|
-
<
|
|
119
|
+
<IconOutline name="down" size={32} color={Colors.Primary} />
|
|
120
120
|
</TouchableOpacity>
|
|
121
121
|
|
|
122
122
|
<Text accessibilityLabel={'text_format'} type="H2">
|
|
@@ -132,7 +132,7 @@ const NumberUpDownActionTemplate = ({
|
|
|
132
132
|
onPress={doActionUp}
|
|
133
133
|
accessibilityLabel={AccessibilityLabel.NUMBER_ACTION_UP}
|
|
134
134
|
>
|
|
135
|
-
<
|
|
135
|
+
<IconOutline name="up" size={32} color={Colors.Primary} />
|
|
136
136
|
</TouchableOpacity>
|
|
137
137
|
</View>
|
|
138
138
|
</View>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { memo } from 'react';
|
|
2
|
-
import
|
|
2
|
+
import { IconOutline } from '@ant-design/icons-react-native';
|
|
3
3
|
import { Switch, View } from 'react-native';
|
|
4
4
|
import styles from './ButtonWrapperStyles';
|
|
5
5
|
import Text from '../../../Text';
|
|
@@ -28,7 +28,7 @@ const ButtonWrapper = memo(
|
|
|
28
28
|
</View>
|
|
29
29
|
) : (
|
|
30
30
|
<View style={styles.wrapHeadline}>
|
|
31
|
-
<
|
|
31
|
+
<IconOutline name={'lock'} size={20} color={Colors.Gray9} />
|
|
32
32
|
<Text style={styles.textAutoLock}>
|
|
33
33
|
{isButtonEnable ? t('auto_lock_enabled') : t('auto_lock_when')}
|
|
34
34
|
</Text>
|
|
@@ -49,7 +49,7 @@ const ButtonWrapper = memo(
|
|
|
49
49
|
<Text type="Body" style={styles.textValue}>
|
|
50
50
|
{t('instant')}
|
|
51
51
|
</Text>
|
|
52
|
-
<
|
|
52
|
+
<IconOutline name="right" size={20} color={Colors.Gray7} />
|
|
53
53
|
</View>
|
|
54
54
|
)}
|
|
55
55
|
{isButtonReLockTiming && (
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { act, create } from 'react-test-renderer';
|
|
3
3
|
|
|
4
|
-
import {
|
|
4
|
+
import { useNavigation } from '@react-navigation/native';
|
|
5
|
+
import { TouchableOpacity } from 'react-native';
|
|
5
6
|
import { AccessibilityLabel } from '../../../../../configs/Constants';
|
|
6
7
|
import { SCProvider } from '../../../../../context';
|
|
7
|
-
import
|
|
8
|
-
import { TouchableOpacity } from 'react-native';
|
|
8
|
+
import { mockSCStore } from '../../../../../context/mockStore';
|
|
9
9
|
import Routes from '../../../../../utils/Route';
|
|
10
|
-
import
|
|
10
|
+
import PasscodeList from '../index';
|
|
11
11
|
|
|
12
12
|
const wrapComponent = () => (
|
|
13
13
|
<SCProvider initState={mockSCStore({})}>
|
|
@@ -41,7 +41,7 @@ describe('Test SetupGeneratePasscode', () => {
|
|
|
41
41
|
await act(async () => {
|
|
42
42
|
await passcode_list[0].props.onPress();
|
|
43
43
|
});
|
|
44
|
-
expect(global.mockedNavigate).
|
|
44
|
+
expect(global.mockedNavigate).toHaveBeenCalledWith(Routes.SmartLockStack, {
|
|
45
45
|
screen: Routes.ItemPasscode,
|
|
46
46
|
params: {
|
|
47
47
|
item: { code: 123361, name: 'Do Loi' },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { memo, useCallback, useMemo } from 'react';
|
|
2
2
|
import { TextInput, View, TouchableOpacity } from 'react-native';
|
|
3
|
-
import
|
|
3
|
+
import { IconOutline } from '@ant-design/icons-react-native';
|
|
4
4
|
import { useNavigation } from '@react-navigation/native';
|
|
5
5
|
|
|
6
6
|
import Text from '../../../Text';
|
|
@@ -39,7 +39,7 @@ const PasscodeList = memo(() => {
|
|
|
39
39
|
<View style={styles.wrap}>
|
|
40
40
|
<View style={styles.searchBox}>
|
|
41
41
|
<View>
|
|
42
|
-
<
|
|
42
|
+
<IconOutline name="search" size={24} style={styles.search} />
|
|
43
43
|
</View>
|
|
44
44
|
<TextInput
|
|
45
45
|
placeholder={t('search')}
|
|
@@ -58,7 +58,7 @@ const PasscodeList = memo(() => {
|
|
|
58
58
|
<Text style={styles.textCode}>{item.code}</Text>
|
|
59
59
|
<Text style={styles.textName}>{item.name}</Text>
|
|
60
60
|
</View>
|
|
61
|
-
<
|
|
61
|
+
<IconOutline name="right" size={20} color={Colors.Gray8} />
|
|
62
62
|
</TouchableOpacity>
|
|
63
63
|
))}
|
|
64
64
|
</View>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { memo } from 'react';
|
|
2
|
-
import
|
|
2
|
+
import { IconOutline } from '@ant-design/icons-react-native';
|
|
3
3
|
import { Text, TouchableOpacity, View } from 'react-native';
|
|
4
4
|
|
|
5
5
|
import { RadioCircle } from '../../..';
|
|
@@ -50,7 +50,7 @@ const ButtonWrapper = memo(
|
|
|
50
50
|
{isButtonChooseUser && (
|
|
51
51
|
<TouchableOpacity style={styles.buttonValue}>
|
|
52
52
|
<Text style={styles.value}>{value}</Text>
|
|
53
|
-
<
|
|
53
|
+
<IconOutline name="right" size={20} color={Colors.Gray8} />
|
|
54
54
|
</TouchableOpacity>
|
|
55
55
|
)}
|
|
56
56
|
{isButtonSetTime && (
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { View, Switch } from 'react-native';
|
|
3
|
-
import
|
|
3
|
+
import { IconOutline } from '@ant-design/icons-react-native';
|
|
4
4
|
|
|
5
5
|
import Text from '../../Text';
|
|
6
6
|
import styles from './OnOffSimpleTemplateStyle';
|
|
@@ -15,7 +15,7 @@ const OnOffSimpleTemplate = ({
|
|
|
15
15
|
return (
|
|
16
16
|
<View style={styles.wrap}>
|
|
17
17
|
<View style={styles.iconAndText}>
|
|
18
|
-
<
|
|
18
|
+
<IconOutline name="poweroff" size={20} style={styles.marginRight} />
|
|
19
19
|
<Text type="H4">{actionGroup.title}</Text>
|
|
20
20
|
</View>
|
|
21
21
|
{isOn !== null && (
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { useCallback, useEffect, useMemo, useState } from 'react';
|
|
2
2
|
import { View, TouchableOpacity, ScrollView } from 'react-native';
|
|
3
|
-
import
|
|
3
|
+
import { IconOutline } from '@ant-design/icons-react-native';
|
|
4
4
|
import { Colors } from '../../configs';
|
|
5
5
|
|
|
6
6
|
import Text from '../../commons/Text';
|
|
@@ -139,7 +139,7 @@ const OptionsDropdownActionTemplate = ({
|
|
|
139
139
|
>
|
|
140
140
|
{displaySelected}
|
|
141
141
|
</Text>
|
|
142
|
-
<
|
|
142
|
+
<IconOutline name="right" size={20} />
|
|
143
143
|
</TouchableOpacity>
|
|
144
144
|
<AlertAction
|
|
145
145
|
visible={stateAlert.visible}
|
|
@@ -48,18 +48,20 @@ const SliderRangeTemplate = memo(
|
|
|
48
48
|
clearTimeout(timeout.current);
|
|
49
49
|
if (value) {
|
|
50
50
|
const data = parseInt(value, 10);
|
|
51
|
+
const numericValue = Math.min(max_value, Math.max(min_value, data));
|
|
52
|
+
setValue(numericValue);
|
|
51
53
|
await doAction(
|
|
52
54
|
action_data,
|
|
53
55
|
JSON.stringify({
|
|
54
|
-
value_brness:
|
|
55
|
-
value:
|
|
56
|
+
value_brness: numericValue,
|
|
57
|
+
value: numericValue,
|
|
56
58
|
})
|
|
57
59
|
);
|
|
58
60
|
}
|
|
59
61
|
timeout.current = setTimeout(() => {
|
|
60
62
|
setProcessing(false);
|
|
61
63
|
}, 3000);
|
|
62
|
-
}, [action_data, doAction, value]);
|
|
64
|
+
}, [action_data, doAction, max_value, min_value, value]);
|
|
63
65
|
|
|
64
66
|
useEffect(() => {
|
|
65
67
|
if (!processing) {
|
|
@@ -72,12 +74,10 @@ const SliderRangeTemplate = memo(
|
|
|
72
74
|
|
|
73
75
|
const onInputChange = (text) => {
|
|
74
76
|
if (text === '' || isNaN(text)) {
|
|
75
|
-
setValue(
|
|
77
|
+
setValue(0);
|
|
76
78
|
return;
|
|
77
79
|
}
|
|
78
|
-
|
|
79
|
-
const numericValue = Number(text);
|
|
80
|
-
setValue(Math.min(max_value, Math.max(min_value, numericValue)));
|
|
80
|
+
setValue(Number(text));
|
|
81
81
|
};
|
|
82
82
|
|
|
83
83
|
return (
|
|
@@ -5,7 +5,7 @@ import styles from './SmartTiviActionTemplateStyles';
|
|
|
5
5
|
import Text from '../../Text';
|
|
6
6
|
import { Colors } from '../../../configs';
|
|
7
7
|
import { SMART_TIVI_BUTTON } from '../../../configs/Constants';
|
|
8
|
-
import
|
|
8
|
+
import { IconOutline } from '@ant-design/icons-react-native';
|
|
9
9
|
import CircleButton from './component/CircleButton';
|
|
10
10
|
import RectangleButton from './component/RectangleButton';
|
|
11
11
|
import ControlPlay from './component/ControlPlay';
|
|
@@ -97,7 +97,7 @@ const SmartTiviActionTemplate = memo(
|
|
|
97
97
|
<CircleButton
|
|
98
98
|
type="small"
|
|
99
99
|
icon={
|
|
100
|
-
<
|
|
100
|
+
<IconOutline
|
|
101
101
|
name="poweroff"
|
|
102
102
|
size={20}
|
|
103
103
|
color={Colors.Gray6}
|
|
@@ -3,7 +3,7 @@ import { TouchableOpacity, View, Image } from 'react-native';
|
|
|
3
3
|
import styles from './CircleButtonStyles';
|
|
4
4
|
import Text from '../../../Text';
|
|
5
5
|
import { Colors, Images } from '../../../../configs';
|
|
6
|
-
import
|
|
6
|
+
import { IconOutline } from '@ant-design/icons-react-native';
|
|
7
7
|
import { AccessibilityLabel } from '../../../../configs/Constants';
|
|
8
8
|
|
|
9
9
|
const CircleButton = memo(
|
|
@@ -46,7 +46,7 @@ const CircleButton = memo(
|
|
|
46
46
|
AccessibilityLabel.SMART_TIVI_TEMPLATE.UP_BUTTON
|
|
47
47
|
}
|
|
48
48
|
>
|
|
49
|
-
<
|
|
49
|
+
<IconOutline size={14} name={'caret-up'} />
|
|
50
50
|
</TouchableOpacity>
|
|
51
51
|
</View>
|
|
52
52
|
<View style={styles.bodyMultipleButton}>
|
|
@@ -57,7 +57,7 @@ const CircleButton = memo(
|
|
|
57
57
|
AccessibilityLabel.SMART_TIVI_TEMPLATE.LEFT_BUTTON
|
|
58
58
|
}
|
|
59
59
|
>
|
|
60
|
-
<
|
|
60
|
+
<IconOutline size={14} name={'caret-left'} />
|
|
61
61
|
</TouchableOpacity>
|
|
62
62
|
<TouchableOpacity
|
|
63
63
|
style={[styles.okButton]}
|
|
@@ -77,7 +77,7 @@ const CircleButton = memo(
|
|
|
77
77
|
AccessibilityLabel.SMART_TIVI_TEMPLATE.RIGHT_BUTTON
|
|
78
78
|
}
|
|
79
79
|
>
|
|
80
|
-
<
|
|
80
|
+
<IconOutline size={14} name={'caret-right'} />
|
|
81
81
|
</TouchableOpacity>
|
|
82
82
|
</View>
|
|
83
83
|
<View style={styles.footerMultipleButton}>
|
|
@@ -88,7 +88,7 @@ const CircleButton = memo(
|
|
|
88
88
|
AccessibilityLabel.SMART_TIVI_TEMPLATE.DOWN_BUTTON
|
|
89
89
|
}
|
|
90
90
|
>
|
|
91
|
-
<
|
|
91
|
+
<IconOutline size={14} name={'caret-down'} />
|
|
92
92
|
</TouchableOpacity>
|
|
93
93
|
</View>
|
|
94
94
|
</View>
|