@tcn/ui 0.0.1
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/README.md +11 -0
- package/dist/actions/button/base_button/base_button.d.ts +15 -0
- package/dist/actions/button/base_button/base_button.d.ts.map +1 -0
- package/dist/actions/button/base_button/base_button.js +56 -0
- package/dist/actions/button/base_button/base_button.js.map +1 -0
- package/dist/actions/button/button/button.d.ts +6 -0
- package/dist/actions/button/button/button.d.ts.map +1 -0
- package/dist/actions/button/button/button.js +11 -0
- package/dist/actions/button/button/button.js.map +1 -0
- package/dist/actions/button/button_group/button_group.d.ts +12 -0
- package/dist/actions/button/button_group/button_group.d.ts.map +1 -0
- package/dist/actions/button/button_group/button_group.js +57 -0
- package/dist/actions/button/button_group/button_group.js.map +1 -0
- package/dist/actions/button/select_group/select_group.d.ts +13 -0
- package/dist/actions/button/select_group/select_group.d.ts.map +1 -0
- package/dist/actions/button/select_group/select_group.js +51 -0
- package/dist/actions/button/select_group/select_group.js.map +1 -0
- package/dist/actions/button/select_group/single_select_group.d.ts +10 -0
- package/dist/actions/button/select_group/single_select_group.d.ts.map +1 -0
- package/dist/actions/button/select_group/single_select_group.js +34 -0
- package/dist/actions/button/select_group/single_select_group.js.map +1 -0
- package/dist/actions/button/slim_button/slim_button.d.ts +4 -0
- package/dist/actions/button/slim_button/slim_button.d.ts.map +1 -0
- package/dist/actions/button/slim_button/slim_button.js +19 -0
- package/dist/actions/button/slim_button/slim_button.js.map +1 -0
- package/dist/actions/index.d.ts +7 -0
- package/dist/actions/index.d.ts.map +1 -0
- package/dist/actions/index.js +15 -0
- package/dist/actions/index.js.map +1 -0
- package/dist/badge.css +1 -0
- package/dist/base_button.css +1 -0
- package/dist/body_text.css +1 -0
- package/dist/body_text.module-h4XQE2pC.js +5 -0
- package/dist/body_text.module-h4XQE2pC.js.map +1 -0
- package/dist/bottom_resize_handle.css +1 -0
- package/dist/bubble.css +1 -0
- package/dist/button.css +1 -0
- package/dist/button_group.css +1 -0
- package/dist/callout.css +1 -0
- package/dist/callout.module-D8ECmxpO.js +5 -0
- package/dist/callout.module-D8ECmxpO.js.map +1 -0
- package/dist/caption.css +1 -0
- package/dist/caption.module-DDq0H4xZ.js +5 -0
- package/dist/caption.module-DDq0H4xZ.js.map +1 -0
- package/dist/card.css +1 -0
- package/dist/checkbox.css +1 -0
- package/dist/chip.css +1 -0
- package/dist/circle.css +1 -0
- package/dist/collapsible_box.css +1 -0
- package/dist/collapsible_box.module-BiS98xXA.js +5 -0
- package/dist/collapsible_box.module-BiS98xXA.js.map +1 -0
- package/dist/color_input.css +1 -0
- package/dist/color_picker.css +1 -0
- package/dist/column.css +1 -0
- package/dist/confirm.css +1 -0
- package/dist/date_picker.css +1 -0
- package/dist/date_picker_date.css +1 -0
- package/dist/date_picker_day.css +1 -0
- package/dist/date_picker_header.css +1 -0
- package/dist/date_picker_input.css +1 -0
- package/dist/date_picker_time_selector.css +1 -0
- package/dist/date_picker_year_input.css +1 -0
- package/dist/date_picker_year_selector.css +1 -0
- package/dist/divider.css +1 -0
- package/dist/drawer_bottom.css +1 -0
- package/dist/drawer_end.css +1 -0
- package/dist/drawer_start.css +1 -0
- package/dist/drawer_top.css +1 -0
- package/dist/end_resize_handle.css +1 -0
- package/dist/feedback/index.d.ts +4 -0
- package/dist/feedback/index.d.ts.map +1 -0
- package/dist/feedback/index.js +9 -0
- package/dist/feedback/index.js.map +1 -0
- package/dist/feedback/lazy/lazy.d.ts +11 -0
- package/dist/feedback/lazy/lazy.d.ts.map +1 -0
- package/dist/feedback/lazy/lazy.js +27 -0
- package/dist/feedback/lazy/lazy.js.map +1 -0
- package/dist/feedback/loading/loading.d.ts +11 -0
- package/dist/feedback/loading/loading.d.ts.map +1 -0
- package/dist/feedback/loading/loading.js +52 -0
- package/dist/feedback/loading/loading.js.map +1 -0
- package/dist/feedback/progress/progress_bar.d.ts +7 -0
- package/dist/feedback/progress/progress_bar.d.ts.map +1 -0
- package/dist/feedback/progress/progress_bar.js +41 -0
- package/dist/feedback/progress/progress_bar.js.map +1 -0
- package/dist/field_control.css +1 -0
- package/dist/field_set.css +1 -0
- package/dist/footer.css +1 -0
- package/dist/footnote.css +1 -0
- package/dist/footnote.module-DEyFuqOr.js +5 -0
- package/dist/footnote.module-DEyFuqOr.js.map +1 -0
- package/dist/form/field/common/field_control/field_control.d.ts +13 -0
- package/dist/form/field/common/field_control/field_control.d.ts.map +1 -0
- package/dist/form/field/common/field_control/field_control.js +38 -0
- package/dist/form/field/common/field_control/field_control.js.map +1 -0
- package/dist/form/field/common/field_description.d.ts +7 -0
- package/dist/form/field/common/field_description.d.ts.map +1 -0
- package/dist/form/field/common/field_description.js +25 -0
- package/dist/form/field/common/field_description.js.map +1 -0
- package/dist/form/field/common/field_error.d.ts +6 -0
- package/dist/form/field/common/field_error.d.ts.map +1 -0
- package/dist/form/field/common/field_error.js +35 -0
- package/dist/form/field/common/field_error.js.map +1 -0
- package/dist/form/field/common/field_header.d.ts +12 -0
- package/dist/form/field/common/field_header.d.ts.map +1 -0
- package/dist/form/field/common/field_header.js +28 -0
- package/dist/form/field/common/field_header.js.map +1 -0
- package/dist/form/field/common/field_label.d.ts +8 -0
- package/dist/form/field/common/field_label.d.ts.map +1 -0
- package/dist/form/field/common/field_label.js +38 -0
- package/dist/form/field/common/field_label.js.map +1 -0
- package/dist/form/field/common/status_input/status_input.d.ts +14 -0
- package/dist/form/field/common/status_input/status_input.d.ts.map +1 -0
- package/dist/form/field/common/status_input/status_input.js +56 -0
- package/dist/form/field/common/status_input/status_input.js.map +1 -0
- package/dist/form/field/common/types.d.ts +10 -0
- package/dist/form/field/common/types.d.ts.map +1 -0
- package/dist/form/field/common/types.js +2 -0
- package/dist/form/field/common/types.js.map +1 -0
- package/dist/form/field/field.d.ts +10 -0
- package/dist/form/field/field.d.ts.map +1 -0
- package/dist/form/field/field.js +19 -0
- package/dist/form/field/field.js.map +1 -0
- package/dist/form/field/form_field.d.ts +6 -0
- package/dist/form/field/form_field.d.ts.map +1 -0
- package/dist/form/field/form_field.js +18 -0
- package/dist/form/field/form_field.js.map +1 -0
- package/dist/form/field/h_field/h_field.d.ts +11 -0
- package/dist/form/field/h_field/h_field.d.ts.map +1 -0
- package/dist/form/field/h_field/h_field.js +60 -0
- package/dist/form/field/h_field/h_field.js.map +1 -0
- package/dist/form/field/v_field/v_field.d.ts +10 -0
- package/dist/form/field/v_field/v_field.d.ts.map +1 -0
- package/dist/form/field/v_field/v_field.js +68 -0
- package/dist/form/field/v_field/v_field.js.map +1 -0
- package/dist/form/field_presenters/field_presenter.d.ts +39 -0
- package/dist/form/field_presenters/field_presenter.d.ts.map +1 -0
- package/dist/form/field_presenters/field_presenter.js +71 -0
- package/dist/form/field_presenters/field_presenter.js.map +1 -0
- package/dist/form/field_presenters/options_field_presenter.d.ts +15 -0
- package/dist/form/field_presenters/options_field_presenter.d.ts.map +1 -0
- package/dist/form/field_presenters/options_field_presenter.js +18 -0
- package/dist/form/field_presenters/options_field_presenter.js.map +1 -0
- package/dist/form/field_set/field_set.d.ts +13 -0
- package/dist/form/field_set/field_set.d.ts.map +1 -0
- package/dist/form/field_set/field_set.js +65 -0
- package/dist/form/field_set/field_set.js.map +1 -0
- package/dist/form/form_field.d.ts +6 -0
- package/dist/form/form_field.d.ts.map +1 -0
- package/dist/form/form_field.js +18 -0
- package/dist/form/form_field.js.map +1 -0
- package/dist/form/index.d.ts +6 -0
- package/dist/form/index.d.ts.map +1 -0
- package/dist/form/index.js +11 -0
- package/dist/form/index.js.map +1 -0
- package/dist/grid.css +1 -0
- package/dist/h_field.css +1 -0
- package/dist/header.css +1 -0
- package/dist/headline.css +1 -0
- package/dist/headline.module-BiwHBtGf.js +5 -0
- package/dist/headline.module-BiwHBtGf.js.map +1 -0
- package/dist/input.css +1 -0
- package/dist/inputs/checkbox/checkbox.d.ts +11 -0
- package/dist/inputs/checkbox/checkbox.d.ts.map +1 -0
- package/dist/inputs/checkbox/checkbox.js +34 -0
- package/dist/inputs/checkbox/checkbox.js.map +1 -0
- package/dist/inputs/checkbox/checkbox_row.d.ts +8 -0
- package/dist/inputs/checkbox/checkbox_row.d.ts.map +1 -0
- package/dist/inputs/checkbox/checkbox_row.js +16 -0
- package/dist/inputs/checkbox/checkbox_row.js.map +1 -0
- package/dist/inputs/color_input/color_input.d.ts +13 -0
- package/dist/inputs/color_input/color_input.d.ts.map +1 -0
- package/dist/inputs/color_input/color_input.js +145 -0
- package/dist/inputs/color_input/color_input.js.map +1 -0
- package/dist/inputs/color_input/color_picker.d.ts +8 -0
- package/dist/inputs/color_input/color_picker.d.ts.map +1 -0
- package/dist/inputs/color_input/color_picker.js +39 -0
- package/dist/inputs/color_input/color_picker.js.map +1 -0
- package/dist/inputs/combo_box/combo_box.d.ts +11 -0
- package/dist/inputs/combo_box/combo_box.d.ts.map +1 -0
- package/dist/inputs/combo_box/combo_box.js +91 -0
- package/dist/inputs/combo_box/combo_box.js.map +1 -0
- package/dist/inputs/date_picker/date_picker.d.ts +20 -0
- package/dist/inputs/date_picker/date_picker.d.ts.map +1 -0
- package/dist/inputs/date_picker/date_picker.js +114 -0
- package/dist/inputs/date_picker/date_picker.js.map +1 -0
- package/dist/inputs/date_picker/date_picker_body.d.ts +7 -0
- package/dist/inputs/date_picker/date_picker_body.d.ts.map +1 -0
- package/dist/inputs/date_picker/date_picker_body.js +26 -0
- package/dist/inputs/date_picker/date_picker_body.js.map +1 -0
- package/dist/inputs/date_picker/date_picker_date.d.ts +8 -0
- package/dist/inputs/date_picker/date_picker_date.d.ts.map +1 -0
- package/dist/inputs/date_picker/date_picker_date.js +71 -0
- package/dist/inputs/date_picker/date_picker_date.js.map +1 -0
- package/dist/inputs/date_picker/date_picker_day.d.ts +6 -0
- package/dist/inputs/date_picker/date_picker_day.d.ts.map +1 -0
- package/dist/inputs/date_picker/date_picker_day.js +25 -0
- package/dist/inputs/date_picker/date_picker_day.js.map +1 -0
- package/dist/inputs/date_picker/date_picker_header.d.ts +7 -0
- package/dist/inputs/date_picker/date_picker_header.d.ts.map +1 -0
- package/dist/inputs/date_picker/date_picker_header.js +87 -0
- package/dist/inputs/date_picker/date_picker_header.js.map +1 -0
- package/dist/inputs/date_picker/date_picker_input.d.ts +24 -0
- package/dist/inputs/date_picker/date_picker_input.d.ts.map +1 -0
- package/dist/inputs/date_picker/date_picker_input.js +139 -0
- package/dist/inputs/date_picker/date_picker_input.js.map +1 -0
- package/dist/inputs/date_picker/date_picker_presenter.d.ts +45 -0
- package/dist/inputs/date_picker/date_picker_presenter.d.ts.map +1 -0
- package/dist/inputs/date_picker/date_picker_presenter.js +170 -0
- package/dist/inputs/date_picker/date_picker_presenter.js.map +1 -0
- package/dist/inputs/date_picker/date_picker_time_selector.d.ts +13 -0
- package/dist/inputs/date_picker/date_picker_time_selector.d.ts.map +1 -0
- package/dist/inputs/date_picker/date_picker_time_selector.js +90 -0
- package/dist/inputs/date_picker/date_picker_time_selector.js.map +1 -0
- package/dist/inputs/date_picker/date_picker_year_input.d.ts +6 -0
- package/dist/inputs/date_picker/date_picker_year_input.d.ts.map +1 -0
- package/dist/inputs/date_picker/date_picker_year_input.js +51 -0
- package/dist/inputs/date_picker/date_picker_year_input.js.map +1 -0
- package/dist/inputs/date_picker/date_picker_year_selector.d.ts +7 -0
- package/dist/inputs/date_picker/date_picker_year_selector.d.ts.map +1 -0
- package/dist/inputs/date_picker/date_picker_year_selector.js +116 -0
- package/dist/inputs/date_picker/date_picker_year_selector.js.map +1 -0
- package/dist/inputs/index.d.ts +46 -0
- package/dist/inputs/index.d.ts.map +1 -0
- package/dist/inputs/index.js +90 -0
- package/dist/inputs/index.js.map +1 -0
- package/dist/inputs/input/input.d.ts +14 -0
- package/dist/inputs/input/input.d.ts.map +1 -0
- package/dist/inputs/input/input.js +24 -0
- package/dist/inputs/input/input.js.map +1 -0
- package/dist/inputs/mask_input/alpha_character.d.ts +10 -0
- package/dist/inputs/mask_input/alpha_character.d.ts.map +1 -0
- package/dist/inputs/mask_input/alpha_character.js +15 -0
- package/dist/inputs/mask_input/alpha_character.js.map +1 -0
- package/dist/inputs/mask_input/alpha_numeric_character.d.ts +10 -0
- package/dist/inputs/mask_input/alpha_numeric_character.d.ts.map +1 -0
- package/dist/inputs/mask_input/alpha_numeric_character.js +15 -0
- package/dist/inputs/mask_input/alpha_numeric_character.js.map +1 -0
- package/dist/inputs/mask_input/character.d.ts +14 -0
- package/dist/inputs/mask_input/character.d.ts.map +1 -0
- package/dist/inputs/mask_input/character.js +26 -0
- package/dist/inputs/mask_input/character.js.map +1 -0
- package/dist/inputs/mask_input/constant_character.d.ts +10 -0
- package/dist/inputs/mask_input/constant_character.d.ts.map +1 -0
- package/dist/inputs/mask_input/constant_character.js +23 -0
- package/dist/inputs/mask_input/constant_character.js.map +1 -0
- package/dist/inputs/mask_input/key_capture_input.d.ts +11 -0
- package/dist/inputs/mask_input/key_capture_input.d.ts.map +1 -0
- package/dist/inputs/mask_input/key_capture_input.js +79 -0
- package/dist/inputs/mask_input/key_capture_input.js.map +1 -0
- package/dist/inputs/mask_input/language_character.d.ts +10 -0
- package/dist/inputs/mask_input/language_character.d.ts.map +1 -0
- package/dist/inputs/mask_input/language_character.js +15 -0
- package/dist/inputs/mask_input/language_character.js.map +1 -0
- package/dist/inputs/mask_input/mask.d.ts +38 -0
- package/dist/inputs/mask_input/mask.d.ts.map +1 -0
- package/dist/inputs/mask_input/mask.js +174 -0
- package/dist/inputs/mask_input/mask.js.map +1 -0
- package/dist/inputs/mask_input/mask_config.d.ts +26 -0
- package/dist/inputs/mask_input/mask_config.d.ts.map +1 -0
- package/dist/inputs/mask_input/mask_config.js +2 -0
- package/dist/inputs/mask_input/mask_config.js.map +1 -0
- package/dist/inputs/mask_input/mask_cursor.d.ts +14 -0
- package/dist/inputs/mask_input/mask_cursor.d.ts.map +1 -0
- package/dist/inputs/mask_input/mask_cursor.js +2 -0
- package/dist/inputs/mask_input/mask_cursor.js.map +1 -0
- package/dist/inputs/mask_input/mask_input.d.ts +13 -0
- package/dist/inputs/mask_input/mask_input.d.ts.map +1 -0
- package/dist/inputs/mask_input/mask_input.js +122 -0
- package/dist/inputs/mask_input/mask_input.js.map +1 -0
- package/dist/inputs/mask_input/mask_presenter.d.ts +45 -0
- package/dist/inputs/mask_input/mask_presenter.d.ts.map +1 -0
- package/dist/inputs/mask_input/mask_presenter.js +146 -0
- package/dist/inputs/mask_input/mask_presenter.js.map +1 -0
- package/dist/inputs/mask_input/numeric_character.d.ts +10 -0
- package/dist/inputs/mask_input/numeric_character.d.ts.map +1 -0
- package/dist/inputs/mask_input/numeric_character.js +15 -0
- package/dist/inputs/mask_input/numeric_character.js.map +1 -0
- package/dist/inputs/mask_input/regex_character.d.ts +13 -0
- package/dist/inputs/mask_input/regex_character.d.ts.map +1 -0
- package/dist/inputs/mask_input/regex_character.js +33 -0
- package/dist/inputs/mask_input/regex_character.js.map +1 -0
- package/dist/inputs/multi_combo_box/multi_combo_box.d.ts +16 -0
- package/dist/inputs/multi_combo_box/multi_combo_box.d.ts.map +1 -0
- package/dist/inputs/multi_combo_box/multi_combo_box.js +101 -0
- package/dist/inputs/multi_combo_box/multi_combo_box.js.map +1 -0
- package/dist/inputs/multiselect/multiselect.d.ts +11 -0
- package/dist/inputs/multiselect/multiselect.d.ts.map +1 -0
- package/dist/inputs/multiselect/multiselect.js +105 -0
- package/dist/inputs/multiselect/multiselect.js.map +1 -0
- package/dist/inputs/multiselect/multiselect_inline_values.d.ts +9 -0
- package/dist/inputs/multiselect/multiselect_inline_values.d.ts.map +1 -0
- package/dist/inputs/multiselect/multiselect_inline_values.js +49 -0
- package/dist/inputs/multiselect/multiselect_inline_values.js.map +1 -0
- package/dist/inputs/multiselect/multiselect_row.d.ts +10 -0
- package/dist/inputs/multiselect/multiselect_row.d.ts.map +1 -0
- package/dist/inputs/multiselect/multiselect_row.js +35 -0
- package/dist/inputs/multiselect/multiselect_row.js.map +1 -0
- package/dist/inputs/multiselect/multiselect_values.d.ts +10 -0
- package/dist/inputs/multiselect/multiselect_values.d.ts.map +1 -0
- package/dist/inputs/multiselect/multiselect_values.js +62 -0
- package/dist/inputs/multiselect/multiselect_values.js.map +1 -0
- package/dist/inputs/options/option.d.ts +11 -0
- package/dist/inputs/options/option.d.ts.map +1 -0
- package/dist/inputs/options/option.js +10 -0
- package/dist/inputs/options/option.js.map +1 -0
- package/dist/inputs/options/utils.d.ts +5 -0
- package/dist/inputs/options/utils.d.ts.map +1 -0
- package/dist/inputs/options/utils.js +13 -0
- package/dist/inputs/options/utils.js.map +1 -0
- package/dist/inputs/phone_number_input/countries_phone_information.d.ts +11 -0
- package/dist/inputs/phone_number_input/countries_phone_information.d.ts.map +1 -0
- package/dist/inputs/phone_number_input/countries_phone_information.js +840 -0
- package/dist/inputs/phone_number_input/countries_phone_information.js.map +1 -0
- package/dist/inputs/phone_number_input/phone_number_input.d.ts +15 -0
- package/dist/inputs/phone_number_input/phone_number_input.d.ts.map +1 -0
- package/dist/inputs/phone_number_input/phone_number_input.js +209 -0
- package/dist/inputs/phone_number_input/phone_number_input.js.map +1 -0
- package/dist/inputs/phone_number_input/utils.d.ts +2 -0
- package/dist/inputs/phone_number_input/utils.d.ts.map +1 -0
- package/dist/inputs/phone_number_input/utils.js +7 -0
- package/dist/inputs/phone_number_input/utils.js.map +1 -0
- package/dist/inputs/radio/radio.d.ts +13 -0
- package/dist/inputs/radio/radio.d.ts.map +1 -0
- package/dist/inputs/radio/radio.js +57 -0
- package/dist/inputs/radio/radio.js.map +1 -0
- package/dist/inputs/radio/radio_row.d.ts +9 -0
- package/dist/inputs/radio/radio_row.d.ts.map +1 -0
- package/dist/inputs/radio/radio_row.js +19 -0
- package/dist/inputs/radio/radio_row.js.map +1 -0
- package/dist/inputs/select/select.d.ts +13 -0
- package/dist/inputs/select/select.d.ts.map +1 -0
- package/dist/inputs/select/select.js +107 -0
- package/dist/inputs/select/select.js.map +1 -0
- package/dist/inputs/slider/slider.d.ts +12 -0
- package/dist/inputs/slider/slider.d.ts.map +1 -0
- package/dist/inputs/slider/slider.js +42 -0
- package/dist/inputs/slider/slider.js.map +1 -0
- package/dist/inputs/slider/slider_row.d.ts +8 -0
- package/dist/inputs/slider/slider_row.d.ts.map +1 -0
- package/dist/inputs/slider/slider_row.js +16 -0
- package/dist/inputs/slider/slider_row.js.map +1 -0
- package/dist/inputs/suggestions/suggestion_item.d.ts +9 -0
- package/dist/inputs/suggestions/suggestion_item.d.ts.map +1 -0
- package/dist/inputs/suggestions/suggestion_item.js +38 -0
- package/dist/inputs/suggestions/suggestion_item.js.map +1 -0
- package/dist/inputs/suggestions/suggestion_list.d.ts +15 -0
- package/dist/inputs/suggestions/suggestion_list.d.ts.map +1 -0
- package/dist/inputs/suggestions/suggestion_list.js +240 -0
- package/dist/inputs/suggestions/suggestion_list.js.map +1 -0
- package/dist/inputs/switch/switch.d.ts +11 -0
- package/dist/inputs/switch/switch.d.ts.map +1 -0
- package/dist/inputs/switch/switch.js +71 -0
- package/dist/inputs/switch/switch.js.map +1 -0
- package/dist/inputs/switch/switch_row.d.ts +8 -0
- package/dist/inputs/switch/switch_row.d.ts.map +1 -0
- package/dist/inputs/switch/switch_row.js +16 -0
- package/dist/inputs/switch/switch_row.js.map +1 -0
- package/dist/inputs/textarea/textarea.d.ts +11 -0
- package/dist/inputs/textarea/textarea.d.ts.map +1 -0
- package/dist/inputs/textarea/textarea.js +22 -0
- package/dist/inputs/textarea/textarea.js.map +1 -0
- package/dist/inputs/textarea/textarea_row.d.ts +8 -0
- package/dist/inputs/textarea/textarea_row.d.ts.map +1 -0
- package/dist/inputs/textarea/textarea_row.js +12 -0
- package/dist/inputs/textarea/textarea_row.js.map +1 -0
- package/dist/inputs/unit_input/unit_input.d.ts +14 -0
- package/dist/inputs/unit_input/unit_input.d.ts.map +1 -0
- package/dist/inputs/unit_input/unit_input.js +83 -0
- package/dist/inputs/unit_input/unit_input.js.map +1 -0
- package/dist/layouts/column/column.d.ts +10 -0
- package/dist/layouts/column/column.d.ts.map +1 -0
- package/dist/layouts/column/column.js +52 -0
- package/dist/layouts/column/column.js.map +1 -0
- package/dist/layouts/divider/divider.d.ts +26 -0
- package/dist/layouts/divider/divider.d.ts.map +1 -0
- package/dist/layouts/divider/divider.js +54 -0
- package/dist/layouts/divider/divider.js.map +1 -0
- package/dist/layouts/draggable_list/draggable_list.d.ts +2 -0
- package/dist/layouts/draggable_list/draggable_list.d.ts.map +1 -0
- package/dist/layouts/draggable_list/draggable_list.js +6 -0
- package/dist/layouts/draggable_list/draggable_list.js.map +1 -0
- package/dist/layouts/drawers/drawer_bottom/drawer_bottom.d.ts +7 -0
- package/dist/layouts/drawers/drawer_bottom/drawer_bottom.d.ts.map +1 -0
- package/dist/layouts/drawers/drawer_bottom/drawer_bottom.js +22 -0
- package/dist/layouts/drawers/drawer_bottom/drawer_bottom.js.map +1 -0
- package/dist/layouts/drawers/drawer_end/drawer_end.d.ts +7 -0
- package/dist/layouts/drawers/drawer_end/drawer_end.d.ts.map +1 -0
- package/dist/layouts/drawers/drawer_end/drawer_end.js +20 -0
- package/dist/layouts/drawers/drawer_end/drawer_end.js.map +1 -0
- package/dist/layouts/drawers/drawer_start/drawer_start.d.ts +7 -0
- package/dist/layouts/drawers/drawer_start/drawer_start.d.ts.map +1 -0
- package/dist/layouts/drawers/drawer_start/drawer_start.js +22 -0
- package/dist/layouts/drawers/drawer_start/drawer_start.js.map +1 -0
- package/dist/layouts/drawers/drawer_top/drawer_top.d.ts +7 -0
- package/dist/layouts/drawers/drawer_top/drawer_top.d.ts.map +1 -0
- package/dist/layouts/drawers/drawer_top/drawer_top.js +20 -0
- package/dist/layouts/drawers/drawer_top/drawer_top.js.map +1 -0
- package/dist/layouts/footer/footer.d.ts +10 -0
- package/dist/layouts/footer/footer.d.ts.map +1 -0
- package/dist/layouts/footer/footer.js +22 -0
- package/dist/layouts/footer/footer.js.map +1 -0
- package/dist/layouts/grid/grid.d.ts +29 -0
- package/dist/layouts/grid/grid.d.ts.map +1 -0
- package/dist/layouts/grid/grid.js +78 -0
- package/dist/layouts/grid/grid.js.map +1 -0
- package/dist/layouts/header/header.d.ts +9 -0
- package/dist/layouts/header/header.d.ts.map +1 -0
- package/dist/layouts/header/header.js +30 -0
- package/dist/layouts/header/header.js.map +1 -0
- package/dist/layouts/index.d.ts +15 -0
- package/dist/layouts/index.d.ts.map +1 -0
- package/dist/layouts/index.js +31 -0
- package/dist/layouts/index.js.map +1 -0
- package/dist/layouts/list/item.d.ts +7 -0
- package/dist/layouts/list/item.d.ts.map +1 -0
- package/dist/layouts/list/item.js +11 -0
- package/dist/layouts/list/item.js.map +1 -0
- package/dist/layouts/list/list.d.ts +7 -0
- package/dist/layouts/list/list.d.ts.map +1 -0
- package/dist/layouts/list/list.js +20 -0
- package/dist/layouts/list/list.js.map +1 -0
- package/dist/layouts/list/section_header.d.ts +6 -0
- package/dist/layouts/list/section_header.d.ts.map +1 -0
- package/dist/layouts/list/section_header.js +12 -0
- package/dist/layouts/list/section_header.js.map +1 -0
- package/dist/layouts/sidebar_end/sidebar_end.d.ts +11 -0
- package/dist/layouts/sidebar_end/sidebar_end.d.ts.map +1 -0
- package/dist/layouts/sidebar_end/sidebar_end.js +58 -0
- package/dist/layouts/sidebar_end/sidebar_end.js.map +1 -0
- package/dist/layouts/sidebar_start/sidebar_start.d.ts +11 -0
- package/dist/layouts/sidebar_start/sidebar_start.d.ts.map +1 -0
- package/dist/layouts/sidebar_start/sidebar_start.js +55 -0
- package/dist/layouts/sidebar_start/sidebar_start.js.map +1 -0
- package/dist/layouts/utility_bar/utility_bar.d.ts +9 -0
- package/dist/layouts/utility_bar/utility_bar.d.ts.map +1 -0
- package/dist/layouts/utility_bar/utility_bar.js +32 -0
- package/dist/layouts/utility_bar/utility_bar.js.map +1 -0
- package/dist/left_resize_handle.css +1 -0
- package/dist/loading.css +1 -0
- package/dist/menu.css +1 -0
- package/dist/modal.css +1 -0
- package/dist/multi_combo_box.css +1 -0
- package/dist/multiselect.css +1 -0
- package/dist/multiselect_values.css +1 -0
- package/dist/multiselect_values.module-BMJOyYHe.js +5 -0
- package/dist/multiselect_values.module-BMJOyYHe.js.map +1 -0
- package/dist/overlay/context_menu/context_menu.d.ts +10 -0
- package/dist/overlay/context_menu/context_menu.d.ts.map +1 -0
- package/dist/overlay/context_menu/context_menu.js +45 -0
- package/dist/overlay/context_menu/context_menu.js.map +1 -0
- package/dist/overlay/menu/menu.d.ts +29 -0
- package/dist/overlay/menu/menu.d.ts.map +1 -0
- package/dist/overlay/menu/menu.js +165 -0
- package/dist/overlay/menu/menu.js.map +1 -0
- package/dist/overlay/popper/popper.d.ts +22 -0
- package/dist/overlay/popper/popper.d.ts.map +1 -0
- package/dist/overlay/popper/popper.js +111 -0
- package/dist/overlay/popper/popper.js.map +1 -0
- package/dist/overlay/portal/portal.css +1 -0
- package/dist/overlay/portal/portal.d.ts +7 -0
- package/dist/overlay/portal/portal.d.ts.map +1 -0
- package/dist/overlay/portal/portal_platform.d.ts +27 -0
- package/dist/overlay/portal/portal_platform.d.ts.map +1 -0
- package/dist/overlay/portal/portal_platform.js +70 -0
- package/dist/overlay/portal/portal_platform.js.map +1 -0
- package/dist/overlay/portal/portal_platform_context.d.ts +6 -0
- package/dist/overlay/portal/portal_platform_context.d.ts.map +1 -0
- package/dist/overlay/portal/portal_platform_context.js +12 -0
- package/dist/overlay/portal/portal_platform_context.js.map +1 -0
- package/dist/overlay/tooltip/tooltip.d.ts +7 -0
- package/dist/overlay/tooltip/tooltip.d.ts.map +1 -0
- package/dist/overlay/tooltip/tooltip.js +20 -0
- package/dist/overlay/tooltip/tooltip.js.map +1 -0
- package/dist/page.css +1 -0
- package/dist/page.module-DXhph-u6.js +5 -0
- package/dist/page.module-DXhph-u6.js.map +1 -0
- package/dist/panel.css +1 -0
- package/dist/panel.module-CtikcmYB.js +5 -0
- package/dist/panel.module-CtikcmYB.js.map +1 -0
- package/dist/phone_number_input.css +1 -0
- package/dist/picture_placeholder.css +1 -0
- package/dist/popper.css +1 -0
- package/dist/portal-qqIp4SIl.js +12 -0
- package/dist/portal-qqIp4SIl.js.map +1 -0
- package/dist/progress_bar.css +1 -0
- package/dist/radio.css +1 -0
- package/dist/rect.css +1 -0
- package/dist/right_resize_handle.css +1 -0
- package/dist/select.css +1 -0
- package/dist/select_group.css +1 -0
- package/dist/sidebar_end.css +1 -0
- package/dist/sidebar_start.css +1 -0
- package/dist/slider.css +1 -0
- package/dist/slim_button.css +1 -0
- package/dist/stack.css +1 -0
- package/dist/stack.module-CBV1f12Z.js +5 -0
- package/dist/stack.module-CBV1f12Z.js.map +1 -0
- package/dist/stacks/box/bottom_resize_handle.d.ts +10 -0
- package/dist/stacks/box/bottom_resize_handle.d.ts.map +1 -0
- package/dist/stacks/box/bottom_resize_handle.js +33 -0
- package/dist/stacks/box/bottom_resize_handle.js.map +1 -0
- package/dist/stacks/box/box.d.ts +42 -0
- package/dist/stacks/box/box.d.ts.map +1 -0
- package/dist/stacks/box/box.js +168 -0
- package/dist/stacks/box/box.js.map +1 -0
- package/dist/stacks/box/end_resize_handle.d.ts +10 -0
- package/dist/stacks/box/end_resize_handle.d.ts.map +1 -0
- package/dist/stacks/box/end_resize_handle.js +33 -0
- package/dist/stacks/box/end_resize_handle.js.map +1 -0
- package/dist/stacks/box/handle_props.d.ts +7 -0
- package/dist/stacks/box/handle_props.d.ts.map +1 -0
- package/dist/stacks/box/handle_props.js +2 -0
- package/dist/stacks/box/handle_props.js.map +1 -0
- package/dist/stacks/box/left_resize_handle.d.ts +10 -0
- package/dist/stacks/box/left_resize_handle.d.ts.map +1 -0
- package/dist/stacks/box/left_resize_handle.js +35 -0
- package/dist/stacks/box/left_resize_handle.js.map +1 -0
- package/dist/stacks/box/resize_handlers.d.ts +3 -0
- package/dist/stacks/box/resize_handlers.d.ts.map +1 -0
- package/dist/stacks/box/resize_handlers.js +50 -0
- package/dist/stacks/box/resize_handlers.js.map +1 -0
- package/dist/stacks/box/right_resize_handle.d.ts +10 -0
- package/dist/stacks/box/right_resize_handle.d.ts.map +1 -0
- package/dist/stacks/box/right_resize_handle.js +35 -0
- package/dist/stacks/box/right_resize_handle.js.map +1 -0
- package/dist/stacks/box/start_resize_handle.d.ts +10 -0
- package/dist/stacks/box/start_resize_handle.d.ts.map +1 -0
- package/dist/stacks/box/start_resize_handle.js +34 -0
- package/dist/stacks/box/start_resize_handle.js.map +1 -0
- package/dist/stacks/box/top_resize_handle.d.ts +10 -0
- package/dist/stacks/box/top_resize_handle.d.ts.map +1 -0
- package/dist/stacks/box/top_resize_handle.js +34 -0
- package/dist/stacks/box/top_resize_handle.js.map +1 -0
- package/dist/stacks/h_collapsible_box.d.ts +8 -0
- package/dist/stacks/h_collapsible_box.d.ts.map +1 -0
- package/dist/stacks/h_collapsible_box.js +40 -0
- package/dist/stacks/h_collapsible_box.js.map +1 -0
- package/dist/stacks/h_stack.d.ts +10 -0
- package/dist/stacks/h_stack.d.ts.map +1 -0
- package/dist/stacks/h_stack.js +101 -0
- package/dist/stacks/h_stack.js.map +1 -0
- package/dist/stacks/index.d.ts +12 -0
- package/dist/stacks/index.d.ts.map +1 -0
- package/dist/stacks/index.js +17 -0
- package/dist/stacks/index.js.map +1 -0
- package/dist/stacks/spacer.d.ts +12 -0
- package/dist/stacks/spacer.d.ts.map +1 -0
- package/dist/stacks/spacer.js +37 -0
- package/dist/stacks/spacer.js.map +1 -0
- package/dist/stacks/story_components/circle.d.ts +8 -0
- package/dist/stacks/story_components/circle.d.ts.map +1 -0
- package/dist/stacks/story_components/circle.js +25 -0
- package/dist/stacks/story_components/circle.js.map +1 -0
- package/dist/stacks/story_components/horizontal_border.d.ts +5 -0
- package/dist/stacks/story_components/horizontal_border.d.ts.map +1 -0
- package/dist/stacks/story_components/horizontal_border.js +18 -0
- package/dist/stacks/story_components/horizontal_border.js.map +1 -0
- package/dist/stacks/story_components/picture_placeholder.d.ts +7 -0
- package/dist/stacks/story_components/picture_placeholder.d.ts.map +1 -0
- package/dist/stacks/story_components/picture_placeholder.js +39 -0
- package/dist/stacks/story_components/picture_placeholder.js.map +1 -0
- package/dist/stacks/story_components/rect.d.ts +7 -0
- package/dist/stacks/story_components/rect.d.ts.map +1 -0
- package/dist/stacks/story_components/rect.js +32 -0
- package/dist/stacks/story_components/rect.js.map +1 -0
- package/dist/stacks/story_components/style_box.d.ts +5 -0
- package/dist/stacks/story_components/style_box.d.ts.map +1 -0
- package/dist/stacks/story_components/style_box.js +12 -0
- package/dist/stacks/story_components/style_box.js.map +1 -0
- package/dist/stacks/types/alignment.d.ts +2 -0
- package/dist/stacks/types/alignment.d.ts.map +1 -0
- package/dist/stacks/types/as.d.ts +5 -0
- package/dist/stacks/types/as.d.ts.map +1 -0
- package/dist/stacks/types/common.d.ts +5 -0
- package/dist/stacks/types/common.d.ts.map +1 -0
- package/dist/stacks/types/styles.d.ts +42 -0
- package/dist/stacks/types/styles.d.ts.map +1 -0
- package/dist/stacks/utils/extract_style_props.d.ts +10 -0
- package/dist/stacks/utils/extract_style_props.d.ts.map +1 -0
- package/dist/stacks/utils/extract_style_props.js +297 -0
- package/dist/stacks/utils/extract_style_props.js.map +1 -0
- package/dist/stacks/utils/isCustomSizeProp.d.ts +2 -0
- package/dist/stacks/utils/isCustomSizeProp.d.ts.map +1 -0
- package/dist/stacks/utils/isCustomSizeProp.js +7 -0
- package/dist/stacks/utils/isCustomSizeProp.js.map +1 -0
- package/dist/stacks/utils/remove_undefined_properties.d.ts +2 -0
- package/dist/stacks/utils/remove_undefined_properties.d.ts.map +1 -0
- package/dist/stacks/utils/remove_undefined_properties.js +10 -0
- package/dist/stacks/utils/remove_undefined_properties.js.map +1 -0
- package/dist/stacks/utils/use_is_collapsed.d.ts +3 -0
- package/dist/stacks/utils/use_is_collapsed.d.ts.map +1 -0
- package/dist/stacks/utils/use_is_collapsed.js +22 -0
- package/dist/stacks/utils/use_is_collapsed.js.map +1 -0
- package/dist/stacks/v_collapsible_box.d.ts +8 -0
- package/dist/stacks/v_collapsible_box.d.ts.map +1 -0
- package/dist/stacks/v_collapsible_box.js +40 -0
- package/dist/stacks/v_collapsible_box.js.map +1 -0
- package/dist/stacks/v_stack.d.ts +10 -0
- package/dist/stacks/v_stack.d.ts.map +1 -0
- package/dist/stacks/v_stack.js +102 -0
- package/dist/stacks/v_stack.js.map +1 -0
- package/dist/stacks/z_stack.d.ts +12 -0
- package/dist/stacks/z_stack.d.ts.map +1 -0
- package/dist/stacks/z_stack.js +89 -0
- package/dist/stacks/z_stack.js.map +1 -0
- package/dist/start_resize_handle.css +1 -0
- package/dist/status_input.css +1 -0
- package/dist/subheadline.css +1 -0
- package/dist/subheadline.module-C-v7zMkQ.js +5 -0
- package/dist/subheadline.module-C-v7zMkQ.js.map +1 -0
- package/dist/suggestion_item.css +1 -0
- package/dist/suggestion_list.css +1 -0
- package/dist/surfaces/alert/alert.d.ts +11 -0
- package/dist/surfaces/alert/alert.d.ts.map +1 -0
- package/dist/surfaces/alert/alert.js +25 -0
- package/dist/surfaces/alert/alert.js.map +1 -0
- package/dist/surfaces/card/card.d.ts +7 -0
- package/dist/surfaces/card/card.d.ts.map +1 -0
- package/dist/surfaces/card/card.js +20 -0
- package/dist/surfaces/card/card.js.map +1 -0
- package/dist/surfaces/confirm/confirm.d.ts +12 -0
- package/dist/surfaces/confirm/confirm.d.ts.map +1 -0
- package/dist/surfaces/confirm/confirm.js +70 -0
- package/dist/surfaces/confirm/confirm.js.map +1 -0
- package/dist/surfaces/index.d.ts +11 -0
- package/dist/surfaces/index.d.ts.map +1 -0
- package/dist/surfaces/index.js +23 -0
- package/dist/surfaces/index.js.map +1 -0
- package/dist/surfaces/modal/modal.d.ts +7 -0
- package/dist/surfaces/modal/modal.d.ts.map +1 -0
- package/dist/surfaces/modal/modal.js +11 -0
- package/dist/surfaces/modal/modal.js.map +1 -0
- package/dist/surfaces/page/h_page.d.ts +6 -0
- package/dist/surfaces/page/h_page.d.ts.map +1 -0
- package/dist/surfaces/page/h_page.js +22 -0
- package/dist/surfaces/page/h_page.js.map +1 -0
- package/dist/surfaces/page/v_page.d.ts +6 -0
- package/dist/surfaces/page/v_page.d.ts.map +1 -0
- package/dist/surfaces/page/v_page.js +21 -0
- package/dist/surfaces/page/v_page.js.map +1 -0
- package/dist/surfaces/panel/h_panel.d.ts +9 -0
- package/dist/surfaces/panel/h_panel.d.ts.map +1 -0
- package/dist/surfaces/panel/h_panel.js +56 -0
- package/dist/surfaces/panel/h_panel.js.map +1 -0
- package/dist/surfaces/panel/v_panel.d.ts +9 -0
- package/dist/surfaces/panel/v_panel.d.ts.map +1 -0
- package/dist/surfaces/panel/v_panel.js +56 -0
- package/dist/surfaces/panel/v_panel.js.map +1 -0
- package/dist/surfaces/popover/popover.d.ts +6 -0
- package/dist/surfaces/popover/popover.d.ts.map +1 -0
- package/dist/surfaces/popover/popover.js +52 -0
- package/dist/surfaces/popover/popover.js.map +1 -0
- package/dist/surfaces/window/window.d.ts +5 -0
- package/dist/surfaces/window/window.d.ts.map +1 -0
- package/dist/surfaces/window/window.js +19 -0
- package/dist/surfaces/window/window.js.map +1 -0
- package/dist/switch.css +1 -0
- package/dist/textarea.css +1 -0
- package/dist/themes/index.d.ts +6 -0
- package/dist/themes/index.d.ts.map +1 -0
- package/dist/themes/index.js +343 -0
- package/dist/themes/index.js.map +1 -0
- package/dist/themes/stories/button_showcase.d.ts +2 -0
- package/dist/themes/stories/button_showcase.d.ts.map +1 -0
- package/dist/themes/stories/controls_fieldset.d.ts +2 -0
- package/dist/themes/stories/controls_fieldset.d.ts.map +1 -0
- package/dist/themes/stories/menu_showcase.d.ts +2 -0
- package/dist/themes/stories/menu_showcase.d.ts.map +1 -0
- package/dist/themes/stylesheets/reset.css +1 -0
- package/dist/themes/stylesheets/reset.d.ts +2 -0
- package/dist/themes/stylesheets/reset.d.ts.map +1 -0
- package/dist/themes/theme.d.ts +7 -0
- package/dist/themes/theme.d.ts.map +1 -0
- package/dist/themes/theme.js +10 -0
- package/dist/themes/theme.js.map +1 -0
- package/dist/themes/theme_variables.d.ts +66 -0
- package/dist/themes/theme_variables.d.ts.map +1 -0
- package/dist/themes/theme_variables.js +69 -0
- package/dist/themes/theme_variables.js.map +1 -0
- package/dist/themes/themes/ergo/ergo_theme.css +1 -0
- package/dist/themes/themes/ergo/ergo_theme.d.ts +2 -0
- package/dist/themes/themes/ergo/ergo_theme.d.ts.map +1 -0
- package/dist/themes/themes/windows_98/windows_98.css +1 -0
- package/dist/themes/themes/windows_98/windows_98_theme.d.ts +2 -0
- package/dist/themes/themes/windows_98/windows_98_theme.d.ts.map +1 -0
- package/dist/themes/themes/windows_98/windows_98_theme.js +1171 -0
- package/dist/themes/themes/windows_98/windows_98_theme.js.map +1 -0
- package/dist/title.css +1 -0
- package/dist/title.module-B16de2jd.js +5 -0
- package/dist/title.module-B16de2jd.js.map +1 -0
- package/dist/tokens/badge/badge.d.ts +8 -0
- package/dist/tokens/badge/badge.d.ts.map +1 -0
- package/dist/tokens/badge/badge.js +50 -0
- package/dist/tokens/badge/badge.js.map +1 -0
- package/dist/tokens/bubble/bubble.d.ts +11 -0
- package/dist/tokens/bubble/bubble.d.ts.map +1 -0
- package/dist/tokens/bubble/bubble.js +44 -0
- package/dist/tokens/bubble/bubble.js.map +1 -0
- package/dist/tokens/chip/chip.d.ts +9 -0
- package/dist/tokens/chip/chip.d.ts.map +1 -0
- package/dist/tokens/chip/chip.js +30 -0
- package/dist/tokens/chip/chip.js.map +1 -0
- package/dist/tokens/index.d.ts +4 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/tokens/index.js +9 -0
- package/dist/tokens/index.js.map +1 -0
- package/dist/tooltip.css +1 -0
- package/dist/top_resize_handle.css +1 -0
- package/dist/typography/body_text/body_text.d.ts +18 -0
- package/dist/typography/body_text/body_text.d.ts.map +1 -0
- package/dist/typography/body_text/body_text.js +37 -0
- package/dist/typography/body_text/body_text.js.map +1 -0
- package/dist/typography/callout/callout.d.ts +18 -0
- package/dist/typography/callout/callout.d.ts.map +1 -0
- package/dist/typography/callout/callout.js +35 -0
- package/dist/typography/callout/callout.js.map +1 -0
- package/dist/typography/caption/caption.d.ts +18 -0
- package/dist/typography/caption/caption.d.ts.map +1 -0
- package/dist/typography/caption/caption.js +35 -0
- package/dist/typography/caption/caption.js.map +1 -0
- package/dist/typography/footnote/footnote.d.ts +18 -0
- package/dist/typography/footnote/footnote.d.ts.map +1 -0
- package/dist/typography/footnote/footnote.js +35 -0
- package/dist/typography/footnote/footnote.js.map +1 -0
- package/dist/typography/headline/headline.d.ts +18 -0
- package/dist/typography/headline/headline.d.ts.map +1 -0
- package/dist/typography/headline/headline.js +36 -0
- package/dist/typography/headline/headline.js.map +1 -0
- package/dist/typography/index.d.ts +8 -0
- package/dist/typography/index.d.ts.map +1 -0
- package/dist/typography/index.js +17 -0
- package/dist/typography/index.js.map +1 -0
- package/dist/typography/subheadline/subheadline.d.ts +18 -0
- package/dist/typography/subheadline/subheadline.d.ts.map +1 -0
- package/dist/typography/subheadline/subheadline.js +36 -0
- package/dist/typography/subheadline/subheadline.js.map +1 -0
- package/dist/typography/title/title.d.ts +19 -0
- package/dist/typography/title/title.d.ts.map +1 -0
- package/dist/typography/title/title.js +37 -0
- package/dist/typography/title/title.js.map +1 -0
- package/dist/unit_input.css +1 -0
- package/dist/utility_bar.css +1 -0
- package/dist/utils/calendar/calendar_date.d.ts +10 -0
- package/dist/utils/calendar/calendar_date.d.ts.map +1 -0
- package/dist/utils/calendar/calendar_date.js +2 -0
- package/dist/utils/calendar/calendar_date.js.map +1 -0
- package/dist/utils/calendar/calendar_dates_generator.d.ts +10 -0
- package/dist/utils/calendar/calendar_dates_generator.d.ts.map +1 -0
- package/dist/utils/calendar/calendar_dates_generator.js +37 -0
- package/dist/utils/calendar/calendar_dates_generator.js.map +1 -0
- package/dist/utils/calendar/get_days_of_week.d.ts +2 -0
- package/dist/utils/calendar/get_days_of_week.d.ts.map +1 -0
- package/dist/utils/calendar/get_days_of_week.js +12 -0
- package/dist/utils/calendar/get_days_of_week.js.map +1 -0
- package/dist/utils/calendar/get_months_of_year.d.ts +2 -0
- package/dist/utils/calendar/get_months_of_year.d.ts.map +1 -0
- package/dist/utils/calendar/get_months_of_year.js +18 -0
- package/dist/utils/calendar/get_months_of_year.js.map +1 -0
- package/dist/utils/calendar/month.d.ts +16 -0
- package/dist/utils/calendar/month.d.ts.map +1 -0
- package/dist/utils/calendar/month.js +18 -0
- package/dist/utils/calendar/month.js.map +1 -0
- package/dist/utils/click_away_listener.d.ts +11 -0
- package/dist/utils/click_away_listener.d.ts.map +1 -0
- package/dist/utils/click_away_listener.js +58 -0
- package/dist/utils/click_away_listener.js.map +1 -0
- package/dist/utils/default_value.d.ts +2 -0
- package/dist/utils/default_value.d.ts.map +1 -0
- package/dist/utils/default_value.js +7 -0
- package/dist/utils/default_value.js.map +1 -0
- package/dist/utils/focus_redirect.d.ts +6 -0
- package/dist/utils/focus_redirect.d.ts.map +1 -0
- package/dist/utils/focus_redirect.js +24 -0
- package/dist/utils/focus_redirect.js.map +1 -0
- package/dist/utils/hooks/make_context_hook.d.ts +5 -0
- package/dist/utils/hooks/make_context_hook.d.ts.map +1 -0
- package/dist/utils/hooks/make_context_hook.js +11 -0
- package/dist/utils/hooks/make_context_hook.js.map +1 -0
- package/dist/utils/hooks/use_draggable.d.ts +8 -0
- package/dist/utils/hooks/use_draggable.d.ts.map +1 -0
- package/dist/utils/hooks/use_draggable.js +30 -0
- package/dist/utils/hooks/use_draggable.js.map +1 -0
- package/dist/utils/hooks/use_fork_ref.d.ts +3 -0
- package/dist/utils/hooks/use_fork_ref.d.ts.map +1 -0
- package/dist/utils/hooks/use_fork_ref.js +12 -0
- package/dist/utils/hooks/use_fork_ref.js.map +1 -0
- package/dist/utils/hooks/use_media_query.d.ts +9 -0
- package/dist/utils/hooks/use_media_query.d.ts.map +1 -0
- package/dist/utils/hooks/use_media_query.js +16 -0
- package/dist/utils/hooks/use_media_query.js.map +1 -0
- package/dist/utils/hooks/use_resize_observer.d.ts +9 -0
- package/dist/utils/hooks/use_resize_observer.d.ts.map +1 -0
- package/dist/utils/hooks/use_resize_observer.js +78 -0
- package/dist/utils/hooks/use_resize_observer.js.map +1 -0
- package/dist/utils/index.d.ts +17 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +30 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/responsive/responsive_renderer.d.ts +21 -0
- package/dist/utils/responsive/responsive_renderer.d.ts.map +1 -0
- package/dist/utils/responsive/responsive_renderer.js +12 -0
- package/dist/utils/responsive/responsive_renderer.js.map +1 -0
- package/dist/utils/scroll_away_listener.d.ts +18 -0
- package/dist/utils/scroll_away_listener.d.ts.map +1 -0
- package/dist/utils/scroll_away_listener.js +23 -0
- package/dist/utils/scroll_away_listener.js.map +1 -0
- package/dist/utils/types/dimensions.d.ts +15 -0
- package/dist/utils/types/dimensions.d.ts.map +1 -0
- package/dist/utils/types/variations.d.ts +5 -0
- package/dist/utils/types/variations.d.ts.map +1 -0
- package/dist/v_field.css +0 -0
- package/dist/window.css +1 -0
- package/package.json +136 -0
- package/src/actions/button/__stories__/button.stories.tsx +159 -0
- package/src/actions/button/__stories__/button_group.stories.tsx +106 -0
- package/src/actions/button/__stories__/select_group.stories.tsx +156 -0
- package/src/actions/button/__stories__/slim_button.stories.tsx +274 -0
- package/src/actions/button/base_button/base_button.module.css +15 -0
- package/src/actions/button/base_button/base_button.tsx +81 -0
- package/src/actions/button/button/button.module.css +129 -0
- package/src/actions/button/button/button.tsx +21 -0
- package/src/actions/button/button_group/button_group.module.css +67 -0
- package/src/actions/button/button_group/button_group.tsx +69 -0
- package/src/actions/button/select_group/select_group.module.css +67 -0
- package/src/actions/button/select_group/select_group.tsx +78 -0
- package/src/actions/button/select_group/single_select_group.tsx +48 -0
- package/src/actions/button/slim_button/slim_button.module.css +33 -0
- package/src/actions/button/slim_button/slim_button.tsx +18 -0
- package/src/actions/index.ts +19 -0
- package/src/feedback/index.ts +3 -0
- package/src/feedback/lazy/lazy.stories.tsx +56 -0
- package/src/feedback/lazy/lazy.tsx +53 -0
- package/src/feedback/loading/__storybook__/loading.stories.tsx +81 -0
- package/src/feedback/loading/__storybook__/storybook_custom_lines.module.css +3 -0
- package/src/feedback/loading/loading.module.css +20 -0
- package/src/feedback/loading/loading.tsx +71 -0
- package/src/feedback/progress/progress_bar.module.css +59 -0
- package/src/feedback/progress/progress_bar.stories.tsx +48 -0
- package/src/feedback/progress/progress_bar.tsx +43 -0
- package/src/feedback/storybook.module.css +5 -0
- package/src/form/field/common/field_control/field_control.module.css +20 -0
- package/src/form/field/common/field_control/field_control.tsx +53 -0
- package/src/form/field/common/field_description.tsx +26 -0
- package/src/form/field/common/field_error.tsx +37 -0
- package/src/form/field/common/field_header.tsx +40 -0
- package/src/form/field/common/field_label.tsx +38 -0
- package/src/form/field/common/status_input/status_input.module.css +10 -0
- package/src/form/field/common/status_input/status_input.tsx +84 -0
- package/src/form/field/common/types.ts +9 -0
- package/src/form/field/field.stories.tsx +131 -0
- package/src/form/field/field.tsx +37 -0
- package/src/form/field/form_field.tsx +29 -0
- package/src/form/field/h_field/h_field.module.css +6 -0
- package/src/form/field/h_field/h_field.stories.tsx +90 -0
- package/src/form/field/h_field/h_field.tsx +70 -0
- package/src/form/field/v_field/v_field.module.css +0 -0
- package/src/form/field/v_field/v_field.stories.tsx +90 -0
- package/src/form/field/v_field/v_field.tsx +74 -0
- package/src/form/field_presenters/field_presenter.ts +162 -0
- package/src/form/field_presenters/options_field_presenter.ts +36 -0
- package/src/form/field_set/field_set.module.css +17 -0
- package/src/form/field_set/field_set.stories.tsx +102 -0
- package/src/form/field_set/field_set.tsx +65 -0
- package/src/form/form_field.tsx +29 -0
- package/src/form/index.ts +5 -0
- package/src/inputs/__storybook__/stories.module.css +5 -0
- package/src/inputs/checkbox/checkbox.module.css +51 -0
- package/src/inputs/checkbox/checkbox.stories.tsx +48 -0
- package/src/inputs/checkbox/checkbox.tsx +43 -0
- package/src/inputs/checkbox/checkbox_row.tsx +29 -0
- package/src/inputs/color_input/color_input.module.css +62 -0
- package/src/inputs/color_input/color_input.stories.tsx +39 -0
- package/src/inputs/color_input/color_input.tsx +153 -0
- package/src/inputs/color_input/color_picker.module.css +13 -0
- package/src/inputs/color_input/color_picker.tsx +41 -0
- package/src/inputs/combo_box/combo_box.stories.tsx +93 -0
- package/src/inputs/combo_box/combo_box.tsx +153 -0
- package/src/inputs/date_picker/date_picker.module.css +20 -0
- package/src/inputs/date_picker/date_picker.stories.tsx +126 -0
- package/src/inputs/date_picker/date_picker.tsx +170 -0
- package/src/inputs/date_picker/date_picker_body.tsx +53 -0
- package/src/inputs/date_picker/date_picker_date.module.css +78 -0
- package/src/inputs/date_picker/date_picker_date.tsx +99 -0
- package/src/inputs/date_picker/date_picker_day.module.css +4 -0
- package/src/inputs/date_picker/date_picker_day.tsx +29 -0
- package/src/inputs/date_picker/date_picker_header.module.css +3 -0
- package/src/inputs/date_picker/date_picker_header.tsx +98 -0
- package/src/inputs/date_picker/date_picker_input.module.css +61 -0
- package/src/inputs/date_picker/date_picker_input.stories.tsx +108 -0
- package/src/inputs/date_picker/date_picker_input.tsx +180 -0
- package/src/inputs/date_picker/date_picker_presenter.ts +426 -0
- package/src/inputs/date_picker/date_picker_time_selector.module.css +33 -0
- package/src/inputs/date_picker/date_picker_time_selector.tsx +112 -0
- package/src/inputs/date_picker/date_picker_year_input.module.css +49 -0
- package/src/inputs/date_picker/date_picker_year_input.tsx +51 -0
- package/src/inputs/date_picker/date_picker_year_selector.module.css +51 -0
- package/src/inputs/date_picker/date_picker_year_selector.tsx +130 -0
- package/src/inputs/index.ts +60 -0
- package/src/inputs/input/input.module.css +80 -0
- package/src/inputs/input/input.stories.tsx +129 -0
- package/src/inputs/input/input.tsx +36 -0
- package/src/inputs/mask_input/__tests__/mask_presenter.test.ts +131 -0
- package/src/inputs/mask_input/alpha_character.ts +13 -0
- package/src/inputs/mask_input/alpha_numeric_character.ts +13 -0
- package/src/inputs/mask_input/character.ts +31 -0
- package/src/inputs/mask_input/constant_character.ts +46 -0
- package/src/inputs/mask_input/key_capture_input.stories.tsx +69 -0
- package/src/inputs/mask_input/key_capture_input.tsx +144 -0
- package/src/inputs/mask_input/language_character.ts +13 -0
- package/src/inputs/mask_input/mask.ts +309 -0
- package/src/inputs/mask_input/mask_config.ts +25 -0
- package/src/inputs/mask_input/mask_cursor.ts +23 -0
- package/src/inputs/mask_input/mask_input.stories.tsx +63 -0
- package/src/inputs/mask_input/mask_input.tsx +246 -0
- package/src/inputs/mask_input/mask_presenter.ts +306 -0
- package/src/inputs/mask_input/numeric_character.ts +13 -0
- package/src/inputs/mask_input/regex_character.ts +62 -0
- package/src/inputs/multi_combo_box/multi_combo_box.module.css +3 -0
- package/src/inputs/multi_combo_box/multi_combo_box.stories.tsx +71 -0
- package/src/inputs/multi_combo_box/multi_combo_box.tsx +133 -0
- package/src/inputs/multiselect/multiselect.module.css +3 -0
- package/src/inputs/multiselect/multiselect.tsx +133 -0
- package/src/inputs/multiselect/multiselect_inline_values.tsx +49 -0
- package/src/inputs/multiselect/multiselect_row.tsx +57 -0
- package/src/inputs/multiselect/multiselect_values.module.css +31 -0
- package/src/inputs/multiselect/multiselect_values.tsx +63 -0
- package/src/inputs/multiselect/mutliselect.stories.tsx +112 -0
- package/src/inputs/options/option.tsx +23 -0
- package/src/inputs/options/utils.ts +18 -0
- package/src/inputs/phone_number_input/__tests__/utils.test.ts +52 -0
- package/src/inputs/phone_number_input/countries_phone_information.ts +846 -0
- package/src/inputs/phone_number_input/phone_number_input.module.css +50 -0
- package/src/inputs/phone_number_input/phone_number_input.stories.tsx +119 -0
- package/src/inputs/phone_number_input/phone_number_input.tsx +329 -0
- package/src/inputs/phone_number_input/utils.ts +7 -0
- package/src/inputs/radio/radio.module.css +87 -0
- package/src/inputs/radio/radio.stories.tsx +20 -0
- package/src/inputs/radio/radio.tsx +68 -0
- package/src/inputs/radio/radio_row.tsx +45 -0
- package/src/inputs/select/select.module.css +66 -0
- package/src/inputs/select/select.stories.tsx +173 -0
- package/src/inputs/select/select.tsx +160 -0
- package/src/inputs/slider/slider.module.css +150 -0
- package/src/inputs/slider/slider.stories.tsx +52 -0
- package/src/inputs/slider/slider.tsx +57 -0
- package/src/inputs/slider/slider_row.tsx +33 -0
- package/src/inputs/suggestions/suggestion_item.module.css +54 -0
- package/src/inputs/suggestions/suggestion_item.tsx +53 -0
- package/src/inputs/suggestions/suggestion_list.module.css +29 -0
- package/src/inputs/suggestions/suggestion_list.stories.tsx +348 -0
- package/src/inputs/suggestions/suggestion_list.tsx +411 -0
- package/src/inputs/switch/TODO.md +3 -0
- package/src/inputs/switch/switch.module.css +110 -0
- package/src/inputs/switch/switch.stories.tsx +63 -0
- package/src/inputs/switch/switch.tsx +82 -0
- package/src/inputs/switch/switch_row.tsx +33 -0
- package/src/inputs/textarea/textarea.module.css +66 -0
- package/src/inputs/textarea/textarea.stories.tsx +44 -0
- package/src/inputs/textarea/textarea.tsx +32 -0
- package/src/inputs/textarea/textarea_row.tsx +24 -0
- package/src/inputs/unit_input/unit_input.module.css +23 -0
- package/src/inputs/unit_input/unit_input.stories.tsx +100 -0
- package/src/inputs/unit_input/unit_input.tsx +115 -0
- package/src/layouts/column/column.module.css +33 -0
- package/src/layouts/column/column.tsx +57 -0
- package/src/layouts/divider/__stories__/divider.stories.tsx +103 -0
- package/src/layouts/divider/divider.module.css +102 -0
- package/src/layouts/divider/divider.tsx +81 -0
- package/src/layouts/draggable_list/draggable_list.tsx +5 -0
- package/src/layouts/drawers/__stories__/drawers.stories.tsx +26 -0
- package/src/layouts/drawers/drawer_bottom/drawer_bottom.module.css +3 -0
- package/src/layouts/drawers/drawer_bottom/drawer_bottom.tsx +23 -0
- package/src/layouts/drawers/drawer_end/drawer_end.module.css +3 -0
- package/src/layouts/drawers/drawer_end/drawer_end.tsx +24 -0
- package/src/layouts/drawers/drawer_start/drawer_start.module.css +3 -0
- package/src/layouts/drawers/drawer_start/drawer_start.tsx +23 -0
- package/src/layouts/drawers/drawer_top/drawer_top.module.css +3 -0
- package/src/layouts/drawers/drawer_top/drawer_top.tsx +24 -0
- package/src/layouts/footer/footer.module.css +31 -0
- package/src/layouts/footer/footer.tsx +29 -0
- package/src/layouts/grid/grid.module.css +22 -0
- package/src/layouts/grid/grid.stories.tsx +260 -0
- package/src/layouts/grid/grid.tsx +120 -0
- package/src/layouts/header/header.module.css +6 -0
- package/src/layouts/header/header.tsx +37 -0
- package/src/layouts/index.ts +14 -0
- package/src/layouts/list/item.tsx +18 -0
- package/src/layouts/list/list.tsx +23 -0
- package/src/layouts/list/section_header.module.css +18 -0
- package/src/layouts/list/section_header.tsx +15 -0
- package/src/layouts/sidebar_end/sidebar_end.module.css +31 -0
- package/src/layouts/sidebar_end/sidebar_end.tsx +64 -0
- package/src/layouts/sidebar_start/sidebar_start.module.css +31 -0
- package/src/layouts/sidebar_start/sidebar_start.tsx +61 -0
- package/src/layouts/utility_bar/utility_bar.module.css +7 -0
- package/src/layouts/utility_bar/utility_bar.tsx +39 -0
- package/src/overlay/context_menu/context_menu.stories.tsx +79 -0
- package/src/overlay/context_menu/context_menu.tsx +55 -0
- package/src/overlay/menu/menu.module.css +33 -0
- package/src/overlay/menu/menu.stories.tsx +345 -0
- package/src/overlay/menu/menu.tsx +267 -0
- package/src/overlay/popper/popper.module.css +10 -0
- package/src/overlay/popper/popper.stories.tsx +431 -0
- package/src/overlay/popper/popper.tsx +218 -0
- package/src/overlay/portal/portal.css +35 -0
- package/src/overlay/portal/portal.stories.tsx +43 -0
- package/src/overlay/portal/portal.tsx +26 -0
- package/src/overlay/portal/portal_platform.tsx +120 -0
- package/src/overlay/portal/portal_platform_context.ts +11 -0
- package/src/overlay/tooltip/tooltip.module.css +3 -0
- package/src/overlay/tooltip/tooltip.stories.tsx +15 -0
- package/src/overlay/tooltip/tooltip.tsx +24 -0
- package/src/stacks/box/bottom_resize_handle.module.css +10 -0
- package/src/stacks/box/bottom_resize_handle.tsx +42 -0
- package/src/stacks/box/box.tsx +220 -0
- package/src/stacks/box/end_resize_handle.module.css +17 -0
- package/src/stacks/box/end_resize_handle.tsx +42 -0
- package/src/stacks/box/handle_props.ts +6 -0
- package/src/stacks/box/left_resize_handle.module.css +10 -0
- package/src/stacks/box/left_resize_handle.tsx +43 -0
- package/src/stacks/box/resize_handlers.ts +129 -0
- package/src/stacks/box/right_resize_handle.module.css +10 -0
- package/src/stacks/box/right_resize_handle.tsx +43 -0
- package/src/stacks/box/start_resize_handle.module.css +17 -0
- package/src/stacks/box/start_resize_handle.tsx +42 -0
- package/src/stacks/box/top_resize_handle.module.css +10 -0
- package/src/stacks/box/top_resize_handle.tsx +41 -0
- package/src/stacks/collapsible_box.module.css +37 -0
- package/src/stacks/collapsible_box.stories.tsx +66 -0
- package/src/stacks/demo.module.css +4 -0
- package/src/stacks/demo.stories.tsx +145 -0
- package/src/stacks/h_collapsible_box.tsx +48 -0
- package/src/stacks/h_stack.stories.tsx +107 -0
- package/src/stacks/h_stack.tsx +114 -0
- package/src/stacks/index.ts +11 -0
- package/src/stacks/spacer.tsx +47 -0
- package/src/stacks/stack.module.css +357 -0
- package/src/stacks/stacks.mdx +240 -0
- package/src/stacks/story_components/circle.module.css +7 -0
- package/src/stacks/story_components/circle.tsx +30 -0
- package/src/stacks/story_components/horizontal_border.tsx +15 -0
- package/src/stacks/story_components/picture_placeholder.module.css +3 -0
- package/src/stacks/story_components/picture_placeholder.tsx +42 -0
- package/src/stacks/story_components/rect.module.css +8 -0
- package/src/stacks/story_components/rect.tsx +36 -0
- package/src/stacks/story_components/style_box.tsx +19 -0
- package/src/stacks/types/alignment.ts +1 -0
- package/src/stacks/types/as.tsx +11 -0
- package/src/stacks/types/common.ts +4 -0
- package/src/stacks/types/styles.ts +44 -0
- package/src/stacks/utils/extract_style_props.ts +323 -0
- package/src/stacks/utils/isCustomSizeProp.ts +3 -0
- package/src/stacks/utils/remove_undefined_properties.ts +11 -0
- package/src/stacks/utils/use_is_collapsed.ts +33 -0
- package/src/stacks/v_collapsible_box.tsx +48 -0
- package/src/stacks/v_stack.stories.tsx +40 -0
- package/src/stacks/v_stack.tsx +118 -0
- package/src/stacks/z_stack.stories.tsx +119 -0
- package/src/stacks/z_stack.tsx +104 -0
- package/src/surfaces/alert/alert.stories.tsx +33 -0
- package/src/surfaces/alert/alert.tsx +30 -0
- package/src/surfaces/card/card.module.css +5 -0
- package/src/surfaces/card/card.tsx +24 -0
- package/src/surfaces/confirm/confirm.module.css +40 -0
- package/src/surfaces/confirm/confirm.stories.tsx +43 -0
- package/src/surfaces/confirm/confirm.tsx +91 -0
- package/src/surfaces/index.ts +10 -0
- package/src/surfaces/modal/modal.module.css +3 -0
- package/src/surfaces/modal/modal.stories.tsx +15 -0
- package/src/surfaces/modal/modal.tsx +19 -0
- package/src/surfaces/page/h_page.tsx +23 -0
- package/src/surfaces/page/page.module.css +12 -0
- package/src/surfaces/page/v_page.tsx +22 -0
- package/src/surfaces/panel/h_panel.tsx +59 -0
- package/src/surfaces/panel/panel.module.css +14 -0
- package/src/surfaces/panel/v_panel.tsx +59 -0
- package/src/surfaces/popover/popover.tsx +53 -0
- package/src/surfaces/window/window.module.css +5 -0
- package/src/surfaces/window/window.stories.tsx +15 -0
- package/src/surfaces/window/window.tsx +21 -0
- package/src/themes/index.ts +5 -0
- package/src/themes/stories/button_showcase.tsx +153 -0
- package/src/themes/stories/controls_fieldset.tsx +249 -0
- package/src/themes/stories/menu_showcase.tsx +508 -0
- package/src/themes/stories/themes.stories.tsx +35 -0
- package/src/themes/stylesheets/reset.css +134 -0
- package/src/themes/stylesheets/reset.ts +4 -0
- package/src/themes/theme.tsx +14 -0
- package/src/themes/theme_variables.ts +81 -0
- package/src/themes/themes/ergo/ergo_theme.css +194 -0
- package/src/themes/themes/ergo/ergo_theme.ts +4 -0
- package/src/themes/themes/windows_98/windows_98.css +1165 -0
- package/src/themes/themes/windows_98/windows_98_theme.ts +4 -0
- package/src/tokens/badge/badge.module.css +14 -0
- package/src/tokens/badge/badge.stories.tsx +25 -0
- package/src/tokens/badge/badge.tsx +56 -0
- package/src/tokens/bubble/bubble.module.css +11 -0
- package/src/tokens/bubble/bubble.stories.tsx +168 -0
- package/src/tokens/bubble/bubble.tsx +53 -0
- package/src/tokens/chip/chip.module.css +13 -0
- package/src/tokens/chip/chip.stories.tsx +51 -0
- package/src/tokens/chip/chip.tsx +36 -0
- package/src/tokens/index.ts +3 -0
- package/src/typography/__tests__/sanity.test.ts +7 -0
- package/src/typography/body_text/body_text.module.css +60 -0
- package/src/typography/body_text/body_text.stories.tsx +46 -0
- package/src/typography/body_text/body_text.tsx +76 -0
- package/src/typography/callout/callout.module.css +55 -0
- package/src/typography/callout/callout.stories.tsx +94 -0
- package/src/typography/callout/callout.tsx +74 -0
- package/src/typography/caption/caption.module.css +55 -0
- package/src/typography/caption/caption.stories.tsx +94 -0
- package/src/typography/caption/caption.tsx +74 -0
- package/src/typography/footnote/footnote.module.css +55 -0
- package/src/typography/footnote/footnote.stories.tsx +94 -0
- package/src/typography/footnote/footnote.tsx +74 -0
- package/src/typography/headline/headline.module.css +56 -0
- package/src/typography/headline/headline.stories.tsx +94 -0
- package/src/typography/headline/headline.tsx +84 -0
- package/src/typography/index.ts +7 -0
- package/src/typography/subheadline/subheadline.module.css +56 -0
- package/src/typography/subheadline/subheadline.stories.tsx +94 -0
- package/src/typography/subheadline/subheadline.tsx +87 -0
- package/src/typography/title/title.module.css +53 -0
- package/src/typography/title/title.stories.tsx +46 -0
- package/src/typography/title/title.tsx +88 -0
- package/src/typography/typography-showcase.stories.tsx +347 -0
- package/src/utils/__stories__/use_draggable.stories.tsx +217 -0
- package/src/utils/calendar/calendar_date.ts +10 -0
- package/src/utils/calendar/calendar_dates_generator.ts +59 -0
- package/src/utils/calendar/get_days_of_week.ts +17 -0
- package/src/utils/calendar/get_months_of_year.ts +32 -0
- package/src/utils/calendar/month.ts +16 -0
- package/src/utils/click_away_listener.stories.tsx +264 -0
- package/src/utils/click_away_listener.tsx +124 -0
- package/src/utils/default_value.test.ts +20 -0
- package/src/utils/default_value.ts +3 -0
- package/src/utils/focus_redirect.tsx +26 -0
- package/src/utils/hooks/make_context_hook.ts +17 -0
- package/src/utils/hooks/use_draggable.ts +74 -0
- package/src/utils/hooks/use_fork_ref.ts +18 -0
- package/src/utils/hooks/use_media_query.ts +32 -0
- package/src/utils/hooks/use_resize_observer.ts +148 -0
- package/src/utils/index.ts +20 -0
- package/src/utils/responsive/responsive_renderer.stories.tsx +77 -0
- package/src/utils/responsive/responsive_renderer.tsx +31 -0
- package/src/utils/scroll_away_listener.stories.tsx +293 -0
- package/src/utils/scroll_away_listener.tsx +55 -0
- package/src/utils/types/dimensions.ts +16 -0
- package/src/utils/types/variations.ts +4 -0
- package/tsconfig.json +30 -0
- package/types/css_variables.d.ts +8 -0
- package/types/file_types.d.ts +54 -0
|
@@ -0,0 +1,846 @@
|
|
|
1
|
+
import { MaskConfig } from '../mask_input/mask_config.js';
|
|
2
|
+
|
|
3
|
+
export interface CountryPhoneInformation {
|
|
4
|
+
name: string;
|
|
5
|
+
code: string;
|
|
6
|
+
prefix: string;
|
|
7
|
+
masks: MaskConfig[];
|
|
8
|
+
unicodeFlag: string;
|
|
9
|
+
keywords: string[];
|
|
10
|
+
}
|
|
11
|
+
export const countriesPhoneInformation: CountryPhoneInformation[] = [
|
|
12
|
+
{
|
|
13
|
+
name: 'United States',
|
|
14
|
+
code: 'US',
|
|
15
|
+
prefix: '+1',
|
|
16
|
+
masks: [
|
|
17
|
+
{
|
|
18
|
+
mask: '(999) 999-9999',
|
|
19
|
+
},
|
|
20
|
+
],
|
|
21
|
+
unicodeFlag: '🇺🇸',
|
|
22
|
+
keywords: ['united states', 'usa', 'us', 'america', 'american', 'states'],
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
name: 'Canada',
|
|
26
|
+
code: 'CA',
|
|
27
|
+
prefix: '+1',
|
|
28
|
+
masks: [
|
|
29
|
+
{
|
|
30
|
+
mask: '(999) 999-9999',
|
|
31
|
+
},
|
|
32
|
+
],
|
|
33
|
+
unicodeFlag: '🇨🇦',
|
|
34
|
+
keywords: ['canada', 'canadian', 'ca', 'can'],
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Dominican Republic',
|
|
38
|
+
code: 'DO',
|
|
39
|
+
prefix: '+1',
|
|
40
|
+
masks: [
|
|
41
|
+
{
|
|
42
|
+
mask: '(999) 999-9999',
|
|
43
|
+
},
|
|
44
|
+
],
|
|
45
|
+
unicodeFlag: '🇩🇴',
|
|
46
|
+
keywords: ['dominican republic', 'dominican', 'do', 'dom'],
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: 'Jamaica',
|
|
50
|
+
code: 'JM',
|
|
51
|
+
prefix: '+1',
|
|
52
|
+
masks: [
|
|
53
|
+
{
|
|
54
|
+
mask: '(999) 999-9999',
|
|
55
|
+
},
|
|
56
|
+
],
|
|
57
|
+
unicodeFlag: '🇯🇲',
|
|
58
|
+
keywords: ['jamaica', 'jamaican', 'jm', 'jam'],
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
name: 'Trinidad and Tobago',
|
|
62
|
+
code: 'TT',
|
|
63
|
+
prefix: '+1',
|
|
64
|
+
masks: [
|
|
65
|
+
{
|
|
66
|
+
mask: '(999) 999-9999',
|
|
67
|
+
},
|
|
68
|
+
],
|
|
69
|
+
unicodeFlag: '🇹🇹',
|
|
70
|
+
keywords: ['trinidad and tobago', 'trinidad', 'tobago', 'tt', 'tto'],
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
name: 'Kazakhstan',
|
|
74
|
+
code: 'KZ',
|
|
75
|
+
prefix: '+7',
|
|
76
|
+
masks: [
|
|
77
|
+
{
|
|
78
|
+
mask: '(999) 999-9999',
|
|
79
|
+
},
|
|
80
|
+
],
|
|
81
|
+
unicodeFlag: '🇰🇿',
|
|
82
|
+
keywords: ['kazakhstan', 'kazakh', 'kz', 'kaz'],
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
name: 'Russia',
|
|
86
|
+
code: 'RU',
|
|
87
|
+
prefix: '+7',
|
|
88
|
+
masks: [
|
|
89
|
+
{
|
|
90
|
+
mask: '999 999-99-99',
|
|
91
|
+
},
|
|
92
|
+
],
|
|
93
|
+
unicodeFlag: '🇷🇺',
|
|
94
|
+
keywords: ['russia', 'russian', 'ru', 'rus'],
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
name: 'Egypt',
|
|
98
|
+
code: 'EG',
|
|
99
|
+
prefix: '+20',
|
|
100
|
+
masks: [
|
|
101
|
+
{
|
|
102
|
+
mask: '9999 999 9999',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
mask: '999 999 9999',
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
unicodeFlag: '🇪🇬',
|
|
109
|
+
keywords: ['egypt', 'egyptian', 'eg', 'egy'],
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
name: 'South Africa',
|
|
113
|
+
code: 'ZA',
|
|
114
|
+
prefix: '+27',
|
|
115
|
+
masks: [
|
|
116
|
+
{
|
|
117
|
+
mask: '999 999 9999',
|
|
118
|
+
},
|
|
119
|
+
],
|
|
120
|
+
unicodeFlag: '🇿🇦',
|
|
121
|
+
keywords: ['south africa', 'south african', 'za', 'sa'],
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
name: 'Greece',
|
|
125
|
+
code: 'GR',
|
|
126
|
+
prefix: '+30',
|
|
127
|
+
masks: [
|
|
128
|
+
{
|
|
129
|
+
mask: '999 9999 9999',
|
|
130
|
+
},
|
|
131
|
+
],
|
|
132
|
+
unicodeFlag: '🇬🇷',
|
|
133
|
+
keywords: ['greece', 'greek', 'gr', 'gre'],
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
name: 'Netherlands',
|
|
137
|
+
code: 'NL',
|
|
138
|
+
prefix: '+31',
|
|
139
|
+
masks: [
|
|
140
|
+
{
|
|
141
|
+
mask: '999 999 9999',
|
|
142
|
+
},
|
|
143
|
+
],
|
|
144
|
+
unicodeFlag: '🇳🇱',
|
|
145
|
+
keywords: ['netherlands', 'dutch', 'nl', 'holland'],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
name: 'Belgium',
|
|
149
|
+
code: 'BE',
|
|
150
|
+
prefix: '+32',
|
|
151
|
+
masks: [
|
|
152
|
+
{
|
|
153
|
+
mask: '999 99 99 99',
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
unicodeFlag: '🇧🇪',
|
|
157
|
+
keywords: ['belgium', 'belgian', 'be', 'bel'],
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
name: 'France',
|
|
161
|
+
code: 'FR',
|
|
162
|
+
prefix: '+33',
|
|
163
|
+
masks: [
|
|
164
|
+
{
|
|
165
|
+
mask: '99 99 99 99 99',
|
|
166
|
+
},
|
|
167
|
+
],
|
|
168
|
+
unicodeFlag: '🇫🇷',
|
|
169
|
+
keywords: ['france', 'french', 'fr', 'fra'],
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
name: 'Spain',
|
|
173
|
+
code: 'ES',
|
|
174
|
+
prefix: '+34',
|
|
175
|
+
masks: [
|
|
176
|
+
{
|
|
177
|
+
mask: '99 999 99 99',
|
|
178
|
+
},
|
|
179
|
+
],
|
|
180
|
+
unicodeFlag: '🇪🇸',
|
|
181
|
+
keywords: ['spain', 'spanish', 'es', 'spa'],
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
name: 'Hungary',
|
|
185
|
+
code: 'HU',
|
|
186
|
+
prefix: '+36',
|
|
187
|
+
masks: [
|
|
188
|
+
{
|
|
189
|
+
mask: '(99) 999 9999',
|
|
190
|
+
},
|
|
191
|
+
],
|
|
192
|
+
unicodeFlag: 'ðŸ‡ðŸ‡º',
|
|
193
|
+
keywords: ['hungary', 'hungarian', 'hu', 'hun'],
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
name: 'Italy',
|
|
197
|
+
code: 'IT',
|
|
198
|
+
prefix: '+39',
|
|
199
|
+
masks: [
|
|
200
|
+
{
|
|
201
|
+
mask: '999 999 9999',
|
|
202
|
+
},
|
|
203
|
+
],
|
|
204
|
+
unicodeFlag: '🇮🇹',
|
|
205
|
+
keywords: ['italy', 'italian', 'it', 'ita'],
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
name: 'Romania',
|
|
209
|
+
code: 'RO',
|
|
210
|
+
prefix: '+40',
|
|
211
|
+
masks: [
|
|
212
|
+
{
|
|
213
|
+
mask: '999 999 999',
|
|
214
|
+
},
|
|
215
|
+
],
|
|
216
|
+
unicodeFlag: '🇷🇴',
|
|
217
|
+
keywords: ['romania', 'romanian', 'ro', 'rou'],
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
name: 'Switzerland',
|
|
221
|
+
code: 'CH',
|
|
222
|
+
prefix: '+41',
|
|
223
|
+
masks: [
|
|
224
|
+
{
|
|
225
|
+
mask: '99 999 99 99',
|
|
226
|
+
},
|
|
227
|
+
],
|
|
228
|
+
unicodeFlag: '🇨ðŸ‡',
|
|
229
|
+
keywords: ['switzerland', 'swiss', 'ch', 'che'],
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
name: 'Austria',
|
|
233
|
+
code: 'AT',
|
|
234
|
+
prefix: '+43',
|
|
235
|
+
masks: [
|
|
236
|
+
{
|
|
237
|
+
mask: '(99) 999 9999',
|
|
238
|
+
},
|
|
239
|
+
],
|
|
240
|
+
unicodeFlag: '🇦🇹',
|
|
241
|
+
keywords: ['austria', 'austrian', 'at', 'aut'],
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
name: 'United Kingdom',
|
|
245
|
+
code: 'GB',
|
|
246
|
+
prefix: '+44',
|
|
247
|
+
masks: [
|
|
248
|
+
{
|
|
249
|
+
mask: '99999 999999',
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
mask: '9999 9999',
|
|
253
|
+
},
|
|
254
|
+
],
|
|
255
|
+
unicodeFlag: '🇬🇧',
|
|
256
|
+
keywords: ['united kingdom', 'uk', 'britain', 'british', 'gb', 'england'],
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
name: 'Denmark',
|
|
260
|
+
code: 'DK',
|
|
261
|
+
prefix: '+45',
|
|
262
|
+
masks: [
|
|
263
|
+
{
|
|
264
|
+
mask: '99 99 99 99',
|
|
265
|
+
},
|
|
266
|
+
],
|
|
267
|
+
unicodeFlag: '🇩🇰',
|
|
268
|
+
keywords: ['denmark', 'danish', 'dk', 'den'],
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
name: 'Sweden',
|
|
272
|
+
code: 'SE',
|
|
273
|
+
prefix: '+46',
|
|
274
|
+
masks: [
|
|
275
|
+
{
|
|
276
|
+
mask: '99 999 9999',
|
|
277
|
+
},
|
|
278
|
+
],
|
|
279
|
+
unicodeFlag: '🇸🇪',
|
|
280
|
+
keywords: ['sweden', 'swedish', 'se', 'swe'],
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
name: 'Norway',
|
|
284
|
+
code: 'NO',
|
|
285
|
+
prefix: '+47',
|
|
286
|
+
masks: [
|
|
287
|
+
{
|
|
288
|
+
mask: '999 99 999',
|
|
289
|
+
},
|
|
290
|
+
],
|
|
291
|
+
unicodeFlag: '🇳🇴',
|
|
292
|
+
keywords: ['norway', 'norwegian', 'no', 'nor'],
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
name: 'Poland',
|
|
296
|
+
code: 'PL',
|
|
297
|
+
prefix: '+48',
|
|
298
|
+
masks: [
|
|
299
|
+
{
|
|
300
|
+
mask: '999 999 999',
|
|
301
|
+
},
|
|
302
|
+
],
|
|
303
|
+
unicodeFlag: '🇵🇱',
|
|
304
|
+
keywords: ['poland', 'polish', 'pl', 'pol'],
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
name: 'Germany',
|
|
308
|
+
code: 'DE',
|
|
309
|
+
prefix: '+49',
|
|
310
|
+
masks: [
|
|
311
|
+
{
|
|
312
|
+
mask: '999 9999 9999',
|
|
313
|
+
},
|
|
314
|
+
],
|
|
315
|
+
unicodeFlag: '🇩🇪',
|
|
316
|
+
keywords: ['germany', 'german', 'de', 'deu'],
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
name: 'Peru',
|
|
320
|
+
code: 'PE',
|
|
321
|
+
prefix: '+51',
|
|
322
|
+
masks: [
|
|
323
|
+
{
|
|
324
|
+
mask: '(99) 999 9999',
|
|
325
|
+
},
|
|
326
|
+
],
|
|
327
|
+
unicodeFlag: '🇵🇪',
|
|
328
|
+
keywords: ['peru', 'peruvian', 'pe', 'per'],
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
name: 'Mexico',
|
|
332
|
+
code: 'MX',
|
|
333
|
+
prefix: '+52',
|
|
334
|
+
masks: [
|
|
335
|
+
{
|
|
336
|
+
mask: '(999) 999 9999',
|
|
337
|
+
},
|
|
338
|
+
],
|
|
339
|
+
unicodeFlag: '🇲🇽',
|
|
340
|
+
keywords: ['mexico', 'mexican', 'mx', 'mex'],
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
name: 'Cuba',
|
|
344
|
+
code: 'CU',
|
|
345
|
+
prefix: '+53',
|
|
346
|
+
masks: [
|
|
347
|
+
{
|
|
348
|
+
mask: '(99) 999 9999',
|
|
349
|
+
},
|
|
350
|
+
],
|
|
351
|
+
unicodeFlag: '🇨🇺',
|
|
352
|
+
keywords: ['cuba', 'cuban', 'cu', 'cub'],
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
name: 'Argentina',
|
|
356
|
+
code: 'AR',
|
|
357
|
+
prefix: '+54',
|
|
358
|
+
masks: [
|
|
359
|
+
{
|
|
360
|
+
mask: '(99) 9999-9999',
|
|
361
|
+
},
|
|
362
|
+
],
|
|
363
|
+
unicodeFlag: '🇦🇷',
|
|
364
|
+
keywords: ['argentina', 'argentine', 'ar', 'arg'],
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
name: 'Brazil',
|
|
368
|
+
code: 'BR',
|
|
369
|
+
prefix: '+55',
|
|
370
|
+
masks: [
|
|
371
|
+
{
|
|
372
|
+
mask: '(99) 99999-9999',
|
|
373
|
+
},
|
|
374
|
+
],
|
|
375
|
+
unicodeFlag: '🇧🇷',
|
|
376
|
+
keywords: ['brazil', 'brazilian', 'br', 'bra'],
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
name: 'Chile',
|
|
380
|
+
code: 'CL',
|
|
381
|
+
prefix: '+56',
|
|
382
|
+
masks: [
|
|
383
|
+
{
|
|
384
|
+
mask: '999 999 999',
|
|
385
|
+
},
|
|
386
|
+
],
|
|
387
|
+
unicodeFlag: '🇨🇱',
|
|
388
|
+
keywords: ['chile', 'chilean', 'cl', 'chl'],
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
name: 'Colombia',
|
|
392
|
+
code: 'CO',
|
|
393
|
+
prefix: '+57',
|
|
394
|
+
masks: [
|
|
395
|
+
{
|
|
396
|
+
mask: '999 999 9999',
|
|
397
|
+
},
|
|
398
|
+
],
|
|
399
|
+
unicodeFlag: '🇨🇴',
|
|
400
|
+
keywords: ['colombia', 'colombian', 'co', 'col'],
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
name: 'Venezuela',
|
|
404
|
+
code: 'VE',
|
|
405
|
+
prefix: '+58',
|
|
406
|
+
masks: [
|
|
407
|
+
{
|
|
408
|
+
mask: '999 999 9999',
|
|
409
|
+
},
|
|
410
|
+
],
|
|
411
|
+
unicodeFlag: '🇻🇪',
|
|
412
|
+
keywords: ['venezuela', 'venezuelan', 've', 'ven'],
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
name: 'Malaysia',
|
|
416
|
+
code: 'MY',
|
|
417
|
+
prefix: '+60',
|
|
418
|
+
masks: [
|
|
419
|
+
{
|
|
420
|
+
mask: '999 999 999',
|
|
421
|
+
},
|
|
422
|
+
],
|
|
423
|
+
unicodeFlag: '🇲🇾',
|
|
424
|
+
keywords: ['malaysia', 'malaysian', 'my', 'mys'],
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
name: 'Australia',
|
|
428
|
+
code: 'AU',
|
|
429
|
+
prefix: '+61',
|
|
430
|
+
masks: [
|
|
431
|
+
{
|
|
432
|
+
mask: '999 999 999',
|
|
433
|
+
},
|
|
434
|
+
],
|
|
435
|
+
unicodeFlag: '🇦🇺',
|
|
436
|
+
keywords: ['australia', 'australian', 'au', 'aus'],
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
name: 'Indonesia',
|
|
440
|
+
code: 'ID',
|
|
441
|
+
prefix: '+62',
|
|
442
|
+
masks: [
|
|
443
|
+
{
|
|
444
|
+
mask: '999 999 999',
|
|
445
|
+
},
|
|
446
|
+
],
|
|
447
|
+
unicodeFlag: '🇮🇩',
|
|
448
|
+
keywords: ['indonesia', 'indonesian', 'id', 'idn'],
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
name: 'Philippines',
|
|
452
|
+
code: 'PH',
|
|
453
|
+
prefix: '+63',
|
|
454
|
+
masks: [
|
|
455
|
+
{
|
|
456
|
+
mask: '999 999 9999',
|
|
457
|
+
},
|
|
458
|
+
],
|
|
459
|
+
unicodeFlag: '🇵ðŸ‡',
|
|
460
|
+
keywords: ['philippines', 'filipino', 'ph', 'phl'],
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
name: 'New Zealand',
|
|
464
|
+
code: 'NZ',
|
|
465
|
+
prefix: '+64',
|
|
466
|
+
masks: [
|
|
467
|
+
{
|
|
468
|
+
mask: '999 999 999',
|
|
469
|
+
},
|
|
470
|
+
],
|
|
471
|
+
unicodeFlag: '🇳🇿',
|
|
472
|
+
keywords: ['new zealand', 'kiwi', 'nz', 'nze'],
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
name: 'Singapore',
|
|
476
|
+
code: 'SG',
|
|
477
|
+
prefix: '+65',
|
|
478
|
+
masks: [
|
|
479
|
+
{
|
|
480
|
+
mask: '9999 9999',
|
|
481
|
+
},
|
|
482
|
+
],
|
|
483
|
+
unicodeFlag: '🇸🇬',
|
|
484
|
+
keywords: ['singapore', 'singaporean', 'sg', 'sgp'],
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
name: 'Thailand',
|
|
488
|
+
code: 'TH',
|
|
489
|
+
prefix: '+66',
|
|
490
|
+
masks: [
|
|
491
|
+
{
|
|
492
|
+
mask: '999 999 999',
|
|
493
|
+
},
|
|
494
|
+
],
|
|
495
|
+
unicodeFlag: '🇹ðŸ‡',
|
|
496
|
+
keywords: ['thailand', 'thai', 'th', 'tha'],
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
name: 'Japan',
|
|
500
|
+
code: 'JP',
|
|
501
|
+
prefix: '+81',
|
|
502
|
+
masks: [
|
|
503
|
+
{
|
|
504
|
+
mask: '99-9999-9999',
|
|
505
|
+
},
|
|
506
|
+
],
|
|
507
|
+
unicodeFlag: '🇯🇵',
|
|
508
|
+
keywords: ['japan', 'japanese', 'jp', 'jpn'],
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
name: 'South Korea',
|
|
512
|
+
code: 'KR',
|
|
513
|
+
prefix: '+82',
|
|
514
|
+
masks: [
|
|
515
|
+
{
|
|
516
|
+
mask: '(999) 9999-9999',
|
|
517
|
+
},
|
|
518
|
+
],
|
|
519
|
+
unicodeFlag: '🇰🇷',
|
|
520
|
+
keywords: ['south korea', 'korean', 'kr', 'kor'],
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
name: 'Vietnam',
|
|
524
|
+
code: 'VN',
|
|
525
|
+
prefix: '+84',
|
|
526
|
+
masks: [
|
|
527
|
+
{
|
|
528
|
+
mask: '999 999 9999',
|
|
529
|
+
},
|
|
530
|
+
],
|
|
531
|
+
unicodeFlag: '🇻🇳',
|
|
532
|
+
keywords: ['vietnam', 'vietnamese', 'vn', 'vnm'],
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
name: 'China',
|
|
536
|
+
code: 'CN',
|
|
537
|
+
prefix: '+86',
|
|
538
|
+
masks: [
|
|
539
|
+
{
|
|
540
|
+
mask: '999 9999 9999',
|
|
541
|
+
},
|
|
542
|
+
],
|
|
543
|
+
unicodeFlag: '🇨🇳',
|
|
544
|
+
keywords: ['china', 'chinese', 'cn', 'chn'],
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
name: 'Turkey',
|
|
548
|
+
code: 'TR',
|
|
549
|
+
prefix: '+90',
|
|
550
|
+
masks: [
|
|
551
|
+
{
|
|
552
|
+
mask: '(999) 999 99 99',
|
|
553
|
+
},
|
|
554
|
+
],
|
|
555
|
+
unicodeFlag: '🇹🇷',
|
|
556
|
+
keywords: ['turkey', 'turkish', 'tr', 'tur'],
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
name: 'India',
|
|
560
|
+
code: 'IN',
|
|
561
|
+
prefix: '+91',
|
|
562
|
+
masks: [
|
|
563
|
+
{
|
|
564
|
+
mask: '99999-99999',
|
|
565
|
+
},
|
|
566
|
+
],
|
|
567
|
+
unicodeFlag: '🇮🇳',
|
|
568
|
+
keywords: ['india', 'indian', 'in', 'ind'],
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
name: 'Pakistan',
|
|
572
|
+
code: 'PK',
|
|
573
|
+
prefix: '+92',
|
|
574
|
+
masks: [
|
|
575
|
+
{
|
|
576
|
+
mask: '999 9999999',
|
|
577
|
+
},
|
|
578
|
+
],
|
|
579
|
+
unicodeFlag: '🇵🇰',
|
|
580
|
+
keywords: ['pakistan', 'pakistani', 'pk', 'pak'],
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
name: 'Afghanistan',
|
|
584
|
+
code: 'AF',
|
|
585
|
+
prefix: '+93',
|
|
586
|
+
masks: [
|
|
587
|
+
{
|
|
588
|
+
mask: '999 999 999',
|
|
589
|
+
},
|
|
590
|
+
],
|
|
591
|
+
unicodeFlag: '🇦🇫',
|
|
592
|
+
keywords: ['afghanistan', 'afghan', 'af', 'afg'],
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
name: 'Sri Lanka',
|
|
596
|
+
code: 'LK',
|
|
597
|
+
prefix: '+94',
|
|
598
|
+
masks: [
|
|
599
|
+
{
|
|
600
|
+
mask: '999 999 999',
|
|
601
|
+
},
|
|
602
|
+
],
|
|
603
|
+
unicodeFlag: '🇱🇰',
|
|
604
|
+
keywords: ['sri lanka', 'lankan', 'lk', 'lka'],
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
name: 'Myanmar',
|
|
608
|
+
code: 'MM',
|
|
609
|
+
prefix: '+95',
|
|
610
|
+
masks: [
|
|
611
|
+
{
|
|
612
|
+
mask: '999 999 999',
|
|
613
|
+
},
|
|
614
|
+
],
|
|
615
|
+
unicodeFlag: '🇲🇲',
|
|
616
|
+
keywords: ['myanmar', 'burma', 'burmese', 'mm', 'mmr'],
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
name: 'Iran',
|
|
620
|
+
code: 'IR',
|
|
621
|
+
prefix: '+98',
|
|
622
|
+
masks: [
|
|
623
|
+
{
|
|
624
|
+
mask: '999 999 9999',
|
|
625
|
+
},
|
|
626
|
+
],
|
|
627
|
+
unicodeFlag: '🇮🇷',
|
|
628
|
+
keywords: ['iran', 'iranian', 'ir', 'irn'],
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
name: 'Morocco',
|
|
632
|
+
code: 'MA',
|
|
633
|
+
prefix: '+212',
|
|
634
|
+
masks: [
|
|
635
|
+
{
|
|
636
|
+
mask: '999 999 999',
|
|
637
|
+
},
|
|
638
|
+
],
|
|
639
|
+
unicodeFlag: '🇲🇦',
|
|
640
|
+
keywords: ['morocco', 'moroccan', 'ma', 'mar'],
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
name: 'Iraq',
|
|
644
|
+
code: 'IQ',
|
|
645
|
+
prefix: '+964',
|
|
646
|
+
masks: [
|
|
647
|
+
{
|
|
648
|
+
mask: '999 999 9999',
|
|
649
|
+
},
|
|
650
|
+
],
|
|
651
|
+
unicodeFlag: '🇮🇶',
|
|
652
|
+
keywords: ['iraq', 'iraqi', 'iq', 'irq'],
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
name: 'Kuwait',
|
|
656
|
+
code: 'KW',
|
|
657
|
+
prefix: '+965',
|
|
658
|
+
masks: [
|
|
659
|
+
{
|
|
660
|
+
mask: '9999 9999',
|
|
661
|
+
},
|
|
662
|
+
],
|
|
663
|
+
unicodeFlag: '🇰🇼',
|
|
664
|
+
keywords: ['kuwait', 'kuwaiti', 'kw', 'kwt'],
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
name: 'Saudi Arabia',
|
|
668
|
+
code: 'SA',
|
|
669
|
+
prefix: '+966',
|
|
670
|
+
masks: [
|
|
671
|
+
{
|
|
672
|
+
mask: '999 999 9999',
|
|
673
|
+
},
|
|
674
|
+
],
|
|
675
|
+
unicodeFlag: '🇸🇦',
|
|
676
|
+
keywords: ['saudi arabia', 'saudi', 'sa', 'sau'],
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
name: 'Yemen',
|
|
680
|
+
code: 'YE',
|
|
681
|
+
prefix: '+967',
|
|
682
|
+
masks: [
|
|
683
|
+
{
|
|
684
|
+
mask: '999 999 999',
|
|
685
|
+
},
|
|
686
|
+
],
|
|
687
|
+
unicodeFlag: '🇾🇪',
|
|
688
|
+
keywords: ['yemen', 'yemeni', 'ye', 'yem'],
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
name: 'Oman',
|
|
692
|
+
code: 'OM',
|
|
693
|
+
prefix: '+968',
|
|
694
|
+
masks: [
|
|
695
|
+
{
|
|
696
|
+
mask: '9999 9999',
|
|
697
|
+
},
|
|
698
|
+
],
|
|
699
|
+
unicodeFlag: '🇴🇲',
|
|
700
|
+
keywords: ['oman', 'omani', 'om', 'omn'],
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
name: 'United Arab Emirates',
|
|
704
|
+
code: 'AE',
|
|
705
|
+
prefix: '+971',
|
|
706
|
+
masks: [
|
|
707
|
+
{
|
|
708
|
+
mask: '999 999 9999',
|
|
709
|
+
},
|
|
710
|
+
],
|
|
711
|
+
unicodeFlag: '🇦🇪',
|
|
712
|
+
keywords: ['united arab emirates', 'uae', 'emirates', 'ae', 'are'],
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
name: 'Israel',
|
|
716
|
+
code: 'IL',
|
|
717
|
+
prefix: '+972',
|
|
718
|
+
masks: [
|
|
719
|
+
{
|
|
720
|
+
mask: '99 999 9999',
|
|
721
|
+
},
|
|
722
|
+
],
|
|
723
|
+
unicodeFlag: '🇮🇱',
|
|
724
|
+
keywords: ['israel', 'israeli', 'il', 'isr'],
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
name: 'Bahrain',
|
|
728
|
+
code: 'BH',
|
|
729
|
+
prefix: '+973',
|
|
730
|
+
masks: [
|
|
731
|
+
{
|
|
732
|
+
mask: '9999 9999',
|
|
733
|
+
},
|
|
734
|
+
],
|
|
735
|
+
unicodeFlag: '🇧ðŸ‡',
|
|
736
|
+
keywords: ['bahrain', 'bahraini', 'bh', 'bhr'],
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
name: 'Qatar',
|
|
740
|
+
code: 'QA',
|
|
741
|
+
prefix: '+974',
|
|
742
|
+
masks: [
|
|
743
|
+
{
|
|
744
|
+
mask: '9999 9999',
|
|
745
|
+
},
|
|
746
|
+
],
|
|
747
|
+
unicodeFlag: '🇶🇦',
|
|
748
|
+
keywords: ['qatar', 'qatari', 'qa', 'qat'],
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
name: 'Mongolia',
|
|
752
|
+
code: 'MN',
|
|
753
|
+
prefix: '+976',
|
|
754
|
+
masks: [
|
|
755
|
+
{
|
|
756
|
+
mask: '9999 9999',
|
|
757
|
+
},
|
|
758
|
+
],
|
|
759
|
+
unicodeFlag: '🇲🇳',
|
|
760
|
+
keywords: ['mongolia', 'mongolian', 'mn', 'mng'],
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
name: 'Nepal',
|
|
764
|
+
code: 'NP',
|
|
765
|
+
prefix: '+977',
|
|
766
|
+
masks: [
|
|
767
|
+
{
|
|
768
|
+
mask: '999 999 9999',
|
|
769
|
+
},
|
|
770
|
+
],
|
|
771
|
+
unicodeFlag: '🇳🇵',
|
|
772
|
+
keywords: ['nepal', 'nepalese', 'np', 'npl'],
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
name: 'Tajikistan',
|
|
776
|
+
code: 'TJ',
|
|
777
|
+
prefix: '+992',
|
|
778
|
+
masks: [
|
|
779
|
+
{
|
|
780
|
+
mask: '999 999 999',
|
|
781
|
+
},
|
|
782
|
+
],
|
|
783
|
+
unicodeFlag: '🇹🇯',
|
|
784
|
+
keywords: ['tajikistan', 'tajik', 'tj', 'tjk'],
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
name: 'Turkmenistan',
|
|
788
|
+
code: 'TM',
|
|
789
|
+
prefix: '+993',
|
|
790
|
+
masks: [
|
|
791
|
+
{
|
|
792
|
+
mask: '999 999 999',
|
|
793
|
+
},
|
|
794
|
+
],
|
|
795
|
+
unicodeFlag: '🇹🇲',
|
|
796
|
+
keywords: ['turkmenistan', 'turkmen', 'tm', 'tkm'],
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
name: 'Azerbaijan',
|
|
800
|
+
code: 'AZ',
|
|
801
|
+
prefix: '+994',
|
|
802
|
+
masks: [
|
|
803
|
+
{
|
|
804
|
+
mask: '999 999 9999',
|
|
805
|
+
},
|
|
806
|
+
],
|
|
807
|
+
unicodeFlag: '🇦🇿',
|
|
808
|
+
keywords: ['azerbaijan', 'azerbaijani', 'az', 'aze'],
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
name: 'Georgia',
|
|
812
|
+
code: 'GE',
|
|
813
|
+
prefix: '+995',
|
|
814
|
+
masks: [
|
|
815
|
+
{
|
|
816
|
+
mask: '999 999 999',
|
|
817
|
+
},
|
|
818
|
+
],
|
|
819
|
+
unicodeFlag: '🇬🇪',
|
|
820
|
+
keywords: ['georgia', 'georgian', 'ge', 'geo'],
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
name: 'Kyrgyzstan',
|
|
824
|
+
code: 'KG',
|
|
825
|
+
prefix: '+996',
|
|
826
|
+
masks: [
|
|
827
|
+
{
|
|
828
|
+
mask: '999 999 999',
|
|
829
|
+
},
|
|
830
|
+
],
|
|
831
|
+
unicodeFlag: '🇰🇬',
|
|
832
|
+
keywords: ['kyrgyzstan', 'kyrgyz', 'kg', 'kgz'],
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
name: 'Uzbekistan',
|
|
836
|
+
code: 'UZ',
|
|
837
|
+
prefix: '+998',
|
|
838
|
+
masks: [
|
|
839
|
+
{
|
|
840
|
+
mask: '999 999 9999',
|
|
841
|
+
},
|
|
842
|
+
],
|
|
843
|
+
unicodeFlag: '🇺🇿',
|
|
844
|
+
keywords: ['uzbekistan', 'uzbek', 'uz', 'uzb'],
|
|
845
|
+
},
|
|
846
|
+
];
|