├── .gitignore ├── .idea ├── compiler.xml ├── copyright │ └── profiles_settings.xml ├── runConfigurations.xml └── vcs.xml ├── CHANGELOG.md ├── CODEOWNERS ├── CONTRIBUTING.md ├── LICENSE.txt ├── README.md ├── SalesforceDesignSystem ├── build.gradle ├── icons │ ├── action │ │ ├── add_contact.svg │ │ ├── add_file.svg │ │ ├── add_photo_video.svg │ │ ├── add_relationship.svg │ │ ├── announcement.svg │ │ ├── apex.svg │ │ ├── approval.svg │ │ ├── back.svg │ │ ├── call.svg │ │ ├── canvas.svg │ │ ├── change_owner.svg │ │ ├── change_record_type.svg │ │ ├── check.svg │ │ ├── clone.svg │ │ ├── close.svg │ │ ├── defer.svg │ │ ├── delete.svg │ │ ├── description.svg │ │ ├── dial_in.svg │ │ ├── download.svg │ │ ├── edit.svg │ │ ├── edit_groups.svg │ │ ├── edit_relationship.svg │ │ ├── email.svg │ │ ├── fallback.svg │ │ ├── filter.svg │ │ ├── flow.svg │ │ ├── follow.svg │ │ ├── following.svg │ │ ├── freeze_user.svg │ │ ├── goal.svg │ │ ├── google_news.svg │ │ ├── info.svg │ │ ├── join_group.svg │ │ ├── lead_convert.svg │ │ ├── leave_group.svg │ │ ├── log_a_call.svg │ │ ├── log_event.svg │ │ ├── manage_perm_sets.svg │ │ ├── map.svg │ │ ├── more.svg │ │ ├── new.svg │ │ ├── new_account.svg │ │ ├── new_campaign.svg │ │ ├── new_case.svg │ │ ├── new_child_case.svg │ │ ├── new_contact.svg │ │ ├── new_custom1.svg │ │ ├── new_custom10.svg │ │ ├── new_custom100.svg │ │ ├── new_custom11.svg │ │ ├── new_custom12.svg │ │ ├── new_custom13.svg │ │ ├── new_custom14.svg │ │ ├── new_custom15.svg │ │ ├── new_custom16.svg │ │ ├── new_custom17.svg │ │ ├── new_custom18.svg │ │ ├── new_custom19.svg │ │ ├── new_custom2.svg │ │ ├── new_custom20.svg │ │ ├── new_custom21.svg │ │ ├── new_custom22.svg │ │ ├── new_custom23.svg │ │ ├── new_custom24.svg │ │ ├── new_custom25.svg │ │ ├── new_custom26.svg │ │ ├── new_custom27.svg │ │ ├── new_custom28.svg │ │ ├── new_custom29.svg │ │ ├── new_custom3.svg │ │ ├── new_custom30.svg │ │ ├── new_custom31.svg │ │ ├── new_custom32.svg │ │ ├── new_custom33.svg │ │ ├── new_custom34.svg │ │ ├── new_custom35.svg │ │ ├── new_custom36.svg │ │ ├── new_custom37.svg │ │ ├── new_custom38.svg │ │ ├── new_custom39.svg │ │ ├── new_custom4.svg │ │ ├── new_custom40.svg │ │ ├── new_custom41.svg │ │ ├── new_custom42.svg │ │ ├── new_custom43.svg │ │ ├── new_custom44.svg │ │ ├── new_custom45.svg │ │ ├── new_custom46.svg │ │ ├── new_custom47.svg │ │ ├── new_custom48.svg │ │ ├── new_custom49.svg │ │ ├── new_custom5.svg │ │ ├── new_custom50.svg │ │ ├── new_custom51.svg │ │ ├── new_custom52.svg │ │ ├── new_custom53.svg │ │ ├── new_custom54.svg │ │ ├── new_custom55.svg │ │ ├── new_custom56.svg │ │ ├── new_custom57.svg │ │ ├── new_custom58.svg │ │ ├── new_custom59.svg │ │ ├── new_custom6.svg │ │ ├── new_custom60.svg │ │ ├── new_custom61.svg │ │ ├── new_custom62.svg │ │ ├── new_custom63.svg │ │ ├── new_custom64.svg │ │ ├── new_custom65.svg │ │ ├── new_custom66.svg │ │ ├── new_custom67.svg │ │ ├── new_custom68.svg │ │ ├── new_custom69.svg │ │ ├── new_custom7.svg │ │ ├── new_custom70.svg │ │ ├── new_custom71.svg │ │ ├── new_custom72.svg │ │ ├── new_custom73.svg │ │ ├── new_custom74.svg │ │ ├── new_custom75.svg │ │ ├── new_custom76.svg │ │ ├── new_custom77.svg │ │ ├── new_custom78.svg │ │ ├── new_custom79.svg │ │ ├── new_custom8.svg │ │ ├── new_custom80.svg │ │ ├── new_custom81.svg │ │ ├── new_custom82.svg │ │ ├── new_custom83.svg │ │ ├── new_custom84.svg │ │ ├── new_custom85.svg │ │ ├── new_custom86.svg │ │ ├── new_custom87.svg │ │ ├── new_custom88.svg │ │ ├── new_custom89.svg │ │ ├── new_custom9.svg │ │ ├── new_custom90.svg │ │ ├── new_custom91.svg │ │ ├── new_custom92.svg │ │ ├── new_custom93.svg │ │ ├── new_custom94.svg │ │ ├── new_custom95.svg │ │ ├── new_custom96.svg │ │ ├── new_custom97.svg │ │ ├── new_custom98.svg │ │ ├── new_custom99.svg │ │ ├── new_event.svg │ │ ├── new_group.svg │ │ ├── new_lead.svg │ │ ├── new_note.svg │ │ ├── new_notebook.svg │ │ ├── new_opportunity.svg │ │ ├── new_person_account.svg │ │ ├── new_task.svg │ │ ├── password_unlock.svg │ │ ├── preview.svg │ │ ├── priority.svg │ │ ├── question_post_action.svg │ │ ├── quote.svg │ │ ├── recall.svg │ │ ├── record.svg │ │ ├── refresh.svg │ │ ├── reject.svg │ │ ├── remove.svg │ │ ├── remove_relationship.svg │ │ ├── reset_password.svg │ │ ├── script.svg │ │ ├── share.svg │ │ ├── share_file.svg │ │ ├── share_link.svg │ │ ├── share_poll.svg │ │ ├── share_post.svg │ │ ├── share_thanks.svg │ │ ├── sort.svg │ │ ├── submit_for_approval.svg │ │ ├── update.svg │ │ ├── update_status.svg │ │ ├── upload.svg │ │ ├── user.svg │ │ ├── user_activation.svg │ │ ├── view_relationship.svg │ │ └── web_link.svg │ ├── custom │ │ ├── custom1.svg │ │ ├── custom10.svg │ │ ├── custom100.svg │ │ ├── custom101.svg │ │ ├── custom102.svg │ │ ├── custom103.svg │ │ ├── custom104.svg │ │ ├── custom105.svg │ │ ├── custom106.svg │ │ ├── custom107.svg │ │ ├── custom108.svg │ │ ├── custom109.svg │ │ ├── custom11.svg │ │ ├── custom110.svg │ │ ├── custom111.svg │ │ ├── custom112.svg │ │ ├── custom113.svg │ │ ├── custom12.svg │ │ ├── custom13.svg │ │ ├── custom14.svg │ │ ├── custom15.svg │ │ ├── custom16.svg │ │ ├── custom17.svg │ │ ├── custom18.svg │ │ ├── custom19.svg │ │ ├── custom2.svg │ │ ├── custom20.svg │ │ ├── custom21.svg │ │ ├── custom22.svg │ │ ├── custom23.svg │ │ ├── custom24.svg │ │ ├── custom25.svg │ │ ├── custom26.svg │ │ ├── custom27.svg │ │ ├── custom28.svg │ │ ├── custom29.svg │ │ ├── custom3.svg │ │ ├── custom30.svg │ │ ├── custom31.svg │ │ ├── custom32.svg │ │ ├── custom33.svg │ │ ├── custom34.svg │ │ ├── custom35.svg │ │ ├── custom36.svg │ │ ├── custom37.svg │ │ ├── custom38.svg │ │ ├── custom39.svg │ │ ├── custom4.svg │ │ ├── custom40.svg │ │ ├── custom41.svg │ │ ├── custom42.svg │ │ ├── custom43.svg │ │ ├── custom44.svg │ │ ├── custom45.svg │ │ ├── custom46.svg │ │ ├── custom47.svg │ │ ├── custom48.svg │ │ ├── custom49.svg │ │ ├── custom5.svg │ │ ├── custom50.svg │ │ ├── custom51.svg │ │ ├── custom52.svg │ │ ├── custom53.svg │ │ ├── custom54.svg │ │ ├── custom55.svg │ │ ├── custom56.svg │ │ ├── custom57.svg │ │ ├── custom58.svg │ │ ├── custom59.svg │ │ ├── custom6.svg │ │ ├── custom60.svg │ │ ├── custom61.svg │ │ ├── custom62.svg │ │ ├── custom63.svg │ │ ├── custom64.svg │ │ ├── custom65.svg │ │ ├── custom66.svg │ │ ├── custom67.svg │ │ ├── custom68.svg │ │ ├── custom69.svg │ │ ├── custom7.svg │ │ ├── custom70.svg │ │ ├── custom71.svg │ │ ├── custom72.svg │ │ ├── custom73.svg │ │ ├── custom74.svg │ │ ├── custom75.svg │ │ ├── custom76.svg │ │ ├── custom77.svg │ │ ├── custom78.svg │ │ ├── custom79.svg │ │ ├── custom8.svg │ │ ├── custom80.svg │ │ ├── custom81.svg │ │ ├── custom82.svg │ │ ├── custom83.svg │ │ ├── custom84.svg │ │ ├── custom85.svg │ │ ├── custom86.svg │ │ ├── custom87.svg │ │ ├── custom88.svg │ │ ├── custom89.svg │ │ ├── custom9.svg │ │ ├── custom90.svg │ │ ├── custom91.svg │ │ ├── custom92.svg │ │ ├── custom93.svg │ │ ├── custom94.svg │ │ ├── custom95.svg │ │ ├── custom96.svg │ │ ├── custom97.svg │ │ ├── custom98.svg │ │ └── custom99.svg │ ├── standard │ │ ├── account.svg │ │ ├── action_list_component.svg │ │ ├── address.svg │ │ ├── all.svg │ │ ├── announcement.svg │ │ ├── answer_best.svg │ │ ├── answer_private.svg │ │ ├── answer_public.svg │ │ ├── apex.svg │ │ ├── apex_plugin.svg │ │ ├── approval.svg │ │ ├── apps.svg │ │ ├── apps_admin.svg │ │ ├── article.svg │ │ ├── asset_relationship.svg │ │ ├── assigned_resource.svg │ │ ├── assignment.svg │ │ ├── avatar.svg │ │ ├── avatar_loading.svg │ │ ├── bot.svg │ │ ├── bot_training.svg │ │ ├── brand.svg │ │ ├── business_hours.svg │ │ ├── calibration.svg │ │ ├── call.svg │ │ ├── call_history.svg │ │ ├── campaign.svg │ │ ├── campaign_members.svg │ │ ├── canvas.svg │ │ ├── carousel.svg │ │ ├── case.svg │ │ ├── case_change_status.svg │ │ ├── case_comment.svg │ │ ├── case_email.svg │ │ ├── case_log_a_call.svg │ │ ├── case_milestone.svg │ │ ├── case_transcript.svg │ │ ├── channel_program_history.svg │ │ ├── channel_program_levels.svg │ │ ├── channel_program_members.svg │ │ ├── channel_programs.svg │ │ ├── choice.svg │ │ ├── client.svg │ │ ├── cms.svg │ │ ├── coaching.svg │ │ ├── collection_variable.svg │ │ ├── connected_apps.svg │ │ ├── constant.svg │ │ ├── contact.svg │ │ ├── contact_list.svg │ │ ├── contact_request.svg │ │ ├── contract.svg │ │ ├── contract_line_item.svg │ │ ├── currency.svg │ │ ├── currency_input.svg │ │ ├── custom.svg │ │ ├── custom_notification.svg │ │ ├── customer_portal_users.svg │ │ ├── customers.svg │ │ ├── dashboard.svg │ │ ├── data_integration_hub.svg │ │ ├── datadotcom.svg │ │ ├── date_input.svg │ │ ├── date_time.svg │ │ ├── decision.svg │ │ ├── default.svg │ │ ├── display_rich_text.svg │ │ ├── display_text.svg │ │ ├── document.svg │ │ ├── drafts.svg │ │ ├── dynamic_record_choice.svg │ │ ├── email.svg │ │ ├── email_chatter.svg │ │ ├── empty.svg │ │ ├── endorsement.svg │ │ ├── entitlement.svg │ │ ├── entitlement_process.svg │ │ ├── entitlement_template.svg │ │ ├── entity.svg │ │ ├── entity_milestone.svg │ │ ├── environment_hub.svg │ │ ├── event.svg │ │ ├── feed.svg │ │ ├── feedback.svg │ │ ├── file.svg │ │ ├── flow.svg │ │ ├── folder.svg │ │ ├── forecasts.svg │ │ ├── formula.svg │ │ ├── generic_loading.svg │ │ ├── global_constant.svg │ │ ├── goals.svg │ │ ├── group_loading.svg │ │ ├── groups.svg │ │ ├── hierarchy.svg │ │ ├── home.svg │ │ ├── household.svg │ │ ├── individual.svg │ │ ├── insights.svg │ │ ├── investment_account.svg │ │ ├── iot_context.svg │ │ ├── iot_orchestrations.svg │ │ ├── kanban.svg │ │ ├── knowledge.svg │ │ ├── lead.svg │ │ ├── lead_insights.svg │ │ ├── lead_list.svg │ │ ├── lightning_component.svg │ │ ├── lightning_usage.svg │ │ ├── link.svg │ │ ├── list_email.svg │ │ ├── live_chat.svg │ │ ├── live_chat_visitor.svg │ │ ├── location.svg │ │ ├── log_a_call.svg │ │ ├── logging.svg │ │ ├── loop.svg │ │ ├── macros.svg │ │ ├── maintenance_asset.svg │ │ ├── maintenance_plan.svg │ │ ├── marketing_actions.svg │ │ ├── merge.svg │ │ ├── messaging_conversation.svg │ │ ├── messaging_session.svg │ │ ├── messaging_user.svg │ │ ├── metrics.svg │ │ ├── multi_picklist.svg │ │ ├── multi_select_checkbox.svg │ │ ├── news.svg │ │ ├── note.svg │ │ ├── number_input.svg │ │ ├── omni_supervisor.svg │ │ ├── operating_hours.svg │ │ ├── opportunity.svg │ │ ├── opportunity_splits.svg │ │ ├── orders.svg │ │ ├── outcome.svg │ │ ├── partner_fund_allocation.svg │ │ ├── partner_fund_claim.svg │ │ ├── partner_fund_request.svg │ │ ├── partner_marketing_budget.svg │ │ ├── partners.svg │ │ ├── password.svg │ │ ├── past_chat.svg │ │ ├── people.svg │ │ ├── performance.svg │ │ ├── person_account.svg │ │ ├── photo.svg │ │ ├── picklist_choice.svg │ │ ├── picklist_type.svg │ │ ├── poll.svg │ │ ├── portal.svg │ │ ├── portal_roles.svg │ │ ├── portal_roles_and_subordinates.svg │ │ ├── post.svg │ │ ├── pricebook.svg │ │ ├── process.svg │ │ ├── product.svg │ │ ├── product_consumed.svg │ │ ├── product_item.svg │ │ ├── product_item_transaction.svg │ │ ├── product_request.svg │ │ ├── product_request_line_item.svg │ │ ├── product_required.svg │ │ ├── product_transfer.svg │ │ ├── proposition.svg │ │ ├── question_best.svg │ │ ├── question_feed.svg │ │ ├── queue.svg │ │ ├── quick_text.svg │ │ ├── quip.svg │ │ ├── quip_sheet.svg │ │ ├── quotes.svg │ │ ├── radio_button.svg │ │ ├── read_receipts.svg │ │ ├── recent.svg │ │ ├── record.svg │ │ ├── record_create.svg │ │ ├── record_delete.svg │ │ ├── record_lookup.svg │ │ ├── record_update.svg │ │ ├── related_list.svg │ │ ├── relationship.svg │ │ ├── report.svg │ │ ├── resource_absence.svg │ │ ├── resource_capacity.svg │ │ ├── resource_preference.svg │ │ ├── resource_skill.svg │ │ ├── return_order.svg │ │ ├── return_order_line_item.svg │ │ ├── reward.svg │ │ ├── rtc_presence.svg │ │ ├── sales_path.svg │ │ ├── scan_card.svg │ │ ├── screen.svg │ │ ├── search.svg │ │ ├── service_appointment.svg │ │ ├── service_appointment_capacity_usage.svg │ │ ├── service_contract.svg │ │ ├── service_crew.svg │ │ ├── service_crew_member.svg │ │ ├── service_report.svg │ │ ├── service_resource.svg │ │ ├── service_territory.svg │ │ ├── service_territory_location.svg │ │ ├── service_territory_member.svg │ │ ├── shipment.svg │ │ ├── skill.svg │ │ ├── skill_entity.svg │ │ ├── skill_requirement.svg │ │ ├── sms.svg │ │ ├── snippet.svg │ │ ├── sobject.svg │ │ ├── sobject_collection.svg │ │ ├── social.svg │ │ ├── solution.svg │ │ ├── sossession.svg │ │ ├── stage.svg │ │ ├── stage_collection.svg │ │ ├── steps.svg │ │ ├── strategy.svg │ │ ├── survey.svg │ │ ├── system_and_global_variable.svg │ │ ├── task.svg │ │ ├── task2.svg │ │ ├── team_member.svg │ │ ├── template.svg │ │ ├── text.svg │ │ ├── text_template.svg │ │ ├── textarea.svg │ │ ├── textbox.svg │ │ ├── thanks.svg │ │ ├── thanks_loading.svg │ │ ├── timesheet.svg │ │ ├── timesheet_entry.svg │ │ ├── timeslot.svg │ │ ├── today.svg │ │ ├── topic.svg │ │ ├── topic2.svg │ │ ├── trailhead.svg │ │ ├── unmatched.svg │ │ ├── user.svg │ │ ├── variable.svg │ │ ├── waits.svg │ │ ├── work_capacity_limit.svg │ │ ├── work_capacity_usage.svg │ │ ├── work_order.svg │ │ ├── work_order_item.svg │ │ ├── work_queue.svg │ │ ├── work_type.svg │ │ └── work_type_group.svg │ └── utility │ │ ├── activity.svg │ │ ├── ad_set.svg │ │ ├── add.svg │ │ ├── adduser.svg │ │ ├── advanced_function.svg │ │ ├── advertising.svg │ │ ├── all.svg │ │ ├── anchor.svg │ │ ├── animal_and_nature.svg │ │ ├── announcement.svg │ │ ├── answer.svg │ │ ├── answered_twice.svg │ │ ├── apex.svg │ │ ├── apex_plugin.svg │ │ ├── approval.svg │ │ ├── apps.svg │ │ ├── archive.svg │ │ ├── arrowdown.svg │ │ ├── arrowup.svg │ │ ├── assignment.svg │ │ ├── attach.svg │ │ ├── automate.svg │ │ ├── back.svg │ │ ├── ban.svg │ │ ├── block_visitor.svg │ │ ├── bold.svg │ │ ├── bookmark.svg │ │ ├── breadcrumbs.svg │ │ ├── broadcast.svg │ │ ├── brush.svg │ │ ├── bucket.svg │ │ ├── builder.svg │ │ ├── call.svg │ │ ├── campaign.svg │ │ ├── cancel_file_request.svg │ │ ├── cancel_transfer.svg │ │ ├── capslock.svg │ │ ├── cart.svg │ │ ├── case.svg │ │ ├── cases.svg │ │ ├── center_align_text.svg │ │ ├── change_owner.svg │ │ ├── change_record_type.svg │ │ ├── chart.svg │ │ ├── chat.svg │ │ ├── check.svg │ │ ├── checkin.svg │ │ ├── chevrondown.svg │ │ ├── chevronleft.svg │ │ ├── chevronright.svg │ │ ├── chevronup.svg │ │ ├── choice.svg │ │ ├── classic_interface.svg │ │ ├── clear.svg │ │ ├── clock.svg │ │ ├── close.svg │ │ ├── collapse_all.svg │ │ ├── collection_variable.svg │ │ ├── color_swatch.svg │ │ ├── comments.svg │ │ ├── company.svg │ │ ├── connected_apps.svg │ │ ├── constant.svg │ │ ├── contact_request.svg │ │ ├── contract.svg │ │ ├── contract_alt.svg │ │ ├── copy.svg │ │ ├── copy_to_clipboard.svg │ │ ├── crossfilter.svg │ │ ├── currency.svg │ │ ├── currency_input.svg │ │ ├── custom_apps.svg │ │ ├── cut.svg │ │ ├── dash.svg │ │ ├── database.svg │ │ ├── datadotcom.svg │ │ ├── date_input.svg │ │ ├── date_time.svg │ │ ├── dayview.svg │ │ ├── delete.svg │ │ ├── deprecate.svg │ │ ├── description.svg │ │ ├── desktop.svg │ │ ├── desktop_console.svg │ │ ├── dialing.svg │ │ ├── dislike.svg │ │ ├── display_rich_text.svg │ │ ├── display_text.svg │ │ ├── dock_panel.svg │ │ ├── down.svg │ │ ├── download.svg │ │ ├── drag.svg │ │ ├── drag_and_drop.svg │ │ ├── dynamic_record_choice.svg │ │ ├── edit.svg │ │ ├── edit_form.svg │ │ ├── einstein.svg │ │ ├── email.svg │ │ ├── email_open.svg │ │ ├── emoji.svg │ │ ├── end_call.svg │ │ ├── end_chat.svg │ │ ├── end_messaging_session.svg │ │ ├── erect_window.svg │ │ ├── error.svg │ │ ├── event.svg │ │ ├── events.svg │ │ ├── expand.svg │ │ ├── expand_all.svg │ │ ├── expand_alt.svg │ │ ├── fallback.svg │ │ ├── favorite.svg │ │ ├── feed.svg │ │ ├── file.svg │ │ ├── filter.svg │ │ ├── filterList.svg │ │ ├── flow.svg │ │ ├── food_and_drink.svg │ │ ├── formula.svg │ │ ├── forward.svg │ │ ├── forward_up.svg │ │ ├── frozen.svg │ │ ├── full_width_view.svg │ │ ├── global_constant.svg │ │ ├── graph.svg │ │ ├── groups.svg │ │ ├── help.svg │ │ ├── help_center.svg │ │ ├── hide.svg │ │ ├── hierarchy.svg │ │ ├── home.svg │ │ ├── identity.svg │ │ ├── image.svg │ │ ├── inbox.svg │ │ ├── incoming_call.svg │ │ ├── info.svg │ │ ├── info_alt.svg │ │ ├── insert_tag_field.svg │ │ ├── insert_template.svg │ │ ├── inspector_panel.svg │ │ ├── internal_share.svg │ │ ├── italic.svg │ │ ├── jump_to_bottom.svg │ │ ├── jump_to_top.svg │ │ ├── justify_text.svg │ │ ├── kanban.svg │ │ ├── keyboard_dismiss.svg │ │ ├── knowledge_base.svg │ │ ├── layers.svg │ │ ├── layout.svg │ │ ├── leave_conference.svg │ │ ├── left.svg │ │ ├── left_align_text.svg │ │ ├── level_down.svg │ │ ├── level_up.svg │ │ ├── light_bulb.svg │ │ ├── like.svg │ │ ├── link.svg │ │ ├── linked.svg │ │ ├── list.svg │ │ ├── listen.svg │ │ ├── live_message.svg │ │ ├── location.svg │ │ ├── lock.svg │ │ ├── log_a_call.svg │ │ ├── logout.svg │ │ ├── loop.svg │ │ ├── lower_flag.svg │ │ ├── macros.svg │ │ ├── magicwand.svg │ │ ├── mark_all_as_read.svg │ │ ├── matrix.svg │ │ ├── merge.svg │ │ ├── merge_field.svg │ │ ├── metrics.svg │ │ ├── minimize_window.svg │ │ ├── missed_call.svg │ │ ├── money.svg │ │ ├── moneybag.svg │ │ ├── monthlyview.svg │ │ ├── move.svg │ │ ├── multi_picklist.svg │ │ ├── multi_select_checkbox.svg │ │ ├── muted.svg │ │ ├── new.svg │ │ ├── new_direct_message.svg │ │ ├── new_window.svg │ │ ├── news.svg │ │ ├── note.svg │ │ ├── notebook.svg │ │ ├── notification.svg │ │ ├── number_input.svg │ │ ├── office365.svg │ │ ├── offline.svg │ │ ├── offline_cached.svg │ │ ├── omni_channel.svg │ │ ├── open.svg │ │ ├── open_folder.svg │ │ ├── opened_folder.svg │ │ ├── outbound_call.svg │ │ ├── outcome.svg │ │ ├── overflow.svg │ │ ├── package.svg │ │ ├── package_org.svg │ │ ├── package_org_beta.svg │ │ ├── page.svg │ │ ├── palette.svg │ │ ├── password.svg │ │ ├── paste.svg │ │ ├── pause.svg │ │ ├── people.svg │ │ ├── phone_landscape.svg │ │ ├── phone_portrait.svg │ │ ├── photo.svg │ │ ├── picklist.svg │ │ ├── picklist_choice.svg │ │ ├── picklist_type.svg │ │ ├── pin.svg │ │ ├── pinned.svg │ │ ├── play.svg │ │ ├── podcast_webinar.svg │ │ ├── pop_in.svg │ │ ├── power.svg │ │ ├── preview.svg │ │ ├── print.svg │ │ ├── priority.svg │ │ ├── privately_shared.svg │ │ ├── process.svg │ │ ├── push.svg │ │ ├── puzzle.svg │ │ ├── question.svg │ │ ├── question_mark.svg │ │ ├── questions_and_answers.svg │ │ ├── quick_text.svg │ │ ├── quotation_marks.svg │ │ ├── radio_button.svg │ │ ├── rating.svg │ │ ├── reassign.svg │ │ ├── record.svg │ │ ├── record_create.svg │ │ ├── record_delete.svg │ │ ├── record_lookup.svg │ │ ├── record_update.svg │ │ ├── recurring_exception.svg │ │ ├── redo.svg │ │ ├── refresh.svg │ │ ├── relate.svg │ │ ├── reminder.svg │ │ ├── remove_formatting.svg │ │ ├── remove_link.svg │ │ ├── replace.svg │ │ ├── reply.svg │ │ ├── reply_all.svg │ │ ├── reset_password.svg │ │ ├── resource_absence.svg │ │ ├── resource_capacity.svg │ │ ├── resource_territory.svg │ │ ├── retweet.svg │ │ ├── richtextbulletedlist.svg │ │ ├── richtextindent.svg │ │ ├── richtextnumberedlist.svg │ │ ├── richtextoutdent.svg │ │ ├── right.svg │ │ ├── right_align_text.svg │ │ ├── rotate.svg │ │ ├── rows.svg │ │ ├── rules.svg │ │ ├── salesforce1.svg │ │ ├── save.svg │ │ ├── screen.svg │ │ ├── search.svg │ │ ├── send.svg │ │ ├── sentiment_negative.svg │ │ ├── sentiment_neutral.svg │ │ ├── settings.svg │ │ ├── setup.svg │ │ ├── setup_assistant_guide.svg │ │ ├── share.svg │ │ ├── share_file.svg │ │ ├── share_mobile.svg │ │ ├── share_post.svg │ │ ├── shield.svg │ │ ├── shopping_bag.svg │ │ ├── shortcuts.svg │ │ ├── side_list.svg │ │ ├── signpost.svg │ │ ├── smiley_and_people.svg │ │ ├── sms.svg │ │ ├── snippet.svg │ │ ├── sobject.svg │ │ ├── sobject_collection.svg │ │ ├── socialshare.svg │ │ ├── sort.svg │ │ ├── spinner.svg │ │ ├── stage.svg │ │ ├── stage_collection.svg │ │ ├── standard_objects.svg │ │ ├── steps.svg │ │ ├── stop.svg │ │ ├── strategy.svg │ │ ├── strikethrough.svg │ │ ├── success.svg │ │ ├── summary.svg │ │ ├── summarydetail.svg │ │ ├── survey.svg │ │ ├── switch.svg │ │ ├── symbols.svg │ │ ├── sync.svg │ │ ├── system_and_global_variable.svg │ │ ├── table.svg │ │ ├── tablet_landscape.svg │ │ ├── tablet_portrait.svg │ │ ├── tabset.svg │ │ ├── task.svg │ │ ├── text.svg │ │ ├── text_background_color.svg │ │ ├── text_color.svg │ │ ├── text_template.svg │ │ ├── textarea.svg │ │ ├── textbox.svg │ │ ├── threedots.svg │ │ ├── threedots_vertical.svg │ │ ├── thunder.svg │ │ ├── tile_card_list.svg │ │ ├── toggle_panel_bottom.svg │ │ ├── toggle_panel_left.svg │ │ ├── toggle_panel_right.svg │ │ ├── toggle_panel_top.svg │ │ ├── topic.svg │ │ ├── topic2.svg │ │ ├── touch_action.svg │ │ ├── tracker.svg │ │ ├── trail.svg │ │ ├── trailhead.svg │ │ ├── travel_and_places.svg │ │ ├── trending.svg │ │ ├── turn_off_notifications.svg │ │ ├── type.svg │ │ ├── type_tool.svg │ │ ├── undelete.svg │ │ ├── undeprecate.svg │ │ ├── underline.svg │ │ ├── undo.svg │ │ ├── unlinked.svg │ │ ├── unlock.svg │ │ ├── unmuted.svg │ │ ├── up.svg │ │ ├── upload.svg │ │ ├── user.svg │ │ ├── user_role.svg │ │ ├── variable.svg │ │ ├── video.svg │ │ ├── voicemail_drop.svg │ │ ├── volume_high.svg │ │ ├── volume_low.svg │ │ ├── volume_off.svg │ │ ├── waits.svg │ │ ├── warning.svg │ │ ├── weeklyview.svg │ │ ├── wifi.svg │ │ ├── work_order_type.svg │ │ ├── world.svg │ │ ├── yubi_key.svg │ │ ├── zoomin.svg │ │ └── zoomout.svg ├── proguard-rules.pro └── src │ └── main │ ├── AndroidManifest.xml │ ├── assets │ ├── License-for-SalesforceDesignSystemIcons.txt │ ├── License-for-SalesforceSans-font.txt │ ├── SalesforceDesignSystemIcons.ttf │ ├── SalesforceSans-Bold.ttf │ ├── SalesforceSans-BoldItalic.ttf │ ├── SalesforceSans-Italic.ttf │ ├── SalesforceSans-Light.ttf │ ├── SalesforceSans-LightItalic.ttf │ ├── SalesforceSans-Regular.ttf │ ├── SalesforceSans-Thin.ttf │ └── SalesforceSans-ThinItalic.ttf │ ├── java │ └── com │ │ └── salesforce │ │ └── designsystem │ │ └── Icons.java │ └── res │ └── values │ ├── force-base.android.color.xml │ └── force-base.android.dimen.xml ├── android-sample-app ├── .gitignore ├── .idea │ ├── compiler.xml │ ├── copyright │ │ └── profiles_settings.xml │ ├── gradle.xml │ ├── libraries │ │ ├── animated_vector_drawable_25_3_1.xml │ │ ├── appcompat_v7_25_3_1.xml │ │ ├── design_25_3_1.xml │ │ ├── espresso_core_2_2_2.xml │ │ ├── espresso_idling_resource_2_2_2.xml │ │ ├── exposed_instrumentation_api_publish_0_5.xml │ │ ├── hamcrest_core_1_3.xml │ │ ├── hamcrest_integration_1_3.xml │ │ ├── hamcrest_library_1_3.xml │ │ ├── javawriter_2_1_1.xml │ │ ├── javax_annotation_api_1_2.xml │ │ ├── javax_inject_1.xml │ │ ├── jsr305_2_0_1.xml │ │ ├── junit_4_12.xml │ │ ├── recyclerview_v7_25_3_1.xml │ │ ├── rules_0_5.xml │ │ ├── runner_0_5.xml │ │ ├── support_annotations_25_3_1.xml │ │ ├── support_compat_25_3_1.xml │ │ ├── support_core_ui_25_3_1.xml │ │ ├── support_core_utils_25_3_1.xml │ │ ├── support_fragment_25_3_1.xml │ │ ├── support_media_compat_25_3_1.xml │ │ ├── support_v4_25_3_1.xml │ │ ├── support_vector_drawable_25_3_1.xml │ │ └── transition_25_3_1.xml │ ├── misc.xml │ ├── runConfigurations.xml │ └── workspace.xml ├── app │ ├── .gitignore │ ├── build.gradle │ ├── proguard-rules.pro │ └── src │ │ ├── androidTest │ │ └── java │ │ │ └── com │ │ │ └── example │ │ │ └── salesforceux │ │ │ └── android_sample_app │ │ │ └── ExampleInstrumentedTest.java │ │ ├── main │ │ ├── AndroidManifest.xml │ │ ├── assets │ │ │ ├── SalesforceDesignSystemIcons.ttf │ │ │ ├── SalesforceSans-Bold.ttf │ │ │ ├── SalesforceSans-BoldItalic.ttf │ │ │ ├── SalesforceSans-Italic.ttf │ │ │ ├── SalesforceSans-Light.ttf │ │ │ ├── SalesforceSans-LightItalic.ttf │ │ │ ├── SalesforceSans-Regular.ttf │ │ │ ├── SalesforceSans-Thin.ttf │ │ │ └── SalesforceSans-ThinItalic.ttf │ │ ├── java │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── salesforceux │ │ │ │ └── android_sample_app │ │ │ │ ├── ActionBar.java │ │ │ │ ├── Icons.java │ │ │ │ ├── ItemDetailActivity.java │ │ │ │ ├── ItemDetailFragment.java │ │ │ │ ├── ItemListActivity.java │ │ │ │ ├── TypeFaceTextView.java │ │ │ │ └── dummy │ │ │ │ └── DummyContent.java │ │ └── res │ │ │ ├── drawable │ │ │ ├── rounded_account_icon.xml │ │ │ ├── rounded_call_icon.xml │ │ │ ├── rounded_event_icon.xml │ │ │ ├── rounded_filter_icon.xml │ │ │ ├── rounded_more_icon.xml │ │ │ ├── rounded_new_icon.xml │ │ │ ├── rounded_post_icon.xml │ │ │ ├── rounded_sort_icon.xml │ │ │ └── rounded_task_icon.xml │ │ │ ├── layout │ │ │ ├── lighting_action_bar_detail.xml │ │ │ ├── lightning_action_bar_master.xml │ │ │ ├── lightning_activity_item_detail.xml │ │ │ ├── lightning_activity_item_list.xml │ │ │ ├── lightning_detail_list.xml │ │ │ ├── lightning_detail_list_content.xml │ │ │ ├── lightning_header_detail.xml │ │ │ ├── lightning_header_master.xml │ │ │ ├── lightning_item_detail.xml │ │ │ ├── lightning_item_list.xml │ │ │ ├── lightning_item_list_content.xml │ │ │ └── lightning_tab_bar.xml │ │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xxxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ └── values │ │ │ ├── attrs.xml │ │ │ ├── colors.xml │ │ │ ├── dimens.xml │ │ │ ├── force-base.android.color.xml │ │ │ ├── force-base.android.dimen.xml │ │ │ ├── strings.xml │ │ │ └── styles.xml │ │ └── test │ │ └── java │ │ └── com │ │ └── example │ │ └── salesforceux │ │ └── android_sample_app │ │ └── ExampleUnitTest.java ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat └── settings.gradle ├── build.gradle ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── gulpfile.js ├── package-lock.json ├── package.json ├── settings.gradle ├── templates ├── Icons.java.njk ├── forceBaseAndroidColor.njk └── forceBaseAndroidDimen.njk └── test └── test.js /.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- 1 | #ECCN:EAR99,Open Source -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/add_file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/add_photo_video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/add_relationship.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/announcement.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/apex.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/approval.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/back.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/call.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/change_owner.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/close.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/defer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/dial_in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/email.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/fallback.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/filter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/info.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/lead_convert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/more.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_campaign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_case.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom10.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom100.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom11.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom12.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom13.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom19.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom22.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom23.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom26.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom27.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom28.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom41.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom42.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom45.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom53.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom6.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom64.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom7.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom73.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom8.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom88.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom9.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_custom93.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/new_lead.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/preview.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/priority.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/recall.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/reject.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/remove.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/remove_relationship.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/script.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/share_post.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/submit_for_approval.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/update.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/action/view_relationship.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom10.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom100.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom104.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom106.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom107.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom109.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom11.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom112.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom12.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom13.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom19.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom21.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom22.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom23.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom26.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom27.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom28.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom29.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom33.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom35.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom38.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom41.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom42.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom44.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom45.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom53.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom55.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom59.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom6.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom62.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom64.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom65.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom7.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom72.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom73.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom79.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom8.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom88.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom9.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom93.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/custom/custom95.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/address.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/announcement.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/answer_public.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/apex.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/approval.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/article.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/assigned_resource.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/assignment.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/avatar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/avatar_loading.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/call.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/campaign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/case.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/case_change_status.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/case_comment.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/choice.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/connected_apps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/currency.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/currency_input.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/custom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/custom_notification.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/dashboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/datadotcom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/default.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/document.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/email.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/email_chatter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/empty.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/endorsement.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/feed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/investment_account.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/knowledge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/lead.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/lightning_component.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/lightning_usage.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/merge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/multi_select_checkbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/opportunity_splits.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/partner_marketing_budget.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/past_chat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/people.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/photo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/poll.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/portal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/post.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/process.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/product_item.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/quip.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/quip_sheet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/relationship.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/resource_absence.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/resource_capacity.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/sales_path.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/scan_card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/snippet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/solution.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/stage.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/steps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/task2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/textarea.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/textbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/today.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/unmatched.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/standard/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/add.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/advanced_function.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/announcement.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/answer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/apex.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/approval.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/archive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/arrowdown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/arrowup.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/assignment.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/back.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/ban.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/breadcrumbs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/brush.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/builder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/call.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/campaign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/capslock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/cart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/case.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/chat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/checkin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/chevrondown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/chevronleft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/chevronright.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/chevronup.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/choice.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/clear.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/close.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/collapse_all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/color_swatch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/comments.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/connected_apps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/contract_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/copy_to_clipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/crossfilter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/currency.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/currency_input.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/custom_apps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/dash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/deprecate.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/desktop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/desktop_console.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/dislike.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/display_text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/drag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/email.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/email_open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/erect_window.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/error.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/expand_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/fallback.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/favorite.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/feed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/filterList.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/food_and_drink.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/forward_up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/inbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/info.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/info_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/inspector_panel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/internal_share.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/italic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/jump_to_bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/jump_to_top.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/justify_text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/kanban.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/layers.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/layout.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/level_down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/level_up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/light_bulb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/like.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/listen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/merge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/minimize_window.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/move.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/new.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/notification.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/office365.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/offline_cached.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/open_folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/opened_folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/package.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/package_org.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/package_org_beta.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/page.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/palette.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/phone_landscape.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/phone_portrait.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/photo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/picklist.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/pin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/pinned.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/power.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/preview.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/priority.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/process.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/quotation_marks.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/record.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/redo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/relate.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/reply.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/rows.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/salesforce1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/save.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/send.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/sentiment_negative.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/sentiment_neutral.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/share_post.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/shield.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/shopping_bag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/shortcuts.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/smiley_and_people.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/socialshare.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/stage.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/steps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/stop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/success.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/switch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/tablet_landscape.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/tablet_portrait.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/tabset.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/text_background_color.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/text_color.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/textbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/threedots.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/threedots_vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/thunder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/toggle_panel_bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/toggle_panel_left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/toggle_panel_right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/toggle_panel_top.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/tracker.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/trending.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/type_tool.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/undeprecate.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/underline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/undo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/unlock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/unmuted.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/voicemail_drop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/volume_low.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/volume_off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/warning.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/zoomin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/icons/utility/zoomout.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SalesforceDesignSystem/src/main/assets/SalesforceDesignSystemIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/SalesforceDesignSystem/src/main/assets/SalesforceDesignSystemIcons.ttf -------------------------------------------------------------------------------- /SalesforceDesignSystem/src/main/assets/SalesforceSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/SalesforceDesignSystem/src/main/assets/SalesforceSans-Bold.ttf -------------------------------------------------------------------------------- /SalesforceDesignSystem/src/main/assets/SalesforceSans-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/SalesforceDesignSystem/src/main/assets/SalesforceSans-BoldItalic.ttf -------------------------------------------------------------------------------- /SalesforceDesignSystem/src/main/assets/SalesforceSans-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/SalesforceDesignSystem/src/main/assets/SalesforceSans-Italic.ttf -------------------------------------------------------------------------------- /SalesforceDesignSystem/src/main/assets/SalesforceSans-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/SalesforceDesignSystem/src/main/assets/SalesforceSans-Light.ttf -------------------------------------------------------------------------------- /SalesforceDesignSystem/src/main/assets/SalesforceSans-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/SalesforceDesignSystem/src/main/assets/SalesforceSans-LightItalic.ttf -------------------------------------------------------------------------------- /SalesforceDesignSystem/src/main/assets/SalesforceSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/SalesforceDesignSystem/src/main/assets/SalesforceSans-Regular.ttf -------------------------------------------------------------------------------- /SalesforceDesignSystem/src/main/assets/SalesforceSans-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/SalesforceDesignSystem/src/main/assets/SalesforceSans-Thin.ttf -------------------------------------------------------------------------------- /SalesforceDesignSystem/src/main/assets/SalesforceSans-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/SalesforceDesignSystem/src/main/assets/SalesforceSans-ThinItalic.ttf -------------------------------------------------------------------------------- /android-sample-app/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /android-sample-app/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /android-sample-app/.idea/libraries/hamcrest_integration_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /android-sample-app/.idea/libraries/hamcrest_library_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /android-sample-app/.idea/libraries/javawriter_2_1_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /android-sample-app/.idea/libraries/javax_annotation_api_1_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /android-sample-app/.idea/libraries/javax_inject_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /android-sample-app/.idea/libraries/jsr305_2_0_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /android-sample-app/.idea/libraries/junit_4_12.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /android-sample-app/.idea/libraries/support_v4_25_3_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /android-sample-app/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /android-sample-app/app/src/main/assets/SalesforceDesignSystemIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/assets/SalesforceDesignSystemIcons.ttf -------------------------------------------------------------------------------- /android-sample-app/app/src/main/assets/SalesforceSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/assets/SalesforceSans-Bold.ttf -------------------------------------------------------------------------------- /android-sample-app/app/src/main/assets/SalesforceSans-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/assets/SalesforceSans-BoldItalic.ttf -------------------------------------------------------------------------------- /android-sample-app/app/src/main/assets/SalesforceSans-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/assets/SalesforceSans-Italic.ttf -------------------------------------------------------------------------------- /android-sample-app/app/src/main/assets/SalesforceSans-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/assets/SalesforceSans-Light.ttf -------------------------------------------------------------------------------- /android-sample-app/app/src/main/assets/SalesforceSans-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/assets/SalesforceSans-LightItalic.ttf -------------------------------------------------------------------------------- /android-sample-app/app/src/main/assets/SalesforceSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/assets/SalesforceSans-Regular.ttf -------------------------------------------------------------------------------- /android-sample-app/app/src/main/assets/SalesforceSans-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/assets/SalesforceSans-Thin.ttf -------------------------------------------------------------------------------- /android-sample-app/app/src/main/assets/SalesforceSans-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/assets/SalesforceSans-ThinItalic.ttf -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/drawable/rounded_account_icon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/drawable/rounded_call_icon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/drawable/rounded_event_icon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/drawable/rounded_filter_icon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/drawable/rounded_more_icon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/drawable/rounded_new_icon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/drawable/rounded_post_icon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/drawable/rounded_sort_icon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/drawable/rounded_task_icon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/layout/lightning_item_detail.xml: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/values/attrs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #3F51B5 4 | #303F9F 5 | #FF4081 6 | 7 | -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 75dp 4 | 126dp 5 | 58dp 6 | 7 | -------------------------------------------------------------------------------- /android-sample-app/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | SLDS-Sample-App 3 | Item Detail 4 | 5 | -------------------------------------------------------------------------------- /android-sample-app/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/android-sample-app/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /android-sample-app/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Thu Jun 08 11:30:48 PDT 2017 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip 7 | -------------------------------------------------------------------------------- /android-sample-app/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /build.gradle: -------------------------------------------------------------------------------- 1 | buildscript { 2 | repositories { 3 | google() 4 | gradlePluginPortal() 5 | } 6 | dependencies { 7 | classpath 'com.android.tools.build:gradle:7.0.2' 8 | } 9 | } 10 | 11 | allprojects { 12 | repositories { 13 | google() 14 | mavenCentral() 15 | } 16 | } 17 | 18 | -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- 1 | # Project-wide Gradle settings. 2 | 3 | org.gradle.jvmargs=-Xmx1536m 4 | 5 | org.gradle.parallel=true 6 | org.gradle.caching=true 7 | android.useAndroidX=true 8 | 9 | android.defaults.buildfeatures.buildconfig=false 10 | android.defaults.buildfeatures.aidl=false 11 | android.defaults.buildfeatures.renderscript=true 12 | # android.defaults.buildfeatures.resvalues=true Not sure if we use this already... 13 | android.defaults.buildfeatures.shaders=false -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce-ux/design-system-android/d08db7c6bffc4ef8ddc6e0b50de79e2b6dc2a831/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':SalesforceDesignSystem' 2 | -------------------------------------------------------------------------------- /templates/forceBaseAndroidDimen.njk: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | {% for categoryName, category in data.Size %} 8 | {% for size in category %}{{size.value | replace("px", "")}} 9 | {% endfor %} 10 | {% endfor %} 11 | --------------------------------------------------------------------------------