@liner-fe/prism 2.1.31 → 2.1.33
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/lib/components/Icon/index.d.ts +2 -1
- package/lib/components/IconButton/index.d.ts +1 -1
- package/lib/components/Illust/index.d.ts +12 -12
- package/lib/components/Label/index.d.ts +1 -1
- package/lib/components/Snackbar/SnackbarButton/index.d.ts +10 -0
- package/lib/components/Snackbar/SnackbarClose/index.d.ts +7 -0
- package/lib/components/Snackbar/SnackbarDescription/index.d.ts +5 -0
- package/lib/components/Snackbar/SnackbarIcon/index.d.ts +6 -0
- package/lib/components/Snackbar/SnackbarTitle/index.d.ts +5 -0
- package/lib/components/Snackbar/index.d.ts +3 -0
- package/lib/components/TextButton/index.d.ts +1 -1
- package/lib/components/Toast/export.d.ts +1 -1
- package/lib/components/Typography/Set/Heading.d.ts +3 -3
- package/lib/components/Typography/types.d.ts +8 -1
- package/lib/constants/illust/name.d.ts +2 -1
- package/lib/constants/illust/path.d.ts +3 -0
- package/lib/constants/illust/size.d.ts +2 -2
- package/lib/hooks/useIllust.d.ts +9 -0
- package/lib/hooks/useSnackbar.d.ts +5 -0
- package/lib/hooks/useToast.d.ts +9 -0
- package/lib/illust.d.ts +1 -0
- package/lib/illust.js +64 -26
- package/lib/illust.js.map +3 -3
- package/lib/index.cjs +45 -49
- package/lib/index.cjs.map +4 -4
- package/lib/index.mjs +45 -49
- package/lib/index.mjs.map +4 -4
- package/lib/static/illust/dark/object-bomb-1_1.webp +0 -0
- package/lib/static/illust/dark/object-brain-1_1.webp +0 -0
- package/lib/static/illust/dark/object-clap-1_1.webp +0 -0
- package/lib/static/illust/dark/object-documents_02-1_1.webp +0 -0
- package/lib/static/illust/dark/object-empty_box-1_1.webp +0 -0
- package/lib/static/illust/dark/object-empty_box-4_3.webp +0 -0
- package/lib/static/illust/dark/object-folder_01-1_1.webp +0 -0
- package/lib/static/illust/dark/object-folder_02-1_1.webp +0 -0
- package/lib/static/illust/dark/object-free_ticket-1_1.webp +0 -0
- package/lib/static/illust/dark/object-gift-1_1.webp +0 -0
- package/lib/static/illust/dark/object-give_gift-1_1.webp +0 -0
- package/lib/static/illust/dark/object-graduation_cap_pencil-4_3.webp +0 -0
- package/lib/static/illust/dark/object-lock-4_3.webp +0 -0
- package/lib/static/illust/dark/object-magnifying_glass-1_1.webp +0 -0
- package/lib/static/illust/dark/object-magnifying_glass-4_3.webp +0 -0
- package/lib/static/illust/dark/object-megaphone-1_1.webp +0 -0
- package/lib/static/illust/dark/object-paper-1_1.webp +0 -0
- package/lib/static/illust/dark/object-pencil_paper-16_9.webp +0 -0
- package/lib/static/illust/dark/object-puzzle-4_3.webp +0 -0
- package/lib/static/illust/dark/object-smoke-16_9.webp +0 -0
- package/lib/static/illust/dark/object_documents_01-1_1.webp +0 -0
- package/lib/static/illust/dark/object_find_man-1_1.webp +0 -0
- package/lib/static/illust/dark/person-bye-4_3.webp +0 -0
- package/lib/static/illust/dark/person-holding_a_book-1_1.webp +0 -0
- package/lib/static/illust/dark/person-introduce-1_1.webp +0 -0
- package/lib/static/illust/dark/person-introduce-pro-1_1.webp +0 -0
- package/lib/static/illust/dark/person-make_profile-1_1.webp +0 -0
- package/lib/static/illust/dark/person-raining-1_1.webp +0 -0
- package/lib/static/illust/dark/person-searching-16_9.webp +0 -0
- package/lib/static/illust/dark/person-searching_01-1_1.webp +0 -0
- package/lib/static/illust/dark/person-searching_01-4_3.webp +0 -0
- package/lib/static/illust/dark/person-searching_02-1_1.webp +0 -0
- package/lib/static/illust/dark/person-space_in_work-4_3.webp +0 -0
- package/lib/static/illust/dark/person-standing_with_a_star-16_9.webp +0 -0
- package/lib/static/illust/dark/person-time_out_01-1_1.webp +0 -0
- package/lib/static/illust/dark/person-time_out_02-1_1.webp +0 -0
- package/lib/static/illust/dark/person-time_out_03-1_1.webp +0 -0
- package/lib/static/illust/dark/person-time_out_04-1_1.webp +0 -0
- package/lib/static/illust/dark/person-time_out_05-1_1.webp +0 -0
- package/lib/static/illust/dark/person-working_01-4_3.webp +0 -0
- package/lib/static/illust/dark/person-worried-1_1.webp +0 -0
- package/lib/static/illust/dark/person-worried_01-4_3.webp +0 -0
- package/lib/static/illust/dark/person-worried_02-4_3.webp +0 -0
- package/lib/static/illust/dark/person-worried_03-4_3.webp +0 -0
- package/lib/static/illust/dark/person-worried_04-4_3.webp +0 -0
- package/lib/static/illust/dark/person-writing_01-1_1.webp +0 -0
- package/lib/static/illust/light/object-bomb-1_1.webp +0 -0
- package/lib/static/illust/light/object-book_pencil-4_3.webp +0 -0
- package/lib/static/illust/light/object-brain-1_1.webp +0 -0
- package/lib/static/illust/light/object-clap-1_1.webp +0 -0
- package/lib/static/illust/light/object-documents_02-1_1.webp +0 -0
- package/lib/static/illust/light/object-empty_box-1_1.webp +0 -0
- package/lib/static/illust/light/object-empty_box-4_3.webp +0 -0
- package/lib/static/illust/light/object-feather_pen-1_1.webp +0 -0
- package/lib/static/illust/light/object-folder_01-1_1.webp +0 -0
- package/lib/static/illust/light/object-folder_02-1_1.webp +0 -0
- package/lib/static/illust/light/object-free_ticket-1_1.webp +0 -0
- package/lib/static/illust/light/object-gift-1_1.webp +0 -0
- package/lib/static/illust/light/object-give_gift-1_1.webp +0 -0
- package/lib/static/illust/light/object-graduation_cap_pencil-4_3.webp +0 -0
- package/lib/static/illust/light/object-lock-4_3.webp +0 -0
- package/lib/static/illust/light/object-magnifying_glass-1_1.webp +0 -0
- package/lib/static/illust/light/object-magnifying_glass-4_3.webp +0 -0
- package/lib/static/illust/light/object-megaphone-1_1.webp +0 -0
- package/lib/static/illust/light/object-paper-1_1.webp +0 -0
- package/lib/static/illust/light/object-pencil_paper-16_9.webp +0 -0
- package/lib/static/illust/light/object-puzzle-4_3.webp +0 -0
- package/lib/static/illust/light/object-smoke-16_9.webp +0 -0
- package/lib/static/illust/light/object-university_01-1_1.webp +0 -0
- package/lib/static/illust/light/object-university_02-1_1.webp +0 -0
- package/lib/static/illust/light/object_documents_01-1_1.webp +0 -0
- package/lib/static/illust/light/object_find_man-1_1.webp +0 -0
- package/lib/static/illust/light/person-ai_writing-1_1.webp +0 -0
- package/lib/static/illust/light/person-bye-4_3.webp +0 -0
- package/lib/static/illust/light/person-cheerup-16_9.webp +0 -0
- package/lib/static/illust/light/person-cheerup-4_3.webp +0 -0
- package/lib/static/illust/light/person-holding_a_book-1_1.webp +0 -0
- package/lib/static/illust/light/person-introduce-1_1.webp +0 -0
- package/lib/static/illust/light/person-introduce-pro-1_1.webp +0 -0
- package/lib/static/illust/light/person-make_profile-1_1.webp +0 -0
- package/lib/static/illust/light/person-raining-1_1.webp +0 -0
- package/lib/static/illust/light/person-searching-16_9.webp +0 -0
- package/lib/static/illust/light/person-searching_01-1_1.webp +0 -0
- package/lib/static/illust/light/person-searching_01-4_3.webp +0 -0
- package/lib/static/illust/light/person-searching_02-1_1.webp +0 -0
- package/lib/static/illust/light/person-space_in_work-4_3.webp +0 -0
- package/lib/static/illust/light/person-standing_with_a_star-16_9.webp +0 -0
- package/lib/static/illust/light/person-time_out_01-1_1.webp +0 -0
- package/lib/static/illust/light/person-time_out_02-1_1.webp +0 -0
- package/lib/static/illust/light/person-time_out_03-1_1.webp +0 -0
- package/lib/static/illust/light/person-time_out_04-1_1.webp +0 -0
- package/lib/static/illust/light/person-time_out_05-1_1.webp +0 -0
- package/lib/static/illust/light/person-understand-1_1.webp +0 -0
- package/lib/static/illust/light/person-working_01-4_3.webp +0 -0
- package/lib/static/illust/light/person-working_02-4_3.webp +0 -0
- package/lib/static/illust/light/person-worried-1_1.webp +0 -0
- package/lib/static/illust/light/person-worried_01-4_3.webp +0 -0
- package/lib/static/illust/light/person-worried_02-4_3.webp +0 -0
- package/lib/static/illust/light/person-worried_03-4_3.webp +0 -0
- package/lib/static/illust/light/person-worried_04-4_3.webp +0 -0
- package/lib/static/illust/light/person-writing_01-1_1.webp +0 -0
- package/lib/static/illust/light/person-writing_02-1_1.webp +0 -0
- package/lib/types/generateRandomId.d.ts +1 -0
- package/lib/types/illust.d.ts +4 -1
- package/lib/types/snackbar.d.ts +38 -0
- package/lib/types/typescript.d.ts +4 -0
- package/lib/utils/illust.d.ts +5 -0
- package/lib/utils/object.d.ts +1 -1
- package/package.json +10 -3
- package/lib/components/Toast/hooks/useToast.d.ts +0 -11
- package/lib/static/illust/dark/rectangle_searching.webp +0 -0
- package/lib/static/illust/dark/rectangle_space_work.webp +0 -0
- package/lib/static/illust/dark/rectangle_standing_with_a_star.webp +0 -0
- package/lib/static/illust/dark/square_bomb_timeout.webp +0 -0
- package/lib/static/illust/dark/square_brain_deep_q_a.webp +0 -0
- package/lib/static/illust/dark/square_bye_end_custom_AI.webp +0 -0
- package/lib/static/illust/dark/square_clap.webp +0 -0
- package/lib/static/illust/dark/square_documents_reliable_citation.webp +0 -0
- package/lib/static/illust/dark/square_documents_reliable_source.webp +0 -0
- package/lib/static/illust/dark/square_empty_box.webp +0 -0
- package/lib/static/illust/dark/square_empty_box_2.webp +0 -0
- package/lib/static/illust/dark/square_find_man.webp +0 -0
- package/lib/static/illust/dark/square_folder_01.webp +0 -0
- package/lib/static/illust/dark/square_folder_02.webp +0 -0
- package/lib/static/illust/dark/square_free_ticket_welcome.webp +0 -0
- package/lib/static/illust/dark/square_gift_welcome.webp +0 -0
- package/lib/static/illust/dark/square_give_gift.webp +0 -0
- package/lib/static/illust/dark/square_holding_a_book_onboarding.webp +0 -0
- package/lib/static/illust/dark/square_introduce.webp +0 -0
- package/lib/static/illust/dark/square_introduce_pro.webp +0 -0
- package/lib/static/illust/dark/square_lock_locked_thread.webp +0 -0
- package/lib/static/illust/dark/square_magnifying_glass.webp +0 -0
- package/lib/static/illust/dark/square_magnifying_glass_not_found.webp +0 -0
- package/lib/static/illust/dark/square_make_profile_onboarding.webp +0 -0
- package/lib/static/illust/dark/square_paper.webp +0 -0
- package/lib/static/illust/dark/square_pencil_paper_empty_history.webp +0 -0
- package/lib/static/illust/dark/square_raining_error.webp +0 -0
- package/lib/static/illust/dark/square_searching_01.webp +0 -0
- package/lib/static/illust/dark/square_searching_02.webp +0 -0
- package/lib/static/illust/dark/square_searching_03.webp +0 -0
- package/lib/static/illust/dark/square_smoke_timeout.webp +0 -0
- package/lib/static/illust/dark/square_time_out.webp +0 -0
- package/lib/static/illust/dark/square_time_out_time_out_01.webp +0 -0
- package/lib/static/illust/dark/square_time_out_time_out_02.webp +0 -0
- package/lib/static/illust/dark/square_time_out_time_out_03.webp +0 -0
- package/lib/static/illust/dark/square_time_out_time_out_04.webp +0 -0
- package/lib/static/illust/dark/square_working_01.webp +0 -0
- package/lib/static/illust/dark/square_worried_01.webp +0 -0
- package/lib/static/illust/dark/square_worried_02.webp +0 -0
- package/lib/static/illust/dark/square_worried_03.webp +0 -0
- package/lib/static/illust/dark/square_worried_04.webp +0 -0
- package/lib/static/illust/dark/square_worried_05.webp +0 -0
- package/lib/static/illust/dark/square_writing_onboarding.webp +0 -0
- package/lib/static/illust/light/rectangle_cheerup_01.webp +0 -0
- package/lib/static/illust/light/rectangle_cheerup_02.webp +0 -0
- package/lib/static/illust/light/rectangle_searching.webp +0 -0
- package/lib/static/illust/light/rectangle_space_work.webp +0 -0
- package/lib/static/illust/light/rectangle_standing_with_a_star.webp +0 -0
- package/lib/static/illust/light/square_ai_writing_essay_mode.webp +0 -0
- package/lib/static/illust/light/square_bomb_timeout.webp +0 -0
- package/lib/static/illust/light/square_book_pencil_general_mode.webp +0 -0
- package/lib/static/illust/light/square_brain_deep_q_a.webp +0 -0
- package/lib/static/illust/light/square_bye_end_custom_ai.webp +0 -0
- package/lib/static/illust/light/square_clap.webp +0 -0
- package/lib/static/illust/light/square_documents_reliable_citation.webp +0 -0
- package/lib/static/illust/light/square_documents_reliable_source.webp +0 -0
- package/lib/static/illust/light/square_empty_box_2.webp +0 -0
- package/lib/static/illust/light/square_empty_box_empty_page.webp +0 -0
- package/lib/static/illust/light/square_feather_pen.webp +0 -0
- package/lib/static/illust/light/square_find_man.webp +0 -0
- package/lib/static/illust/light/square_find_paper_use_liner.webp +0 -0
- package/lib/static/illust/light/square_folder_01.webp +0 -0
- package/lib/static/illust/light/square_folder_02.webp +0 -0
- package/lib/static/illust/light/square_free_ticket_welcome.webp +0 -0
- package/lib/static/illust/light/square_gift_welcome.webp +0 -0
- package/lib/static/illust/light/square_give_gift.webp +0 -0
- package/lib/static/illust/light/square_graduation_cap_pencil_scholar_mode.webp +0 -0
- package/lib/static/illust/light/square_holding_a_book_onboarding.webp +0 -0
- package/lib/static/illust/light/square_introduce.webp +0 -0
- package/lib/static/illust/light/square_introduce_pro.webp +0 -0
- package/lib/static/illust/light/square_lock_locked_thread.webp +0 -0
- package/lib/static/illust/light/square_magnifying_glass.webp +0 -0
- package/lib/static/illust/light/square_magnifying_glass_not_found.webp +0 -0
- package/lib/static/illust/light/square_make_profile_onboarding.webp +0 -0
- package/lib/static/illust/light/square_megaphone.webp +0 -0
- package/lib/static/illust/light/square_paper.webp +0 -0
- package/lib/static/illust/light/square_pencil_paper_empty_history.webp +0 -0
- package/lib/static/illust/light/square_raining_error.webp +0 -0
- package/lib/static/illust/light/square_searching_01.webp +0 -0
- package/lib/static/illust/light/square_searching_02.webp +0 -0
- package/lib/static/illust/light/square_searching_03.webp +0 -0
- package/lib/static/illust/light/square_smoke_timeout.webp +0 -0
- package/lib/static/illust/light/square_time_out.webp +0 -0
- package/lib/static/illust/light/square_time_out_time_out_01.webp +0 -0
- package/lib/static/illust/light/square_time_out_time_out_02.webp +0 -0
- package/lib/static/illust/light/square_time_out_time_out_03.webp +0 -0
- package/lib/static/illust/light/square_time_out_time_out_04.webp +0 -0
- package/lib/static/illust/light/square_understand_concepts_use_liner.webp +0 -0
- package/lib/static/illust/light/square_university_01.webp +0 -0
- package/lib/static/illust/light/square_university_02.webp +0 -0
- package/lib/static/illust/light/square_working_01.webp +0 -0
- package/lib/static/illust/light/square_worried_01.webp +0 -0
- package/lib/static/illust/light/square_worried_02.webp +0 -0
- package/lib/static/illust/light/square_worried_03.webp +0 -0
- package/lib/static/illust/light/square_worried_04.webp +0 -0
- package/lib/static/illust/light/square_worried_05.webp +0 -0
- package/lib/static/illust/light/square_write_essay_use_liner.webp +0 -0
- package/lib/static/illust/light/square_writing.webp +0 -0
- package/lib/static/illust/light/square_writing_essay_mode.webp +0 -0
- /package/lib/static/illust/dark/{square_pricing_page_airplane.webp → decoration-airplane-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_decoration_bulb.webp → decoration-bulb-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_pricing_page_car.webp → decoration-car-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_pricing_page_flag.webp → decoration-flag-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_decoration_hourglass.webp → decoration-hourglass-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_pricing_page_rocket.webp → decoration-rocket-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_decoration_star_01.webp → decoration-star_01-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_decoration_star_02.webp → decoration-star_02-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_decoration_star_03.webp → decoration-star_03-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_decoration_star_04.webp → decoration-star_04-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_decoration_star_05.webp → decoration-star_05-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_decoration_star_06.webp → decoration-star_06-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_decoration_star_07.webp → decoration-star_07-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_decoration_star_08.webp → decoration-star_08-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_decoration_star_09.webp → decoration-star_09-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_decoration_star_10.webp → decoration-star_10-1_1.webp} +0 -0
- /package/lib/static/illust/dark/{square_decoration_star_11.webp → decoration-star_11-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_pricing_page_airplane.webp → decoration-airplane-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_decoration_bulb.webp → decoration-bulb-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_pricing_page_car.webp → decoration-car-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_careers_page_coffee.webp → decoration-coffee-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_careers_page_english.webp → decoration-english-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_pricing_page_flag.webp → decoration-flag-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_decoration_hourglass.webp → decoration-hourglass-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_careers_page_money.webp → decoration-money-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_careers_page_palm.webp → decoration-palm-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_pricing_page_rocket.webp → decoration-rocket-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_careers_page_shake_hands.webp → decoration-shake_hands-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_decoration_star_01.webp → decoration-star_01-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_decoration_star_02.webp → decoration-star_02-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_decoration_star_03.webp → decoration-star_03-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_decoration_star_04.webp → decoration-star_04-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_decoration_star_05.webp → decoration-star_05-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_decoration_star_06.webp → decoration-star_06-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_decoration_star_07.webp → decoration-star_07-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_decoration_star_08.webp → decoration-star_08-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_decoration_star_09.webp → decoration-star_09-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_decoration_star_10.webp → decoration-star_10-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_decoration_star_11.webp → decoration-star_11-1_1.webp} +0 -0
- /package/lib/static/illust/light/{square_careers_page_tennis.webp → decoration-tennis-1_1.webp} +0 -0
package/lib/index.mjs
CHANGED
|
@@ -141,7 +141,7 @@ var ICLinerVariation = /* @__PURE__ */ __name((props) => {
|
|
|
141
141
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
142
142
|
if (fill) {
|
|
143
143
|
return /* @__PURE__ */ jsxs3("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
144
|
-
/* @__PURE__ */ jsx5("g", {
|
|
144
|
+
/* @__PURE__ */ jsx5("g", { clipPath: "url(#clip0_1076_10079)", children: /* @__PURE__ */ jsx5(
|
|
145
145
|
"path",
|
|
146
146
|
{
|
|
147
147
|
d: "M45.1539 0H33.0996C32.3358 0 31.6225 0.295362 31.0821 0.83566L22.6303 9.28591C22.3493 9.56686 21.9747 9.72535 21.5712 9.72535H8.24147C7.47771 9.72535 6.76439 10.0207 6.224 10.561L0.84168 15.9424C0.013077 16.7708 -0.224696 17.9667 0.222029 19.0473C0.668754 20.1351 1.68469 20.805 2.85915 20.805H10.5688C11.3902 20.805 12.0675 21.475 12.0675 22.3035V32.7852C12.0675 34.5214 13.4797 35.9334 15.2161 35.9334H25.6998C26.5212 35.9334 27.1985 36.6033 27.1985 37.4318V45.14C27.1985 46.3143 27.8758 47.3228 28.9565 47.7767C29.324 47.928 29.6987 48 30.0661 48C30.8011 48 31.5144 47.7118 32.062 47.1571L37.4443 41.7758C37.9847 41.2355 38.2801 40.5223 38.2801 39.7587V26.3161C38.2801 25.9919 38.4026 25.6821 38.6332 25.4516L47.1642 16.9221C47.6974 16.389 48 15.6542 48 14.905V2.85277C48 1.28231 46.7175 0 45.1467 0H45.1539ZM23.1563 12.5781C23.1563 11.7569 23.8264 11.0869 24.655 11.0869H35.4341C36.2555 11.0869 36.9327 11.7569 36.9327 12.5781V23.3552C36.9327 24.1765 36.2627 24.8537 35.4341 24.8537H24.655C23.8336 24.8537 23.1563 24.1837 23.1563 23.3552V12.5781Z",
|
|
@@ -152,7 +152,7 @@ var ICLinerVariation = /* @__PURE__ */ __name((props) => {
|
|
|
152
152
|
] });
|
|
153
153
|
}
|
|
154
154
|
return /* @__PURE__ */ jsxs3("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
155
|
-
/* @__PURE__ */ jsx5("g", {
|
|
155
|
+
/* @__PURE__ */ jsx5("g", { clipPath: "url(#clip0_1076_10079)", children: /* @__PURE__ */ jsx5(
|
|
156
156
|
"path",
|
|
157
157
|
{
|
|
158
158
|
d: "M45.1539 0H33.0996C32.3358 0 31.6225 0.295362 31.0821 0.83566L22.6303 9.28591C22.3493 9.56686 21.9747 9.72535 21.5712 9.72535H8.24147C7.47771 9.72535 6.76439 10.0207 6.224 10.561L0.84168 15.9424C0.013077 16.7708 -0.224696 17.9667 0.222029 19.0473C0.668754 20.1351 1.68469 20.805 2.85915 20.805H10.5688C11.3902 20.805 12.0675 21.475 12.0675 22.3035V32.7852C12.0675 34.5214 13.4797 35.9334 15.2161 35.9334H25.6998C26.5212 35.9334 27.1985 36.6033 27.1985 37.4318V45.14C27.1985 46.3143 27.8758 47.3228 28.9565 47.7767C29.324 47.928 29.6987 48 30.0661 48C30.8011 48 31.5144 47.7118 32.062 47.1571L37.4443 41.7758C37.9847 41.2355 38.2801 40.5223 38.2801 39.7587V26.3161C38.2801 25.9919 38.4026 25.6821 38.6332 25.4516L47.1642 16.9221C47.6974 16.389 48 15.6542 48 14.905V2.85277C48 1.28231 46.7175 0 45.1467 0H45.1539ZM23.1563 12.5781C23.1563 11.7569 23.8264 11.0869 24.655 11.0869H35.4341C36.2555 11.0869 36.9327 11.7569 36.9327 12.5781V23.3552C36.9327 24.1765 36.2627 24.8537 35.4341 24.8537H24.655C23.8336 24.8537 23.1563 24.1837 23.1563 23.3552V12.5781Z",
|
|
@@ -353,7 +353,7 @@ var ICPaperclip = /* @__PURE__ */ __name((props) => {
|
|
|
353
353
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
354
354
|
if (thick) {
|
|
355
355
|
return /* @__PURE__ */ jsxs9("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
356
|
-
/* @__PURE__ */ jsx11("g", {
|
|
356
|
+
/* @__PURE__ */ jsx11("g", { clipPath: "url(#clip0_978_3263)", children: /* @__PURE__ */ jsx11(
|
|
357
357
|
"path",
|
|
358
358
|
{
|
|
359
359
|
fillRule: "evenodd",
|
|
@@ -1911,7 +1911,7 @@ var ICDescription = /* @__PURE__ */ __name((props) => {
|
|
|
1911
1911
|
d: "M13.5 29.5V31H15H33H34.5V29.5V26.5V25H33H15H13.5V26.5V29.5ZM20 23H21.5V21.5V20.257C22.31 21.9261 24.0211 23.0769 26.001 23.0769H37.5V42C37.5 42.2761 37.2761 42.5 37 42.5H11C10.7239 42.5 10.5 42.2761 10.5 42V6C10.5 5.72386 10.7239 5.5 11 5.5H21.001V17H20H15H13.5V18.5V21.5V23H15H20ZM13.5 36.5V38H15H33H34.5V36.5V33.5V32H33H15H13.5V33.5V36.5ZM27.001 17.0769V9.41465L34.1496 17.0769H27.001Z",
|
|
1912
1912
|
fill: color,
|
|
1913
1913
|
stroke: "#1E1E1F",
|
|
1914
|
-
|
|
1914
|
+
strokeWidth: "3"
|
|
1915
1915
|
}
|
|
1916
1916
|
) });
|
|
1917
1917
|
}
|
|
@@ -2054,7 +2054,7 @@ var ICCamera = /* @__PURE__ */ __name((props) => {
|
|
|
2054
2054
|
d: "M32.6832 12.7183L33.1096 13.5H34H42C42.2761 13.5 42.5 13.7239 42.5 14V39C42.5 39.2761 42.2761 39.5 42 39.5H6C5.72386 39.5 5.5 39.2761 5.5 39V14C5.5 13.7239 5.72386 13.5 6 13.5H14H14.8904L15.3168 12.7183L17.7483 8.26057L16.4315 7.5423L17.7483 8.26057C17.8359 8.09994 18.0043 8 18.1873 8H29.8127C29.9957 8 30.1641 8.09994 30.2517 8.26057L32.6832 12.7183ZM28.5 26C28.5 28.4853 26.4853 30.5 24 30.5C21.5147 30.5 19.5 28.4853 19.5 26C19.5 23.5147 21.5147 21.5 24 21.5C26.4853 21.5 28.5 23.5147 28.5 26ZM24 36.5C29.799 36.5 34.5 31.799 34.5 26C34.5 20.201 29.799 15.5 24 15.5C18.201 15.5 13.5 20.201 13.5 26C13.5 31.799 18.201 36.5 24 36.5Z",
|
|
2055
2055
|
fill: color,
|
|
2056
2056
|
stroke: "#1E1E1F",
|
|
2057
|
-
|
|
2057
|
+
strokeWidth: "3"
|
|
2058
2058
|
}
|
|
2059
2059
|
) });
|
|
2060
2060
|
}
|
|
@@ -2410,7 +2410,7 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
|
|
|
2410
2410
|
d: "M22.4 11.7L23 12.5H24H41.5V39H6.5L6.5 8.5L20 8.5L22.4 11.7ZM20 15.9998V17.9998V21.5H16.25H14.25V23.5V27.5V29.5H16.25H20V33.4998V35.4998H22H26H28V33.4998V29.5H31.75H33.75V27.5V23.5V21.5H31.75H28V17.9998V15.9998H26H22H20Z",
|
|
2411
2411
|
fill: color,
|
|
2412
2412
|
stroke: "#1E1E1F",
|
|
2413
|
-
|
|
2413
|
+
strokeWidth: "4"
|
|
2414
2414
|
}
|
|
2415
2415
|
) });
|
|
2416
2416
|
}
|
|
@@ -2435,7 +2435,7 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
|
|
|
2435
2435
|
d: "M22.4 11.7L23 12.5H24H41.5V39H6.5L6.5 8.5L20 8.5L22.4 11.7ZM22.5 15.9998H20.5V17.9998V22H16.25H14.25V24V27V29H16.25H20.5V33.4998V35.4998H22.5H25.5H27.5V33.4998V29H31.75H33.75V27V24V22H31.75H27.5V17.9998V15.9998H25.5H22.5Z",
|
|
2436
2436
|
fill: color,
|
|
2437
2437
|
stroke: "#1E1E1F",
|
|
2438
|
-
|
|
2438
|
+
strokeWidth: "4"
|
|
2439
2439
|
}
|
|
2440
2440
|
) });
|
|
2441
2441
|
}
|
|
@@ -3101,7 +3101,7 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
3101
3101
|
d: "M36 23.0379V22V20V18V14V12H34H14H12V14V18V20V22V26V28V30V34V36H14H22C22 37.7707 22.3548 39.4603 22.9969 41H7L7 7L41 7V24.465C39.4841 23.675 37.7926 23.1745 36 23.0379ZM33.3002 35.4997H32.7203L34.1999 33.2622L34.1999 34.2054C34.1998 35.5862 35.3191 36.7055 36.6999 36.7055H37.2831L35.8002 38.9518V37.9997C35.8002 36.6189 34.6809 35.4997 33.3002 35.4997Z",
|
|
3102
3102
|
fill: "black",
|
|
3103
3103
|
stroke: "black",
|
|
3104
|
-
|
|
3104
|
+
strokeWidth: "4"
|
|
3105
3105
|
}
|
|
3106
3106
|
) });
|
|
3107
3107
|
}
|
|
@@ -3133,7 +3133,7 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
3133
3133
|
d: "M14.5 35.5H22.0095C22.0032 35.666 22 35.8326 22 36C22 37.7707 22.3548 39.4603 22.9969 41H7L7 7L41 7V24.465C39.3439 23.6019 37.4782 23.0844 35.5 23.0095V22.5V20.5H33.5H14.5H12.5V22.5V25.5V27.5H14.5H25.1636C24.8868 27.8201 24.6254 28.1538 24.3805 28.5H14.5H12.5V30.5V33.5V35.5H14.5ZM12.5 17.5V19.5H14.5H33.5H35.5V17.5V14.5V12.5H33.5H14.5H12.5V14.5V17.5ZM33.3002 35.4997H32.7203L34.1999 33.2622L34.1999 34.2054C34.1998 35.5862 35.3191 36.7055 36.6999 36.7055H37.2831L35.8002 38.9518V37.9997C35.8002 36.6189 34.6809 35.4997 33.3002 35.4997Z",
|
|
3134
3134
|
fill: "black",
|
|
3135
3135
|
stroke: "black",
|
|
3136
|
-
|
|
3136
|
+
strokeWidth: "4"
|
|
3137
3137
|
}
|
|
3138
3138
|
) });
|
|
3139
3139
|
}
|
|
@@ -4183,8 +4183,8 @@ var ICBulb = /* @__PURE__ */ __name((props) => {
|
|
|
4183
4183
|
/* @__PURE__ */ jsx85(
|
|
4184
4184
|
"path",
|
|
4185
4185
|
{
|
|
4186
|
-
|
|
4187
|
-
|
|
4186
|
+
fillRule: "evenodd",
|
|
4187
|
+
clipRule: "evenodd",
|
|
4188
4188
|
d: "M31 35C31 33.3206 31.9663 31.8223 33.2847 30.7819C36.7656 28.035 39 23.7784 39 19C39 10.7157 32.2843 4 24 4C15.7157 4 9 10.7157 9 19C9 23.7784 11.2344 28.035 14.7153 30.7819C16.0337 31.8223 17 33.3206 17 35C17 36.1046 17.8954 37 19 37H29C30.1046 37 31 36.1046 31 35ZM35 19C35 22.5022 33.3679 25.6208 30.8068 27.6419C29.2724 28.8527 27.7996 30.6858 27.2384 33H20.7616C20.2004 30.6858 18.7276 28.8527 17.1932 27.6419C14.6321 25.6208 13 22.5022 13 19C13 12.9249 17.9249 8 24 8C30.0751 8 35 12.9249 35 19Z",
|
|
4189
4189
|
fill: color
|
|
4190
4190
|
}
|
|
@@ -4196,8 +4196,8 @@ var ICBulb = /* @__PURE__ */ __name((props) => {
|
|
|
4196
4196
|
/* @__PURE__ */ jsx85(
|
|
4197
4197
|
"path",
|
|
4198
4198
|
{
|
|
4199
|
-
|
|
4200
|
-
|
|
4199
|
+
fillRule: "evenodd",
|
|
4200
|
+
clipRule: "evenodd",
|
|
4201
4201
|
d: "M31 35C31 33.3206 31.9663 31.8223 33.2847 30.7819C36.7656 28.035 39 23.7784 39 19C39 10.7157 32.2843 4 24 4C15.7157 4 9 10.7157 9 19C9 23.7784 11.2344 28.035 14.7153 30.7819C16.0337 31.8223 17 33.3206 17 35C17 36.1046 17.8954 37 19 37H29C30.1046 37 31 36.1046 31 35ZM36 19C36 22.8213 34.2173 26.2244 31.4262 28.4269C29.8454 29.6744 28.3909 31.5977 28.0669 34H19.9331C19.6091 31.5977 18.1546 29.6744 16.5738 28.4269C13.7827 26.2244 12 22.8213 12 19C12 12.3726 17.3726 7 24 7C30.6274 7 36 12.3726 36 19Z",
|
|
4202
4202
|
fill: color
|
|
4203
4203
|
}
|
|
@@ -4426,7 +4426,7 @@ var ICFolderOpen = /* @__PURE__ */ __name((props) => {
|
|
|
4426
4426
|
}
|
|
4427
4427
|
if (thick) {
|
|
4428
4428
|
return /* @__PURE__ */ jsxs69("svg", { ...rest, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4429
|
-
/* @__PURE__ */ jsx90("g", {
|
|
4429
|
+
/* @__PURE__ */ jsx90("g", { clipPath: "url(#clip0_975_1749)", children: /* @__PURE__ */ jsx90(
|
|
4430
4430
|
"path",
|
|
4431
4431
|
{
|
|
4432
4432
|
fillRule: "evenodd",
|
|
@@ -4439,7 +4439,7 @@ var ICFolderOpen = /* @__PURE__ */ __name((props) => {
|
|
|
4439
4439
|
] });
|
|
4440
4440
|
}
|
|
4441
4441
|
return /* @__PURE__ */ jsxs69("svg", { ...rest, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4442
|
-
/* @__PURE__ */ jsx90("g", {
|
|
4442
|
+
/* @__PURE__ */ jsx90("g", { clipPath: "url(#clip0_975_1738)", children: /* @__PURE__ */ jsx90(
|
|
4443
4443
|
"path",
|
|
4444
4444
|
{
|
|
4445
4445
|
fillRule: "evenodd",
|
|
@@ -5933,7 +5933,7 @@ var ICTextSelect = /* @__PURE__ */ __name((props) => {
|
|
|
5933
5933
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5934
5934
|
if (thick) {
|
|
5935
5935
|
return /* @__PURE__ */ jsxs92("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5936
|
-
/* @__PURE__ */ jsxs92("g", {
|
|
5936
|
+
/* @__PURE__ */ jsxs92("g", { clipPath: "url(#clip0_3527_4665)", children: [
|
|
5937
5937
|
/* @__PURE__ */ jsx127("path", { d: "M26 19H30V15H18V19H22V31H26V19Z", fill: color }),
|
|
5938
5938
|
/* @__PURE__ */ jsx127(
|
|
5939
5939
|
"path",
|
|
@@ -7640,34 +7640,33 @@ var DefaultButton = forwardRef(
|
|
|
7640
7640
|
);
|
|
7641
7641
|
var Button = forwardRef((props, ref) => /* @__PURE__ */ jsx157(DefaultButton, { ...props, ref }));
|
|
7642
7642
|
|
|
7643
|
-
// src/
|
|
7643
|
+
// src/hooks/useToast.ts
|
|
7644
7644
|
import { atom, useSetRecoilState } from "recoil";
|
|
7645
|
+
|
|
7646
|
+
// src/types/generateRandomId.ts
|
|
7647
|
+
var generateRandomId = /* @__PURE__ */ __name(() => Date.now() + Math.random(), "generateRandomId");
|
|
7648
|
+
|
|
7649
|
+
// src/hooks/useToast.ts
|
|
7650
|
+
import { millisecondsInSecond } from "date-fns/constants";
|
|
7645
7651
|
var toastAtom = atom({
|
|
7646
|
-
default:
|
|
7652
|
+
default: [],
|
|
7647
7653
|
key: "toastAtoms"
|
|
7648
7654
|
});
|
|
7649
|
-
var ONE_SECOND = 1e3;
|
|
7650
7655
|
var useToast = /* @__PURE__ */ __name(() => {
|
|
7651
7656
|
const setToasts = useSetRecoilState(toastAtom);
|
|
7652
7657
|
return {
|
|
7653
7658
|
open: /* @__PURE__ */ __name((toast) => {
|
|
7654
|
-
const toastId =
|
|
7655
|
-
const timer = toast.button ?
|
|
7659
|
+
const toastId = generateRandomId();
|
|
7660
|
+
const timer = toast.button ? millisecondsInSecond * 5 : millisecondsInSecond + 800;
|
|
7656
7661
|
const list = { toastId, timer, ...toast };
|
|
7657
|
-
setToasts((prev) =>
|
|
7658
|
-
return {
|
|
7659
|
-
list: [...prev.list, list]
|
|
7660
|
-
};
|
|
7661
|
-
});
|
|
7662
|
+
setToasts((prev) => [...prev, list]);
|
|
7662
7663
|
return { toastId };
|
|
7663
7664
|
}, "open"),
|
|
7664
7665
|
endLoading: /* @__PURE__ */ __name((toastId) => {
|
|
7665
7666
|
setToasts((prev) => {
|
|
7666
|
-
return {
|
|
7667
|
-
list:
|
|
7668
|
-
|
|
7669
|
-
})
|
|
7670
|
-
};
|
|
7667
|
+
return prev.map((list) => {
|
|
7668
|
+
return { ...list, isLoading: list.toastId === toastId ? false : list.isLoading };
|
|
7669
|
+
});
|
|
7671
7670
|
});
|
|
7672
7671
|
}, "endLoading")
|
|
7673
7672
|
};
|
|
@@ -7737,9 +7736,9 @@ var colorVariants = cva4({
|
|
|
7737
7736
|
// src/components/Typography/Set/Paragraph.tsx
|
|
7738
7737
|
import { jsx as jsx158 } from "react/jsx-runtime";
|
|
7739
7738
|
var Paragraph = forwardRef2(
|
|
7740
|
-
({ size, type, weight, className, children, color = "neutral-label-primary", ...rest }, ref) => {
|
|
7739
|
+
({ size, type, weight, className, children, color = "neutral-label-primary", as: Element = "p", ...rest }, ref) => {
|
|
7741
7740
|
return /* @__PURE__ */ jsx158(
|
|
7742
|
-
|
|
7741
|
+
Element,
|
|
7743
7742
|
{
|
|
7744
7743
|
...rest,
|
|
7745
7744
|
className: clsx3(`lp-sys-typo-paragraph${size}-${type}-${weight}`, colorVariants({ type: color }), className),
|
|
@@ -8228,10 +8227,11 @@ var loading_default = {
|
|
|
8228
8227
|
};
|
|
8229
8228
|
|
|
8230
8229
|
// src/components/Toast/index.tsx
|
|
8230
|
+
import { millisecondsInSecond as millisecondsInSecond2 } from "date-fns/constants";
|
|
8231
8231
|
import { jsx as jsx159, jsxs as jsxs110 } from "react/jsx-runtime";
|
|
8232
8232
|
import { createElement } from "react";
|
|
8233
8233
|
var Toaster = /* @__PURE__ */ __name(() => {
|
|
8234
|
-
const
|
|
8234
|
+
const list = useRecoilValue(toastAtom);
|
|
8235
8235
|
return /* @__PURE__ */ jsxs110(Provider, { children: [
|
|
8236
8236
|
list.map((props) => /* @__PURE__ */ createElement(SingleToast, { ...props, key: props.toastId })),
|
|
8237
8237
|
/* @__PURE__ */ jsx159(Viewport, { className: style_module_default4.ToastViewport })
|
|
@@ -8245,11 +8245,7 @@ var SingleToast = /* @__PURE__ */ __name((props) => {
|
|
|
8245
8245
|
const lottieRef = useRef(null);
|
|
8246
8246
|
const toastSuccess = useRef(false);
|
|
8247
8247
|
const removeToast = /* @__PURE__ */ __name(() => {
|
|
8248
|
-
setToast((prev) =>
|
|
8249
|
-
return {
|
|
8250
|
-
list: prev.list.filter((toast) => toast.toastId !== toastId)
|
|
8251
|
-
};
|
|
8252
|
-
});
|
|
8248
|
+
setToast((prev) => prev.filter((toast) => toast.toastId !== toastId));
|
|
8253
8249
|
timerRef.current && clearTimeout(timerRef.current);
|
|
8254
8250
|
}, "removeToast");
|
|
8255
8251
|
useEffect(() => {
|
|
@@ -8268,7 +8264,7 @@ var SingleToast = /* @__PURE__ */ __name((props) => {
|
|
|
8268
8264
|
timerRef.current = setTimeout(() => {
|
|
8269
8265
|
removeToast();
|
|
8270
8266
|
clearTimeout(timerRef.current);
|
|
8271
|
-
}, timer +
|
|
8267
|
+
}, timer + millisecondsInSecond2);
|
|
8272
8268
|
const preCloseTimeout = setTimeout(() => {
|
|
8273
8269
|
setIsOpen(false);
|
|
8274
8270
|
}, timer);
|
|
@@ -8322,8 +8318,8 @@ import { forwardRef as forwardRef3 } from "react";
|
|
|
8322
8318
|
import clsx4 from "clsx";
|
|
8323
8319
|
import { jsx as jsx160 } from "react/jsx-runtime";
|
|
8324
8320
|
var Heading = forwardRef3(
|
|
8325
|
-
({ size, children, type, className, color = "neutral-label-primary", ...rest }, ref) => {
|
|
8326
|
-
const Element = `h${size}`;
|
|
8321
|
+
({ size, children, type, className, color = "neutral-label-primary", as, ...rest }, ref) => {
|
|
8322
|
+
const Element = as || `h${size}`;
|
|
8327
8323
|
return /* @__PURE__ */ jsx160(
|
|
8328
8324
|
Element,
|
|
8329
8325
|
{
|
|
@@ -8341,9 +8337,9 @@ import clsx5 from "clsx";
|
|
|
8341
8337
|
import { forwardRef as forwardRef4 } from "react";
|
|
8342
8338
|
import { jsx as jsx161 } from "react/jsx-runtime";
|
|
8343
8339
|
var Caption = forwardRef4(
|
|
8344
|
-
({ children, size, weight, type, className, color = "neutral-label-primary", ...rest }, ref) => {
|
|
8340
|
+
({ children, size, weight, type, className, color = "neutral-label-primary", as: Element = "p", ...rest }, ref) => {
|
|
8345
8341
|
return /* @__PURE__ */ jsx161(
|
|
8346
|
-
|
|
8342
|
+
Element,
|
|
8347
8343
|
{
|
|
8348
8344
|
...rest,
|
|
8349
8345
|
className: clsx5(
|
|
@@ -8364,9 +8360,9 @@ import { forwardRef as forwardRef5 } from "react";
|
|
|
8364
8360
|
import clsx6 from "clsx";
|
|
8365
8361
|
import { jsx as jsx162 } from "react/jsx-runtime";
|
|
8366
8362
|
var Title2 = forwardRef5(
|
|
8367
|
-
({ weight, size, type, className, children, color = "neutral-label-primary", ...rest }, ref) => {
|
|
8363
|
+
({ weight, size, type, className, children, color = "neutral-label-primary", as: Element = "p", ...rest }, ref) => {
|
|
8368
8364
|
return /* @__PURE__ */ jsx162(
|
|
8369
|
-
|
|
8365
|
+
Element,
|
|
8370
8366
|
{
|
|
8371
8367
|
...rest,
|
|
8372
8368
|
className: clsx6(`lp-sys-typo-title${size}-${type}-${weight}`, colorVariants({ type: color }), className),
|
|
@@ -8382,12 +8378,12 @@ import clsx7 from "clsx";
|
|
|
8382
8378
|
import { forwardRef as forwardRef6 } from "react";
|
|
8383
8379
|
import { jsx as jsx163 } from "react/jsx-runtime";
|
|
8384
8380
|
var Display = forwardRef6(
|
|
8385
|
-
({ size, type, weight, className, children, color = "neutral-label-primary", ...rest }, ref) => {
|
|
8381
|
+
({ size, type, weight, className, children, color = "neutral-label-primary", as: Element = "p", ...rest }, ref) => {
|
|
8386
8382
|
return /* @__PURE__ */ jsx163(
|
|
8387
|
-
|
|
8383
|
+
Element,
|
|
8388
8384
|
{
|
|
8389
|
-
ref,
|
|
8390
8385
|
...rest,
|
|
8386
|
+
ref,
|
|
8391
8387
|
className: clsx7(`lp-sys-typo-display${size}-${type}-${weight}`, colorVariants({ type: color }), className),
|
|
8392
8388
|
children
|
|
8393
8389
|
}
|