@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,31 +1,5 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
* @returns an auto generated emoji story file
|
|
7
|
-
* @author Taimoor Khan
|
|
8
|
-
* @remarks React Emoji Collection
|
|
9
|
-
*/
|
|
10
|
-
/** End file docs */
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.generateReactEmojiScript = void 0;
|
|
13
|
-
var generateReactEmojiScript = function (fs) {
|
|
14
|
-
var svgDir = './assets/';
|
|
15
|
-
var saveDir = './scripts/';
|
|
16
|
-
var scriptOutput = "# Generated by scripts/generate-script.js\n# DO NO EDIT\n\n";
|
|
17
|
-
// Read root Svg emoji directory
|
|
18
|
-
fs.readdirSync(svgDir).forEach(function (folderName) {
|
|
19
|
-
if (folderName === '.DS_Store')
|
|
20
|
-
return;
|
|
21
|
-
var subDir = "".concat(svgDir).concat(folderName);
|
|
22
|
-
// Read sub-directory
|
|
23
|
-
fs.readdirSync(subDir).forEach(function (subFolderName) {
|
|
24
|
-
if (subFolderName === '.DS_Store')
|
|
25
|
-
return;
|
|
26
|
-
scriptOutput += "svgr --template scripts/svgr-template.js --config-file scripts/.svgrrc-color.js -d src/".concat(folderName, "/").concat(subFolderName, " --ext tsx assets/").concat(folderName, "/").concat(subFolderName, "\n");
|
|
27
|
-
});
|
|
28
|
-
});
|
|
29
|
-
fs.writeFileSync("".concat(saveDir, "all-scripts.sh"), scriptOutput);
|
|
30
|
-
};
|
|
31
|
-
exports.generateReactEmojiScript = generateReactEmojiScript;
|
|
1
|
+
var n=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var v=(s,t)=>{for(var i in t)n(s,i,{get:t[i],enumerable:!0})},S=(s,t,i,c)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of a(t))!g.call(s,r)&&r!==i&&n(s,r,{get:()=>t[r],enumerable:!(c=o(t,r))||c.enumerable});return s};var D=s=>S(n({},"__esModule",{value:!0}),s);var y={};v(y,{generateReactEmojiScript:()=>$});module.exports=D(y);const $=s=>{const t="./assets/",i="./scripts/";let c=`# Generated by scripts/generate-script.js
|
|
2
|
+
# DO NO EDIT
|
|
3
|
+
|
|
4
|
+
`;s.readdirSync(t).forEach(r=>{if(r===".DS_Store")return;const p=`${t}${r}`;s.readdirSync(p).forEach(e=>{e!==".DS_Store"&&(c+=`svgr --template scripts/svgr-template.js --config-file scripts/.svgrrc-color.js -d src/${r}/${e} --ext tsx assets/${r}/${e}
|
|
5
|
+
`)})}),s.writeFileSync(`${i}all-scripts.sh`,c)};0&&(module.exports={generateReactEmojiScript});
|
|
@@ -9,4 +9,6 @@
|
|
|
9
9
|
* @remarks React Emoji Collection
|
|
10
10
|
*/
|
|
11
11
|
/** End file docs */
|
|
12
|
-
|
|
12
|
+
declare const reactEmojiStoryTemplate: (mainCategory: string, subCategory: string, emojiListDirName: string) => string;
|
|
13
|
+
|
|
14
|
+
export { reactEmojiStoryTemplate };
|
|
@@ -1,16 +1,46 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* @param mainCategory string
|
|
6
|
-
* @param subCategory string
|
|
7
|
-
* @param iconListDirName string
|
|
8
|
-
* @returns an auto generated icon story file
|
|
9
|
-
* @author Taimoor Khan
|
|
10
|
-
* @remarks React Emoji Collection
|
|
1
|
+
var o=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var a=Object.prototype.hasOwnProperty;var j=(t,e)=>{for(var m in e)o(t,m,{get:e[m],enumerable:!0})},s=(t,e,m,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of n(e))!a.call(t,r)&&r!==m&&o(t,r,{get:()=>e[r],enumerable:!(i=p(e,r))||i.enumerable});return t};var E=t=>s(o({},"__esModule",{value:!0}),t);var l={};j(l,{reactEmojiStoryTemplate:()=>c});module.exports=E(l);const c=(t,e,m)=>`/*
|
|
2
|
+
* Generated by scripts/generate-emojis.js
|
|
3
|
+
* DO NOT EDIT!
|
|
11
4
|
*/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
5
|
+
|
|
6
|
+
import React, { ReactElement } from 'react';
|
|
7
|
+
import { EmojiWrapper, EmojiTextWrapper, EmojiItem } from '../../styled';
|
|
8
|
+
import { StyledStory } from '../../styled-app';
|
|
9
|
+
import { EMOJI_LIST } from './${m}';
|
|
10
|
+
|
|
11
|
+
const emojiStyle = { width: '7rem', height: '7rem' };
|
|
12
|
+
|
|
13
|
+
const renderItem = (
|
|
14
|
+
item: { emoji: React.FC<React.SVGProps<SVGSVGElement>>, name: string }
|
|
15
|
+
): ReactElement => {
|
|
16
|
+
const Emoji = item.emoji;
|
|
17
|
+
return (
|
|
18
|
+
<EmojiItem
|
|
19
|
+
key={item.name}
|
|
20
|
+
>
|
|
21
|
+
<Emoji style={emojiStyle} />
|
|
22
|
+
<EmojiTextWrapper>
|
|
23
|
+
{item.name}
|
|
24
|
+
</EmojiTextWrapper>
|
|
25
|
+
</EmojiItem>
|
|
26
|
+
);
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
const emojis = EMOJI_LIST.map(renderItem);
|
|
30
|
+
|
|
31
|
+
export const ${e} = (): ReactElement => (
|
|
32
|
+
<StyledStory>
|
|
33
|
+
<EmojiWrapper>
|
|
34
|
+
{emojis}
|
|
35
|
+
</EmojiWrapper>
|
|
36
|
+
</StyledStory>
|
|
37
|
+
);
|
|
38
|
+
|
|
39
|
+
export default {
|
|
40
|
+
title: '${t}/${e}',
|
|
41
|
+
|
|
42
|
+
parameters: {
|
|
43
|
+
component: ${e},
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
`;0&&(module.exports={reactEmojiStoryTemplate});
|
|
@@ -1,43 +1,11 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* and constructs an icon story for all of it's subdirectories
|
|
5
|
-
*
|
|
6
|
-
* @param fs any
|
|
7
|
-
* @returns an auto generated icon story file
|
|
8
|
-
* @author Taimoor Khan
|
|
9
|
-
* @remarks React Icon Collection
|
|
1
|
+
var i=Object.defineProperty;var $=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var D=(t,r)=>{for(var s in r)i(t,s,{get:r[s],enumerable:!0})},I=(t,r,s,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of d(r))!g.call(t,o)&&o!==s&&i(t,o,{get:()=>r[o],enumerable:!(n=$(r,o))||n.enumerable});return t};var _=t=>I(i({},"__esModule",{value:!0}),t);var v={};D(v,{generateReactIcons:()=>l});module.exports=_(v);var a=require("./react-icon-story-template");const l=t=>{const r="./assets/",s="./src/__stories__/";let n="",o="";t.readdirSync(r).forEach(c=>{if(c===".DS_Store")return;const p=`${r}${c}`;n=`/**
|
|
2
|
+
* Generated by scripts/generate-icons.js
|
|
3
|
+
* DO NOT EDIT!
|
|
10
4
|
*/
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
var iconListOutput = '';
|
|
19
|
-
var level1FileName = '';
|
|
20
|
-
// Read root Icon directory
|
|
21
|
-
fs.readdirSync(iconDir).forEach(function (fileName) {
|
|
22
|
-
if (fileName === '.DS_Store')
|
|
23
|
-
return;
|
|
24
|
-
var level1Dir = "".concat(iconDir).concat(fileName);
|
|
25
|
-
iconListOutput = "/**\n * Generated by scripts/generate-icons.js\n * DO NOT EDIT!\n */\n\nimport * as Icons from '../".concat(fileName, "';\n\nexport const ICON_LIST = [\n");
|
|
26
|
-
// Read level1-directory
|
|
27
|
-
fs.readdirSync(level1Dir).forEach(function (_level1FileName) {
|
|
28
|
-
if (_level1FileName === '.DS_Store')
|
|
29
|
-
return;
|
|
30
|
-
level1FileName = _level1FileName;
|
|
31
|
-
iconListOutput += " { icon: Icons.".concat(level1FileName.split('.')[0], ", name: '").concat(level1FileName.split('.')[0], "' },\n");
|
|
32
|
-
});
|
|
33
|
-
iconListOutput += "];\n";
|
|
34
|
-
var categoryName = fileName
|
|
35
|
-
.split('-')
|
|
36
|
-
.map(function (str) { return str[0].toUpperCase() + str.slice(1); })
|
|
37
|
-
.join('');
|
|
38
|
-
var story = (0, react_icon_story_template_1.reactIconStoryTemplate)(categoryName, fileName);
|
|
39
|
-
fs.writeFileSync("".concat(saveDir, "/").concat(fileName, ".ts"), iconListOutput);
|
|
40
|
-
fs.writeFileSync("".concat(saveDir, "/").concat(fileName, ".story.tsx"), story);
|
|
41
|
-
});
|
|
42
|
-
};
|
|
43
|
-
exports.generateReactIcons = generateReactIcons;
|
|
5
|
+
|
|
6
|
+
import * as Icons from '../${c}';
|
|
7
|
+
|
|
8
|
+
export const ICON_LIST = [
|
|
9
|
+
`,t.readdirSync(p).forEach(e=>{e!==".DS_Store"&&(o=e,n+=` { icon: Icons.${o.split(".")[0]}, name: '${o.split(".")[0]}' },
|
|
10
|
+
`)}),n+=`];
|
|
11
|
+
`;const y=c.split("-").map(e=>e[0].toUpperCase()+e.slice(1)).join(""),S=(0,a.reactIconStoryTemplate)(y,c);t.writeFileSync(`${s}/${c}.ts`,n),t.writeFileSync(`${s}/${c}.story.tsx`,S)})};0&&(module.exports={generateReactIcons});
|
|
@@ -1,27 +1,5 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
* @returns an auto generated icon story file
|
|
7
|
-
* @author Taimoor Khan
|
|
8
|
-
* @remarks React Icon Collection
|
|
9
|
-
*/
|
|
10
|
-
/** End file docs */
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.generateReactIconScript = void 0;
|
|
13
|
-
var generateReactIconScript = function (fs) {
|
|
14
|
-
var svgDir = './assets/';
|
|
15
|
-
var saveDir = './scripts/';
|
|
16
|
-
var scriptOutput = "# Generated by scripts/generate-script.js\n# DO NO EDIT\n\n";
|
|
17
|
-
// Read root Svg emoji directory
|
|
18
|
-
fs.readdirSync(svgDir).forEach(function (folderName) {
|
|
19
|
-
if (folderName === '.DS_Store')
|
|
20
|
-
return;
|
|
21
|
-
var flowArray = folderName.split('-');
|
|
22
|
-
var flow = flowArray[flowArray.length - 1];
|
|
23
|
-
scriptOutput += "svgr --template scripts/svgr-template.js --config-file scripts/.svgrrc-".concat(flow, ".js -d src/").concat(folderName, " --ext tsx assets/").concat(folderName, "\n");
|
|
24
|
-
});
|
|
25
|
-
fs.writeFileSync("".concat(saveDir, "all-scripts.sh"), scriptOutput);
|
|
26
|
-
};
|
|
27
|
-
exports.generateReactIconScript = generateReactIconScript;
|
|
1
|
+
var i=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var l=(t,s)=>{for(var c in s)i(t,c,{get:s[c],enumerable:!0})},v=(t,s,c,e)=>{if(s&&typeof s=="object"||typeof s=="function")for(let r of o(s))!g.call(t,r)&&r!==c&&i(t,r,{get:()=>s[r],enumerable:!(e=a(s,r))||e.enumerable});return t};var y=t=>v(i({},"__esModule",{value:!0}),t);var S={};l(S,{generateReactIconScript:()=>D});module.exports=y(S);const D=t=>{const s="./assets/",c="./scripts/";let e=`# Generated by scripts/generate-script.js
|
|
2
|
+
# DO NO EDIT
|
|
3
|
+
|
|
4
|
+
`;t.readdirSync(s).forEach(r=>{if(r===".DS_Store")return;const n=r.split("-"),p=n[n.length-1];e+=`svgr --template scripts/svgr-template.js --config-file scripts/.svgrrc-${p}.js -d src/${r} --ext tsx assets/${r}
|
|
5
|
+
`}),t.writeFileSync(`${c}all-scripts.sh`,e)};0&&(module.exports={generateReactIconScript});
|
|
@@ -8,4 +8,6 @@
|
|
|
8
8
|
* @remarks React Icon Collection
|
|
9
9
|
*/
|
|
10
10
|
/** End file docs */
|
|
11
|
-
|
|
11
|
+
declare const reactIconStoryTemplate: (category: string, iconListDirName: string) => string;
|
|
12
|
+
|
|
13
|
+
export { reactIconStoryTemplate };
|
|
@@ -1,15 +1,46 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* @param category string
|
|
6
|
-
* @param iconListDirName string
|
|
7
|
-
* @returns an auto generated icon story file
|
|
8
|
-
* @author Taimoor Khan
|
|
9
|
-
* @remarks React Icon Collection
|
|
1
|
+
var o=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var p=Object.getOwnPropertyNames;var a=Object.prototype.hasOwnProperty;var i=(e,t)=>{for(var n in t)o(e,n,{get:t[n],enumerable:!0})},I=(e,t,n,c)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of p(t))!a.call(e,r)&&r!==n&&o(e,r,{get:()=>t[r],enumerable:!(c=m(t,r))||c.enumerable});return e};var s=e=>I(o({},"__esModule",{value:!0}),e);var S={};i(S,{reactIconStoryTemplate:()=>l});module.exports=s(S);const l=(e,t)=>`/*
|
|
2
|
+
* Generated by scripts/generate-icons.js
|
|
3
|
+
* DO NOT EDIT!
|
|
10
4
|
*/
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
5
|
+
|
|
6
|
+
import React, { ReactElement } from 'react';
|
|
7
|
+
import { IconWrapper, IconTextWrapper, IconItem } from '../styled';
|
|
8
|
+
import { StyledStory } from '../styled-app';
|
|
9
|
+
import { ICON_LIST } from './${t}';
|
|
10
|
+
|
|
11
|
+
const iconStyle = { width: '7rem', height: '7rem' };
|
|
12
|
+
|
|
13
|
+
const renderItem = (
|
|
14
|
+
item: { icon: React.FC<React.SVGProps<SVGSVGElement>>, name: string }
|
|
15
|
+
): ReactElement => {
|
|
16
|
+
const Icon = item.icon;
|
|
17
|
+
return (
|
|
18
|
+
<IconItem
|
|
19
|
+
key={item.name}
|
|
20
|
+
>
|
|
21
|
+
<Icon style={iconStyle} />
|
|
22
|
+
<IconTextWrapper>
|
|
23
|
+
{item.name}
|
|
24
|
+
</IconTextWrapper>
|
|
25
|
+
</IconItem>
|
|
26
|
+
);
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
const icons = ICON_LIST.map(renderItem);
|
|
30
|
+
|
|
31
|
+
export const ${e} = (): ReactElement => (
|
|
32
|
+
<StyledStory>
|
|
33
|
+
<IconWrapper>
|
|
34
|
+
{icons}
|
|
35
|
+
</IconWrapper>
|
|
36
|
+
</StyledStory>
|
|
37
|
+
);
|
|
38
|
+
|
|
39
|
+
export default {
|
|
40
|
+
title: 'Icon/${e}',
|
|
41
|
+
|
|
42
|
+
parameters: {
|
|
43
|
+
component: ${e},
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
`;0&&(module.exports={reactIconStoryTemplate});
|
|
@@ -1,43 +1,11 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* and constructs logo stories for all of it's subdirectories
|
|
5
|
-
*
|
|
6
|
-
* @param fs any
|
|
7
|
-
* @returns an auto generated icon story file
|
|
8
|
-
* @author Taimoor Khan
|
|
9
|
-
* @remarks React Logo Collection
|
|
1
|
+
var c=Object.defineProperty;var S=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var $=Object.prototype.hasOwnProperty;var d=(t,o)=>{for(var s in o)c(t,s,{get:o[s],enumerable:!0})},D=(t,o,s,e)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of l(o))!$.call(t,r)&&r!==s&&c(t,r,{get:()=>o[r],enumerable:!(e=S(o,r))||e.enumerable});return t};var L=t=>D(c({},"__esModule",{value:!0}),t);var v={};d(v,{generateReactLogos:()=>_});module.exports=L(v);var g=require("./react-logo-story-template");const _=t=>{const o="./assets/",s="./src/__stories__/";let e="",r="";t.readdirSync(o).forEach(n=>{if(n===".DS_Store")return;const a=`${o}${n}`;e=`/**
|
|
2
|
+
* Generated by scripts/generate-logos.js
|
|
3
|
+
* DO NOT EDIT!
|
|
10
4
|
*/
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
var logoListOutput = '';
|
|
19
|
-
var level1FileName = '';
|
|
20
|
-
// Read root Logo directory
|
|
21
|
-
fs.readdirSync(logoDir).forEach(function (fileName) {
|
|
22
|
-
if (fileName === '.DS_Store')
|
|
23
|
-
return;
|
|
24
|
-
var level1Dir = "".concat(logoDir).concat(fileName);
|
|
25
|
-
logoListOutput = "/**\n * Generated by scripts/generate-logos.js\n * DO NOT EDIT!\n */\n\nimport * as Logos from '../".concat(fileName, "';\n\nexport const LOGO_LIST = [\n");
|
|
26
|
-
// Read level1-directory
|
|
27
|
-
fs.readdirSync(level1Dir).forEach(function (_level1FileName) {
|
|
28
|
-
if (_level1FileName === '.DS_Store')
|
|
29
|
-
return;
|
|
30
|
-
level1FileName = _level1FileName;
|
|
31
|
-
logoListOutput += " { logo: Logos.".concat(level1FileName.split('.')[0], ", name: '").concat(level1FileName.split('.')[0], "' },\n");
|
|
32
|
-
});
|
|
33
|
-
logoListOutput += "];\n";
|
|
34
|
-
var categoryName = fileName
|
|
35
|
-
.split('-')
|
|
36
|
-
.map(function (str) { return str[0].toUpperCase() + str.slice(1); })
|
|
37
|
-
.join('');
|
|
38
|
-
var story = (0, react_logo_story_template_1.reactLogoStoryTemplate)(categoryName, fileName);
|
|
39
|
-
fs.writeFileSync("".concat(saveDir, "/").concat(fileName, ".ts"), logoListOutput);
|
|
40
|
-
fs.writeFileSync("".concat(saveDir, "/").concat(fileName, ".story.tsx"), story);
|
|
41
|
-
});
|
|
42
|
-
};
|
|
43
|
-
exports.generateReactLogos = generateReactLogos;
|
|
5
|
+
|
|
6
|
+
import * as Logos from '../${n}';
|
|
7
|
+
|
|
8
|
+
export const LOGO_LIST = [
|
|
9
|
+
`,t.readdirSync(a).forEach(i=>{i!==".DS_Store"&&(r=i,e+=` { logo: Logos.${r.split(".")[0]}, name: '${r.split(".")[0]}' },
|
|
10
|
+
`)}),e+=`];
|
|
11
|
+
`;const p=n.split("-").map(i=>i[0].toUpperCase()+i.slice(1)).join(""),y=(0,g.reactLogoStoryTemplate)(p,n);t.writeFileSync(`${s}/${n}.ts`,e),t.writeFileSync(`${s}/${n}.story.tsx`,y)})};0&&(module.exports={generateReactLogos});
|
|
@@ -1,27 +1,5 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
* @returns an auto generated logo story file
|
|
7
|
-
* @author Taimoor Khan
|
|
8
|
-
* @remarks React Logo Collection
|
|
9
|
-
*/
|
|
10
|
-
/** End file docs */
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.generateReactLogoScript = void 0;
|
|
13
|
-
var generateReactLogoScript = function (fs) {
|
|
14
|
-
var svgDir = './assets/';
|
|
15
|
-
var saveDir = './scripts/';
|
|
16
|
-
var scriptOutput = "# Generated by scripts/generate-script.js\n# DO NO EDIT\n\n";
|
|
17
|
-
// Read root Svg logo directory
|
|
18
|
-
fs.readdirSync(svgDir).forEach(function (folderName) {
|
|
19
|
-
if (folderName === '.DS_Store')
|
|
20
|
-
return;
|
|
21
|
-
var flowArray = folderName.split('-');
|
|
22
|
-
var flow = flowArray[flowArray.length - 1];
|
|
23
|
-
scriptOutput += "svgr --template scripts/svgr-template.js --config-file scripts/.svgrrc-".concat(flow, ".js -d src/").concat(folderName, " --ext tsx assets/").concat(folderName, "\n");
|
|
24
|
-
});
|
|
25
|
-
fs.writeFileSync("".concat(saveDir, "all-scripts.sh"), scriptOutput);
|
|
26
|
-
};
|
|
27
|
-
exports.generateReactLogoScript = generateReactLogoScript;
|
|
1
|
+
var i=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var l=(t,s)=>{for(var e in s)i(t,e,{get:s[e],enumerable:!0})},v=(t,s,e,c)=>{if(s&&typeof s=="object"||typeof s=="function")for(let r of a(s))!g.call(t,r)&&r!==e&&i(t,r,{get:()=>s[r],enumerable:!(c=o(s,r))||c.enumerable});return t};var y=t=>v(i({},"__esModule",{value:!0}),t);var S={};l(S,{generateReactLogoScript:()=>D});module.exports=y(S);const D=t=>{const s="./assets/",e="./scripts/";let c=`# Generated by scripts/generate-script.js
|
|
2
|
+
# DO NO EDIT
|
|
3
|
+
|
|
4
|
+
`;t.readdirSync(s).forEach(r=>{if(r===".DS_Store")return;const n=r.split("-"),p=n[n.length-1];c+=`svgr --template scripts/svgr-template.js --config-file scripts/.svgrrc-${p}.js -d src/${r} --ext tsx assets/${r}
|
|
5
|
+
`}),t.writeFileSync(`${e}all-scripts.sh`,c)};0&&(module.exports={generateReactLogoScript});
|
|
@@ -8,4 +8,6 @@
|
|
|
8
8
|
* @remarks React Logo Collection
|
|
9
9
|
*/
|
|
10
10
|
/** End file docs */
|
|
11
|
-
|
|
11
|
+
declare const reactLogoStoryTemplate: (category: string, logoListDirName: string) => string;
|
|
12
|
+
|
|
13
|
+
export { reactLogoStoryTemplate };
|
|
@@ -1,15 +1,46 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* @param category string
|
|
6
|
-
* @param logoListDirName string
|
|
7
|
-
* @returns an auto generated icon story file
|
|
8
|
-
* @author Taimoor Khan
|
|
9
|
-
* @remarks React Logo Collection
|
|
1
|
+
var m=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var a=(o,e)=>{for(var r in e)m(o,r,{get:e[r],enumerable:!0})},l=(o,e,r,p)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of n(e))!s.call(o,t)&&t!==r&&m(o,t,{get:()=>e[t],enumerable:!(p=g(e,t))||p.enumerable});return o};var L=o=>l(m({},"__esModule",{value:!0}),o);var c={};a(c,{reactLogoStoryTemplate:()=>i});module.exports=L(c);const i=(o,e)=>`/*
|
|
2
|
+
* Generated by scripts/generate-logos.js
|
|
3
|
+
* DO NOT EDIT!
|
|
10
4
|
*/
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
5
|
+
|
|
6
|
+
import React, { FC, ReactElement } from 'react';
|
|
7
|
+
import { LogoWrapper, LogoTextWrapper, LogoItem, ILogoProps } from '../styled';
|
|
8
|
+
import { StyledStory } from '../styled-app';
|
|
9
|
+
import { LOGO_LIST } from './${e}';
|
|
10
|
+
|
|
11
|
+
const logoStyle = { width: '7rem', height: '7rem' };
|
|
12
|
+
|
|
13
|
+
const renderItem = (
|
|
14
|
+
item: { logo: FC<ILogoProps>, name: string }
|
|
15
|
+
): ReactElement => {
|
|
16
|
+
const Logo = item.logo;
|
|
17
|
+
return (
|
|
18
|
+
<LogoItem
|
|
19
|
+
key={item.name}
|
|
20
|
+
>
|
|
21
|
+
<Logo style={logoStyle} />
|
|
22
|
+
<LogoTextWrapper>
|
|
23
|
+
{item.name}
|
|
24
|
+
</LogoTextWrapper>
|
|
25
|
+
</LogoItem>
|
|
26
|
+
);
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
const logos = LOGO_LIST.map(renderItem);
|
|
30
|
+
|
|
31
|
+
export const ${o} = (): ReactElement => (
|
|
32
|
+
<StyledStory>
|
|
33
|
+
<LogoWrapper>
|
|
34
|
+
{logos}
|
|
35
|
+
</LogoWrapper>
|
|
36
|
+
</StyledStory>
|
|
37
|
+
);
|
|
38
|
+
|
|
39
|
+
export default {
|
|
40
|
+
title: 'Logo/${o}',
|
|
41
|
+
|
|
42
|
+
parameters: {
|
|
43
|
+
component: ${o},
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
`;0&&(module.exports={reactLogoStoryTemplate});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
declare const reactPakistanTheme: {
|
|
2
2
|
base: string;
|
|
3
3
|
colorPrimary: string;
|
|
4
4
|
colorSecondary: string;
|
|
@@ -21,3 +21,5 @@ export declare const reactPakistanTheme: {
|
|
|
21
21
|
brandUrl: string;
|
|
22
22
|
brandImage: string;
|
|
23
23
|
};
|
|
24
|
+
|
|
25
|
+
export { reactPakistanTheme };
|
|
@@ -1,31 +1 @@
|
|
|
1
|
-
"
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.reactPakistanTheme = void 0;
|
|
4
|
-
exports.reactPakistanTheme = {
|
|
5
|
-
base: 'light',
|
|
6
|
-
colorPrimary: 'hotpink',
|
|
7
|
-
colorSecondary: 'deepskyblue',
|
|
8
|
-
// UI
|
|
9
|
-
appBg: 'white',
|
|
10
|
-
appContentBg: 'silver',
|
|
11
|
-
appBorderColor: 'grey',
|
|
12
|
-
appBorderRadius: 4,
|
|
13
|
-
// Typography
|
|
14
|
-
fontBase: '"Open Sans", sans-serif',
|
|
15
|
-
fontCode: 'monospace',
|
|
16
|
-
// Text colors
|
|
17
|
-
textColor: 'black',
|
|
18
|
-
textInverseColor: 'rgba(255,255,255,0.9)',
|
|
19
|
-
// Toolbar default and active colors
|
|
20
|
-
barTextColor: 'silver',
|
|
21
|
-
barSelectedColor: 'black',
|
|
22
|
-
barBg: 'hotpink',
|
|
23
|
-
// Form colors
|
|
24
|
-
inputBg: 'white',
|
|
25
|
-
inputBorder: 'silver',
|
|
26
|
-
inputTextColor: 'black',
|
|
27
|
-
inputBorderRadius: 4,
|
|
28
|
-
brandTitle: 'React Commons Collection',
|
|
29
|
-
brandUrl: 'https://github.com/Taimoormk/react-commons-collection',
|
|
30
|
-
brandImage: 'https://res.cloudinary.com/dq6hflqwx/image/upload/v1565548545/GitHub/React_Pakistan_Storybook_Logo.jpg',
|
|
31
|
-
};
|
|
1
|
+
var a=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var s=(e,o)=>{for(var t in o)a(e,t,{get:o[t],enumerable:!0})},c=(e,o,t,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of l(o))!p.call(e,r)&&r!==t&&a(e,r,{get:()=>o[r],enumerable:!(n=i(o,r))||n.enumerable});return e};var d=e=>c(a({},"__esModule",{value:!0}),e);var m={};s(m,{reactPakistanTheme:()=>b});module.exports=d(m);const b={base:"light",colorPrimary:"hotpink",colorSecondary:"deepskyblue",appBg:"white",appContentBg:"silver",appBorderColor:"grey",appBorderRadius:4,fontBase:'"Open Sans", sans-serif',fontCode:"monospace",textColor:"black",textInverseColor:"rgba(255,255,255,0.9)",barTextColor:"silver",barSelectedColor:"black",barBg:"hotpink",inputBg:"white",inputBorder:"silver",inputTextColor:"black",inputBorderRadius:4,brandTitle:"React Commons Collection",brandUrl:"https://github.com/Taimoormk/react-commons-collection",brandImage:"https://res.cloudinary.com/dq6hflqwx/image/upload/v1565548545/GitHub/React_Pakistan_Storybook_Logo.jpg"};0&&(module.exports={reactPakistanTheme});
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
declare const responsiveArgs: IResponsiveArgs;
|
|
2
|
+
declare const mobileS = "";
|
|
3
|
+
declare const mobileM = "";
|
|
4
|
+
declare const mobileL = "";
|
|
5
|
+
declare const tablet = "";
|
|
6
|
+
declare const laptop = "";
|
|
7
|
+
declare const laptopL = "";
|
|
8
|
+
declare const desktop = "";
|
|
9
9
|
interface IControlText {
|
|
10
10
|
control: string;
|
|
11
11
|
}
|
|
12
|
-
|
|
12
|
+
interface IResponsiveArgs {
|
|
13
13
|
desktop: IControlText;
|
|
14
14
|
laptop: IControlText;
|
|
15
15
|
laptopL: IControlText;
|
|
@@ -18,4 +18,5 @@ export interface IResponsiveArgs {
|
|
|
18
18
|
mobileS: IControlText;
|
|
19
19
|
tablet: IControlText;
|
|
20
20
|
}
|
|
21
|
-
|
|
21
|
+
|
|
22
|
+
export { type IResponsiveArgs, desktop, laptop, laptopL, mobileL, mobileM, mobileS, responsiveArgs, tablet };
|
|
@@ -1,19 +1 @@
|
|
|
1
|
-
"
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.desktop = exports.laptopL = exports.laptop = exports.tablet = exports.mobileL = exports.mobileM = exports.mobileS = exports.responsiveArgs = void 0;
|
|
4
|
-
exports.responsiveArgs = {
|
|
5
|
-
desktop: { control: 'text' },
|
|
6
|
-
laptop: { control: 'text' },
|
|
7
|
-
laptopL: { control: 'text' },
|
|
8
|
-
mobileL: { control: 'text' },
|
|
9
|
-
mobileM: { control: 'text' },
|
|
10
|
-
mobileS: { control: 'text' },
|
|
11
|
-
tablet: { control: 'text' },
|
|
12
|
-
};
|
|
13
|
-
exports.mobileS = '';
|
|
14
|
-
exports.mobileM = '';
|
|
15
|
-
exports.mobileL = '';
|
|
16
|
-
exports.tablet = '';
|
|
17
|
-
exports.laptop = '';
|
|
18
|
-
exports.laptopL = '';
|
|
19
|
-
exports.desktop = '';
|
|
1
|
+
var r=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var c=(o,t)=>{for(var l in t)r(o,l,{get:t[l],enumerable:!0})},i=(o,t,l,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of x(t))!s.call(o,e)&&e!==l&&r(o,e,{get:()=>t[e],enumerable:!(n=p(t,e))||n.enumerable});return o};var b=o=>i(r({},"__esModule",{value:!0}),o);var k={};c(k,{desktop:()=>d,laptop:()=>L,laptopL:()=>g,mobileL:()=>C,mobileM:()=>m,mobileS:()=>I,responsiveArgs:()=>a,tablet:()=>T});module.exports=b(k);const a={desktop:{control:"text"},laptop:{control:"text"},laptopL:{control:"text"},mobileL:{control:"text"},mobileM:{control:"text"},mobileS:{control:"text"},tablet:{control:"text"}},I="",m="",C="",T="",L="",g="",d="";0&&(module.exports={desktop,laptop,laptopL,mobileL,mobileM,mobileS,responsiveArgs,tablet});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
interface IResponsiveProps {
|
|
2
2
|
/**
|
|
3
3
|
* Specifies the CSS block on desktop devices
|
|
4
4
|
*/
|
|
@@ -28,4 +28,6 @@ export interface IResponsiveProps {
|
|
|
28
28
|
*/
|
|
29
29
|
$tablet?: string;
|
|
30
30
|
}
|
|
31
|
-
|
|
31
|
+
declare const responsiveComponent: ({ $desktop, $laptop, $laptopL, $mobileL, $mobileM, $mobileS, $tablet, }: IResponsiveProps) => string;
|
|
32
|
+
|
|
33
|
+
export { type IResponsiveProps, responsiveComponent };
|