@react-pakistan/util-functions 1.25.90 → 2.0.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 +74 -315
- package/constants/api-methods.d.ts +3 -1
- package/constants/api-methods.js +1 -15
- package/constants/cache-time.d.ts +7 -5
- package/constants/cache-time.js +1 -8
- package/constants/countries-timezones.d.ts +4 -2
- package/constants/countries-timezones.js +1 -1411
- package/constants/currencies.d.ts +4 -2
- package/constants/currencies.js +1 -1076
- package/constants/dial-codes.d.ts +5 -3
- package/constants/dial-codes.js +1 -1216
- package/constants/layout-direction.d.ts +3 -1
- package/constants/layout-direction.js +1 -8
- package/constants/react-pakistan-meta.d.ts +4 -2
- package/constants/react-pakistan-meta.js +1 -35
- package/constants/react-pakistan.d.ts +5 -3
- package/constants/react-pakistan.js +12 -104
- package/constants/select-value-delimiter.d.ts +3 -1
- package/constants/select-value-delimiter.js +1 -13
- package/constants/social-media-colors.d.ts +3 -1
- package/constants/social-media-colors.js +1 -42
- package/constants/social-media-sizes.d.ts +6 -4
- package/constants/social-media-sizes.js +1 -327
- package/constants/user-roles.d.ts +3 -1
- package/constants/user-roles.js +1 -9
- package/edu-pilot-pro/types/academics.d.ts +2 -266
- package/edu-pilot-pro/types/academics.js +1 -9
- package/edu-pilot-pro/types/admission.d.ts +803 -10
- package/edu-pilot-pro/types/admission.js +1 -7
- package/edu-pilot-pro/types/communication.d.ts +2 -165
- package/edu-pilot-pro/types/communication.js +1 -8
- package/edu-pilot-pro/types/enums.d.ts +30 -28
- package/edu-pilot-pro/types/enums.js +1 -445
- package/edu-pilot-pro/types/finance.d.ts +2 -128
- package/edu-pilot-pro/types/finance.js +1 -8
- package/edu-pilot-pro/types/index.d.ts +2 -12
- package/edu-pilot-pro/types/index.js +1 -28
- package/edu-pilot-pro/types/user-management.d.ts +2 -236
- package/edu-pilot-pro/types/user-management.js +1 -8
- package/factory/generic-component-factory.d.ts +12 -9
- package/factory/generic-component-factory.js +1 -131
- package/factory/generic-module-factory.d.ts +14 -10
- package/factory/generic-module-factory.js +1 -190
- package/general/basic-get.d.ts +8 -1
- package/general/basic-get.js +1 -83
- package/general/basic-post.d.ts +8 -1
- package/general/basic-post.js +1 -70
- package/general/calculate-pages.d.ts +9 -1
- package/general/calculate-pages.js +1 -7
- package/general/camel-to-sentence-case.d.ts +3 -1
- package/general/camel-to-sentence-case.js +1 -20
- package/general/check-even-odd-length.d.ts +3 -1
- package/general/check-even-odd-length.js +1 -17
- package/general/clear-cache.d.ts +7 -2
- package/general/clear-cache.js +1 -12
- package/general/cnic-formatter.d.ts +16 -3
- package/general/cnic-formatter.js +1 -53
- package/general/convert-url-to-base64.d.ts +8 -6
- package/general/convert-url-to-base64.js +1 -231
- package/general/countries.d.ts +5 -3
- package/general/countries.js +1 -514
- package/general/create-date.d.ts +3 -1
- package/general/create-date.js +1 -22
- package/general/crypto.d.ts +4 -2
- package/general/crypto.js +1 -45
- package/general/currencies.d.ts +2 -0
- package/general/currencies.js +0 -1077
- package/general/delete-image-from-private-supabase.d.ts +10 -2
- package/general/delete-image-from-private-supabase.js +1 -66
- package/general/delete-image-from-public-supabase.d.ts +10 -2
- package/general/delete-image-from-public-supabase.js +1 -66
- package/general/download-from-url.d.ts +8 -1
- package/general/download-from-url.js +1 -82
- package/general/dynamic-page-limit.d.ts +9 -3
- package/general/dynamic-page-limit.js +1 -7
- package/general/enum-to-text.d.ts +8 -1
- package/general/enum-to-text.js +1 -11
- package/general/fetch-data.d.ts +16 -4
- package/general/fetch-data.js +1 -95
- package/general/fetch-supabase-image.d.ts +11 -2
- package/general/fetch-supabase-image.js +1 -67
- package/general/fetch-supabase-private-assets.d.ts +11 -2
- package/general/fetch-supabase-private-assets.js +1 -69
- package/general/format-date.d.ts +10 -2
- package/general/format-date.js +1 -49
- package/general/format-number.d.ts +12 -2
- package/general/format-number.js +1 -35
- package/general/format-phone-display.d.ts +9 -1
- package/general/format-phone-display.js +1 -32
- package/general/format-phone.d.ts +10 -2
- package/general/format-phone.js +1 -20
- package/general/format-pricing.d.ts +8 -1
- package/general/format-pricing.js +1 -23
- package/general/format-secs.d.ts +8 -1
- package/general/format-secs.js +1 -21
- package/general/format-time.d.ts +8 -2
- package/general/format-time.js +1 -38
- package/general/format-value.d.ts +8 -1
- package/general/format-value.js +1 -7
- package/general/full-month-range.d.ts +3 -2
- package/general/full-month-range.js +1 -24
- package/general/full-year-range.d.ts +3 -2
- package/general/full-year-range.js +1 -20
- package/general/generate-article-schema.d.ts +3 -2
- package/general/generate-article-schema.js +1 -100
- package/general/generate-blog-schema.d.ts +3 -2
- package/general/generate-blog-schema.js +1 -32
- package/general/generate-book-schema.d.ts +3 -2
- package/general/generate-book-schema.js +1 -109
- package/general/generate-breadcrumb-schema.d.ts +3 -2
- package/general/generate-breadcrumb-schema.js +1 -34
- package/general/generate-carousel-schema.d.ts +3 -2
- package/general/generate-carousel-schema.js +1 -172
- package/general/generate-course-schema.d.ts +3 -2
- package/general/generate-course-schema.js +1 -124
- package/general/generate-dataset-schema.d.ts +3 -2
- package/general/generate-dataset-schema.js +1 -156
- package/general/generate-discussion-forum-schema.d.ts +3 -2
- package/general/generate-discussion-forum-schema.js +1 -67
- package/general/generate-education-schema.d.ts +3 -2
- package/general/generate-education-schema.js +1 -137
- package/general/generate-employer-aggregate-rating-schema.d.ts +3 -2
- package/general/generate-employer-aggregate-rating-schema.js +1 -64
- package/general/generate-event-schema.d.ts +3 -2
- package/general/generate-event-schema.js +1 -214
- package/general/generate-faq-schema.d.ts +3 -2
- package/general/generate-faq-schema.js +1 -43
- package/general/generate-grid.d.ts +3 -2
- package/general/generate-grid.js +1 -55
- package/general/generate-image-metadata-schema.d.ts +3 -2
- package/general/generate-image-metadata-schema.js +1 -73
- package/general/generate-job-posting-schema.d.ts +3 -2
- package/general/generate-job-posting-schema.js +1 -120
- package/general/generate-local-business-schema.d.ts +3 -2
- package/general/generate-local-business-schema.js +1 -75
- package/general/generate-math-solver-schema.d.ts +3 -2
- package/general/generate-math-solver-schema.js +1 -83
- package/general/generate-movie-carousel-schema.d.ts +3 -2
- package/general/generate-movie-carousel-schema.js +1 -160
- package/general/generate-organization-schema.d.ts +3 -2
- package/general/generate-organization-schema.js +1 -39
- package/general/generate-profile-page-schema.d.ts +3 -2
- package/general/generate-profile-page-schema.js +1 -82
- package/general/generate-qa-page-schema.d.ts +3 -2
- package/general/generate-qa-page-schema.js +1 -67
- package/general/generate-recipe-schema.d.ts +3 -2
- package/general/generate-recipe-schema.js +1 -104
- package/general/generate-ref.d.ts +8 -2
- package/general/generate-ref.js +1 -12
- package/general/generate-review-snippet-schema.d.ts +3 -2
- package/general/generate-review-snippet-schema.js +1 -137
- package/general/generate-shopping-loyalty-program-schema.d.ts +3 -2
- package/general/generate-shopping-loyalty-program-schema.js +1 -59
- package/general/generate-shopping-merchant-listing-schema.d.ts +3 -2
- package/general/generate-shopping-merchant-listing-schema.js +1 -153
- package/general/generate-shopping-merchant-return-policy-schema.d.ts +3 -2
- package/general/generate-shopping-merchant-return-policy-schema.js +1 -68
- package/general/generate-shopping-merchant-shipping-policy-schema.d.ts +3 -2
- package/general/generate-shopping-merchant-shipping-policy-schema.js +1 -74
- package/general/generate-shopping-overview-schema.d.ts +3 -2
- package/general/generate-shopping-overview-schema.js +1 -157
- package/general/generate-shopping-product-snippet-schema.d.ts +3 -2
- package/general/generate-shopping-product-snippet-schema.js +1 -167
- package/general/generate-shopping-variants-schema.d.ts +3 -2
- package/general/generate-shopping-variants-schema.js +1 -143
- package/general/generate-software-app-schema.d.ts +3 -2
- package/general/generate-software-app-schema.js +1 -143
- package/general/generate-speakable-schema.d.ts +3 -2
- package/general/generate-speakable-schema.js +1 -139
- package/general/generate-subscription-schema.d.ts +3 -2
- package/general/generate-subscription-schema.js +1 -133
- package/general/generate-vacation-rental-schema.d.ts +3 -2
- package/general/generate-vacation-rental-schema.js +1 -135
- package/general/generate-video-schema.d.ts +3 -2
- package/general/generate-video-schema.js +1 -163
- package/general/generic-cache.d.ts +17 -15
- package/general/generic-cache.js +1 -659
- package/general/get-available-page-limit.d.ts +8 -2
- package/general/get-available-page-limit.js +1 -31
- package/general/get-calendar-current-month.d.ts +11 -3
- package/general/get-calendar-current-month.js +1 -31
- package/general/get-calendar-dates.d.ts +11 -3
- package/general/get-calendar-dates.js +1 -42
- package/general/get-calendar-next-month.d.ts +12 -3
- package/general/get-calendar-next-month.js +1 -32
- package/general/get-calendar-previous-month.d.ts +12 -3
- package/general/get-calendar-previous-month.js +1 -36
- package/general/get-current-year.d.ts +7 -1
- package/general/get-current-year.js +1 -5
- package/general/get-day-name.d.ts +5 -3
- package/general/get-day-name.js +1 -14
- package/general/get-dial-code.d.ts +8 -1
- package/general/get-dial-code.js +1 -8
- package/general/get-full-name.d.ts +9 -2
- package/general/get-full-name.js +1 -8
- package/general/get-href.d.ts +3 -1
- package/general/get-href.js +1 -13
- package/general/get-month-name.d.ts +5 -3
- package/general/get-month-name.js +1 -19
- package/general/get-month-number.d.ts +5 -3
- package/general/get-month-number.js +1 -29
- package/general/get-number-of-days-in-month.d.ts +9 -2
- package/general/get-number-of-days-in-month.js +1 -12
- package/general/get-pathname.d.ts +3 -1
- package/general/get-pathname.js +1 -16
- package/general/get-week-day.d.ts +8 -1
- package/general/get-week-day.js +1 -9
- package/general/image-url-to-base64.d.ts +3 -1
- package/general/image-url-to-base64.js +1 -80
- package/general/is-created-or-updated.d.ts +3 -1
- package/general/is-created-or-updated.js +1 -26
- package/general/is-next-button-disabled.d.ts +9 -1
- package/general/is-next-button-disabled.js +1 -5
- package/general/is-odd.d.ts +3 -1
- package/general/is-odd.js +1 -13
- package/general/is-previous-button-disabled.d.ts +8 -1
- package/general/is-previous-button-disabled.js +1 -7
- package/general/linear-gradients.d.ts +4 -2
- package/general/linear-gradients.js +1 -52
- package/general/multi-part-search.d.ts +10 -2
- package/general/multi-part-search.js +1 -16
- package/general/normalize-phone.d.ts +15 -2
- package/general/normalize-phone.js +1 -40
- package/general/parse-frontmatter.d.ts +11 -4
- package/general/parse-frontmatter.js +2 -35
- package/general/remove-data-image-prefix.d.ts +8 -1
- package/general/remove-data-image-prefix.js +1 -7
- package/general/repeat-times.d.ts +3 -1
- package/general/repeat-times.js +1 -21
- package/general/resolve-anchor-link.d.ts +3 -1
- package/general/resolve-anchor-link.js +1 -26
- package/general/resolve-current-date.d.ts +3 -1
- package/general/resolve-current-date.js +1 -22
- package/general/resolve-grid.d.ts +3 -1
- package/general/resolve-grid.js +1 -18
- package/general/resolve-initials.d.ts +3 -1
- package/general/resolve-initials.js +1 -17
- package/general/set-timezone.d.ts +11 -1
- package/general/set-timezone.js +1 -12
- package/general/slugify.d.ts +3 -1
- package/general/slugify.js +1 -24
- package/general/text-to-enum.d.ts +8 -1
- package/general/text-to-enum.js +1 -10
- package/general/text-to-sentence-case.d.ts +3 -1
- package/general/text-to-sentence-case.js +1 -16
- package/general/time-out.d.ts +3 -1
- package/general/time-out.js +1 -16
- package/general/time-zones.d.ts +3 -1
- package/general/time-zones.js +1 -437
- package/general/truncate-text.d.ts +3 -1
- package/general/truncate-text.js +1 -18
- package/general/type.d.ts +3 -1
- package/general/type.js +1 -2
- package/general/upload-blob-to-private-supabase.d.ts +14 -2
- package/general/upload-blob-to-private-supabase.js +1 -62
- package/general/upload-blob-to-public-supabase.d.ts +14 -2
- package/general/upload-blob-to-public-supabase.js +1 -62
- package/general/upload-image-to-private-supabase.d.ts +15 -3
- package/general/upload-image-to-private-supabase.js +1 -66
- package/general/upload-image-to-public-supabase.d.ts +15 -3
- package/general/upload-image-to-public-supabase.js +1 -66
- package/general/url-to-sentence-case.d.ts +3 -1
- package/general/url-to-sentence-case.js +1 -19
- package/general/validate-comment.d.ts +3 -1
- package/general/validate-comment.js +1 -21
- package/general/validate-email.d.ts +3 -1
- package/general/validate-email.js +1 -24
- package/general/validate-form.d.ts +12 -3
- package/general/validate-form.js +1 -29
- package/general/validate-name.d.ts +3 -1
- package/general/validate-name.js +1 -21
- package/hooks/use-change.d.ts +11 -2
- package/hooks/use-change.js +1 -23
- package/hooks/use-debounce.d.ts +10 -1
- package/hooks/use-debounce.js +1 -14
- package/hooks/use-fetch.d.ts +7 -5
- package/hooks/use-fetch.js +1 -239
- package/hooks/use-force-render.d.ts +6 -2
- package/hooks/use-force-render.js +1 -17
- package/hooks/use-ip-geo-location.d.ts +8 -1
- package/hooks/use-ip-geo-location.js +1 -79
- package/hooks/use-is-mobile.d.ts +8 -1
- package/hooks/use-is-mobile.js +1 -22
- package/hooks/use-module-entity-v2.d.ts +7 -4
- package/hooks/use-module-entity-v2.js +1 -188
- package/hooks/use-module-entity.d.ts +7 -4
- package/hooks/use-module-entity.js +1 -177
- package/hooks/use-phone-formatter.d.ts +10 -2
- package/hooks/use-phone-formatter.js +1 -23
- package/hooks/use-position.d.ts +6 -3
- package/hooks/use-position.js +1 -43
- package/hooks/use-rtl.d.ts +4 -2
- package/hooks/use-rtl.js +1 -84
- package/hooks/use-sticky.d.ts +3 -1
- package/hooks/use-sticky.js +1 -39
- package/hooks/use-toggle-state.d.ts +3 -2
- package/hooks/use-toggle-state.js +1 -26
- package/hooks/use-window-event-listener.d.ts +9 -1
- package/hooks/use-window-event-listener.js +1 -11
- package/hooks/with-seo.d.ts +11 -2
- package/hooks/with-seo.js +1 -37
- package/local-storage/get-storage-value.d.ts +5 -2
- package/local-storage/get-storage-value.js +1 -20
- package/local-storage/remove-storage-value.d.ts +3 -1
- package/local-storage/remove-storage-value.js +1 -14
- package/local-storage/set-storage-value.d.ts +3 -1
- package/local-storage/set-storage-value.js +1 -14
- package/local-storage/type.d.ts +3 -1
- package/local-storage/type.js +1 -2
- package/npm.d.d.ts +2 -0
- package/npm.d.js +0 -0
- package/package.json +20 -18
- package/storybook/generate-sitemap.d.ts +3 -1
- package/storybook/generate-sitemap.js +17 -26
- package/storybook/preview.d.ts +4 -2
- package/storybook/preview.js +1 -62
- package/storybook/react-design-story-script.d.ts +3 -1
- package/storybook/react-design-story-script.js +5 -27
- package/storybook/react-emoji-collection.d.ts +3 -1
- package/storybook/react-emoji-collection.js +10 -55
- package/storybook/react-emoji-story-script.d.ts +3 -1
- package/storybook/react-emoji-story-script.js +5 -31
- package/storybook/react-emoji-story-template.d.ts +3 -1
- package/storybook/react-emoji-story-template.js +45 -15
- package/storybook/react-icon-collection.d.ts +3 -1
- package/storybook/react-icon-collection.js +10 -42
- package/storybook/react-icon-story-script.d.ts +3 -1
- package/storybook/react-icon-story-script.js +5 -27
- package/storybook/react-icon-story-template.d.ts +3 -1
- package/storybook/react-icon-story-template.js +45 -14
- package/storybook/react-logo-collection.d.ts +3 -1
- package/storybook/react-logo-collection.js +10 -42
- package/storybook/react-logo-story-script.d.ts +3 -1
- package/storybook/react-logo-story-script.js +5 -27
- package/storybook/react-logo-story-template.d.ts +3 -1
- package/storybook/react-logo-story-template.js +45 -14
- package/storybook/react-pakistan-theme.d.ts +3 -1
- package/storybook/react-pakistan-theme.js +1 -31
- package/storybook/responsive-args.d.ts +11 -10
- package/storybook/responsive-args.js +1 -19
- package/storybook/responsive-component.d.ts +4 -2
- package/storybook/responsive-component.js +37 -23
- package/storybook/responsive-screens.d.ts +3 -1
- package/storybook/responsive-screens.js +1 -109
- package/storybook/theme.d.ts +17 -15
- package/storybook/theme.js +1 -1022
- package/api/stellar-solutions/app-user/index.d.ts +0 -51
- package/api/stellar-solutions/app-user/index.js +0 -210
- package/api/stellar-solutions/bank/index.d.ts +0 -59
- package/api/stellar-solutions/bank/index.js +0 -210
- package/api/stellar-solutions/branch/index.d.ts +0 -58
- package/api/stellar-solutions/branch/index.js +0 -220
- package/api/stellar-solutions/company/index.d.ts +0 -57
- package/api/stellar-solutions/company/index.js +0 -218
- package/api/stellar-solutions/company-report/index.d.ts +0 -15
- package/api/stellar-solutions/company-report/index.js +0 -74
- package/api/stellar-solutions/constants.d.ts +0 -19
- package/api/stellar-solutions/constants.js +0 -22
- package/api/stellar-solutions/contact/index.d.ts +0 -56
- package/api/stellar-solutions/contact/index.js +0 -217
- package/api/stellar-solutions/currency/index.d.ts +0 -55
- package/api/stellar-solutions/currency/index.js +0 -212
- package/api/stellar-solutions/customer/index.d.ts +0 -68
- package/api/stellar-solutions/customer/index.js +0 -249
- package/api/stellar-solutions/expense/index.d.ts +0 -58
- package/api/stellar-solutions/expense/index.js +0 -229
- package/api/stellar-solutions/expense-category/index.d.ts +0 -53
- package/api/stellar-solutions/expense-category/index.js +0 -214
- package/api/stellar-solutions/lead/index.d.ts +0 -51
- package/api/stellar-solutions/lead/index.js +0 -206
- package/api/stellar-solutions/menu-order/index.d.ts +0 -53
- package/api/stellar-solutions/menu-order/index.js +0 -202
- package/api/stellar-solutions/payment/index.d.ts +0 -65
- package/api/stellar-solutions/payment/index.js +0 -230
- package/api/stellar-solutions/payment-mode/index.d.ts +0 -53
- package/api/stellar-solutions/payment-mode/index.js +0 -191
- package/api/stellar-solutions/preference/index.d.ts +0 -25
- package/api/stellar-solutions/preference/index.js +0 -114
- package/api/stellar-solutions/product/index.d.ts +0 -64
- package/api/stellar-solutions/product/index.js +0 -235
- package/api/stellar-solutions/product-category/index.d.ts +0 -51
- package/api/stellar-solutions/product-category/index.js +0 -212
- package/api/stellar-solutions/profile/index.d.ts +0 -78
- package/api/stellar-solutions/profile/index.js +0 -234
- package/api/stellar-solutions/quote-invoice/index.d.ts +0 -97
- package/api/stellar-solutions/quote-invoice/index.js +0 -369
- package/api/stellar-solutions/quote-invoice-report/index.d.ts +0 -15
- package/api/stellar-solutions/quote-invoice-report/index.js +0 -74
- package/api/stellar-solutions/tax/index.d.ts +0 -55
- package/api/stellar-solutions/tax/index.js +0 -224
- package/api/stellar-solutions/types/common.d.ts +0 -24
- package/api/stellar-solutions/types/common.js +0 -22
- package/api/stellar-solutions/types/erp.d.ts +0 -302
- package/api/stellar-solutions/types/erp.js +0 -73
- package/api/stellar-solutions/types/index.d.ts +0 -3
- package/api/stellar-solutions/types/index.js +0 -19
- package/api/stellar-solutions/types/pos.d.ts +0 -176
- package/api/stellar-solutions/types/pos.js +0 -61
- package/constants/index.d.ts +0 -12
- package/constants/index.js +0 -28
- package/factory/index.d.ts +0 -2
- package/factory/index.js +0 -18
- package/general/index.d.ts +0 -95
- package/general/index.js +0 -111
- package/index.d.ts +0 -28
- package/index.js +0 -44
- package/local-storage/index.d.ts +0 -4
- package/local-storage/index.js +0 -20
- package/setupTests.d.ts +0 -1
- package/setupTests.js +0 -52
- package/storybook/index.d.ts +0 -17
- package/storybook/index.js +0 -33
|
@@ -1,8 +1 @@
|
|
|
1
|
-
"
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LAYOUT_DIRECTION = void 0;
|
|
4
|
-
var LAYOUT_DIRECTION;
|
|
5
|
-
(function (LAYOUT_DIRECTION) {
|
|
6
|
-
LAYOUT_DIRECTION["RTL"] = "rtl";
|
|
7
|
-
LAYOUT_DIRECTION["LTR"] = "ltr";
|
|
8
|
-
})(LAYOUT_DIRECTION || (exports.LAYOUT_DIRECTION = LAYOUT_DIRECTION = {}));
|
|
1
|
+
var m=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.prototype.hasOwnProperty;var a=(t,r)=>{for(var e in r)m(t,e,{get:r[e],enumerable:!0})},b=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let l of u(r))!x.call(t,l)&&l!==e&&m(t,l,{get:()=>r[l],enumerable:!(n=p(r,l))||n.enumerable});return t};var c=t=>b(m({},"__esModule",{value:!0}),t);var d={};a(d,{LAYOUT_DIRECTION:()=>o});module.exports=c(d);var o=(e=>(e.RTL="rtl",e.LTR="ltr",e))(o||{});0&&(module.exports={LAYOUT_DIRECTION});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
declare enum REACT_PAKISTAN_PROJECTS {
|
|
2
2
|
REACT_PAKISTAN = "REACT_PAKISTAN",
|
|
3
3
|
REACT_PAKISTAN_DOCS = "REACT_PAKISTAN_DOCS",
|
|
4
4
|
REACT_PAKISTAN_REACT_COMMONS_COLLECTION = "REACT_PAKISTAN_REACT_COMMONS_COLLECTION",
|
|
@@ -13,7 +13,7 @@ export declare enum REACT_PAKISTAN_PROJECTS {
|
|
|
13
13
|
REACT_PAKISTAN_REACT_NATIVE_EMOJI_COLLECTION = "REACT_PAKISTAN_REACT_NATIVE_EMOJI_COLLECTION",
|
|
14
14
|
REACT_PAKISTAN_REACT_NATIVE_BOILERPLATE = "REACT_PAKISTAN_REACT_NATIVE_BOILERPLATE"
|
|
15
15
|
}
|
|
16
|
-
|
|
16
|
+
declare enum REACT_PAKISTAN_PROJECTS_COLORS {
|
|
17
17
|
REACT_PAKISTAN = "#006600",
|
|
18
18
|
REACT_PAKISTAN_DOCS = "REACT_PAKISTAN_DOCS",
|
|
19
19
|
REACT_PAKISTAN_REACT_COMMONS_COLLECTION = "REACT_PAKISTAN_REACT_COMMONS_COLLECTION",
|
|
@@ -28,3 +28,5 @@ export declare enum REACT_PAKISTAN_PROJECTS_COLORS {
|
|
|
28
28
|
REACT_PAKISTAN_REACT_NATIVE_EMOJI_COLLECTION = "REACT_PAKISTAN_REACT_NATIVE_EMOJI_COLLECTION",
|
|
29
29
|
REACT_PAKISTAN_REACT_NATIVE_BOILERPLATE = "REACT_PAKISTAN_REACT_NATIVE_BOILERPLATE"
|
|
30
30
|
}
|
|
31
|
+
|
|
32
|
+
export { REACT_PAKISTAN_PROJECTS, REACT_PAKISTAN_PROJECTS_COLORS };
|
|
@@ -1,35 +1 @@
|
|
|
1
|
-
"
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.REACT_PAKISTAN_PROJECTS_COLORS = exports.REACT_PAKISTAN_PROJECTS = void 0;
|
|
4
|
-
var REACT_PAKISTAN_PROJECTS;
|
|
5
|
-
(function (REACT_PAKISTAN_PROJECTS) {
|
|
6
|
-
REACT_PAKISTAN_PROJECTS["REACT_PAKISTAN"] = "REACT_PAKISTAN";
|
|
7
|
-
REACT_PAKISTAN_PROJECTS["REACT_PAKISTAN_DOCS"] = "REACT_PAKISTAN_DOCS";
|
|
8
|
-
REACT_PAKISTAN_PROJECTS["REACT_PAKISTAN_REACT_COMMONS_COLLECTION"] = "REACT_PAKISTAN_REACT_COMMONS_COLLECTION";
|
|
9
|
-
REACT_PAKISTAN_PROJECTS["REACT_PAKISTAN_REACT_UI_COLLECTION"] = "REACT_PAKISTAN_REACT_UI_COLLECTION";
|
|
10
|
-
REACT_PAKISTAN_PROJECTS["REACT_PAKISTAN_REACT_ICON_COLLECTION"] = "REACT_PAKISTAN_REACT_ICON_COLLECTION";
|
|
11
|
-
REACT_PAKISTAN_PROJECTS["REACT_PAKISTAN_REACT_LOGO_COLLECTION"] = "REACT_PAKISTAN_REACT_LOGO_COLLECTION";
|
|
12
|
-
REACT_PAKISTAN_PROJECTS["REACT_PAKISTAN_REACT_EMOJI_COLLECTION"] = "REACT_PAKISTAN_REACT_EMOJI_COLLECTION";
|
|
13
|
-
REACT_PAKISTAN_PROJECTS["REACT_PAKISTAN_REACT_NATIVE_COMMONS_COLLECTION"] = "REACT_PAKISTAN_REACT_NATIVE_COMMONS_COLLECTION";
|
|
14
|
-
REACT_PAKISTAN_PROJECTS["REACT_PAKISTAN_REACT_NATIVE_UI_COLLECTION"] = "REACT_PAKISTAN_REACT_NATIVE_UI_COLLECTION";
|
|
15
|
-
REACT_PAKISTAN_PROJECTS["REACT_PAKISTAN_REACT_NATIVE_ICON_COLLECTION"] = "REACT_PAKISTAN_REACT_NATIVE_ICON_COLLECTION";
|
|
16
|
-
REACT_PAKISTAN_PROJECTS["REACT_PAKISTAN_REACT_NATIVE_LOGO_COLLECTION"] = "REACT_PAKISTAN_REACT_NATIVE_LOGO_COLLECTION";
|
|
17
|
-
REACT_PAKISTAN_PROJECTS["REACT_PAKISTAN_REACT_NATIVE_EMOJI_COLLECTION"] = "REACT_PAKISTAN_REACT_NATIVE_EMOJI_COLLECTION";
|
|
18
|
-
REACT_PAKISTAN_PROJECTS["REACT_PAKISTAN_REACT_NATIVE_BOILERPLATE"] = "REACT_PAKISTAN_REACT_NATIVE_BOILERPLATE";
|
|
19
|
-
})(REACT_PAKISTAN_PROJECTS || (exports.REACT_PAKISTAN_PROJECTS = REACT_PAKISTAN_PROJECTS = {}));
|
|
20
|
-
var REACT_PAKISTAN_PROJECTS_COLORS;
|
|
21
|
-
(function (REACT_PAKISTAN_PROJECTS_COLORS) {
|
|
22
|
-
REACT_PAKISTAN_PROJECTS_COLORS["REACT_PAKISTAN"] = "#006600";
|
|
23
|
-
REACT_PAKISTAN_PROJECTS_COLORS["REACT_PAKISTAN_DOCS"] = "REACT_PAKISTAN_DOCS";
|
|
24
|
-
REACT_PAKISTAN_PROJECTS_COLORS["REACT_PAKISTAN_REACT_COMMONS_COLLECTION"] = "REACT_PAKISTAN_REACT_COMMONS_COLLECTION";
|
|
25
|
-
REACT_PAKISTAN_PROJECTS_COLORS["REACT_PAKISTAN_REACT_UI_COLLECTION"] = "REACT_PAKISTAN_REACT_UI_COLLECTION";
|
|
26
|
-
REACT_PAKISTAN_PROJECTS_COLORS["REACT_PAKISTAN_REACT_ICON_COLLECTION"] = "REACT_PAKISTAN_REACT_ICON_COLLECTION";
|
|
27
|
-
REACT_PAKISTAN_PROJECTS_COLORS["REACT_PAKISTAN_REACT_LOGO_COLLECTION"] = "REACT_PAKISTAN_REACT_LOGO_COLLECTION";
|
|
28
|
-
REACT_PAKISTAN_PROJECTS_COLORS["REACT_PAKISTAN_REACT_EMOJI_COLLECTION"] = "REACT_PAKISTAN_REACT_EMOJI_COLLECTION";
|
|
29
|
-
REACT_PAKISTAN_PROJECTS_COLORS["REACT_PAKISTAN_REACT_NATIVE_COMMONS_COLLECTION"] = "REACT_PAKISTAN_REACT_NATIVE_COMMONS_COLLECTION";
|
|
30
|
-
REACT_PAKISTAN_PROJECTS_COLORS["REACT_PAKISTAN_REACT_NATIVE_UI_COLLECTION"] = "REACT_PAKISTAN_REACT_NATIVE_UI_COLLECTION";
|
|
31
|
-
REACT_PAKISTAN_PROJECTS_COLORS["REACT_PAKISTAN_REACT_NATIVE_ICON_COLLECTION"] = "REACT_PAKISTAN_REACT_NATIVE_ICON_COLLECTION";
|
|
32
|
-
REACT_PAKISTAN_PROJECTS_COLORS["REACT_PAKISTAN_REACT_NATIVE_LOGO_COLLECTION"] = "REACT_PAKISTAN_REACT_NATIVE_LOGO_COLLECTION";
|
|
33
|
-
REACT_PAKISTAN_PROJECTS_COLORS["REACT_PAKISTAN_REACT_NATIVE_EMOJI_COLLECTION"] = "REACT_PAKISTAN_REACT_NATIVE_EMOJI_COLLECTION";
|
|
34
|
-
REACT_PAKISTAN_PROJECTS_COLORS["REACT_PAKISTAN_REACT_NATIVE_BOILERPLATE"] = "REACT_PAKISTAN_REACT_NATIVE_BOILERPLATE";
|
|
35
|
-
})(REACT_PAKISTAN_PROJECTS_COLORS || (exports.REACT_PAKISTAN_PROJECTS_COLORS = REACT_PAKISTAN_PROJECTS_COLORS = {}));
|
|
1
|
+
var I=Object.defineProperty;var R=Object.getOwnPropertyDescriptor;var K=Object.getOwnPropertyNames;var M=Object.prototype.hasOwnProperty;var V=(T,_)=>{for(var E in _)I(T,E,{get:_[E],enumerable:!0})},G=(T,_,E,N)=>{if(_&&typeof _=="object"||typeof _=="function")for(let C of K(_))!M.call(T,C)&&C!==E&&I(T,C,{get:()=>_[C],enumerable:!(N=R(_,C))||N.enumerable});return T};var U=T=>G(I({},"__esModule",{value:!0}),T);var e={};V(e,{REACT_PAKISTAN_PROJECTS:()=>O,REACT_PAKISTAN_PROJECTS_COLORS:()=>L});module.exports=U(e);var O=(A=>(A.REACT_PAKISTAN="REACT_PAKISTAN",A.REACT_PAKISTAN_DOCS="REACT_PAKISTAN_DOCS",A.REACT_PAKISTAN_REACT_COMMONS_COLLECTION="REACT_PAKISTAN_REACT_COMMONS_COLLECTION",A.REACT_PAKISTAN_REACT_UI_COLLECTION="REACT_PAKISTAN_REACT_UI_COLLECTION",A.REACT_PAKISTAN_REACT_ICON_COLLECTION="REACT_PAKISTAN_REACT_ICON_COLLECTION",A.REACT_PAKISTAN_REACT_LOGO_COLLECTION="REACT_PAKISTAN_REACT_LOGO_COLLECTION",A.REACT_PAKISTAN_REACT_EMOJI_COLLECTION="REACT_PAKISTAN_REACT_EMOJI_COLLECTION",A.REACT_PAKISTAN_REACT_NATIVE_COMMONS_COLLECTION="REACT_PAKISTAN_REACT_NATIVE_COMMONS_COLLECTION",A.REACT_PAKISTAN_REACT_NATIVE_UI_COLLECTION="REACT_PAKISTAN_REACT_NATIVE_UI_COLLECTION",A.REACT_PAKISTAN_REACT_NATIVE_ICON_COLLECTION="REACT_PAKISTAN_REACT_NATIVE_ICON_COLLECTION",A.REACT_PAKISTAN_REACT_NATIVE_LOGO_COLLECTION="REACT_PAKISTAN_REACT_NATIVE_LOGO_COLLECTION",A.REACT_PAKISTAN_REACT_NATIVE_EMOJI_COLLECTION="REACT_PAKISTAN_REACT_NATIVE_EMOJI_COLLECTION",A.REACT_PAKISTAN_REACT_NATIVE_BOILERPLATE="REACT_PAKISTAN_REACT_NATIVE_BOILERPLATE",A))(O||{}),L=(A=>(A.REACT_PAKISTAN="#006600",A.REACT_PAKISTAN_DOCS="REACT_PAKISTAN_DOCS",A.REACT_PAKISTAN_REACT_COMMONS_COLLECTION="REACT_PAKISTAN_REACT_COMMONS_COLLECTION",A.REACT_PAKISTAN_REACT_UI_COLLECTION="REACT_PAKISTAN_REACT_UI_COLLECTION",A.REACT_PAKISTAN_REACT_ICON_COLLECTION="REACT_PAKISTAN_REACT_ICON_COLLECTION",A.REACT_PAKISTAN_REACT_LOGO_COLLECTION="REACT_PAKISTAN_REACT_LOGO_COLLECTION",A.REACT_PAKISTAN_REACT_EMOJI_COLLECTION="REACT_PAKISTAN_REACT_EMOJI_COLLECTION",A.REACT_PAKISTAN_REACT_NATIVE_COMMONS_COLLECTION="REACT_PAKISTAN_REACT_NATIVE_COMMONS_COLLECTION",A.REACT_PAKISTAN_REACT_NATIVE_UI_COLLECTION="REACT_PAKISTAN_REACT_NATIVE_UI_COLLECTION",A.REACT_PAKISTAN_REACT_NATIVE_ICON_COLLECTION="REACT_PAKISTAN_REACT_NATIVE_ICON_COLLECTION",A.REACT_PAKISTAN_REACT_NATIVE_LOGO_COLLECTION="REACT_PAKISTAN_REACT_NATIVE_LOGO_COLLECTION",A.REACT_PAKISTAN_REACT_NATIVE_EMOJI_COLLECTION="REACT_PAKISTAN_REACT_NATIVE_EMOJI_COLLECTION",A.REACT_PAKISTAN_REACT_NATIVE_BOILERPLATE="REACT_PAKISTAN_REACT_NATIVE_BOILERPLATE",A))(L||{});0&&(module.exports={REACT_PAKISTAN_PROJECTS,REACT_PAKISTAN_PROJECTS_COLORS});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
interface IPackageData {
|
|
2
2
|
alt: string;
|
|
3
3
|
appLink: string;
|
|
4
4
|
bannerImage: string;
|
|
@@ -7,7 +7,9 @@ export interface IPackageData {
|
|
|
7
7
|
npmLink: string;
|
|
8
8
|
title: string;
|
|
9
9
|
}
|
|
10
|
-
|
|
10
|
+
interface IReactPakistanProjects {
|
|
11
11
|
[key: string]: IPackageData;
|
|
12
12
|
}
|
|
13
|
-
|
|
13
|
+
declare const reactPakistanProjects: IReactPakistanProjects;
|
|
14
|
+
|
|
15
|
+
export { type IPackageData, type IReactPakistanProjects, reactPakistanProjects };
|
|
@@ -1,104 +1,12 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
},
|
|
14
|
-
reactCommons: {
|
|
15
|
-
alt: 'React Pakistan - React Commons Collection',
|
|
16
|
-
appLink: 'https://taimoormk.github.io/react-commons-collection',
|
|
17
|
-
bannerImage: 'https://res.cloudinary.com/dq6hflqwx/image/upload/v1613750673/GitHub/optimised/react-commons-collection.jpg',
|
|
18
|
-
description: "A generic, Commons library for React web apps, following modern approach by\n building your project's UI in isolation using state of the art Storybook along with React.",
|
|
19
|
-
githubLink: 'https://github.com/Taimoormk/react-commons-collection',
|
|
20
|
-
npmLink: 'https://www.npmjs.com/package/@react-pakistan/react-commons-collection',
|
|
21
|
-
title: 'React Commons Collection',
|
|
22
|
-
},
|
|
23
|
-
reactUi: {
|
|
24
|
-
alt: 'React Pakistan - React UI Collection',
|
|
25
|
-
appLink: 'https://taimoormk.github.io/react-ui-collection',
|
|
26
|
-
bannerImage: 'https://res.cloudinary.com/dq6hflqwx/image/upload/v1613750673/GitHub/optimised/react-ui-collection.jpg',
|
|
27
|
-
description: "A generic to specific, UI/UX library for React web apps, following modern approach by\n building your project's UI in isolation using state of the art Storybook along with React.",
|
|
28
|
-
githubLink: 'https://github.com/Taimoormk/react-ui-collection',
|
|
29
|
-
npmLink: 'https://www.npmjs.com/package/@react-pakistan/react-ui-collection',
|
|
30
|
-
title: 'React UI Collection',
|
|
31
|
-
},
|
|
32
|
-
reactIcon: {
|
|
33
|
-
alt: 'React Pakistan - React Icon Collection',
|
|
34
|
-
appLink: 'https://react-pakistan.github.io/react-icon-collection',
|
|
35
|
-
bannerImage: 'https://res.cloudinary.com/dq6hflqwx/image/upload/v1613750668/GitHub/optimised/react-icons-collection.jpg',
|
|
36
|
-
description: "A generic, SVG Icon library for React web apps, following modern approach by\n building your project's UI in isolation using state of the art Storybook along with React.",
|
|
37
|
-
githubLink: 'https://github.com/react-pakistan/react-icon-collection',
|
|
38
|
-
npmLink: 'https://www.npmjs.com/package/@react-pakistan/react-icon-collection',
|
|
39
|
-
title: 'React Icon Collection',
|
|
40
|
-
},
|
|
41
|
-
reactLogo: {
|
|
42
|
-
alt: 'React Pakistan - React Logo Collection',
|
|
43
|
-
appLink: 'https://react-pakistan.github.io/react-logo-collection',
|
|
44
|
-
bannerImage: 'https://res.cloudinary.com/dq6hflqwx/image/upload/v1613750668/GitHub/optimised/react-logo-collection.jpg',
|
|
45
|
-
description: "A generic, SVG Logo library for React web apps, following modern approach by\n building your project's UI in isolation using state of the art Storybook along with React.",
|
|
46
|
-
githubLink: 'https://github.com/react-pakistan/react-logo-collection',
|
|
47
|
-
npmLink: 'https://www.npmjs.com/package/@react-pakistan/react-logo-collection',
|
|
48
|
-
title: 'React Logo Collection',
|
|
49
|
-
},
|
|
50
|
-
reactEmoji: {
|
|
51
|
-
alt: 'React Pakistan - React Emoji Collection',
|
|
52
|
-
appLink: 'https://react-pakistan.github.io/react-emoji-collection',
|
|
53
|
-
bannerImage: 'https://res.cloudinary.com/dq6hflqwx/image/upload/v1613750673/GitHub/optimised/react-emoji-collection.jpg',
|
|
54
|
-
description: "A generic, SVG Emoji library for React web apps, following modern approach by\n building your project's UI in isolation using state of the art Storybook along with React.",
|
|
55
|
-
githubLink: 'https://github.com/react-oakistan/react-emoji-collection',
|
|
56
|
-
npmLink: 'https://www.npmjs.com/package/@react-pakistan/react-commons-collection',
|
|
57
|
-
title: 'React Emoji Collection',
|
|
58
|
-
},
|
|
59
|
-
reactNativeCommons: {
|
|
60
|
-
alt: 'React Pakistan - React Native Commons Collection',
|
|
61
|
-
appLink: '',
|
|
62
|
-
bannerImage: 'https://res.cloudinary.com/dq6hflqwx/image/upload/v1566355017/GitHub/optimised/react-native-commons-collection.jpg',
|
|
63
|
-
description: "A generic, Commons library for React Native apps, following modern approach by\n building your project's UI in isolation using state of the art Storybook along with React Native.",
|
|
64
|
-
githubLink: 'https://github.com/react-pakistan/react-native-commons-collection',
|
|
65
|
-
npmLink: 'https://www.npmjs.com/package/@react-pakistan/react-native-commons-collection',
|
|
66
|
-
title: 'React Native Commons Collection',
|
|
67
|
-
},
|
|
68
|
-
reactNativeUi: {
|
|
69
|
-
alt: 'React Pakistan - React Native UI Collection',
|
|
70
|
-
appLink: '',
|
|
71
|
-
bannerImage: 'https://res.cloudinary.com/dq6hflqwx/image/upload/v1566355017/GitHub/optimised/react-native-ui-collection.jpg',
|
|
72
|
-
description: "A generic to specific, UI/UX library for React Native apps, following modern approach by\n building your project's UI in isolation using state of the art Storybook along with React.",
|
|
73
|
-
githubLink: 'https://github.com/react-pakistan/react-native-ui-collection',
|
|
74
|
-
npmLink: 'https://www.npmjs.com/package/@react-pakistan/react-native-ui-collection',
|
|
75
|
-
title: 'React Native UI Collection',
|
|
76
|
-
},
|
|
77
|
-
reactNativeIcon: {
|
|
78
|
-
alt: 'React Pakistan - React Native Icon Collection',
|
|
79
|
-
appLink: '',
|
|
80
|
-
bannerImage: 'https://res.cloudinary.com/dq6hflqwx/image/upload/v1566355017/GitHub/optimised/react-native-icon-collection.jpg',
|
|
81
|
-
description: "A generic, SVG Icon library for React Native apps, following modern approach by\n building your project's UI in isolation using state of the art Storybook along with React.",
|
|
82
|
-
githubLink: 'https://github.com/react-pakistan/react-native-icon-collection',
|
|
83
|
-
npmLink: 'https://www.npmjs.com/package/@react-pakistan/react-native-icon-collection',
|
|
84
|
-
title: 'React Native Icon Collection',
|
|
85
|
-
},
|
|
86
|
-
reactNativeLogo: {
|
|
87
|
-
alt: 'React Pakistan - React Native Logo Collection',
|
|
88
|
-
appLink: '',
|
|
89
|
-
bannerImage: 'https://res.cloudinary.com/dq6hflqwx/image/upload/v1566355017/GitHub/optimised/react-native-logo-collection.jpg',
|
|
90
|
-
description: "A generic, SVG Logo library for React Native apps, following modern approach by\n building your project's UI in isolation using state of the art Storybook along with React.",
|
|
91
|
-
githubLink: 'https://github.com/react-pakistan/react-native-logo-collection',
|
|
92
|
-
npmLink: 'https://www.npmjs.com/package/@react-pakistan/react-native-logo-collection',
|
|
93
|
-
title: 'React Native Logo Collection',
|
|
94
|
-
},
|
|
95
|
-
reactNativeEmoji: {
|
|
96
|
-
alt: 'React Pakistan - React Native Emoji Collection',
|
|
97
|
-
appLink: '',
|
|
98
|
-
bannerImage: 'https://res.cloudinary.com/dq6hflqwx/image/upload/v1566355017/GitHub/optimised/react-native-emoji-collection.jpg',
|
|
99
|
-
description: "A generic, SVG Emoji library for React web apps, following modern approach by\n building your project's UI in isolation using state of the art Storybook along with React.",
|
|
100
|
-
githubLink: 'https://github.com/react-pakistan/react-native-emoji-collection',
|
|
101
|
-
npmLink: 'https://www.npmjs.com/package/@react-pakistan/react-native-emoji-collection',
|
|
102
|
-
title: 'React Native Emoji Collection',
|
|
103
|
-
},
|
|
104
|
-
};
|
|
1
|
+
var e=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var r=Object.getOwnPropertyNames;var l=Object.prototype.hasOwnProperty;var p=(o,t)=>{for(var a in t)e(o,a,{get:t[a],enumerable:!0})},s=(o,t,a,c)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of r(t))!l.call(o,i)&&i!==a&&e(o,i,{get:()=>t[i],enumerable:!(c=n(t,i))||c.enumerable});return o};var m=o=>s(e({},"__esModule",{value:!0}),o);var h={};p(h,{reactPakistanProjects:()=>g});module.exports=m(h);const g={reactPakistan:{alt:"React Pakistan",appLink:"",bannerImage:"https://res.cloudinary.com/dq6hflqwx/image/upload/v1613750977/GitHub/optimised/React_Pakistan_Storybook_Logo.jpg",description:`React Pakistan is an OpenSource & Free Software (FOSS) platform,
|
|
2
|
+
creating React software solutions for the global community. \u2B50\u2B50\u2B50`,githubLink:"",npmLink:"",title:"React Pakistan \u{1F525}\u{1F525}\u{1F525}"},reactCommons:{alt:"React Pakistan - React Commons Collection",appLink:"https://taimoormk.github.io/react-commons-collection",bannerImage:"https://res.cloudinary.com/dq6hflqwx/image/upload/v1613750673/GitHub/optimised/react-commons-collection.jpg",description:`A generic, Commons library for React web apps, following modern approach by
|
|
3
|
+
building your project's UI in isolation using state of the art Storybook along with React.`,githubLink:"https://github.com/Taimoormk/react-commons-collection",npmLink:"https://www.npmjs.com/package/@react-pakistan/react-commons-collection",title:"React Commons Collection"},reactUi:{alt:"React Pakistan - React UI Collection",appLink:"https://taimoormk.github.io/react-ui-collection",bannerImage:"https://res.cloudinary.com/dq6hflqwx/image/upload/v1613750673/GitHub/optimised/react-ui-collection.jpg",description:`A generic to specific, UI/UX library for React web apps, following modern approach by
|
|
4
|
+
building your project's UI in isolation using state of the art Storybook along with React.`,githubLink:"https://github.com/Taimoormk/react-ui-collection",npmLink:"https://www.npmjs.com/package/@react-pakistan/react-ui-collection",title:"React UI Collection"},reactIcon:{alt:"React Pakistan - React Icon Collection",appLink:"https://react-pakistan.github.io/react-icon-collection",bannerImage:"https://res.cloudinary.com/dq6hflqwx/image/upload/v1613750668/GitHub/optimised/react-icons-collection.jpg",description:`A generic, SVG Icon library for React web apps, following modern approach by
|
|
5
|
+
building your project's UI in isolation using state of the art Storybook along with React.`,githubLink:"https://github.com/react-pakistan/react-icon-collection",npmLink:"https://www.npmjs.com/package/@react-pakistan/react-icon-collection",title:"React Icon Collection"},reactLogo:{alt:"React Pakistan - React Logo Collection",appLink:"https://react-pakistan.github.io/react-logo-collection",bannerImage:"https://res.cloudinary.com/dq6hflqwx/image/upload/v1613750668/GitHub/optimised/react-logo-collection.jpg",description:`A generic, SVG Logo library for React web apps, following modern approach by
|
|
6
|
+
building your project's UI in isolation using state of the art Storybook along with React.`,githubLink:"https://github.com/react-pakistan/react-logo-collection",npmLink:"https://www.npmjs.com/package/@react-pakistan/react-logo-collection",title:"React Logo Collection"},reactEmoji:{alt:"React Pakistan - React Emoji Collection",appLink:"https://react-pakistan.github.io/react-emoji-collection",bannerImage:"https://res.cloudinary.com/dq6hflqwx/image/upload/v1613750673/GitHub/optimised/react-emoji-collection.jpg",description:`A generic, SVG Emoji library for React web apps, following modern approach by
|
|
7
|
+
building your project's UI in isolation using state of the art Storybook along with React.`,githubLink:"https://github.com/react-oakistan/react-emoji-collection",npmLink:"https://www.npmjs.com/package/@react-pakistan/react-commons-collection",title:"React Emoji Collection"},reactNativeCommons:{alt:"React Pakistan - React Native Commons Collection",appLink:"",bannerImage:"https://res.cloudinary.com/dq6hflqwx/image/upload/v1566355017/GitHub/optimised/react-native-commons-collection.jpg",description:`A generic, Commons library for React Native apps, following modern approach by
|
|
8
|
+
building your project's UI in isolation using state of the art Storybook along with React Native.`,githubLink:"https://github.com/react-pakistan/react-native-commons-collection",npmLink:"https://www.npmjs.com/package/@react-pakistan/react-native-commons-collection",title:"React Native Commons Collection"},reactNativeUi:{alt:"React Pakistan - React Native UI Collection",appLink:"",bannerImage:"https://res.cloudinary.com/dq6hflqwx/image/upload/v1566355017/GitHub/optimised/react-native-ui-collection.jpg",description:`A generic to specific, UI/UX library for React Native apps, following modern approach by
|
|
9
|
+
building your project's UI in isolation using state of the art Storybook along with React.`,githubLink:"https://github.com/react-pakistan/react-native-ui-collection",npmLink:"https://www.npmjs.com/package/@react-pakistan/react-native-ui-collection",title:"React Native UI Collection"},reactNativeIcon:{alt:"React Pakistan - React Native Icon Collection",appLink:"",bannerImage:"https://res.cloudinary.com/dq6hflqwx/image/upload/v1566355017/GitHub/optimised/react-native-icon-collection.jpg",description:`A generic, SVG Icon library for React Native apps, following modern approach by
|
|
10
|
+
building your project's UI in isolation using state of the art Storybook along with React.`,githubLink:"https://github.com/react-pakistan/react-native-icon-collection",npmLink:"https://www.npmjs.com/package/@react-pakistan/react-native-icon-collection",title:"React Native Icon Collection"},reactNativeLogo:{alt:"React Pakistan - React Native Logo Collection",appLink:"",bannerImage:"https://res.cloudinary.com/dq6hflqwx/image/upload/v1566355017/GitHub/optimised/react-native-logo-collection.jpg",description:`A generic, SVG Logo library for React Native apps, following modern approach by
|
|
11
|
+
building your project's UI in isolation using state of the art Storybook along with React.`,githubLink:"https://github.com/react-pakistan/react-native-logo-collection",npmLink:"https://www.npmjs.com/package/@react-pakistan/react-native-logo-collection",title:"React Native Logo Collection"},reactNativeEmoji:{alt:"React Pakistan - React Native Emoji Collection",appLink:"",bannerImage:"https://res.cloudinary.com/dq6hflqwx/image/upload/v1566355017/GitHub/optimised/react-native-emoji-collection.jpg",description:`A generic, SVG Emoji library for React web apps, following modern approach by
|
|
12
|
+
building your project's UI in isolation using state of the art Storybook along with React.`,githubLink:"https://github.com/react-pakistan/react-native-emoji-collection",npmLink:"https://www.npmjs.com/package/@react-pakistan/react-native-emoji-collection",title:"React Native Emoji Collection"}};0&&(module.exports={reactPakistanProjects});
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
"
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VALUE_DELIMITER = void 0;
|
|
4
|
-
exports.VALUE_DELIMITER = {
|
|
5
|
-
AT: '@',
|
|
6
|
-
COLON: ':',
|
|
7
|
-
COMMA: ',',
|
|
8
|
-
DOLLAR: '$',
|
|
9
|
-
DOT: '.',
|
|
10
|
-
SEMI_COLON: ';',
|
|
11
|
-
SLASH: '/',
|
|
12
|
-
STAR: '*',
|
|
13
|
-
};
|
|
1
|
+
var M=Object.defineProperty;var T=Object.getOwnPropertyDescriptor;var C=Object.getOwnPropertyNames;var D=Object.prototype.hasOwnProperty;var I=(O,L)=>{for(var E in L)M(O,E,{get:L[E],enumerable:!0})},R=(O,L,E,S)=>{if(L&&typeof L=="object"||typeof L=="function")for(let A of C(L))!D.call(O,A)&&A!==E&&M(O,A,{get:()=>L[A],enumerable:!(S=T(L,A))||S.enumerable});return O};var o=O=>R(M({},"__esModule",{value:!0}),O);var N={};I(N,{VALUE_DELIMITER:()=>t});module.exports=o(N);const t={AT:"@",COLON:":",COMMA:",",DOLLAR:"$",DOT:".",SEMI_COLON:";",SLASH:"/",STAR:"*"};0&&(module.exports={VALUE_DELIMITER});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
declare enum SOCIAL_MEDIA_COLORS {
|
|
2
2
|
BEHANCE = "#131418",
|
|
3
3
|
BLOGGER = "#F57D00",
|
|
4
4
|
DRIBBBLE = "#EA4C89",
|
|
@@ -36,3 +36,5 @@ export declare enum SOCIAL_MEDIA_COLORS {
|
|
|
36
36
|
YELP = "#AF0606",
|
|
37
37
|
YOUTUBE = "#CD201F"
|
|
38
38
|
}
|
|
39
|
+
|
|
40
|
+
export { SOCIAL_MEDIA_COLORS };
|
|
@@ -1,42 +1 @@
|
|
|
1
|
-
"
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SOCIAL_MEDIA_COLORS = void 0;
|
|
4
|
-
var SOCIAL_MEDIA_COLORS;
|
|
5
|
-
(function (SOCIAL_MEDIA_COLORS) {
|
|
6
|
-
SOCIAL_MEDIA_COLORS["BEHANCE"] = "#131418";
|
|
7
|
-
SOCIAL_MEDIA_COLORS["BLOGGER"] = "#F57D00";
|
|
8
|
-
SOCIAL_MEDIA_COLORS["DRIBBBLE"] = "#EA4C89";
|
|
9
|
-
SOCIAL_MEDIA_COLORS["DROPBOX"] = "#007EE5";
|
|
10
|
-
SOCIAL_MEDIA_COLORS["FACEBOOK"] = "#3B5999";
|
|
11
|
-
SOCIAL_MEDIA_COLORS["FACEBOOK_MESSENGER"] = "#0084FF";
|
|
12
|
-
SOCIAL_MEDIA_COLORS["FLICKR"] = "#FF0084";
|
|
13
|
-
SOCIAL_MEDIA_COLORS["FOUR_SQUARE"] = "#F94877";
|
|
14
|
-
SOCIAL_MEDIA_COLORS["GOOGLE_PLUS"] = "#DD4B39";
|
|
15
|
-
SOCIAL_MEDIA_COLORS["HACKER_NEWS"] = "#FF6600";
|
|
16
|
-
SOCIAL_MEDIA_COLORS["INSTAGRAM"] = "#E4405F";
|
|
17
|
-
SOCIAL_MEDIA_COLORS["LINE"] = "#00C300";
|
|
18
|
-
SOCIAL_MEDIA_COLORS["LINKEDIN"] = "#0077B5";
|
|
19
|
-
SOCIAL_MEDIA_COLORS["MEDIUM"] = "#02B875";
|
|
20
|
-
SOCIAL_MEDIA_COLORS["PINTEREST"] = "#BD081C";
|
|
21
|
-
SOCIAL_MEDIA_COLORS["PRODUCT_HUNT"] = "#DA552F";
|
|
22
|
-
SOCIAL_MEDIA_COLORS["QUORA"] = "#B92B27";
|
|
23
|
-
SOCIAL_MEDIA_COLORS["READDIT"] = "#FF5700";
|
|
24
|
-
SOCIAL_MEDIA_COLORS["SKYPE"] = "#00AFF0";
|
|
25
|
-
SOCIAL_MEDIA_COLORS["SLACK"] = "#3AAF85";
|
|
26
|
-
SOCIAL_MEDIA_COLORS["SLIDESHARE"] = "#0077B6";
|
|
27
|
-
SOCIAL_MEDIA_COLORS["SNAP_CHAT"] = "#FFFC00";
|
|
28
|
-
SOCIAL_MEDIA_COLORS["SOUND_CLOUD"] = "#FF3300";
|
|
29
|
-
SOCIAL_MEDIA_COLORS["STUMBLE_UPON"] = "#EB4924";
|
|
30
|
-
SOCIAL_MEDIA_COLORS["TUMBLR"] = "#34465D";
|
|
31
|
-
SOCIAL_MEDIA_COLORS["TWITTER"] = "#55ACEE";
|
|
32
|
-
SOCIAL_MEDIA_COLORS["VIMEO"] = "#1AB7EA";
|
|
33
|
-
SOCIAL_MEDIA_COLORS["VINE"] = "#00B489";
|
|
34
|
-
SOCIAL_MEDIA_COLORS["VK"] = "#4C75A3";
|
|
35
|
-
SOCIAL_MEDIA_COLORS["WEIBO"] = "#DF2029";
|
|
36
|
-
SOCIAL_MEDIA_COLORS["WE_CHAT"] = "#09B83E";
|
|
37
|
-
SOCIAL_MEDIA_COLORS["WHATS_APP"] = "#25D366";
|
|
38
|
-
SOCIAL_MEDIA_COLORS["WORDPRESS"] = "#21759B";
|
|
39
|
-
SOCIAL_MEDIA_COLORS["YAHOO"] = "#410093";
|
|
40
|
-
SOCIAL_MEDIA_COLORS["YELP"] = "#AF0606";
|
|
41
|
-
SOCIAL_MEDIA_COLORS["YOUTUBE"] = "#CD201F";
|
|
42
|
-
})(SOCIAL_MEDIA_COLORS || (exports.SOCIAL_MEDIA_COLORS = SOCIAL_MEDIA_COLORS = {}));
|
|
1
|
+
var P=Object.defineProperty;var G=Object.getOwnPropertyDescriptor;var W=Object.getOwnPropertyNames;var E=Object.prototype.hasOwnProperty;var Y=(T,B)=>{for(var N in B)P(T,N,{get:B[N],enumerable:!0})},V=(T,B,N,H)=>{if(B&&typeof B=="object"||typeof B=="function")for(let U of W(B))!E.call(T,U)&&U!==N&&P(T,U,{get:()=>B[U],enumerable:!(H=G(B,U))||H.enumerable});return T};var e=T=>V(P({},"__esModule",{value:!0}),T);var Q={};Y(Q,{SOCIAL_MEDIA_COLORS:()=>K});module.exports=e(Q);var K=(F=>(F.BEHANCE="#131418",F.BLOGGER="#F57D00",F.DRIBBBLE="#EA4C89",F.DROPBOX="#007EE5",F.FACEBOOK="#3B5999",F.FACEBOOK_MESSENGER="#0084FF",F.FLICKR="#FF0084",F.FOUR_SQUARE="#F94877",F.GOOGLE_PLUS="#DD4B39",F.HACKER_NEWS="#FF6600",F.INSTAGRAM="#E4405F",F.LINE="#00C300",F.LINKEDIN="#0077B5",F.MEDIUM="#02B875",F.PINTEREST="#BD081C",F.PRODUCT_HUNT="#DA552F",F.QUORA="#B92B27",F.READDIT="#FF5700",F.SKYPE="#00AFF0",F.SLACK="#3AAF85",F.SLIDESHARE="#0077B6",F.SNAP_CHAT="#FFFC00",F.SOUND_CLOUD="#FF3300",F.STUMBLE_UPON="#EB4924",F.TUMBLR="#34465D",F.TWITTER="#55ACEE",F.VIMEO="#1AB7EA",F.VINE="#00B489",F.VK="#4C75A3",F.WEIBO="#DF2029",F.WE_CHAT="#09B83E",F.WHATS_APP="#25D366",F.WORDPRESS="#21759B",F.YAHOO="#410093",F.YELP="#AF0606",F.YOUTUBE="#CD201F",F))(K||{});0&&(module.exports={SOCIAL_MEDIA_COLORS});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
declare enum SOCIAL_MEDIA_POST_TYPES {
|
|
2
2
|
FACEBOOK_COVER_PHOTO = "FACEBOOK_COVER_PHOTO",
|
|
3
3
|
FACEBOOK_EVENT_COVER = "FACEBOOK_EVENT_COVER",
|
|
4
4
|
FACEBOOK_PROFILE_PHOTO = "FACEBOOK_PROFILE_PHOTO",
|
|
@@ -24,7 +24,7 @@ export declare enum SOCIAL_MEDIA_POST_TYPES {
|
|
|
24
24
|
YOUTUBE_CHANNEL_PROFILE = "YOUTUBE_CHANNEL_PROFILE",
|
|
25
25
|
YOUTUBE_CHANNEL_COVER = "YOUTUBE_CHANNEL_COVER"
|
|
26
26
|
}
|
|
27
|
-
|
|
27
|
+
declare const SOCIAL_MEDIA_POST_SIZES: {
|
|
28
28
|
FACEBOOK_COVER_PHOTO: {
|
|
29
29
|
height: string;
|
|
30
30
|
width: string;
|
|
@@ -122,12 +122,12 @@ export declare const SOCIAL_MEDIA_POST_SIZES: {
|
|
|
122
122
|
width: string;
|
|
123
123
|
};
|
|
124
124
|
};
|
|
125
|
-
|
|
125
|
+
declare enum MOBILE_PLATFORM_TYPES {
|
|
126
126
|
ANDROID = "android",
|
|
127
127
|
IOS = "ios",
|
|
128
128
|
WINDOWS = "windows"
|
|
129
129
|
}
|
|
130
|
-
|
|
130
|
+
declare const MOBILE_PLATFORM_MEDIA_SIZES: {
|
|
131
131
|
android: {
|
|
132
132
|
appIcons: {
|
|
133
133
|
googlePlay: {
|
|
@@ -319,3 +319,5 @@ export declare const MOBILE_PLATFORM_MEDIA_SIZES: {
|
|
|
319
319
|
};
|
|
320
320
|
};
|
|
321
321
|
};
|
|
322
|
+
|
|
323
|
+
export { MOBILE_PLATFORM_MEDIA_SIZES, MOBILE_PLATFORM_TYPES, SOCIAL_MEDIA_POST_SIZES, SOCIAL_MEDIA_POST_TYPES };
|