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