youtopia-ui 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +103 -0
- package/dist/components/action-modal.d.ts +10 -0
- package/dist/components/action-modal.d.ts.map +1 -0
- package/dist/components/bullet-points.d.ts +10 -0
- package/dist/components/bullet-points.d.ts.map +1 -0
- package/dist/components/candidate-profile-interior.d.ts +8 -0
- package/dist/components/candidate-profile-interior.d.ts.map +1 -0
- package/dist/components/card-type.d.ts +12 -0
- package/dist/components/card-type.d.ts.map +1 -0
- package/dist/components/combobox.d.ts +17 -0
- package/dist/components/combobox.d.ts.map +1 -0
- package/dist/components/company-profile-exterior.d.ts +7 -0
- package/dist/components/company-profile-exterior.d.ts.map +1 -0
- package/dist/components/content-tabs.d.ts +13 -0
- package/dist/components/content-tabs.d.ts.map +1 -0
- package/dist/components/content-title.d.ts +7 -0
- package/dist/components/content-title.d.ts.map +1 -0
- package/dist/components/content-variant.d.ts +8 -0
- package/dist/components/content-variant.d.ts.map +1 -0
- package/dist/components/data-table.d.ts +28 -0
- package/dist/components/data-table.d.ts.map +1 -0
- package/dist/components/date-picker.d.ts +13 -0
- package/dist/components/date-picker.d.ts.map +1 -0
- package/dist/components/empty-state.d.ts +14 -0
- package/dist/components/empty-state.d.ts.map +1 -0
- package/dist/components/error-message.d.ts +6 -0
- package/dist/components/error-message.d.ts.map +1 -0
- package/dist/components/features/buttons/buttons-summary-content.d.ts +2 -0
- package/dist/components/features/buttons/buttons-summary-content.d.ts.map +1 -0
- package/dist/components/features/buttons/destructive-buttons-content.d.ts +2 -0
- package/dist/components/features/buttons/destructive-buttons-content.d.ts.map +1 -0
- package/dist/components/features/buttons/ghost-buttons-content.d.ts +2 -0
- package/dist/components/features/buttons/ghost-buttons-content.d.ts.map +1 -0
- package/dist/components/features/buttons/link-buttons-content.d.ts +2 -0
- package/dist/components/features/buttons/link-buttons-content.d.ts.map +1 -0
- package/dist/components/features/buttons/outline-buttons-content.d.ts +2 -0
- package/dist/components/features/buttons/outline-buttons-content.d.ts.map +1 -0
- package/dist/components/features/buttons/primary-buttons-content.d.ts +2 -0
- package/dist/components/features/buttons/primary-buttons-content.d.ts.map +1 -0
- package/dist/components/features/buttons/secondary-buttons-content.d.ts +2 -0
- package/dist/components/features/buttons/secondary-buttons-content.d.ts.map +1 -0
- package/dist/components/features/cards/candidate-profile-content.d.ts +2 -0
- package/dist/components/features/cards/candidate-profile-content.d.ts.map +1 -0
- package/dist/components/features/cards/card-type-content.d.ts +2 -0
- package/dist/components/features/cards/card-type-content.d.ts.map +1 -0
- package/dist/components/features/cards/cards-summary-content.d.ts +2 -0
- package/dist/components/features/cards/cards-summary-content.d.ts.map +1 -0
- package/dist/components/features/cards/company-profile-content.d.ts +2 -0
- package/dist/components/features/cards/company-profile-content.d.ts.map +1 -0
- package/dist/components/features/cards/price-card-content.d.ts +2 -0
- package/dist/components/features/cards/price-card-content.d.ts.map +1 -0
- package/dist/components/features/cards/vacancy-profile-content.d.ts +2 -0
- package/dist/components/features/cards/vacancy-profile-content.d.ts.map +1 -0
- package/dist/components/features/forms/bullets-content.d.ts +2 -0
- package/dist/components/features/forms/bullets-content.d.ts.map +1 -0
- package/dist/components/features/forms/choice-content.d.ts +2 -0
- package/dist/components/features/forms/choice-content.d.ts.map +1 -0
- package/dist/components/features/forms/contact-content.d.ts +2 -0
- package/dist/components/features/forms/contact-content.d.ts.map +1 -0
- package/dist/components/features/forms/dates-content.d.ts +2 -0
- package/dist/components/features/forms/dates-content.d.ts.map +1 -0
- package/dist/components/features/forms/email-content.d.ts +2 -0
- package/dist/components/features/forms/email-content.d.ts.map +1 -0
- package/dist/components/features/forms/forms-summary-content.d.ts +2 -0
- package/dist/components/features/forms/forms-summary-content.d.ts.map +1 -0
- package/dist/components/features/forms/numbers-content.d.ts +2 -0
- package/dist/components/features/forms/numbers-content.d.ts.map +1 -0
- package/dist/components/features/forms/search-content.d.ts +2 -0
- package/dist/components/features/forms/search-content.d.ts.map +1 -0
- package/dist/components/features/forms/security-content.d.ts +2 -0
- package/dist/components/features/forms/security-content.d.ts.map +1 -0
- package/dist/components/features/forms/text-content.d.ts +2 -0
- package/dist/components/features/forms/text-content.d.ts.map +1 -0
- package/dist/components/features/forms/textarea-content.d.ts +2 -0
- package/dist/components/features/forms/textarea-content.d.ts.map +1 -0
- package/dist/components/features/forms/uploads-content.d.ts +2 -0
- package/dist/components/features/forms/uploads-content.d.ts.map +1 -0
- package/dist/components/features/miscellaneous/accordions-content.d.ts +2 -0
- package/dist/components/features/miscellaneous/accordions-content.d.ts.map +1 -0
- package/dist/components/features/miscellaneous/confirmation-content.d.ts +2 -0
- package/dist/components/features/miscellaneous/confirmation-content.d.ts.map +1 -0
- package/dist/components/features/miscellaneous/filter-content.d.ts +2 -0
- package/dist/components/features/miscellaneous/filter-content.d.ts.map +1 -0
- package/dist/components/features/miscellaneous/miscellaneous-summary-content.d.ts +2 -0
- package/dist/components/features/miscellaneous/miscellaneous-summary-content.d.ts.map +1 -0
- package/dist/components/features/miscellaneous/tabs-content.d.ts +2 -0
- package/dist/components/features/miscellaneous/tabs-content.d.ts.map +1 -0
- package/dist/components/features/tables/actioned-4-col-datatable.d.ts +2 -0
- package/dist/components/features/tables/actioned-4-col-datatable.d.ts.map +1 -0
- package/dist/components/features/tables/actioned-5-col-datatable.d.ts +2 -0
- package/dist/components/features/tables/actioned-5-col-datatable.d.ts.map +1 -0
- package/dist/components/features/tables/actioned-content.d.ts +2 -0
- package/dist/components/features/tables/actioned-content.d.ts.map +1 -0
- package/dist/components/features/tables/mixed-content.d.ts +2 -0
- package/dist/components/features/tables/mixed-content.d.ts.map +1 -0
- package/dist/components/features/tables/mixed-datatable.d.ts +2 -0
- package/dist/components/features/tables/mixed-datatable.d.ts.map +1 -0
- package/dist/components/features/tables/ordered-content.d.ts +2 -0
- package/dist/components/features/tables/ordered-content.d.ts.map +1 -0
- package/dist/components/features/tables/ordered-datatable.d.ts +2 -0
- package/dist/components/features/tables/ordered-datatable.d.ts.map +1 -0
- package/dist/components/features/tables/tables-summary-content.d.ts +2 -0
- package/dist/components/features/tables/tables-summary-content.d.ts.map +1 -0
- package/dist/components/file-badge.d.ts +7 -0
- package/dist/components/file-badge.d.ts.map +1 -0
- package/dist/components/file-input.d.ts +9 -0
- package/dist/components/file-input.d.ts.map +1 -0
- package/dist/components/filter-input.d.ts +14 -0
- package/dist/components/filter-input.d.ts.map +1 -0
- package/dist/components/header.d.ts +2 -0
- package/dist/components/header.d.ts.map +1 -0
- package/dist/components/icons/account-2.d.ts +3 -0
- package/dist/components/icons/account-2.d.ts.map +1 -0
- package/dist/components/icons/account.d.ts +3 -0
- package/dist/components/icons/account.d.ts.map +1 -0
- package/dist/components/icons/action.d.ts +3 -0
- package/dist/components/icons/action.d.ts.map +1 -0
- package/dist/components/icons/analytics.d.ts +3 -0
- package/dist/components/icons/analytics.d.ts.map +1 -0
- package/dist/components/icons/archive.d.ts +3 -0
- package/dist/components/icons/archive.d.ts.map +1 -0
- package/dist/components/icons/arrow.d.ts +3 -0
- package/dist/components/icons/arrow.d.ts.map +1 -0
- package/dist/components/icons/bag.d.ts +3 -0
- package/dist/components/icons/bag.d.ts.map +1 -0
- package/dist/components/icons/bold.d.ts +3 -0
- package/dist/components/icons/bold.d.ts.map +1 -0
- package/dist/components/icons/bullet-2.d.ts +3 -0
- package/dist/components/icons/bullet-2.d.ts.map +1 -0
- package/dist/components/icons/bullet-list.d.ts +3 -0
- package/dist/components/icons/bullet-list.d.ts.map +1 -0
- package/dist/components/icons/bullet.d.ts +3 -0
- package/dist/components/icons/bullet.d.ts.map +1 -0
- package/dist/components/icons/calendar.d.ts +3 -0
- package/dist/components/icons/calendar.d.ts.map +1 -0
- package/dist/components/icons/centre-aligned.d.ts +3 -0
- package/dist/components/icons/centre-aligned.d.ts.map +1 -0
- package/dist/components/icons/certificate.d.ts +3 -0
- package/dist/components/icons/certificate.d.ts.map +1 -0
- package/dist/components/icons/check-square.d.ts +3 -0
- package/dist/components/icons/check-square.d.ts.map +1 -0
- package/dist/components/icons/circle-plus.d.ts +3 -0
- package/dist/components/icons/circle-plus.d.ts.map +1 -0
- package/dist/components/icons/circle-x.d.ts +3 -0
- package/dist/components/icons/circle-x.d.ts.map +1 -0
- package/dist/components/icons/clock.d.ts +3 -0
- package/dist/components/icons/clock.d.ts.map +1 -0
- package/dist/components/icons/download-square.d.ts +3 -0
- package/dist/components/icons/download-square.d.ts.map +1 -0
- package/dist/components/icons/euro-plus.d.ts +3 -0
- package/dist/components/icons/euro-plus.d.ts.map +1 -0
- package/dist/components/icons/expand.d.ts +3 -0
- package/dist/components/icons/expand.d.ts.map +1 -0
- package/dist/components/icons/export.d.ts +3 -0
- package/dist/components/icons/export.d.ts.map +1 -0
- package/dist/components/icons/eye-off.d.ts +3 -0
- package/dist/components/icons/eye-off.d.ts.map +1 -0
- package/dist/components/icons/eye.d.ts +3 -0
- package/dist/components/icons/eye.d.ts.map +1 -0
- package/dist/components/icons/forms.d.ts +3 -0
- package/dist/components/icons/forms.d.ts.map +1 -0
- package/dist/components/icons/hand-euro.d.ts +3 -0
- package/dist/components/icons/hand-euro.d.ts.map +1 -0
- package/dist/components/icons/hand-hour.d.ts +3 -0
- package/dist/components/icons/hand-hour.d.ts.map +1 -0
- package/dist/components/icons/help.d.ts +3 -0
- package/dist/components/icons/help.d.ts.map +1 -0
- package/dist/components/icons/home.d.ts +3 -0
- package/dist/components/icons/home.d.ts.map +1 -0
- package/dist/components/icons/info-bag.d.ts +3 -0
- package/dist/components/icons/info-bag.d.ts.map +1 -0
- package/dist/components/icons/italic.d.ts +3 -0
- package/dist/components/icons/italic.d.ts.map +1 -0
- package/dist/components/icons/language.d.ts +3 -0
- package/dist/components/icons/language.d.ts.map +1 -0
- package/dist/components/icons/left-aligned.d.ts +3 -0
- package/dist/components/icons/left-aligned.d.ts.map +1 -0
- package/dist/components/icons/location-pin.d.ts +3 -0
- package/dist/components/icons/location-pin.d.ts.map +1 -0
- package/dist/components/icons/logout.d.ts +3 -0
- package/dist/components/icons/logout.d.ts.map +1 -0
- package/dist/components/icons/meetings.d.ts +3 -0
- package/dist/components/icons/meetings.d.ts.map +1 -0
- package/dist/components/icons/menu.d.ts +3 -0
- package/dist/components/icons/menu.d.ts.map +1 -0
- package/dist/components/icons/minus-circle.d.ts +3 -0
- package/dist/components/icons/minus-circle.d.ts.map +1 -0
- package/dist/components/icons/minus.d.ts +3 -0
- package/dist/components/icons/minus.d.ts.map +1 -0
- package/dist/components/icons/moon.d.ts +3 -0
- package/dist/components/icons/moon.d.ts.map +1 -0
- package/dist/components/icons/my-jobs.d.ts +3 -0
- package/dist/components/icons/my-jobs.d.ts.map +1 -0
- package/dist/components/icons/new-article.d.ts +3 -0
- package/dist/components/icons/new-article.d.ts.map +1 -0
- package/dist/components/icons/notification.d.ts +3 -0
- package/dist/components/icons/notification.d.ts.map +1 -0
- package/dist/components/icons/option-square.d.ts +3 -0
- package/dist/components/icons/option-square.d.ts.map +1 -0
- package/dist/components/icons/people.d.ts +3 -0
- package/dist/components/icons/people.d.ts.map +1 -0
- package/dist/components/icons/plus-circle.d.ts +3 -0
- package/dist/components/icons/plus-circle.d.ts.map +1 -0
- package/dist/components/icons/plus.d.ts +3 -0
- package/dist/components/icons/plus.d.ts.map +1 -0
- package/dist/components/icons/residents.d.ts +3 -0
- package/dist/components/icons/residents.d.ts.map +1 -0
- package/dist/components/icons/right-aligned.d.ts +3 -0
- package/dist/components/icons/right-aligned.d.ts.map +1 -0
- package/dist/components/icons/saved.d.ts +3 -0
- package/dist/components/icons/saved.d.ts.map +1 -0
- package/dist/components/icons/search.d.ts +3 -0
- package/dist/components/icons/search.d.ts.map +1 -0
- package/dist/components/icons/setup.d.ts +3 -0
- package/dist/components/icons/setup.d.ts.map +1 -0
- package/dist/components/icons/square.d.ts +3 -0
- package/dist/components/icons/square.d.ts.map +1 -0
- package/dist/components/icons/sun.d.ts +3 -0
- package/dist/components/icons/sun.d.ts.map +1 -0
- package/dist/components/icons/underline.d.ts +3 -0
- package/dist/components/icons/underline.d.ts.map +1 -0
- package/dist/components/icons/upload.d.ts +3 -0
- package/dist/components/icons/upload.d.ts.map +1 -0
- package/dist/components/image-upload-v2.d.ts +11 -0
- package/dist/components/image-upload-v2.d.ts.map +1 -0
- package/dist/components/image-upload.d.ts +9 -0
- package/dist/components/image-upload.d.ts.map +1 -0
- package/dist/components/information-modal.d.ts +10 -0
- package/dist/components/information-modal.d.ts.map +1 -0
- package/dist/components/input-dual-number.d.ts +20 -0
- package/dist/components/input-dual-number.d.ts.map +1 -0
- package/dist/components/input-number.d.ts +26 -0
- package/dist/components/input-number.d.ts.map +1 -0
- package/dist/components/input-text.d.ts +11 -0
- package/dist/components/input-text.d.ts.map +1 -0
- package/dist/components/label-tooltip.d.ts +10 -0
- package/dist/components/label-tooltip.d.ts.map +1 -0
- package/dist/components/logo.d.ts +2 -0
- package/dist/components/logo.d.ts.map +1 -0
- package/dist/components/multi-select-input.d.ts +19 -0
- package/dist/components/multi-select-input.d.ts.map +1 -0
- package/dist/components/nav.d.ts +2 -0
- package/dist/components/nav.d.ts.map +1 -0
- package/dist/components/password-input.d.ts +15 -0
- package/dist/components/password-input.d.ts.map +1 -0
- package/dist/components/phone-input.d.ts +26 -0
- package/dist/components/phone-input.d.ts.map +1 -0
- package/dist/components/price-card.d.ts +13 -0
- package/dist/components/price-card.d.ts.map +1 -0
- package/dist/components/router-error-boundary.d.ts +3 -0
- package/dist/components/router-error-boundary.d.ts.map +1 -0
- package/dist/components/search-input.d.ts +11 -0
- package/dist/components/search-input.d.ts.map +1 -0
- package/dist/components/select-field.d.ts +18 -0
- package/dist/components/select-field.d.ts.map +1 -0
- package/dist/components/textarea.d.ts +16 -0
- package/dist/components/textarea.d.ts.map +1 -0
- package/dist/components/ui/accordion.d.ts +8 -0
- package/dist/components/ui/accordion.d.ts.map +1 -0
- package/dist/components/ui/badge.d.ts +11 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +11 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/calendar.d.ts +9 -0
- package/dist/components/ui/calendar.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +10 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/checkbox.d.ts +8 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/command.d.ts +24 -0
- package/dist/components/ui/command.d.ts.map +1 -0
- package/dist/components/ui/dialog.d.ts +16 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu.d.ts +26 -0
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/components/ui/input.d.ts +4 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/label.d.ts +5 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/popover.d.ts +8 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/scroll-area.d.ts +6 -0
- package/dist/components/ui/scroll-area.d.ts.map +1 -0
- package/dist/components/ui/select.d.ts +16 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/separator.d.ts +5 -0
- package/dist/components/ui/separator.d.ts.map +1 -0
- package/dist/components/ui/table.d.ts +15 -0
- package/dist/components/ui/table.d.ts.map +1 -0
- package/dist/components/ui/tabs.d.ts +12 -0
- package/dist/components/ui/tabs.d.ts.map +1 -0
- package/dist/components/ui/textarea.d.ts +4 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/components/ui/tooltip.d.ts +8 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/components/vacancy-profile-exterior.d.ts +7 -0
- package/dist/components/vacancy-profile-exterior.d.ts.map +1 -0
- package/dist/components/vacancy-profile-interior.d.ts +7 -0
- package/dist/components/vacancy-profile-interior.d.ts.map +1 -0
- package/dist/hooks/use-breakpoints.d.ts +12 -0
- package/dist/hooks/use-breakpoints.d.ts.map +1 -0
- package/dist/hooks/use-click-outside.d.ts +2 -0
- package/dist/hooks/use-click-outside.d.ts.map +1 -0
- package/dist/index.d.ts +116 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/layout/base-layout.d.ts +2 -0
- package/dist/layout/base-layout.d.ts.map +1 -0
- package/dist/lib/typography.d.ts +20 -0
- package/dist/lib/typography.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/page/buttons.d.ts +2 -0
- package/dist/page/buttons.d.ts.map +1 -0
- package/dist/page/cards.d.ts +2 -0
- package/dist/page/cards.d.ts.map +1 -0
- package/dist/page/forms.d.ts +2 -0
- package/dist/page/forms.d.ts.map +1 -0
- package/dist/page/miscellaneous.d.ts +2 -0
- package/dist/page/miscellaneous.d.ts.map +1 -0
- package/dist/page/popups.d.ts +2 -0
- package/dist/page/popups.d.ts.map +1 -0
- package/dist/page/tables.d.ts +2 -0
- package/dist/page/tables.d.ts.map +1 -0
- package/dist/types/Ui.d.ts +6 -0
- package/dist/types/Ui.d.ts.map +1 -0
- package/dist/types/models/Candidate.d.ts +17 -0
- package/dist/types/models/Candidate.d.ts.map +1 -0
- package/dist/types/models/Company.d.ts +12 -0
- package/dist/types/models/Company.d.ts.map +1 -0
- package/dist/types/models/Job.d.ts +9 -0
- package/dist/types/models/Job.d.ts.map +1 -0
- package/dist/types/models/Vacancy.d.ts +12 -0
- package/dist/types/models/Vacancy.d.ts.map +1 -0
- package/dist/youtopia-ui.cjs +17 -0
- package/dist/youtopia-ui.css +1 -0
- package/dist/youtopia-ui.js +18363 -0
- package/package.json +113 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../src/components/ui/popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAI5D,iBAAS,OAAO,CAAC,EACf,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAEpD;AAED,iBAAS,cAAc,CAAC,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAEvD;AAED,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,KAAgB,EAChB,UAAc,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAevD;AAED,iBAAS,aAAa,CAAC,EACrB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,2CAEtD;AAED,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
|
|
3
|
+
declare function ScrollArea({ className, children, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function ScrollBar({ className, orientation, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export { ScrollArea, ScrollBar };
|
|
6
|
+
//# sourceMappingURL=scroll-area.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../../src/components/ui/scroll-area.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAInE,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,2CAiBvD;AAED,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,WAAwB,EACxB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,CAAC,mBAAmB,CAAC,2CAqBtE;AAED,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
declare function Select({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function SelectGroup({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function SelectValue({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function SelectTrigger({ className, size, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trigger> & {
|
|
7
|
+
size?: "sm" | "default";
|
|
8
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare function SelectContent({ className, children, position, ...props }: React.ComponentProps<typeof SelectPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare function SelectLabel({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
declare function SelectItem({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
declare function SelectSeparator({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
declare function SelectScrollUpButton({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
declare function SelectScrollDownButton({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, };
|
|
16
|
+
//# sourceMappingURL=select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/components/ui/select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAE1D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,iBAAS,MAAM,CAAC,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAEnD;AAED,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpD;AAED,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpD;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,IAAgB,EAChB,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IACxD,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CACzB,2CAoBA;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,QAAmB,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CA6BtD;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQpD;AAED,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAkBnD;AAED,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,2CAQxD;AAED,iBAAS,oBAAoB,CAAC,EAC5B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,cAAc,CAAC,2CAa7D;AAED,iBAAS,sBAAsB,CAAC,EAC9B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,gBAAgB,CAAC,2CAa/D;AAED,OAAO,EACL,MAAM,EACN,aAAa,EACb,WAAW,EACX,UAAU,EACV,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,WAAW,GACZ,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as SeparatorPrimitive from "@radix-ui/react-separator";
|
|
3
|
+
declare function Separator({ className, orientation, decorative, ...props }: React.ComponentProps<typeof SeparatorPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export { Separator };
|
|
5
|
+
//# sourceMappingURL=separator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../../../src/components/ui/separator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAC;AAIhE,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,WAA0B,EAC1B,UAAiB,EACjB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,2CAatD;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { ClassValue } from "class-variance-authority/types";
|
|
3
|
+
interface TableProps extends React.ComponentProps<"table"> {
|
|
4
|
+
containerClassname?: ClassValue;
|
|
5
|
+
}
|
|
6
|
+
declare function Table({ className, containerClassname, ...props }: TableProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function TableHeader({ className, ...props }: React.ComponentProps<"thead">): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function TableBody({ className, ...props }: React.ComponentProps<"tbody">): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare function TableFooter({ className, ...props }: React.ComponentProps<"tfoot">): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare function TableRow({ className, ...props }: React.ComponentProps<"tr">): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
declare function TableHead({ className, ...props }: React.ComponentProps<"th">): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
declare function TableCell({ className, ...props }: React.ComponentProps<"td">): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
declare function TableCaption({ className, ...props }: React.ComponentProps<"caption">): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption, };
|
|
15
|
+
//# sourceMappingURL=table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/components/ui/table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAEjE,UAAU,UAAW,SAAQ,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC;IACxD,kBAAkB,CAAC,EAAE,UAAU,CAAC;CACjC;AAED,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,kBAAkB,EAAE,GAAG,KAAK,EAAE,EAAE,UAAU,2CAarE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,2CAQ1E;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,2CAQxE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,2CAW1E;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAWpE;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAWrE;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAWrE;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,SAAS,CAAC,2CAQjC;AAED,OAAO,EACL,KAAK,EACL,WAAW,EACX,SAAS,EACT,WAAW,EACX,SAAS,EACT,QAAQ,EACR,SAAS,EACT,YAAY,GACb,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
declare function MultipleTabs({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function MultipleTabsList({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.List>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function MultipleTabsTrigger({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function MultipleTabsContent({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function Tabs({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function TabsList({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.List>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare function TabsTrigger({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare function TabsContent({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export { MultipleTabs, MultipleTabsContent, MultipleTabsList, MultipleTabsTrigger, Tabs, TabsContent, TabsList, TabsTrigger, };
|
|
12
|
+
//# sourceMappingURL=tabs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/components/ui/tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,IAAI,CAAC,2CAQjD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,IAAI,CAAC,2CAWjD;AAED,iBAAS,mBAAmB,CAAC,EAC3B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,OAAO,CAAC,2CAmBpD;AAED,iBAAS,mBAAmB,CAAC,EAC3B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,OAAO,CAAC,2CAQpD;AAED,iBAAS,IAAI,CAAC,EACZ,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,IAAI,CAAC,2CAYjD;AAED,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,IAAI,CAAC,2CAajD;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,OAAO,CAAC,2CAYpD;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,OAAO,CAAC,2CAQpD;AAED,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,gBAAgB,EAChB,mBAAmB,EACnB,IAAI,EACJ,WAAW,EACX,QAAQ,EACR,WAAW,GACZ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["../../../src/components/ui/textarea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,2CAY1E;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
3
|
+
declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function Tooltip({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
|
|
8
|
+
//# sourceMappingURL=tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/ui/tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAI5D,iBAAS,eAAe,CAAC,EACvB,aAAiB,EACjB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,QAAQ,CAAC,2CAQxD;AAED,iBAAS,OAAO,CAAC,EACf,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAMpD;AAED,iBAAS,cAAc,CAAC,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAEvD;AAED,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,UAAc,EACd,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAiBvD;AAED,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Vacancy } from "@/types/models/Vacancy";
|
|
2
|
+
interface Props {
|
|
3
|
+
vacancy: Vacancy;
|
|
4
|
+
}
|
|
5
|
+
export declare const VacancyProfileExterior: ({ vacancy }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=vacancy-profile-exterior.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vacancy-profile-exterior.d.ts","sourceRoot":"","sources":["../../src/components/vacancy-profile-exterior.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAQtD,UAAU,KAAK;IACb,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,sBAAsB,GAAI,aAAa,KAAK,4CAqExD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Vacancy } from "@/types/models/Vacancy";
|
|
2
|
+
interface Props {
|
|
3
|
+
vacancy: Vacancy;
|
|
4
|
+
}
|
|
5
|
+
export declare const VacancyProfileInterior: ({ vacancy }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=vacancy-profile-interior.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vacancy-profile-interior.d.ts","sourceRoot":"","sources":["../../src/components/vacancy-profile-interior.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAItD,UAAU,KAAK;IACb,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,sBAAsB,GAAI,aAAa,KAAK,4CA8CxD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const BREAKPOINTS: {
|
|
2
|
+
readonly sm: 576;
|
|
3
|
+
readonly md: 768;
|
|
4
|
+
readonly lg: 992;
|
|
5
|
+
readonly xl: 1200;
|
|
6
|
+
readonly "2xl": 1400;
|
|
7
|
+
readonly wide: 1920;
|
|
8
|
+
};
|
|
9
|
+
type Breakpoint = keyof typeof BREAKPOINTS;
|
|
10
|
+
export declare const useBreakpoints: () => Breakpoint;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=use-breakpoints.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-breakpoints.d.ts","sourceRoot":"","sources":["../../src/hooks/use-breakpoints.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW;;;;;;;CAOP,CAAC;AAEX,KAAK,UAAU,GAAG,MAAM,OAAO,WAAW,CAAC;AAkB3C,eAAO,MAAM,cAAc,QAAO,UAuBjC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-click-outside.d.ts","sourceRoot":"","sources":["../../src/hooks/use-click-outside.tsx"],"names":[],"mappings":"AAEA,wBAAgB,eAAe,CAC7B,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,EACxC,OAAO,EAAE,MAAM,IAAI,QAkBpB"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import './index.css';
|
|
2
|
+
export * from './components/ui/accordion';
|
|
3
|
+
export * from './components/ui/badge';
|
|
4
|
+
export * from './components/ui/button';
|
|
5
|
+
export * from './components/ui/calendar';
|
|
6
|
+
export * from './components/ui/card';
|
|
7
|
+
export * from './components/ui/checkbox';
|
|
8
|
+
export * from './components/ui/command';
|
|
9
|
+
export * from './components/ui/dialog';
|
|
10
|
+
export * from './components/ui/dropdown-menu';
|
|
11
|
+
export * from './components/ui/input';
|
|
12
|
+
export * from './components/ui/label';
|
|
13
|
+
export * from './components/ui/popover';
|
|
14
|
+
export * from './components/ui/scroll-area';
|
|
15
|
+
export * from './components/ui/select';
|
|
16
|
+
export * from './components/ui/separator';
|
|
17
|
+
export * from './components/ui/table';
|
|
18
|
+
export * from './components/ui/tabs';
|
|
19
|
+
export * from './components/ui/textarea';
|
|
20
|
+
export * from './components/ui/tooltip';
|
|
21
|
+
export * from './components/action-modal';
|
|
22
|
+
export * from './components/bullet-points';
|
|
23
|
+
export * from './components/candidate-profile-interior';
|
|
24
|
+
export * from './components/card-type';
|
|
25
|
+
export * from './components/combobox';
|
|
26
|
+
export * from './components/company-profile-exterior';
|
|
27
|
+
export * from './components/content-tabs';
|
|
28
|
+
export * from './components/content-title';
|
|
29
|
+
export * from './components/content-variant';
|
|
30
|
+
export * from './components/data-table';
|
|
31
|
+
export * from './components/date-picker';
|
|
32
|
+
export * from './components/empty-state';
|
|
33
|
+
export * from './components/error-message';
|
|
34
|
+
export * from './components/file-badge';
|
|
35
|
+
export * from './components/file-input';
|
|
36
|
+
export * from './components/filter-input';
|
|
37
|
+
export * from './components/header';
|
|
38
|
+
export * from './components/image-upload';
|
|
39
|
+
export * from './components/image-upload-v2';
|
|
40
|
+
export * from './components/information-modal';
|
|
41
|
+
export * from './components/input-dual-number';
|
|
42
|
+
export * from './components/input-number';
|
|
43
|
+
export * from './components/input-text';
|
|
44
|
+
export * from './components/label-tooltip';
|
|
45
|
+
export * from './components/logo';
|
|
46
|
+
export * from './components/multi-select-input';
|
|
47
|
+
export * from './components/nav';
|
|
48
|
+
export * from './components/password-input';
|
|
49
|
+
export * from './components/phone-input';
|
|
50
|
+
export * from './components/price-card';
|
|
51
|
+
export * from './components/search-input';
|
|
52
|
+
export * from './components/select-field';
|
|
53
|
+
export * from './components/textarea';
|
|
54
|
+
export * from './components/vacancy-profile-exterior';
|
|
55
|
+
export * from './components/vacancy-profile-interior';
|
|
56
|
+
export * from './components/icons/account';
|
|
57
|
+
export * from './components/icons/account-2';
|
|
58
|
+
export * from './components/icons/action';
|
|
59
|
+
export * from './components/icons/analytics';
|
|
60
|
+
export * from './components/icons/archive';
|
|
61
|
+
export * from './components/icons/arrow';
|
|
62
|
+
export * from './components/icons/bag';
|
|
63
|
+
export * from './components/icons/bold';
|
|
64
|
+
export * from './components/icons/bullet';
|
|
65
|
+
export * from './components/icons/bullet-2';
|
|
66
|
+
export * from './components/icons/bullet-list';
|
|
67
|
+
export * from './components/icons/calendar';
|
|
68
|
+
export * from './components/icons/centre-aligned';
|
|
69
|
+
export * from './components/icons/certificate';
|
|
70
|
+
export * from './components/icons/check-square';
|
|
71
|
+
export * from './components/icons/circle-plus';
|
|
72
|
+
export * from './components/icons/circle-x';
|
|
73
|
+
export * from './components/icons/clock';
|
|
74
|
+
export * from './components/icons/download-square';
|
|
75
|
+
export * from './components/icons/euro-plus';
|
|
76
|
+
export * from './components/icons/expand';
|
|
77
|
+
export * from './components/icons/export';
|
|
78
|
+
export * from './components/icons/eye';
|
|
79
|
+
export * from './components/icons/eye-off';
|
|
80
|
+
export * from './components/icons/forms';
|
|
81
|
+
export * from './components/icons/hand-euro';
|
|
82
|
+
export * from './components/icons/hand-hour';
|
|
83
|
+
export * from './components/icons/help';
|
|
84
|
+
export * from './components/icons/home';
|
|
85
|
+
export * from './components/icons/info-bag';
|
|
86
|
+
export * from './components/icons/italic';
|
|
87
|
+
export * from './components/icons/language';
|
|
88
|
+
export * from './components/icons/left-aligned';
|
|
89
|
+
export * from './components/icons/location-pin';
|
|
90
|
+
export * from './components/icons/logout';
|
|
91
|
+
export * from './components/icons/meetings';
|
|
92
|
+
export * from './components/icons/menu';
|
|
93
|
+
export * from './components/icons/minus';
|
|
94
|
+
export * from './components/icons/minus-circle';
|
|
95
|
+
export * from './components/icons/moon';
|
|
96
|
+
export * from './components/icons/my-jobs';
|
|
97
|
+
export * from './components/icons/new-article';
|
|
98
|
+
export * from './components/icons/notification';
|
|
99
|
+
export * from './components/icons/option-square';
|
|
100
|
+
export * from './components/icons/people';
|
|
101
|
+
export * from './components/icons/plus';
|
|
102
|
+
export * from './components/icons/plus-circle';
|
|
103
|
+
export * from './components/icons/residents';
|
|
104
|
+
export * from './components/icons/right-aligned';
|
|
105
|
+
export * from './components/icons/saved';
|
|
106
|
+
export * from './components/icons/search';
|
|
107
|
+
export * from './components/icons/setup';
|
|
108
|
+
export * from './components/icons/square';
|
|
109
|
+
export * from './components/icons/sun';
|
|
110
|
+
export * from './components/icons/underline';
|
|
111
|
+
export * from './components/icons/upload';
|
|
112
|
+
export * from './hooks/use-breakpoints';
|
|
113
|
+
export * from './hooks/use-click-outside';
|
|
114
|
+
export { cn } from './lib/utils';
|
|
115
|
+
export { default as typography } from './lib/typography';
|
|
116
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-layout.d.ts","sourceRoot":"","sources":["../../src/layout/base-layout.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU,+CAStB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
h1: string;
|
|
3
|
+
h2: string;
|
|
4
|
+
h3: string;
|
|
5
|
+
h4: string;
|
|
6
|
+
h5: string;
|
|
7
|
+
t1: string;
|
|
8
|
+
t2: string;
|
|
9
|
+
t3: string;
|
|
10
|
+
t4: string;
|
|
11
|
+
p1: string;
|
|
12
|
+
p2: string;
|
|
13
|
+
p3: string;
|
|
14
|
+
p4: string;
|
|
15
|
+
b1: string;
|
|
16
|
+
b2: string;
|
|
17
|
+
b3: string;
|
|
18
|
+
};
|
|
19
|
+
export default _default;
|
|
20
|
+
//# sourceMappingURL=typography.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../src/lib/typography.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA,wBAoBE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAC;AAG7C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buttons.d.ts","sourceRoot":"","sources":["../../src/page/buttons.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,WAAW,+CA2CvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cards.d.ts","sourceRoot":"","sources":["../../src/page/cards.tsx"],"names":[],"mappings":"AAQA,eAAO,MAAM,SAAS,+CAsCrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"forms.d.ts","sourceRoot":"","sources":["../../src/page/forms.tsx"],"names":[],"mappings":"AAcA,eAAO,MAAM,SAAS,+CAwBrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"miscellaneous.d.ts","sourceRoot":"","sources":["../../src/page/miscellaneous.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,iBAAiB,+CAiC7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popups.d.ts","sourceRoot":"","sources":["../../src/page/popups.tsx"],"names":[],"mappings":"AAQA,eAAO,MAAM,UAAU,+CAmBtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tables.d.ts","sourceRoot":"","sources":["../../src/page/tables.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,UAAU,+CA4BtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Ui.d.ts","sourceRoot":"","sources":["../../src/types/Ui.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,GAAG;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface Candidate {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
image: string;
|
|
5
|
+
userId: string;
|
|
6
|
+
degree: string;
|
|
7
|
+
remote: boolean;
|
|
8
|
+
lookingFor: string;
|
|
9
|
+
status: string;
|
|
10
|
+
hourlyRate: string;
|
|
11
|
+
yearlyRate: string;
|
|
12
|
+
tags: {
|
|
13
|
+
value: string;
|
|
14
|
+
label: string;
|
|
15
|
+
}[];
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=Candidate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Candidate.d.ts","sourceRoot":"","sources":["../../../src/types/models/Candidate.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAC1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Company.d.ts","sourceRoot":"","sources":["../../../src/types/models/Company.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAC1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Job.d.ts","sourceRoot":"","sources":["../../../src/types/models/Job.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,GAAG;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Vacancy.d.ts","sourceRoot":"","sources":["../../../src/types/models/Vacancy.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAG,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|