@linzjs/lui 21.46.1-0 → 21.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/assets/icons/auto_preval.svg +1 -0
- package/dist/assets/icons/empty_circle.svg +1 -0
- package/dist/assets/icons/perform_next_step_right.svg +1 -0
- package/dist/assets/svg-content.d.ts +1 -1
- package/dist/assets/svg-content.tsx +21 -0
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/lui.css +10 -10
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js +6 -0
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Elements/Forms/FormComponents/RadiosCheckboxes.scss +1 -1
- package/dist/scss/Global/GenericElements/Typography.scss +9 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [21.48.0](https://github.com/linz/lui/compare/v21.47.0...v21.48.0) (2024-10-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* auto preval and next step icons ([#1161](https://github.com/linz/lui/issues/1161)) ([c46e50a](https://github.com/linz/lui/commit/c46e50a204fdba68402bc4b2fa75e6e146a23e6b))
|
|
7
|
+
|
|
8
|
+
# [21.47.0](https://github.com/linz/lui/compare/v21.46.0...v21.47.0) (2024-10-08)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* lamest icon I've seen in a while ([#1160](https://github.com/linz/lui/issues/1160)) ([56204ad](https://github.com/linz/lui/commit/56204ad2cdb511f47ce31377474be5c59280467e))
|
|
14
|
+
|
|
1
15
|
# [21.46.0](https://github.com/linz/lui/compare/v21.45.1...v21.46.0) (2024-09-17)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24"><path fill="#000" d="M13.2 17.475a.557.557 0 0 1 0-.787l.33-.338a.56.56 0 0 1 .795 0l1.68 1.703 3.758-3.818a.56.56 0 0 1 .397-.165c.15 0 .293.06.405.165l.33.338c.21.217.218.57 0 .787l-4.875 4.973-2.82-2.865zm6.09-6.982.33-.338a.557.557 0 0 0 0-.787l-2.152-2.183 2.152-2.182a.557.557 0 0 0 0-.788l-.33-.337a.57.57 0 0 0-.405-.165.55.55 0 0 0-.398.165L16.35 6.053l-2.138-2.175a.56.56 0 0 0-.397-.165c-.15 0-.292.06-.405.165l-.33.337a.557.557 0 0 0 0 .788l2.153 2.182-2.153 2.183a.557.557 0 0 0 0 .787l.33.338a.57.57 0 0 0 .405.165.55.55 0 0 0 .398-.165l2.137-2.175 2.137 2.175a.56.56 0 0 0 .796 0zm-7.65 6.405L9.532 14.88c-.202-.187-.532-.045-.525.233l.015 1.125v.157h-.93A4.12 4.12 0 0 1 5.07 15.03a4.09 4.09 0 0 1-1.035-3.157C4.237 9.795 6.112 8.16 8.302 8.16H9.48c.42 0 .765-.345.765-.765 0-.465-.398-.765-1.005-.765h-.885c-3.083 0-5.648 2.31-5.843 5.258a5.6 5.6 0 0 0 1.508 4.237 5.65 5.65 0 0 0 4.117 1.793h.923v.15l.015 1.162c0 .278.337.413.532.218l2.063-2.108a.317.317 0 0 0 0-.442z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24"><path fill="#000" d="M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24"><path fill="#000" d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10m-10 4v-3H9c-.55 0-1-.45-1-1s.45-1 1-1h3V8l5 4z"/></svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare type LuiIconName = string | 'ic_account_circle' | 'ic_add' | 'ic_add_adopt' | 'ic_add_area_interest' | 'ic_add_circle' | 'ic_add_circle_outline' | 'ic_add_irregular_image' | 'ic_add_label' | 'ic_add_line' | 'ic_add_multiple' | 'ic_add_page' | 'ic_add_rectangle' | 'ic_add_rt_lines' | 'ic_add_to_list' | 'ic_add_to_xml' | 'ic_added_to_list' | 'ic_admin' | 'ic_alias' | 'ic_alias_unselected' | 'ic_annotations' | 'ic_apps' | 'ic_arrow_back' | 'ic_arrow_back_ios' | 'ic_arrow_back_left' | 'ic_arrow_drop_down' | 'ic_arrow_drop_right' | 'ic_arrow_drop_up' | 'ic_arrow_forward_ios' | 'ic_arrow_forward_right' | 'ic_attach_file' | 'ic_attachment' | 'ic_auth_and_instruct' | 'ic_auto_regenerate' | 'ic_balance_parcel' | 'ic_basemap_off' | 'ic_blackwhite_greyscale' | 'ic_blocked' | 'ic_border_color' | 'ic_c_report' | 'ic_cancel_clear' | 'ic_cancel_outline' | 'ic_capture_area' | 'ic_cart_view' | 'ic_certify_and_sign' | 'ic_change_password' | 'ic_check' | 'ic_check_circle' | 'ic_check_circle_outline' | 'ic_checklist' | 'ic_clear' | 'ic_close_list' | 'ic_columns' | 'ic_control_point' | 'ic_copy' | 'ic_copy_titles_to_here' | 'ic_corporate_fare' | 'ic_create' | 'ic_create_new_list' | 'ic_csv_file' | 'ic_data_display_threshold' | 'ic_data_display_threshold_high_urban' | 'ic_data_display_threshold_low_large_rural' | 'ic_data_display_threshold_medium_rural' | 'ic_dealings' | 'ic_deceased' | 'ic_deceased_fill' | 'ic_define_diagrams' | 'ic_define_nonprimary_diagram_circle' | 'ic_define_nonprimary_diagram_polygon' | 'ic_define_nonprimary_diagram_rectangle' | 'ic_define_primary_diagram_circle' | 'ic_define_primary_diagram_polygon' | 'ic_define_primary_diagram_rectangle' | 'ic_define_survey_diagram_circle' | 'ic_define_survey_diagram_polygon' | 'ic_define_survey_diagram_rectangle' | 'ic_delete_forever' | 'ic_delete_outline' | 'ic_delete_page' | 'ic_delete_solid' | 'ic_description' | 'ic_dollar_round' | 'ic_double_arrow_left' | 'ic_double_arrow_right' | 'ic_double_tick' | 'ic_drag_handle' | 'ic_drag_indicator' | 'ic_draw_abuttal' | 'ic_draw_irregular_line' | 'ic_draw_rt_bdry' | 'ic_email' | 'ic_enabled_users' | 'ic_error' | 'ic_error_outline' | 'ic_expand_less' | 'ic_expand_more' | 'ic_fast_forward' | 'ic_fast_forward_outline' | 'ic_feedback_lightbulb' | 'ic_feedback_lightbulb_alt' | 'ic_file_attached' | 'ic_file_attached_outline' | 'ic_filter_list' | 'ic_flag' | 'ic_format_colour' | 'ic_format_lines_text' | 'ic_forward' | 'ic_fullscreen_frame' | 'ic_generate_title' | 'ic_grid_view' | 'ic_help_outline' | 'ic_history' | 'ic_hourglass' | 'ic_info' | 'ic_info_outline' | 'ic_insert_into_sheet' | 'ic_insert_invitation' | 'ic_insert_photo' | 'ic_instruments_roles' | 'ic_keyboard_arrow_down' | 'ic_keyboard_arrow_left' | 'ic_keyboard_arrow_right' | 'ic_keyboard_arrow_up' | 'ic_label_diagrams' | 'ic_label_settings' | 'ic_labels_off' | 'ic_labels_on' | 'ic_land_record_search' | 'ic_launch_modal' | 'ic_launch_new window_open' | 'ic_layers' | 'ic_layers_user_defined' | 'ic_layout_plan_sheets' | 'ic_left' | 'ic_left_col' | 'ic_line_arc' | 'ic_line_arc_reverse' | 'ic_line_irregular' | 'ic_line_vector' | 'ic_link' | 'ic_list_add' | 'ic_list_clear' | 'ic_list_notepad' | 'ic_list_view' | 'ic_lists_folder' | 'ic_locate' | 'ic_located_in_spatial' | 'ic_lock' | 'ic_lock_alt' | 'ic_log_out' | 'ic_manage_adjust' | 'ic_manage_labels' | 'ic_maori_land' | 'ic_mark_linking' | 'ic_marks' | 'ic_memorials' | 'ic_menu' | 'ic_merge' | 'ic_message_received' | 'ic_minimise' | 'ic_misclose_error' | 'ic_more_vert' | 'ic_multi_factor_authentication_mfa' | 'ic_navigate_before' | 'ic_navigate_next' | 'ic_new_work_item' | 'ic_note_add' | 'ic_notice_of_change' | 'ic_notifications' | 'ic_numbered_list' | 'ic_office_building_corporate' | 'ic_open_diagrams' | 'ic_order_history' | 'ic_package' | 'ic_pan_map' | 'ic_pan_map_alt' | 'ic_parcels_existing' | 'ic_parcels_new' | 'ic_pdf' | 'ic_pdf_doc' | 'ic_pen_and_paper_sign' | 'ic_people_outline' | 'ic_person' | 'ic_person_add' | 'ic_picker' | 'ic_placeholder' | 'ic_plan_generation' | 'ic_plus_one' | 'ic_pointer_outlined' | 'ic_polygon_selection' | 'ic_pop_back' | 'ic_pre_validation' | 'ic_print' | 'ic_product_list' | 'ic_publish' | 'ic_push_pin' | 'ic_push_pin_remove' | 'ic_read_only' | 'ic_redo' | 'ic_refresh' | 'ic_regenerate' | 'ic_regenerate_off' | 'ic_release' | 'ic_remove_circle' | 'ic_remove_circle_outline' | 'ic_remove_from_sheet' | 'ic_renumber_page' | 'ic_request' | 'ic_requisitions' | 'ic_restart' | 'ic_restore' | 'ic_rotate_sheet' | 'ic_round_selection' | 'ic_save' | 'ic_save_as' | 'ic_save_download' | 'ic_saved_area_interest' | 'ic_search' | 'ic_select_coordinates' | 'ic_select_diagram' | 'ic_select_label' | 'ic_select_line' | 'ic_select_rt_lines' | 'ic_send' | 'ic_send_email_dart' | 'ic_separator' | 'ic_settings' | 'ic_sorting_down_arrow_up' | 'ic_sorting_up_arrow_up' | 'ic_split' | 'ic_square_selection' | 'ic_subdirectory_arrow_right' | 'ic_submit' | 'ic_summary_open' | 'ic_survey' | 'ic_survey_report' | 'ic_survey_sheet' | 'ic_ta_request_sent' | 'ic_table_columns' | 'ic_tax_statement' | 'ic_tick' | 'ic_tick_and_cross' | 'ic_timeline' | 'ic_title_allocation_swap' | 'ic_title_sheet' | 'ic_toggle_off' | 'ic_toggle_on' | 'ic_tune_setting_configure' | 'ic_undo' | 'ic_unlink' | 'ic_unlock' | 'ic_upload' | 'ic_vector' | 'ic_vector_sequence' | 'ic_view' | 'ic_view_list' | 'ic_view_quilt' | 'ic_view_sidebar' | 'ic_view_week' | 'ic_visiblity_off' | 'ic_warning' | 'ic_warning_outline' | 'ic_waves' | 'ic_whats_new_updates' | 'ic_xml_file' | 'ic_zoom_centre' | 'ic_zoom_out' | 'ic_zoom_previous' | 'ic_zoomin_snippet_circle' | 'ic_zoomin_snippet_polygon' | 'ic_zoomin_snippet_rectangle' | 'ic_zoomout_snippet_circle' | 'ic_zoomout_snippet_polygon' | 'ic_zoomout_snippet_rectangle';
|
|
2
|
+
export declare type LuiIconName = string | 'ic_account_circle' | 'ic_add' | 'ic_add_adopt' | 'ic_add_area_interest' | 'ic_add_circle' | 'ic_add_circle_outline' | 'ic_add_irregular_image' | 'ic_add_label' | 'ic_add_line' | 'ic_add_multiple' | 'ic_add_page' | 'ic_add_rectangle' | 'ic_add_rt_lines' | 'ic_add_to_list' | 'ic_add_to_xml' | 'ic_added_to_list' | 'ic_admin' | 'ic_alias' | 'ic_alias_unselected' | 'ic_annotations' | 'ic_apps' | 'ic_arrow_back' | 'ic_arrow_back_ios' | 'ic_arrow_back_left' | 'ic_arrow_drop_down' | 'ic_arrow_drop_right' | 'ic_arrow_drop_up' | 'ic_arrow_forward_ios' | 'ic_arrow_forward_right' | 'ic_attach_file' | 'ic_attachment' | 'ic_auth_and_instruct' | 'ic_auto_preval' | 'ic_auto_regenerate' | 'ic_balance_parcel' | 'ic_basemap_off' | 'ic_blackwhite_greyscale' | 'ic_blocked' | 'ic_border_color' | 'ic_c_report' | 'ic_cancel_clear' | 'ic_cancel_outline' | 'ic_capture_area' | 'ic_cart_view' | 'ic_certify_and_sign' | 'ic_change_password' | 'ic_check' | 'ic_check_circle' | 'ic_check_circle_outline' | 'ic_checklist' | 'ic_clear' | 'ic_close_list' | 'ic_columns' | 'ic_control_point' | 'ic_copy' | 'ic_copy_titles_to_here' | 'ic_corporate_fare' | 'ic_create' | 'ic_create_new_list' | 'ic_csv_file' | 'ic_data_display_threshold' | 'ic_data_display_threshold_high_urban' | 'ic_data_display_threshold_low_large_rural' | 'ic_data_display_threshold_medium_rural' | 'ic_dealings' | 'ic_deceased' | 'ic_deceased_fill' | 'ic_define_diagrams' | 'ic_define_nonprimary_diagram_circle' | 'ic_define_nonprimary_diagram_polygon' | 'ic_define_nonprimary_diagram_rectangle' | 'ic_define_primary_diagram_circle' | 'ic_define_primary_diagram_polygon' | 'ic_define_primary_diagram_rectangle' | 'ic_define_survey_diagram_circle' | 'ic_define_survey_diagram_polygon' | 'ic_define_survey_diagram_rectangle' | 'ic_delete_forever' | 'ic_delete_outline' | 'ic_delete_page' | 'ic_delete_solid' | 'ic_description' | 'ic_dollar_round' | 'ic_double_arrow_left' | 'ic_double_arrow_right' | 'ic_double_tick' | 'ic_drag_handle' | 'ic_drag_indicator' | 'ic_draw_abuttal' | 'ic_draw_irregular_line' | 'ic_draw_rt_bdry' | 'ic_email' | 'ic_empty_circle' | 'ic_enabled_users' | 'ic_error' | 'ic_error_outline' | 'ic_expand_less' | 'ic_expand_more' | 'ic_fast_forward' | 'ic_fast_forward_outline' | 'ic_feedback_lightbulb' | 'ic_feedback_lightbulb_alt' | 'ic_file_attached' | 'ic_file_attached_outline' | 'ic_filter_list' | 'ic_flag' | 'ic_format_colour' | 'ic_format_lines_text' | 'ic_forward' | 'ic_fullscreen_frame' | 'ic_generate_title' | 'ic_grid_view' | 'ic_help_outline' | 'ic_history' | 'ic_hourglass' | 'ic_info' | 'ic_info_outline' | 'ic_insert_into_sheet' | 'ic_insert_invitation' | 'ic_insert_photo' | 'ic_instruments_roles' | 'ic_keyboard_arrow_down' | 'ic_keyboard_arrow_left' | 'ic_keyboard_arrow_right' | 'ic_keyboard_arrow_up' | 'ic_label_diagrams' | 'ic_label_settings' | 'ic_labels_off' | 'ic_labels_on' | 'ic_land_record_search' | 'ic_launch_modal' | 'ic_launch_new window_open' | 'ic_layers' | 'ic_layers_user_defined' | 'ic_layout_plan_sheets' | 'ic_left' | 'ic_left_col' | 'ic_line_arc' | 'ic_line_arc_reverse' | 'ic_line_irregular' | 'ic_line_vector' | 'ic_link' | 'ic_list_add' | 'ic_list_clear' | 'ic_list_notepad' | 'ic_list_view' | 'ic_lists_folder' | 'ic_locate' | 'ic_located_in_spatial' | 'ic_lock' | 'ic_lock_alt' | 'ic_log_out' | 'ic_manage_adjust' | 'ic_manage_labels' | 'ic_maori_land' | 'ic_mark_linking' | 'ic_marks' | 'ic_memorials' | 'ic_menu' | 'ic_merge' | 'ic_message_received' | 'ic_minimise' | 'ic_misclose_error' | 'ic_more_vert' | 'ic_multi_factor_authentication_mfa' | 'ic_navigate_before' | 'ic_navigate_next' | 'ic_new_work_item' | 'ic_note_add' | 'ic_notice_of_change' | 'ic_notifications' | 'ic_numbered_list' | 'ic_office_building_corporate' | 'ic_open_diagrams' | 'ic_order_history' | 'ic_package' | 'ic_pan_map' | 'ic_pan_map_alt' | 'ic_parcels_existing' | 'ic_parcels_new' | 'ic_pdf' | 'ic_pdf_doc' | 'ic_pen_and_paper_sign' | 'ic_people_outline' | 'ic_perform_next_step_right' | 'ic_person' | 'ic_person_add' | 'ic_picker' | 'ic_placeholder' | 'ic_plan_generation' | 'ic_plus_one' | 'ic_pointer_outlined' | 'ic_polygon_selection' | 'ic_pop_back' | 'ic_pre_validation' | 'ic_print' | 'ic_product_list' | 'ic_publish' | 'ic_push_pin' | 'ic_push_pin_remove' | 'ic_read_only' | 'ic_redo' | 'ic_refresh' | 'ic_regenerate' | 'ic_regenerate_off' | 'ic_release' | 'ic_remove_circle' | 'ic_remove_circle_outline' | 'ic_remove_from_sheet' | 'ic_renumber_page' | 'ic_request' | 'ic_requisitions' | 'ic_restart' | 'ic_restore' | 'ic_rotate_sheet' | 'ic_round_selection' | 'ic_save' | 'ic_save_as' | 'ic_save_download' | 'ic_saved_area_interest' | 'ic_search' | 'ic_select_coordinates' | 'ic_select_diagram' | 'ic_select_label' | 'ic_select_line' | 'ic_select_rt_lines' | 'ic_send' | 'ic_send_email_dart' | 'ic_separator' | 'ic_settings' | 'ic_sorting_down_arrow_up' | 'ic_sorting_up_arrow_up' | 'ic_split' | 'ic_square_selection' | 'ic_subdirectory_arrow_right' | 'ic_submit' | 'ic_summary_open' | 'ic_survey' | 'ic_survey_report' | 'ic_survey_sheet' | 'ic_ta_request_sent' | 'ic_table_columns' | 'ic_tax_statement' | 'ic_tick' | 'ic_tick_and_cross' | 'ic_timeline' | 'ic_title_allocation_swap' | 'ic_title_sheet' | 'ic_toggle_off' | 'ic_toggle_on' | 'ic_tune_setting_configure' | 'ic_undo' | 'ic_unlink' | 'ic_unlock' | 'ic_upload' | 'ic_vector' | 'ic_vector_sequence' | 'ic_view' | 'ic_view_list' | 'ic_view_quilt' | 'ic_view_sidebar' | 'ic_view_week' | 'ic_visiblity_off' | 'ic_warning' | 'ic_warning_outline' | 'ic_waves' | 'ic_whats_new_updates' | 'ic_xml_file' | 'ic_zoom_centre' | 'ic_zoom_out' | 'ic_zoom_previous' | 'ic_zoomin_snippet_circle' | 'ic_zoomin_snippet_polygon' | 'ic_zoomin_snippet_rectangle' | 'ic_zoomout_snippet_circle' | 'ic_zoomout_snippet_polygon' | 'ic_zoomout_snippet_rectangle';
|
|
3
3
|
declare type IconNameElementMap = {
|
|
4
4
|
[key in LuiIconName]?: JSX.Element;
|
|
5
5
|
};
|
|
@@ -42,6 +42,7 @@ export type LuiIconName =
|
|
|
42
42
|
| 'ic_attach_file'
|
|
43
43
|
| 'ic_attachment'
|
|
44
44
|
| 'ic_auth_and_instruct'
|
|
45
|
+
| 'ic_auto_preval'
|
|
45
46
|
| 'ic_auto_regenerate'
|
|
46
47
|
| 'ic_balance_parcel'
|
|
47
48
|
| 'ic_basemap_off'
|
|
@@ -101,6 +102,7 @@ export type LuiIconName =
|
|
|
101
102
|
| 'ic_draw_irregular_line'
|
|
102
103
|
| 'ic_draw_rt_bdry'
|
|
103
104
|
| 'ic_email'
|
|
105
|
+
| 'ic_empty_circle'
|
|
104
106
|
| 'ic_enabled_users'
|
|
105
107
|
| 'ic_error'
|
|
106
108
|
| 'ic_error_outline'
|
|
@@ -192,6 +194,7 @@ export type LuiIconName =
|
|
|
192
194
|
| 'ic_pdf_doc'
|
|
193
195
|
| 'ic_pen_and_paper_sign'
|
|
194
196
|
| 'ic_people_outline'
|
|
197
|
+
| 'ic_perform_next_step_right'
|
|
195
198
|
| 'ic_person'
|
|
196
199
|
| 'ic_person_add'
|
|
197
200
|
| 'ic_picker'
|
|
@@ -496,6 +499,12 @@ iconMap['ic_auth_and_instruct'] = (
|
|
|
496
499
|
</svg>
|
|
497
500
|
);
|
|
498
501
|
|
|
502
|
+
iconMap['ic_auto_preval'] = (
|
|
503
|
+
<svg viewBox="0 0 24 24">
|
|
504
|
+
<path d="M13.2 17.475a.557.557 0 0 1 0-.787l.33-.338a.56.56 0 0 1 .795 0l1.68 1.703 3.758-3.818a.56.56 0 0 1 .397-.165c.15 0 .293.06.405.165l.33.338c.21.217.218.57 0 .787l-4.875 4.973-2.82-2.865zm6.09-6.982.33-.338a.557.557 0 0 0 0-.787l-2.152-2.183 2.152-2.182a.557.557 0 0 0 0-.788l-.33-.337a.57.57 0 0 0-.405-.165.55.55 0 0 0-.398.165L16.35 6.053l-2.138-2.175a.56.56 0 0 0-.397-.165c-.15 0-.292.06-.405.165l-.33.337a.557.557 0 0 0 0 .788l2.153 2.182-2.153 2.183a.557.557 0 0 0 0 .787l.33.338a.57.57 0 0 0 .405.165.55.55 0 0 0 .398-.165l2.137-2.175 2.137 2.175a.56.56 0 0 0 .796 0zm-7.65 6.405L9.532 14.88c-.202-.187-.532-.045-.525.233l.015 1.125v.157h-.93A4.12 4.12 0 0 1 5.07 15.03a4.09 4.09 0 0 1-1.035-3.157C4.237 9.795 6.112 8.16 8.302 8.16H9.48c.42 0 .765-.345.765-.765 0-.465-.398-.765-1.005-.765h-.885c-3.083 0-5.648 2.31-5.843 5.258a5.6 5.6 0 0 0 1.508 4.237 5.65 5.65 0 0 0 4.117 1.793h.923v.15l.015 1.162c0 .278.337.413.532.218l2.063-2.108a.317.317 0 0 0 0-.442z" />
|
|
505
|
+
</svg>
|
|
506
|
+
);
|
|
507
|
+
|
|
499
508
|
iconMap['ic_auto_regenerate'] = (
|
|
500
509
|
<svg viewBox="0 0 24 24">
|
|
501
510
|
<path d="M12 7V5.589c-3.724 0-6.75 2.874-6.75 6.41 0 .845.169 1.668.495 2.405.169.385.045.823-.259 1.111-.574.545-1.541.353-1.845-.363A8 8 0 0 1 3 12c0-4.723 4.028-8.548 9-8.548V1.539c0-.48.607-.716.956-.384l3.139 2.98a.51.51 0 0 1 0 .76L13.878 7zm-1.878 10-2.217 2.105a.51.51 0 0 0 0 .759l3.139 2.981c.348.331.956.096.956-.374v-1.923c4.973 0 9-3.825 9-8.548 0-1.111-.225-2.18-.641-3.152-.304-.716-1.272-.908-1.845-.364-.304.289-.428.738-.259 1.112.315.748.495 1.56.495 2.404 0 3.537-3.026 6.41-6.75 6.41V17z" />
|
|
@@ -894,6 +903,12 @@ iconMap['ic_email'] = (
|
|
|
894
903
|
</svg>
|
|
895
904
|
);
|
|
896
905
|
|
|
906
|
+
iconMap['ic_empty_circle'] = (
|
|
907
|
+
<svg viewBox="0 0 24 24">
|
|
908
|
+
<path d="M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8" />
|
|
909
|
+
</svg>
|
|
910
|
+
);
|
|
911
|
+
|
|
897
912
|
iconMap['ic_enabled_users'] = (
|
|
898
913
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
899
914
|
<path d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87ZM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24Zm-6 0c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4Zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2Zm0 7c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4Zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1Z" />
|
|
@@ -1480,6 +1495,12 @@ iconMap['ic_people_outline'] = (
|
|
|
1480
1495
|
</svg>
|
|
1481
1496
|
);
|
|
1482
1497
|
|
|
1498
|
+
iconMap['ic_perform_next_step_right'] = (
|
|
1499
|
+
<svg viewBox="0 0 24 24">
|
|
1500
|
+
<path d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10m-10 4v-3H9c-.55 0-1-.45-1-1s.45-1 1-1h3V8l5 4z" />
|
|
1501
|
+
</svg>
|
|
1502
|
+
);
|
|
1503
|
+
|
|
1483
1504
|
iconMap['ic_person'] = (
|
|
1484
1505
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
1485
1506
|
<path d="M12 14.016c1.687 0 3.445.367 5.273 1.102 1.828.735 2.742 1.696 2.742 2.883v2.016H3.984V18c0-1.187.914-2.148 2.742-2.883 1.828-.735 3.586-1.102 5.273-1.102H12ZM12 12c-1.094 0-2.032-.39-2.813-1.172-.781-.781-1.172-1.72-1.172-2.813 0-1.094.39-2.04 1.172-2.836.781-.797 1.719-1.195 2.813-1.195s2.032.398 2.813 1.195c.781.797 1.172 1.742 1.172 2.836 0 1.094-.39 2.032-1.172 2.813C14.032 11.609 13.094 12 12 12Z" />
|
package/dist/index.js
CHANGED
|
@@ -231,6 +231,8 @@ iconMap['ic_attachment'] = (React__default["default"].createElement("svg", { vie
|
|
|
231
231
|
React__default["default"].createElement("path", { d: "M2.016 12.023c0-1.531.531-2.836 1.594-3.914C4.673 7.03 5.97 6.492 7.501 6.492h10.5c1.094 0 2.032.398 2.813 1.195.781.797 1.172 1.742 1.172 2.836 0 1.094-.39 2.032-1.172 2.813-.781.781-1.719 1.172-2.813 1.172H9.517a2.472 2.472 0 0 1-1.781-.727c-.5-.485-.75-1.07-.75-1.758 0-.687.25-1.281.75-1.781s1.094-.75 1.781-.75h7.5v2.016H9.423c-.281 0-.422.164-.422.492 0 .328.14.492.422.492h8.578c.531 0 1-.195 1.406-.586.406-.39.609-.852.609-1.383s-.203-1-.609-1.406c-.406-.406-.875-.61-1.406-.61h-10.5c-.969 0-1.797.345-2.484 1.032a3.386 3.386 0 0 0-1.031 2.484c0 .969.344 1.789 1.031 2.46a3.425 3.425 0 0 0 2.484 1.009h9.516v2.016H7.501c-1.531 0-2.828-.531-3.891-1.594-1.063-1.063-1.594-2.36-1.594-3.891Z" })));
|
|
232
232
|
iconMap['ic_auth_and_instruct'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24" },
|
|
233
233
|
React__default["default"].createElement("path", { d: "m12.69 17.403 1.059 1.053a1.37 1.37 0 0 1-.724.194.825.825 0 0 1-.528-.162.528.528 0 0 1-.206-.437c0-.134.036-.252.107-.354.071-.103.168-.2.292-.294Zm.6-1.268a.477.477 0 0 0 .146-.346.33.33 0 0 0-.115-.266.443.443 0 0 0-.296-.098.51.51 0 0 0-.337.102.356.356 0 0 0-.123.29c0 .188.101.394.303.62a1.89 1.89 0 0 0 .421-.302Zm-5.912-1.311a73.182 73.182 0 0 1-.696 2.33h1.403c-.36-1.16-.564-1.817-.61-1.97a5.627 5.627 0 0 1-.097-.36ZM21.222 8v12c0 1.1-.9 2-2 2H5.212c-1.1 0-1.99-.9-1.99-2l.01-16c0-1.1.89-2 1.99-2h10l6 6ZM9.978 19.393 8.07 13.988H6.675l-1.9 5.405h1.23l.39-1.281h1.962l.39 1.281h1.23Zm5.927.01-.96-.935c.17-.21.322-.452.456-.725.134-.273.24-.554.316-.84h-1.014c-.111.39-.242.71-.393.96l-.906-.884c.328-.19.565-.389.712-.598.146-.21.22-.441.22-.694a.887.887 0 0 0-.356-.739c-.237-.184-.553-.276-.949-.276-.415 0-.746.1-.994.297a.951.951 0 0 0-.371.782c0 .197.036.38.108.547.073.167.189.342.348.525-.313.178-.533.37-.662.575a1.374 1.374 0 0 0-.193.745c0 .406.152.729.456.967.304.238.716.357 1.235.357.512 0 .972-.141 1.378-.424l.367.36h1.202Zm3.08-5.393h-1.142v5.383h1.142V14.01ZM19.222 9h-5V4h-9v8h14V9Z" })));
|
|
234
|
+
iconMap['ic_auto_preval'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24" },
|
|
235
|
+
React__default["default"].createElement("path", { d: "M13.2 17.475a.557.557 0 0 1 0-.787l.33-.338a.56.56 0 0 1 .795 0l1.68 1.703 3.758-3.818a.56.56 0 0 1 .397-.165c.15 0 .293.06.405.165l.33.338c.21.217.218.57 0 .787l-4.875 4.973-2.82-2.865zm6.09-6.982.33-.338a.557.557 0 0 0 0-.787l-2.152-2.183 2.152-2.182a.557.557 0 0 0 0-.788l-.33-.337a.57.57 0 0 0-.405-.165.55.55 0 0 0-.398.165L16.35 6.053l-2.138-2.175a.56.56 0 0 0-.397-.165c-.15 0-.292.06-.405.165l-.33.337a.557.557 0 0 0 0 .788l2.153 2.182-2.153 2.183a.557.557 0 0 0 0 .787l.33.338a.57.57 0 0 0 .405.165.55.55 0 0 0 .398-.165l2.137-2.175 2.137 2.175a.56.56 0 0 0 .796 0zm-7.65 6.405L9.532 14.88c-.202-.187-.532-.045-.525.233l.015 1.125v.157h-.93A4.12 4.12 0 0 1 5.07 15.03a4.09 4.09 0 0 1-1.035-3.157C4.237 9.795 6.112 8.16 8.302 8.16H9.48c.42 0 .765-.345.765-.765 0-.465-.398-.765-1.005-.765h-.885c-3.083 0-5.648 2.31-5.843 5.258a5.6 5.6 0 0 0 1.508 4.237 5.65 5.65 0 0 0 4.117 1.793h.923v.15l.015 1.162c0 .278.337.413.532.218l2.063-2.108a.317.317 0 0 0 0-.442z" })));
|
|
234
236
|
iconMap['ic_auto_regenerate'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24" },
|
|
235
237
|
React__default["default"].createElement("path", { d: "M12 7V5.589c-3.724 0-6.75 2.874-6.75 6.41 0 .845.169 1.668.495 2.405.169.385.045.823-.259 1.111-.574.545-1.541.353-1.845-.363A8 8 0 0 1 3 12c0-4.723 4.028-8.548 9-8.548V1.539c0-.48.607-.716.956-.384l3.139 2.98a.51.51 0 0 1 0 .76L13.878 7zm-1.878 10-2.217 2.105a.51.51 0 0 0 0 .759l3.139 2.981c.348.331.956.096.956-.374v-1.923c4.973 0 9-3.825 9-8.548 0-1.111-.225-2.18-.641-3.152-.304-.716-1.272-.908-1.845-.364-.304.289-.428.738-.259 1.112.315.748.495 1.56.495 2.404 0 3.537-3.026 6.41-6.75 6.41V17z" }),
|
|
236
238
|
React__default["default"].createElement("path", { d: "M16 16h-1.487l-.78-2.046H10.26L9.487 16H8l3.232-8h1.536zm-2.716-3.206-1.247-3.308h-.074l-1.247 3.308z" })));
|
|
@@ -388,6 +390,8 @@ iconMap['ic_draw_rt_bdry'] = (React__default["default"].createElement("svg", { v
|
|
|
388
390
|
React__default["default"].createElement("path", { d: "M13 22v-3.075l5.525-5.5q.225-.225.5-.325a1.6 1.6 0 0 1 .55-.1 1.5 1.5 0 0 1 1.075.45l.925.925q.2.225.313.5.111.275.112.55 0 .274-.1.563a1.34 1.34 0 0 1-.325.512l-5.5 5.5zm1.5-1.5h.95l3.025-3.05-.45-.475-.475-.45-3.05 3.025zm3.525-3.525-.475-.45.925.925zM1 20h10.5v2H1z" })));
|
|
389
391
|
iconMap['ic_email'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
390
392
|
React__default["default"].createElement("path", { d: "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2Zm-1 14H5c-.55 0-1-.45-1-1V8l6.94 4.34c.65.41 1.47.41 2.12 0L20 8v9c0 .55-.45 1-1 1Zm-7-7L4 6h16l-8 5Z" })));
|
|
393
|
+
iconMap['ic_empty_circle'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24" },
|
|
394
|
+
React__default["default"].createElement("path", { d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8" })));
|
|
391
395
|
iconMap['ic_enabled_users'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
392
396
|
React__default["default"].createElement("path", { d: "M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87ZM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24Zm-6 0c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4Zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2Zm0 7c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4Zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1Z" })));
|
|
393
397
|
iconMap['ic_error'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
@@ -596,6 +600,8 @@ iconMap['ic_pen_and_paper_sign'] = (React__default["default"].createElement("svg
|
|
|
596
600
|
React__default["default"].createElement("path", { d: "M9 4v1.38c-.83-.33-1.72-.5-2.61-.5-1.79 0-3.58.68-4.95 2.05l3.33 3.33h1.11v1.11c.86.86 1.98 1.31 3.11 1.36V15H6v3c0 1.1.9 2 2 2h10c1.66 0 3-1.34 3-3V4H9Zm-1.11 6.41V8.26H5.61L4.57 7.22a5.07 5.07 0 0 1 1.82-.34c1.34 0 2.59.52 3.54 1.46l1.41 1.41-.2.2a2.7 2.7 0 0 1-1.92.8c-.47 0-.93-.12-1.33-.34ZM19 17c0 .55-.45 1-1 1s-1-.45-1-1v-2h-6v-2.59c.57-.23 1.1-.57 1.56-1.03l.2-.2L15.59 14H17v-1.41l-6-5.97V6h8v11Z" })));
|
|
597
601
|
iconMap['ic_people_outline'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
598
602
|
React__default["default"].createElement("path", { d: "M16.5 6.516c-.531 0-1 .195-1.406.586-.406.39-.609.852-.609 1.383s.203 1 .609 1.406c.406.406.875.61 1.406.61.531 0 1-.204 1.406-.61.406-.406.609-.875.609-1.406 0-.531-.203-.992-.609-1.383-.406-.39-.875-.586-1.406-.586Zm0 5.484a3.386 3.386 0 0 1-2.484-1.03 3.386 3.386 0 0 1-1.031-2.485c0-.969.344-1.789 1.031-2.46a3.425 3.425 0 0 1 2.484-1.01c.969 0 1.797.336 2.484 1.008.687.672 1.031 1.492 1.031 2.461 0 .969-.344 1.797-1.031 2.484A3.386 3.386 0 0 1 16.5 12Zm-9-5.484c-.531 0-1 .195-1.406.586-.406.39-.609.852-.609 1.383s.203 1 .609 1.406c.406.406.875.61 1.406.61.531 0 1-.204 1.406-.61.406-.406.609-.875.609-1.406 0-.531-.203-.992-.609-1.383-.406-.39-.875-.586-1.406-.586ZM7.5 12a3.386 3.386 0 0 1-2.484-1.03 3.386 3.386 0 0 1-1.031-2.485c0-.969.344-1.789 1.031-2.46A3.425 3.425 0 0 1 7.5 5.015c.969 0 1.797.336 2.484 1.008.687.672 1.031 1.492 1.031 2.461 0 .969-.344 1.797-1.031 2.484A3.386 3.386 0 0 1 7.5 12Zm14.016 5.484v-1.219c0-.313-.555-.688-1.664-1.125a9.076 9.076 0 0 0-3.352-.656c-.813 0-1.813.188-3 .563.344.406.516.812.516 1.22v1.218h7.5Zm-9 0v-1.219c0-.313-.555-.688-1.664-1.125a9.076 9.076 0 0 0-3.352-.656 9.076 9.076 0 0 0-3.352.656c-1.11.437-1.664.812-1.664 1.125v1.22h10.032Zm3.984-4.5c1.344 0 2.766.305 4.266.914 1.5.61 2.25 1.398 2.25 2.367v2.72H.985v-2.72c0-.969.75-1.758 2.25-2.367 1.5-.61 2.922-.914 4.266-.914 1.469 0 2.969.344 4.5 1.031 1.531-.687 3.031-1.03 4.5-1.03H16.5Z" })));
|
|
603
|
+
iconMap['ic_perform_next_step_right'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24" },
|
|
604
|
+
React__default["default"].createElement("path", { d: "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10m-10 4v-3H9c-.55 0-1-.45-1-1s.45-1 1-1h3V8l5 4z" })));
|
|
599
605
|
iconMap['ic_person'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
600
606
|
React__default["default"].createElement("path", { d: "M12 14.016c1.687 0 3.445.367 5.273 1.102 1.828.735 2.742 1.696 2.742 2.883v2.016H3.984V18c0-1.187.914-2.148 2.742-2.883 1.828-.735 3.586-1.102 5.273-1.102H12ZM12 12c-1.094 0-2.032-.39-2.813-1.172-.781-.781-1.172-1.72-1.172-2.813 0-1.094.39-2.04 1.172-2.836.781-.797 1.719-1.195 2.813-1.195s2.032.398 2.813 1.195c.781.797 1.172 1.742 1.172 2.836 0 1.094-.39 2.032-1.172 2.813C14.032 11.609 13.094 12 12 12Z" })));
|
|
601
607
|
iconMap['ic_person_add'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|