@instincthub/react-ui 0.0.1 → 0.0.3
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 +45 -12
- package/dist/_virtual/_rollupPluginBabelHelpers.js +1 -1
- package/dist/_virtual/index.js +1 -1
- package/dist/_virtual/index2.js +1 -1
- package/dist/_virtual/index3.js +1 -1
- package/dist/_virtual/index4.js +1 -1
- package/dist/_virtual/index5.js +1 -1
- package/dist/node_modules/attr-accept/dist/es/index.js +2 -0
- package/dist/node_modules/attr-accept/dist/es/index.js.map +1 -0
- package/dist/node_modules/comma-separated-tokens/index.js +1 -1
- package/dist/node_modules/file-selector/dist/es2015/file-selector.js +2 -0
- package/dist/node_modules/file-selector/dist/es2015/file-selector.js.map +1 -0
- package/dist/node_modules/file-selector/dist/es2015/file.js +2 -0
- package/dist/node_modules/file-selector/dist/es2015/file.js.map +1 -0
- package/dist/node_modules/hastscript/factory.js +1 -1
- package/dist/node_modules/hastscript/index.js +1 -1
- package/dist/node_modules/hastscript/index.js.map +1 -1
- package/dist/node_modules/prop-types/index.js +1 -1
- package/dist/node_modules/prop-types/index.js.map +1 -1
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +1 -1
- package/dist/node_modules/prop-types/node_modules/react-is/index.js +1 -1
- package/dist/node_modules/prosemirror-model/dist/index.js.map +1 -1
- package/dist/node_modules/react-dropzone/dist/es/index.js +2 -0
- package/dist/node_modules/react-dropzone/dist/es/index.js.map +1 -0
- package/dist/node_modules/react-dropzone/dist/es/utils/index.js +2 -0
- package/dist/node_modules/react-dropzone/dist/es/utils/index.js.map +1 -0
- package/dist/node_modules/refractor/core.js +1 -1
- package/dist/node_modules/refractor/core.js.map +1 -1
- package/dist/node_modules/space-separated-tokens/index.js +1 -1
- package/dist/node_modules/tslib/tslib.es6.js +2 -0
- package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
- package/dist/src/assets/css/bootstrap.css +1151 -0
- package/dist/src/assets/css/darkmode.css +57 -0
- package/dist/src/assets/css/fonts.css +1 -0
- package/dist/src/assets/css/forms/ihub-file-uploader.css +247 -0
- package/dist/src/assets/css/forms/input-fields.css +1617 -0
- package/dist/src/assets/css/forms/react-action.css +46 -0
- package/dist/src/assets/css/forms/submit-btn.css +39 -0
- package/dist/src/assets/css/forms/unsplash-random-image.css +289 -0
- package/dist/src/assets/css/forms.css +145 -0
- package/dist/src/assets/css/invoice.css +196 -0
- package/dist/src/assets/css/loading.css +57 -0
- package/dist/src/assets/css/main.css +2364 -0
- package/dist/src/assets/css/material-ui.css +82 -0
- package/dist/src/assets/css/modals.css +208 -0
- package/dist/src/assets/css/primereact.css +367 -0
- package/dist/src/assets/css/react-video-player.css +81 -0
- package/dist/src/assets/css/readme/display.md +401 -0
- package/dist/src/assets/css/readme/margin.md +214 -0
- package/dist/src/assets/css/readme/overflow.md +93 -0
- package/dist/src/assets/css/readme/width-height-padding.md +342 -0
- package/dist/src/assets/css/readme/z-index.md +80 -0
- package/dist/src/assets/css/root.css +70 -0
- package/dist/src/assets/css/styles.css +26 -0
- package/dist/src/assets/css/tag-only-selectors.css +240 -0
- package/dist/src/assets/css/tooltip.css +26 -0
- package/dist/src/assets/css/ui/code-display.css +132 -0
- package/dist/src/assets/css/ui/content-viewer.css +599 -0
- package/dist/src/assets/css/ui/editor.css +161 -0
- package/dist/src/assets/css/ui/list-styles.css +322 -0
- package/dist/src/assets/css/ui/parent-list-styles.css +223 -0
- package/dist/src/assets/css/ui/signout-session.css +177 -0
- package/dist/src/assets/json/countries.json +1 -0
- package/dist/src/assets/svgs/SVGs.jsx +38 -0
- package/dist/src/components/forms/AnimatedBox.js.map +1 -1
- package/dist/src/components/forms/DateInput.js +2 -0
- package/dist/src/components/forms/DateInput.js.map +1 -0
- package/dist/src/components/forms/DateTimeInput.js +2 -0
- package/dist/src/components/forms/DateTimeInput.js.map +1 -0
- package/dist/src/components/forms/DropFile.js +2 -0
- package/dist/src/components/forms/DropFile.js.map +1 -0
- package/dist/src/components/forms/EmailList.js +2 -0
- package/dist/src/components/forms/EmailList.js.map +1 -0
- package/dist/src/components/forms/FilterArray.js +2 -0
- package/dist/src/components/forms/FilterArray.js.map +1 -0
- package/dist/src/components/forms/FilterBy.js +2 -0
- package/dist/src/components/forms/FilterBy.js.map +1 -0
- package/dist/src/components/forms/FilterObjects.js +2 -0
- package/dist/src/components/forms/FilterObjects.js.map +1 -0
- package/dist/src/components/forms/FormError.js +2 -0
- package/dist/src/components/forms/FormError.js.map +1 -0
- package/dist/src/components/forms/HandleError.js +2 -0
- package/dist/src/components/forms/HandleError.js.map +1 -0
- package/dist/src/components/forms/Logout.js +2 -0
- package/dist/src/components/forms/Logout.js.map +1 -0
- package/dist/src/components/forms/MessageDisplay.js +2 -0
- package/dist/src/components/forms/MessageDisplay.js.map +1 -0
- package/dist/src/components/forms/MultipleEmail.js +2 -0
- package/dist/src/components/forms/MultipleEmail.js.map +1 -0
- package/dist/src/components/forms/PageLoading.js +2 -0
- package/dist/src/components/forms/PageLoading.js.map +1 -0
- package/dist/src/components/forms/PasswordField.js +2 -0
- package/dist/src/components/forms/PasswordField.js.map +1 -0
- package/dist/src/components/forms/PhoneNumberInput.js +2 -0
- package/dist/src/components/forms/PhoneNumberInput.js.map +1 -0
- package/dist/src/components/forms/RadioField.js +2 -0
- package/dist/src/components/forms/RadioField.js.map +1 -0
- package/dist/src/components/forms/RadioSimple.js +2 -0
- package/dist/src/components/forms/RadioSimple.js.map +1 -0
- package/dist/src/components/forms/ReactTimeAgo.js +2 -0
- package/dist/src/components/forms/ReactTimeAgo.js.map +1 -0
- package/dist/src/components/forms/ReadTermsAndCondition.js +2 -0
- package/dist/src/components/forms/ReadTermsAndCondition.js.map +1 -0
- package/dist/src/components/forms/SearchField.js +2 -0
- package/dist/src/components/forms/SearchField.js.map +1 -0
- package/dist/src/components/forms/StepProgressBar.js +2 -0
- package/dist/src/components/forms/StepProgressBar.js.map +1 -0
- package/dist/src/components/forms/SubmitBtn.js +1 -1
- package/dist/src/components/forms/SubmitBtn.js.map +1 -1
- package/dist/src/components/forms/Tables.js +2 -0
- package/dist/src/components/forms/Tables.js.map +1 -0
- package/dist/src/components/forms/TextArea.js +2 -0
- package/dist/src/components/forms/TextArea.js.map +1 -0
- package/dist/src/components/forms/Tooltip.js +2 -0
- package/dist/src/components/forms/Tooltip.js.map +1 -0
- package/dist/src/components/forms/UnsplashRandomImage.js +2 -0
- package/dist/src/components/forms/UnsplashRandomImage.js.map +1 -0
- package/dist/src/components/forms/uploads/FileUploader.js +2 -0
- package/dist/src/components/forms/uploads/FileUploader.js.map +1 -0
- package/dist/src/components/forms/uploads/IhubFileUploader.js +2 -0
- package/dist/src/components/forms/uploads/IhubFileUploader.js.map +1 -0
- package/dist/src/components/lib/auth/actions.js +2 -0
- package/dist/src/components/lib/auth/actions.js.map +1 -0
- package/dist/src/components/lib/auth/dbRequestst.js +2 -0
- package/dist/src/components/lib/auth/dbRequestst.js.map +1 -0
- package/dist/src/components/lib/format.js +2 -0
- package/dist/src/components/lib/format.js.map +1 -0
- package/dist/src/components/lib/helpFunction.js +2 -0
- package/dist/src/components/lib/helpFunction.js.map +1 -0
- package/dist/src/components/lib/index.js +2 -0
- package/dist/src/components/lib/json/accounts.js +2 -0
- package/dist/src/components/lib/json/accounts.js.map +1 -0
- package/dist/src/components/lib/json/countryObjects.js +2 -0
- package/dist/src/components/lib/json/countryObjects.js.map +1 -0
- package/dist/src/components/lib/json/unsplashDefaultObject.js +2 -0
- package/dist/src/components/lib/json/unsplashDefaultObject.js.map +1 -0
- package/dist/src/components/lib/modals.js +2 -0
- package/dist/src/components/lib/modals.js.map +1 -0
- package/dist/src/components/lib/oauth_json.js +2 -0
- package/dist/src/components/lib/oauth_json.js.map +1 -0
- package/dist/src/components/lib/paystack.js +2 -0
- package/dist/src/components/lib/paystack.js.map +1 -0
- package/dist/src/components/lib/permissions.js +2 -0
- package/dist/src/components/lib/permissions.js.map +1 -0
- package/dist/src/components/lib/utils.js +2 -0
- package/dist/src/components/lib/utils.js.map +1 -0
- package/dist/src/components/status/TimeTracker.js +2 -0
- package/dist/src/components/status/TimeTracker.js.map +1 -0
- package/dist/src/components/theme/ChangeStyleVariable.js +2 -0
- package/dist/src/components/theme/ChangeStyleVariable.js.map +1 -0
- package/dist/src/components/theme/DarkModeProvider.js +2 -0
- package/dist/src/components/theme/DarkModeProvider.js.map +1 -0
- package/dist/src/components/theme/LoadingAnimate.js +2 -0
- package/dist/src/components/theme/LoadingAnimate.js.map +1 -0
- package/dist/src/components/theme/SessionProviders.js +2 -0
- package/dist/src/components/theme/SessionProviders.js.map +1 -0
- package/dist/src/components/theme/signout/SessionExpiresLogout.js +2 -0
- package/dist/src/components/theme/signout/SessionExpiresLogout.js.map +1 -0
- package/dist/src/components/theme/signout/SignOutSession.js +2 -0
- package/dist/src/components/theme/signout/SignOutSession.js.map +1 -0
- package/dist/src/components/ui/editor/CustomTextEditor.js +1 -1
- package/dist/src/components/ui/editor/MenuBar.js +1 -1
- package/dist/src/components/ui/viewer/CodeDisplay.js +1 -1
- package/dist/src/components/ui/viewer/ContentViewer.js +1 -1
- package/dist/src/index-types.js +2 -0
- package/dist/src/index-types.js.map +1 -0
- package/dist/src/index.js +1 -1
- package/dist/src/types/assets/images/Images.d.ts +7 -0
- package/dist/src/types/components/auth/IsUsernameEmailTaken.d.ts +9 -0
- package/dist/src/types/components/forms/CountryInput.d.ts +0 -1
- package/dist/src/types/components/forms/CountryStateInput.d.ts +0 -1
- package/dist/src/types/components/forms/DateInput.d.ts +14 -0
- package/dist/src/types/components/forms/DateTimeInput.d.ts +9 -0
- package/dist/src/types/components/forms/DropFile.d.ts +7 -0
- package/dist/src/types/components/forms/EmailList.d.ts +7 -0
- package/dist/src/types/components/forms/FileField.d.ts +12 -0
- package/dist/src/types/components/forms/FilterArray.d.ts +17 -0
- package/dist/src/types/components/forms/FilterBy.d.ts +7 -0
- package/dist/src/types/components/forms/FilterObjects.d.ts +25 -0
- package/dist/src/types/components/forms/FormError.d.ts +7 -0
- package/dist/src/types/components/forms/HandleError.d.ts +12 -0
- package/dist/src/types/components/forms/InputSearchDropdown.d.ts +14 -0
- package/dist/src/types/components/forms/Logout.d.ts +6 -0
- package/dist/src/types/components/forms/MessageDisplay.d.ts +10 -0
- package/dist/src/types/components/forms/MultipleEmail.d.ts +6 -0
- package/dist/src/types/components/forms/PageLoading.d.ts +6 -0
- package/dist/src/types/components/forms/PasswordField.d.ts +10 -0
- package/dist/src/types/components/forms/PhoneNumberInput.d.ts +12 -0
- package/dist/src/types/components/forms/RadioField.d.ts +16 -0
- package/dist/src/types/components/forms/RadioSimple.d.ts +11 -0
- package/dist/src/types/components/forms/RangeRadio.d.ts +10 -0
- package/dist/src/types/components/forms/ReactTimeAgo.d.ts +9 -0
- package/dist/src/types/components/forms/ReadTermsAndCondition.d.ts +6 -0
- package/dist/src/types/components/forms/SearchField.d.ts +7 -0
- package/dist/src/types/components/forms/StepProgressBar.d.ts +9 -0
- package/dist/src/types/components/forms/Tables.d.ts +10 -0
- package/dist/src/types/components/forms/TextArea.d.ts +13 -0
- package/dist/src/types/components/forms/Tooltip.d.ts +11 -0
- package/dist/src/types/components/forms/UnsplashRandomImage.d.ts +81 -0
- package/dist/src/types/components/forms/uploads/FileUploader.d.ts +25 -0
- package/dist/src/types/components/forms/uploads/IhubFileUploader.d.ts +46 -0
- package/dist/src/types/components/lib/auth/actions.d.ts +15 -0
- package/dist/src/types/components/lib/auth/dbRequestst.d.ts +21 -0
- package/dist/src/types/components/lib/createSubscription.d.ts +13 -0
- package/dist/src/types/components/lib/elementIsVisibleInViewport.d.ts +8 -0
- package/dist/src/types/components/lib/fileToBase64.d.ts +7 -0
- package/dist/src/types/components/lib/formError.d.ts +13 -0
- package/dist/src/types/components/lib/format.d.ts +6 -0
- package/dist/src/types/components/lib/getPriceObjects.d.ts +39 -0
- package/dist/src/types/components/lib/helpFunction.d.ts +233 -0
- package/dist/src/types/components/lib/index.d.ts +20 -0
- package/dist/src/types/components/lib/json/accounts.d.ts +42 -0
- package/dist/src/types/components/lib/json/countryNigeria.d.ts +17 -0
- package/dist/src/types/components/lib/json/countryObjects.d.ts +17 -0
- package/dist/src/types/components/lib/json/educationLevels.d.ts +2 -0
- package/dist/src/types/components/lib/json/unsplashDefaultObject.d.ts +12 -0
- package/dist/src/types/components/lib/loadScript.d.ts +7 -0
- package/dist/src/types/components/lib/modals.d.ts +14 -0
- package/dist/src/types/components/lib/oauth_json.d.ts +97 -0
- package/dist/src/types/components/lib/paystack.d.ts +115 -0
- package/dist/src/types/components/lib/permissions.d.ts +22 -0
- package/dist/src/types/components/lib/utils.d.ts +165 -0
- package/dist/src/types/components/status/TimeTracker.d.ts +16 -0
- package/dist/src/types/components/theme/ChangeStyleVariable.d.ts +10 -0
- package/dist/src/types/components/theme/DarkModeProvider.d.ts +12 -0
- package/dist/src/types/components/theme/LoadingAnimate.d.ts +1 -0
- package/dist/src/types/components/theme/SessionProviders.d.ts +12 -0
- package/dist/src/types/components/theme/signout/SessionExpiresLogout.d.ts +55 -0
- package/dist/src/types/components/theme/signout/SignOutSession.d.ts +9 -0
- package/dist/src/types/components/ui/viewer/CodeDisplay.d.ts +2 -3
- package/dist/src/types/components/ui/viewer/ContentViewer.d.ts +0 -1
- package/dist/src/types/index-types.d.ts +3 -0
- package/dist/src/types/index.d.ts +42 -9
- package/dist/src/types/styles.d.ts +1 -13
- package/package.json +31 -11
- package/dist/_virtual/index6.js +0 -2
- package/dist/_virtual/index6.js.map +0 -1
- package/dist/_virtual/index7.js +0 -2
- package/dist/_virtual/index7.js.map +0 -1
- package/dist/_virtual/make-built-in.js +0 -2
- package/dist/_virtual/make-built-in.js.map +0 -1
- package/dist/_virtual/new-promise-capability.js +0 -2
- package/dist/_virtual/new-promise-capability.js.map +0 -1
- package/dist/_virtual/object-define-properties.js +0 -2
- package/dist/_virtual/object-define-properties.js.map +0 -1
- package/dist/_virtual/object-define-property.js +0 -2
- package/dist/_virtual/object-define-property.js.map +0 -1
- package/dist/_virtual/object-get-own-property-descriptor.js +0 -2
- package/dist/_virtual/object-get-own-property-descriptor.js.map +0 -1
- package/dist/_virtual/object-get-own-property-names.js +0 -2
- package/dist/_virtual/object-get-own-property-names.js.map +0 -1
- package/dist/_virtual/object-get-own-property-symbols.js +0 -2
- package/dist/_virtual/object-get-own-property-symbols.js.map +0 -1
- package/dist/_virtual/object-property-is-enumerable.js +0 -2
- package/dist/_virtual/object-property-is-enumerable.js.map +0 -1
- package/dist/_virtual/performance-now.js +0 -2
- package/dist/_virtual/performance-now.js.map +0 -1
- package/dist/_virtual/react-is.development2.js +0 -2
- package/dist/_virtual/react-is.development2.js.map +0 -1
- package/dist/_virtual/react-is.production.js +0 -2
- package/dist/_virtual/react-is.production.js.map +0 -1
- package/dist/_virtual/shared-store.js +0 -2
- package/dist/_virtual/shared-store.js.map +0 -1
- package/dist/assets/js/HomePageStyle.js +0 -152
- package/dist/assets/js/createSubscription.js +0 -34
- package/dist/assets/js/currency_symbols.js +0 -5
- package/dist/assets/js/elementIsVisibleInViewport.js +0 -13
- package/dist/assets/js/fileToBase64.js +0 -9
- package/dist/assets/js/formError.js +0 -59
- package/dist/assets/js/format.js +0 -17
- package/dist/assets/js/getPriceObjects.js +0 -66
- package/dist/assets/js/helpFunction.js +0 -565
- package/dist/assets/js/loadScript.js +0 -38
- package/dist/assets/js/modals.js +0 -192
- package/dist/assets/js/oauth_json.js +0 -101
- package/dist/assets/js/paystack.js +0 -228
- package/dist/assets/js/permissions.js +0 -22
- package/dist/assets/js/shared.js +0 -0
- package/dist/assets/js/utils.js +0 -107
- package/dist/assets/json/Courses.json +0 -40
- package/dist/assets/json/accounts.js +0 -230
- package/dist/assets/json/countryNigeria.js +0 -20
- package/dist/assets/json/countryObjects.js +0 -5750
- package/dist/assets/json/countryStatesObjects.js +0 -34745
- package/dist/assets/json/educationLevels.js +0 -12
- package/dist/assets/json/unsplashDefaultObject.js +0 -13
- package/dist/assets/svgs/SVGs.jsx +0 -38
- package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js +0 -2
- package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js.map +0 -1
- package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +0 -2
- package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js.map +0 -1
- package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +0 -2
- package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js.map +0 -1
- package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +0 -2
- package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/CheckBox.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/CheckBox.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/Code.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/Code.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/ContentCopy.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/ContentCopy.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/Edit.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/Edit.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/FileDownload.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/FileDownload.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/FormatBold.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/FormatBold.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/FormatClear.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/FormatClear.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/FormatItalic.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/FormatItalic.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/FormatListBulleted.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/FormatListBulleted.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/FormatListNumbered.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/FormatListNumbered.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/FormatQuote.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/FormatQuote.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/Fullscreen.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/Fullscreen.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/FullscreenExit.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/FullscreenExit.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/Highlight.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/Highlight.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/HorizontalRule.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/HorizontalRule.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/Link.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/Link.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/Print.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/Print.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/Redo.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/Redo.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/StrikethroughS.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/StrikethroughS.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/TableChart.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/TableChart.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/Undo.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/Undo.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/esm/Visibility.js +0 -2
- package/dist/node_modules/@mui/icons-material/esm/Visibility.js.map +0 -1
- package/dist/node_modules/@mui/material/DefaultPropsProvider/DefaultPropsProvider.js +0 -2
- package/dist/node_modules/@mui/material/DefaultPropsProvider/DefaultPropsProvider.js.map +0 -1
- package/dist/node_modules/@mui/material/SvgIcon/SvgIcon.js +0 -2
- package/dist/node_modules/@mui/material/SvgIcon/SvgIcon.js.map +0 -1
- package/dist/node_modules/@mui/material/SvgIcon/svgIconClasses.js +0 -2
- package/dist/node_modules/@mui/material/SvgIcon/svgIconClasses.js.map +0 -1
- package/dist/node_modules/@mui/material/colors/blue.js +0 -2
- package/dist/node_modules/@mui/material/colors/blue.js.map +0 -1
- package/dist/node_modules/@mui/material/colors/common.js +0 -2
- package/dist/node_modules/@mui/material/colors/common.js.map +0 -1
- package/dist/node_modules/@mui/material/colors/green.js +0 -2
- package/dist/node_modules/@mui/material/colors/green.js.map +0 -1
- package/dist/node_modules/@mui/material/colors/grey.js +0 -2
- package/dist/node_modules/@mui/material/colors/grey.js.map +0 -1
- package/dist/node_modules/@mui/material/colors/lightBlue.js +0 -2
- package/dist/node_modules/@mui/material/colors/lightBlue.js.map +0 -1
- package/dist/node_modules/@mui/material/colors/orange.js +0 -2
- package/dist/node_modules/@mui/material/colors/orange.js.map +0 -1
- package/dist/node_modules/@mui/material/colors/purple.js +0 -2
- package/dist/node_modules/@mui/material/colors/purple.js.map +0 -1
- package/dist/node_modules/@mui/material/colors/red.js +0 -2
- package/dist/node_modules/@mui/material/colors/red.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/createColorScheme.js +0 -2
- package/dist/node_modules/@mui/material/styles/createColorScheme.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/createGetSelector.js +0 -2
- package/dist/node_modules/@mui/material/styles/createGetSelector.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/createMixins.js +0 -2
- package/dist/node_modules/@mui/material/styles/createMixins.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/createPalette.js +0 -2
- package/dist/node_modules/@mui/material/styles/createPalette.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/createTheme.js +0 -2
- package/dist/node_modules/@mui/material/styles/createTheme.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/createThemeNoVars.js +0 -2
- package/dist/node_modules/@mui/material/styles/createThemeNoVars.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/createThemeWithVars.js +0 -2
- package/dist/node_modules/@mui/material/styles/createThemeWithVars.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/createTransitions.js +0 -2
- package/dist/node_modules/@mui/material/styles/createTransitions.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/createTypography.js +0 -2
- package/dist/node_modules/@mui/material/styles/createTypography.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/defaultTheme.js +0 -2
- package/dist/node_modules/@mui/material/styles/defaultTheme.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/excludeVariablesFromRoot.js +0 -2
- package/dist/node_modules/@mui/material/styles/excludeVariablesFromRoot.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/getOverlayAlpha.js +0 -2
- package/dist/node_modules/@mui/material/styles/getOverlayAlpha.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/identifier.js +0 -2
- package/dist/node_modules/@mui/material/styles/identifier.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/rootShouldForwardProp.js +0 -2
- package/dist/node_modules/@mui/material/styles/rootShouldForwardProp.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/shadows.js +0 -2
- package/dist/node_modules/@mui/material/styles/shadows.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/shouldSkipGeneratingVar.js +0 -2
- package/dist/node_modules/@mui/material/styles/shouldSkipGeneratingVar.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/slotShouldForwardProp.js +0 -2
- package/dist/node_modules/@mui/material/styles/slotShouldForwardProp.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/stringifyTheme.js +0 -2
- package/dist/node_modules/@mui/material/styles/stringifyTheme.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/styled.js +0 -2
- package/dist/node_modules/@mui/material/styles/styled.js.map +0 -1
- package/dist/node_modules/@mui/material/styles/zIndex.js +0 -2
- package/dist/node_modules/@mui/material/styles/zIndex.js.map +0 -1
- package/dist/node_modules/@mui/material/utils/capitalize.js +0 -2
- package/dist/node_modules/@mui/material/utils/capitalize.js.map +0 -1
- package/dist/node_modules/@mui/material/utils/createSvgIcon.js +0 -2
- package/dist/node_modules/@mui/material/utils/createSvgIcon.js.map +0 -1
- package/dist/node_modules/@mui/material/utils/memoTheme.js +0 -2
- package/dist/node_modules/@mui/material/utils/memoTheme.js.map +0 -1
- package/dist/node_modules/@mui/private-theming/ThemeProvider/ThemeProvider.js +0 -2
- package/dist/node_modules/@mui/private-theming/ThemeProvider/ThemeProvider.js.map +0 -1
- package/dist/node_modules/@mui/private-theming/ThemeProvider/nested.js +0 -2
- package/dist/node_modules/@mui/private-theming/ThemeProvider/nested.js.map +0 -1
- package/dist/node_modules/@mui/private-theming/useTheme/ThemeContext.js +0 -2
- package/dist/node_modules/@mui/private-theming/useTheme/ThemeContext.js.map +0 -1
- package/dist/node_modules/@mui/private-theming/useTheme/useTheme.js +0 -2
- package/dist/node_modules/@mui/private-theming/useTheme/useTheme.js.map +0 -1
- package/dist/node_modules/@mui/styled-engine/index.js +0 -9
- package/dist/node_modules/@mui/styled-engine/index.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/DefaultPropsProvider/DefaultPropsProvider.js +0 -2
- package/dist/node_modules/@mui/system/esm/DefaultPropsProvider/DefaultPropsProvider.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/RtlProvider/index.js +0 -2
- package/dist/node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.js +0 -2
- package/dist/node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/borders/borders.js +0 -2
- package/dist/node_modules/@mui/system/esm/borders/borders.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/breakpoints/breakpoints.js +0 -2
- package/dist/node_modules/@mui/system/esm/breakpoints/breakpoints.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/colorManipulator/colorManipulator.js +0 -2
- package/dist/node_modules/@mui/system/esm/colorManipulator/colorManipulator.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/compose/compose.js +0 -2
- package/dist/node_modules/@mui/system/esm/compose/compose.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/createBreakpoints/createBreakpoints.js +0 -2
- package/dist/node_modules/@mui/system/esm/createBreakpoints/createBreakpoints.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/createStyled/createStyled.js +0 -2
- package/dist/node_modules/@mui/system/esm/createStyled/createStyled.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/createTheme/applyStyles.js +0 -2
- package/dist/node_modules/@mui/system/esm/createTheme/applyStyles.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/createTheme/createSpacing.js +0 -2
- package/dist/node_modules/@mui/system/esm/createTheme/createSpacing.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/createTheme/createTheme.js +0 -2
- package/dist/node_modules/@mui/system/esm/createTheme/createTheme.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/createTheme/shape.js +0 -2
- package/dist/node_modules/@mui/system/esm/createTheme/shape.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/cssContainerQueries/cssContainerQueries.js +0 -2
- package/dist/node_modules/@mui/system/esm/cssContainerQueries/cssContainerQueries.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/cssGrid/cssGrid.js +0 -2
- package/dist/node_modules/@mui/system/esm/cssGrid/cssGrid.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/cssVars/cssVarsParser.js +0 -2
- package/dist/node_modules/@mui/system/esm/cssVars/cssVarsParser.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/cssVars/getColorSchemeSelector.js +0 -2
- package/dist/node_modules/@mui/system/esm/cssVars/getColorSchemeSelector.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/cssVars/prepareCssVars.js +0 -2
- package/dist/node_modules/@mui/system/esm/cssVars/prepareCssVars.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/cssVars/prepareTypographyVars.js +0 -2
- package/dist/node_modules/@mui/system/esm/cssVars/prepareTypographyVars.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/memoize/memoize.js +0 -2
- package/dist/node_modules/@mui/system/esm/memoize/memoize.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/merge/merge.js +0 -2
- package/dist/node_modules/@mui/system/esm/merge/merge.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/palette/palette.js +0 -2
- package/dist/node_modules/@mui/system/esm/palette/palette.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/preprocessStyles.js +0 -2
- package/dist/node_modules/@mui/system/esm/preprocessStyles.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/responsivePropType/responsivePropType.js +0 -2
- package/dist/node_modules/@mui/system/esm/responsivePropType/responsivePropType.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/sizing/sizing.js +0 -2
- package/dist/node_modules/@mui/system/esm/sizing/sizing.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/spacing/spacing.js +0 -2
- package/dist/node_modules/@mui/system/esm/spacing/spacing.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/style/style.js +0 -2
- package/dist/node_modules/@mui/system/esm/style/style.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.js +0 -2
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.js +0 -2
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.js.map +0 -1
- package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.js +0 -2
- package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js +0 -2
- package/dist/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/capitalize/capitalize.js +0 -2
- package/dist/node_modules/@mui/utils/esm/capitalize/capitalize.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/chainPropTypes/chainPropTypes.js +0 -2
- package/dist/node_modules/@mui/utils/esm/chainPropTypes/chainPropTypes.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/clamp/clamp.js +0 -2
- package/dist/node_modules/@mui/utils/esm/clamp/clamp.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/composeClasses/composeClasses.js +0 -2
- package/dist/node_modules/@mui/utils/esm/composeClasses/composeClasses.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/deepmerge/deepmerge.js +0 -2
- package/dist/node_modules/@mui/utils/esm/deepmerge/deepmerge.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/elementAcceptingRef/elementAcceptingRef.js +0 -2
- package/dist/node_modules/@mui/utils/esm/elementAcceptingRef/elementAcceptingRef.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/elementTypeAcceptingRef/elementTypeAcceptingRef.js +0 -2
- package/dist/node_modules/@mui/utils/esm/elementTypeAcceptingRef/elementTypeAcceptingRef.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/exactProp/exactProp.js +0 -2
- package/dist/node_modules/@mui/utils/esm/exactProp/exactProp.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js +0 -2
- package/dist/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js +0 -2
- package/dist/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.js +0 -2
- package/dist/node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.js +0 -2
- package/dist/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/integerPropType/integerPropType.js +0 -2
- package/dist/node_modules/@mui/utils/esm/integerPropType/integerPropType.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/ponyfillGlobal/ponyfillGlobal.js +0 -2
- package/dist/node_modules/@mui/utils/esm/ponyfillGlobal/ponyfillGlobal.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/refType/refType.js +0 -2
- package/dist/node_modules/@mui/utils/esm/refType/refType.js.map +0 -1
- package/dist/node_modules/@mui/utils/esm/resolveProps/resolveProps.js +0 -2
- package/dist/node_modules/@mui/utils/esm/resolveProps/resolveProps.js.map +0 -1
- package/dist/node_modules/canvg/lib/index.es.js +0 -2
- package/dist/node_modules/canvg/lib/index.es.js.map +0 -1
- package/dist/node_modules/clsx/dist/clsx.mjs.js +0 -2
- package/dist/node_modules/clsx/dist/clsx.mjs.js.map +0 -1
- package/dist/node_modules/core-js/internals/a-callable.js +0 -2
- package/dist/node_modules/core-js/internals/a-callable.js.map +0 -1
- package/dist/node_modules/core-js/internals/a-constructor.js +0 -2
- package/dist/node_modules/core-js/internals/a-constructor.js.map +0 -1
- package/dist/node_modules/core-js/internals/a-possible-prototype.js +0 -2
- package/dist/node_modules/core-js/internals/a-possible-prototype.js.map +0 -1
- package/dist/node_modules/core-js/internals/add-to-unscopables.js +0 -2
- package/dist/node_modules/core-js/internals/add-to-unscopables.js.map +0 -1
- package/dist/node_modules/core-js/internals/advance-string-index.js +0 -2
- package/dist/node_modules/core-js/internals/advance-string-index.js.map +0 -1
- package/dist/node_modules/core-js/internals/an-instance.js +0 -2
- package/dist/node_modules/core-js/internals/an-instance.js.map +0 -1
- package/dist/node_modules/core-js/internals/an-object.js +0 -2
- package/dist/node_modules/core-js/internals/an-object.js.map +0 -1
- package/dist/node_modules/core-js/internals/array-includes.js +0 -2
- package/dist/node_modules/core-js/internals/array-includes.js.map +0 -1
- package/dist/node_modules/core-js/internals/array-method-is-strict.js +0 -2
- package/dist/node_modules/core-js/internals/array-method-is-strict.js.map +0 -1
- package/dist/node_modules/core-js/internals/array-reduce.js +0 -2
- package/dist/node_modules/core-js/internals/array-reduce.js.map +0 -1
- package/dist/node_modules/core-js/internals/array-slice.js +0 -2
- package/dist/node_modules/core-js/internals/array-slice.js.map +0 -1
- package/dist/node_modules/core-js/internals/check-correctness-of-iteration.js +0 -2
- package/dist/node_modules/core-js/internals/check-correctness-of-iteration.js.map +0 -1
- package/dist/node_modules/core-js/internals/classof-raw.js +0 -2
- package/dist/node_modules/core-js/internals/classof-raw.js.map +0 -1
- package/dist/node_modules/core-js/internals/classof.js +0 -2
- package/dist/node_modules/core-js/internals/classof.js.map +0 -1
- package/dist/node_modules/core-js/internals/copy-constructor-properties.js +0 -2
- package/dist/node_modules/core-js/internals/copy-constructor-properties.js.map +0 -1
- package/dist/node_modules/core-js/internals/correct-is-regexp-logic.js +0 -2
- package/dist/node_modules/core-js/internals/correct-is-regexp-logic.js.map +0 -1
- package/dist/node_modules/core-js/internals/correct-prototype-getter.js +0 -2
- package/dist/node_modules/core-js/internals/correct-prototype-getter.js.map +0 -1
- package/dist/node_modules/core-js/internals/create-iter-result-object.js +0 -2
- package/dist/node_modules/core-js/internals/create-iter-result-object.js.map +0 -1
- package/dist/node_modules/core-js/internals/create-non-enumerable-property.js +0 -2
- package/dist/node_modules/core-js/internals/create-non-enumerable-property.js.map +0 -1
- package/dist/node_modules/core-js/internals/create-property-descriptor.js +0 -2
- package/dist/node_modules/core-js/internals/create-property-descriptor.js.map +0 -1
- package/dist/node_modules/core-js/internals/define-built-in-accessor.js +0 -2
- package/dist/node_modules/core-js/internals/define-built-in-accessor.js.map +0 -1
- package/dist/node_modules/core-js/internals/define-built-in.js +0 -2
- package/dist/node_modules/core-js/internals/define-built-in.js.map +0 -1
- package/dist/node_modules/core-js/internals/define-global-property.js +0 -2
- package/dist/node_modules/core-js/internals/define-global-property.js.map +0 -1
- package/dist/node_modules/core-js/internals/descriptors.js +0 -2
- package/dist/node_modules/core-js/internals/descriptors.js.map +0 -1
- package/dist/node_modules/core-js/internals/document-create-element.js +0 -2
- package/dist/node_modules/core-js/internals/document-create-element.js.map +0 -1
- package/dist/node_modules/core-js/internals/dom-iterables.js +0 -2
- package/dist/node_modules/core-js/internals/dom-iterables.js.map +0 -1
- package/dist/node_modules/core-js/internals/dom-token-list-prototype.js +0 -2
- package/dist/node_modules/core-js/internals/dom-token-list-prototype.js.map +0 -1
- package/dist/node_modules/core-js/internals/enum-bug-keys.js +0 -2
- package/dist/node_modules/core-js/internals/enum-bug-keys.js.map +0 -1
- package/dist/node_modules/core-js/internals/environment-is-ios-pebble.js +0 -2
- package/dist/node_modules/core-js/internals/environment-is-ios-pebble.js.map +0 -1
- package/dist/node_modules/core-js/internals/environment-is-ios.js +0 -2
- package/dist/node_modules/core-js/internals/environment-is-ios.js.map +0 -1
- package/dist/node_modules/core-js/internals/environment-is-node.js +0 -2
- package/dist/node_modules/core-js/internals/environment-is-node.js.map +0 -1
- package/dist/node_modules/core-js/internals/environment-is-webos-webkit.js +0 -2
- package/dist/node_modules/core-js/internals/environment-is-webos-webkit.js.map +0 -1
- package/dist/node_modules/core-js/internals/environment-user-agent.js +0 -2
- package/dist/node_modules/core-js/internals/environment-user-agent.js.map +0 -1
- package/dist/node_modules/core-js/internals/environment-v8-version.js +0 -2
- package/dist/node_modules/core-js/internals/environment-v8-version.js.map +0 -1
- package/dist/node_modules/core-js/internals/environment.js +0 -2
- package/dist/node_modules/core-js/internals/environment.js.map +0 -1
- package/dist/node_modules/core-js/internals/export.js +0 -2
- package/dist/node_modules/core-js/internals/export.js.map +0 -1
- package/dist/node_modules/core-js/internals/fails.js +0 -2
- package/dist/node_modules/core-js/internals/fails.js.map +0 -1
- package/dist/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js +0 -2
- package/dist/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js.map +0 -1
- package/dist/node_modules/core-js/internals/function-apply.js +0 -2
- package/dist/node_modules/core-js/internals/function-apply.js.map +0 -1
- package/dist/node_modules/core-js/internals/function-bind-context.js +0 -2
- package/dist/node_modules/core-js/internals/function-bind-context.js.map +0 -1
- package/dist/node_modules/core-js/internals/function-bind-native.js +0 -2
- package/dist/node_modules/core-js/internals/function-bind-native.js.map +0 -1
- package/dist/node_modules/core-js/internals/function-call.js +0 -2
- package/dist/node_modules/core-js/internals/function-call.js.map +0 -1
- package/dist/node_modules/core-js/internals/function-name.js +0 -2
- package/dist/node_modules/core-js/internals/function-name.js.map +0 -1
- package/dist/node_modules/core-js/internals/function-uncurry-this-accessor.js +0 -2
- package/dist/node_modules/core-js/internals/function-uncurry-this-accessor.js.map +0 -1
- package/dist/node_modules/core-js/internals/function-uncurry-this-clause.js +0 -2
- package/dist/node_modules/core-js/internals/function-uncurry-this-clause.js.map +0 -1
- package/dist/node_modules/core-js/internals/function-uncurry-this.js +0 -2
- package/dist/node_modules/core-js/internals/function-uncurry-this.js.map +0 -1
- package/dist/node_modules/core-js/internals/get-built-in.js +0 -2
- package/dist/node_modules/core-js/internals/get-built-in.js.map +0 -1
- package/dist/node_modules/core-js/internals/get-iterator-method.js +0 -2
- package/dist/node_modules/core-js/internals/get-iterator-method.js.map +0 -1
- package/dist/node_modules/core-js/internals/get-iterator.js +0 -2
- package/dist/node_modules/core-js/internals/get-iterator.js.map +0 -1
- package/dist/node_modules/core-js/internals/get-method.js +0 -2
- package/dist/node_modules/core-js/internals/get-method.js.map +0 -1
- package/dist/node_modules/core-js/internals/get-substitution.js +0 -2
- package/dist/node_modules/core-js/internals/get-substitution.js.map +0 -1
- package/dist/node_modules/core-js/internals/global-this.js +0 -2
- package/dist/node_modules/core-js/internals/global-this.js.map +0 -1
- package/dist/node_modules/core-js/internals/has-own-property.js +0 -2
- package/dist/node_modules/core-js/internals/has-own-property.js.map +0 -1
- package/dist/node_modules/core-js/internals/hidden-keys.js +0 -2
- package/dist/node_modules/core-js/internals/hidden-keys.js.map +0 -1
- package/dist/node_modules/core-js/internals/host-report-errors.js +0 -2
- package/dist/node_modules/core-js/internals/host-report-errors.js.map +0 -1
- package/dist/node_modules/core-js/internals/html.js +0 -2
- package/dist/node_modules/core-js/internals/html.js.map +0 -1
- package/dist/node_modules/core-js/internals/ie8-dom-define.js +0 -2
- package/dist/node_modules/core-js/internals/ie8-dom-define.js.map +0 -1
- package/dist/node_modules/core-js/internals/indexed-object.js +0 -2
- package/dist/node_modules/core-js/internals/indexed-object.js.map +0 -1
- package/dist/node_modules/core-js/internals/inspect-source.js +0 -2
- package/dist/node_modules/core-js/internals/inspect-source.js.map +0 -1
- package/dist/node_modules/core-js/internals/internal-state.js +0 -2
- package/dist/node_modules/core-js/internals/internal-state.js.map +0 -1
- package/dist/node_modules/core-js/internals/is-array-iterator-method.js +0 -2
- package/dist/node_modules/core-js/internals/is-array-iterator-method.js.map +0 -1
- package/dist/node_modules/core-js/internals/is-array.js +0 -2
- package/dist/node_modules/core-js/internals/is-array.js.map +0 -1
- package/dist/node_modules/core-js/internals/is-callable.js +0 -2
- package/dist/node_modules/core-js/internals/is-callable.js.map +0 -1
- package/dist/node_modules/core-js/internals/is-constructor.js +0 -2
- package/dist/node_modules/core-js/internals/is-constructor.js.map +0 -1
- package/dist/node_modules/core-js/internals/is-forced.js +0 -2
- package/dist/node_modules/core-js/internals/is-forced.js.map +0 -1
- package/dist/node_modules/core-js/internals/is-null-or-undefined.js +0 -2
- package/dist/node_modules/core-js/internals/is-null-or-undefined.js.map +0 -1
- package/dist/node_modules/core-js/internals/is-object.js +0 -2
- package/dist/node_modules/core-js/internals/is-object.js.map +0 -1
- package/dist/node_modules/core-js/internals/is-possible-prototype.js +0 -2
- package/dist/node_modules/core-js/internals/is-possible-prototype.js.map +0 -1
- package/dist/node_modules/core-js/internals/is-regexp.js +0 -2
- package/dist/node_modules/core-js/internals/is-regexp.js.map +0 -1
- package/dist/node_modules/core-js/internals/is-symbol.js +0 -2
- package/dist/node_modules/core-js/internals/is-symbol.js.map +0 -1
- package/dist/node_modules/core-js/internals/iterate.js +0 -2
- package/dist/node_modules/core-js/internals/iterate.js.map +0 -1
- package/dist/node_modules/core-js/internals/iterator-close.js +0 -2
- package/dist/node_modules/core-js/internals/iterator-close.js.map +0 -1
- package/dist/node_modules/core-js/internals/iterator-create-constructor.js +0 -2
- package/dist/node_modules/core-js/internals/iterator-create-constructor.js.map +0 -1
- package/dist/node_modules/core-js/internals/iterator-define.js +0 -2
- package/dist/node_modules/core-js/internals/iterator-define.js.map +0 -1
- package/dist/node_modules/core-js/internals/iterators-core.js +0 -2
- package/dist/node_modules/core-js/internals/iterators-core.js.map +0 -1
- package/dist/node_modules/core-js/internals/iterators.js +0 -2
- package/dist/node_modules/core-js/internals/iterators.js.map +0 -1
- package/dist/node_modules/core-js/internals/length-of-array-like.js +0 -2
- package/dist/node_modules/core-js/internals/length-of-array-like.js.map +0 -1
- package/dist/node_modules/core-js/internals/make-built-in.js +0 -2
- package/dist/node_modules/core-js/internals/make-built-in.js.map +0 -1
- package/dist/node_modules/core-js/internals/math-trunc.js +0 -2
- package/dist/node_modules/core-js/internals/math-trunc.js.map +0 -1
- package/dist/node_modules/core-js/internals/microtask.js +0 -2
- package/dist/node_modules/core-js/internals/microtask.js.map +0 -1
- package/dist/node_modules/core-js/internals/new-promise-capability.js +0 -2
- package/dist/node_modules/core-js/internals/new-promise-capability.js.map +0 -1
- package/dist/node_modules/core-js/internals/not-a-regexp.js +0 -2
- package/dist/node_modules/core-js/internals/not-a-regexp.js.map +0 -1
- package/dist/node_modules/core-js/internals/object-create.js +0 -2
- package/dist/node_modules/core-js/internals/object-create.js.map +0 -1
- package/dist/node_modules/core-js/internals/object-define-properties.js +0 -2
- package/dist/node_modules/core-js/internals/object-define-properties.js.map +0 -1
- package/dist/node_modules/core-js/internals/object-define-property.js +0 -2
- package/dist/node_modules/core-js/internals/object-define-property.js.map +0 -1
- package/dist/node_modules/core-js/internals/object-get-own-property-descriptor.js +0 -2
- package/dist/node_modules/core-js/internals/object-get-own-property-descriptor.js.map +0 -1
- package/dist/node_modules/core-js/internals/object-get-own-property-names.js +0 -2
- package/dist/node_modules/core-js/internals/object-get-own-property-names.js.map +0 -1
- package/dist/node_modules/core-js/internals/object-get-own-property-symbols.js +0 -2
- package/dist/node_modules/core-js/internals/object-get-own-property-symbols.js.map +0 -1
- package/dist/node_modules/core-js/internals/object-get-prototype-of.js +0 -2
- package/dist/node_modules/core-js/internals/object-get-prototype-of.js.map +0 -1
- package/dist/node_modules/core-js/internals/object-is-prototype-of.js +0 -2
- package/dist/node_modules/core-js/internals/object-is-prototype-of.js.map +0 -1
- package/dist/node_modules/core-js/internals/object-keys-internal.js +0 -2
- package/dist/node_modules/core-js/internals/object-keys-internal.js.map +0 -1
- package/dist/node_modules/core-js/internals/object-keys.js +0 -2
- package/dist/node_modules/core-js/internals/object-keys.js.map +0 -1
- package/dist/node_modules/core-js/internals/object-property-is-enumerable.js +0 -2
- package/dist/node_modules/core-js/internals/object-property-is-enumerable.js.map +0 -1
- package/dist/node_modules/core-js/internals/object-set-prototype-of.js +0 -2
- package/dist/node_modules/core-js/internals/object-set-prototype-of.js.map +0 -1
- package/dist/node_modules/core-js/internals/ordinary-to-primitive.js +0 -2
- package/dist/node_modules/core-js/internals/ordinary-to-primitive.js.map +0 -1
- package/dist/node_modules/core-js/internals/own-keys.js +0 -2
- package/dist/node_modules/core-js/internals/own-keys.js.map +0 -1
- package/dist/node_modules/core-js/internals/perform.js +0 -2
- package/dist/node_modules/core-js/internals/perform.js.map +0 -1
- package/dist/node_modules/core-js/internals/promise-constructor-detection.js +0 -2
- package/dist/node_modules/core-js/internals/promise-constructor-detection.js.map +0 -1
- package/dist/node_modules/core-js/internals/promise-native-constructor.js +0 -2
- package/dist/node_modules/core-js/internals/promise-native-constructor.js.map +0 -1
- package/dist/node_modules/core-js/internals/promise-resolve.js +0 -2
- package/dist/node_modules/core-js/internals/promise-resolve.js.map +0 -1
- package/dist/node_modules/core-js/internals/promise-statics-incorrect-iteration.js +0 -2
- package/dist/node_modules/core-js/internals/promise-statics-incorrect-iteration.js.map +0 -1
- package/dist/node_modules/core-js/internals/queue.js +0 -2
- package/dist/node_modules/core-js/internals/queue.js.map +0 -1
- package/dist/node_modules/core-js/internals/regexp-exec-abstract.js +0 -2
- package/dist/node_modules/core-js/internals/regexp-exec-abstract.js.map +0 -1
- package/dist/node_modules/core-js/internals/regexp-exec.js +0 -2
- package/dist/node_modules/core-js/internals/regexp-exec.js.map +0 -1
- package/dist/node_modules/core-js/internals/regexp-flags.js +0 -2
- package/dist/node_modules/core-js/internals/regexp-flags.js.map +0 -1
- package/dist/node_modules/core-js/internals/regexp-get-flags.js +0 -2
- package/dist/node_modules/core-js/internals/regexp-get-flags.js.map +0 -1
- package/dist/node_modules/core-js/internals/regexp-sticky-helpers.js +0 -2
- package/dist/node_modules/core-js/internals/regexp-sticky-helpers.js.map +0 -1
- package/dist/node_modules/core-js/internals/regexp-unsupported-dot-all.js +0 -2
- package/dist/node_modules/core-js/internals/regexp-unsupported-dot-all.js.map +0 -1
- package/dist/node_modules/core-js/internals/regexp-unsupported-ncg.js +0 -2
- package/dist/node_modules/core-js/internals/regexp-unsupported-ncg.js.map +0 -1
- package/dist/node_modules/core-js/internals/require-object-coercible.js +0 -2
- package/dist/node_modules/core-js/internals/require-object-coercible.js.map +0 -1
- package/dist/node_modules/core-js/internals/safe-get-built-in.js +0 -2
- package/dist/node_modules/core-js/internals/safe-get-built-in.js.map +0 -1
- package/dist/node_modules/core-js/internals/set-species.js +0 -2
- package/dist/node_modules/core-js/internals/set-species.js.map +0 -1
- package/dist/node_modules/core-js/internals/set-to-string-tag.js +0 -2
- package/dist/node_modules/core-js/internals/set-to-string-tag.js.map +0 -1
- package/dist/node_modules/core-js/internals/shared-key.js +0 -2
- package/dist/node_modules/core-js/internals/shared-key.js.map +0 -1
- package/dist/node_modules/core-js/internals/shared-store.js +0 -2
- package/dist/node_modules/core-js/internals/shared-store.js.map +0 -1
- package/dist/node_modules/core-js/internals/shared.js +0 -2
- package/dist/node_modules/core-js/internals/shared.js.map +0 -1
- package/dist/node_modules/core-js/internals/species-constructor.js +0 -2
- package/dist/node_modules/core-js/internals/species-constructor.js.map +0 -1
- package/dist/node_modules/core-js/internals/string-multibyte.js +0 -2
- package/dist/node_modules/core-js/internals/string-multibyte.js.map +0 -1
- package/dist/node_modules/core-js/internals/string-trim-forced.js +0 -2
- package/dist/node_modules/core-js/internals/string-trim-forced.js.map +0 -1
- package/dist/node_modules/core-js/internals/string-trim.js +0 -2
- package/dist/node_modules/core-js/internals/string-trim.js.map +0 -1
- package/dist/node_modules/core-js/internals/symbol-constructor-detection.js +0 -2
- package/dist/node_modules/core-js/internals/symbol-constructor-detection.js.map +0 -1
- package/dist/node_modules/core-js/internals/task.js +0 -2
- package/dist/node_modules/core-js/internals/task.js.map +0 -1
- package/dist/node_modules/core-js/internals/to-absolute-index.js +0 -2
- package/dist/node_modules/core-js/internals/to-absolute-index.js.map +0 -1
- package/dist/node_modules/core-js/internals/to-indexed-object.js +0 -2
- package/dist/node_modules/core-js/internals/to-indexed-object.js.map +0 -1
- package/dist/node_modules/core-js/internals/to-integer-or-infinity.js +0 -2
- package/dist/node_modules/core-js/internals/to-integer-or-infinity.js.map +0 -1
- package/dist/node_modules/core-js/internals/to-length.js +0 -2
- package/dist/node_modules/core-js/internals/to-length.js.map +0 -1
- package/dist/node_modules/core-js/internals/to-object.js +0 -2
- package/dist/node_modules/core-js/internals/to-object.js.map +0 -1
- package/dist/node_modules/core-js/internals/to-primitive.js +0 -2
- package/dist/node_modules/core-js/internals/to-primitive.js.map +0 -1
- package/dist/node_modules/core-js/internals/to-property-key.js +0 -2
- package/dist/node_modules/core-js/internals/to-property-key.js.map +0 -1
- package/dist/node_modules/core-js/internals/to-string-tag-support.js +0 -2
- package/dist/node_modules/core-js/internals/to-string-tag-support.js.map +0 -1
- package/dist/node_modules/core-js/internals/to-string.js +0 -2
- package/dist/node_modules/core-js/internals/to-string.js.map +0 -1
- package/dist/node_modules/core-js/internals/try-to-string.js +0 -2
- package/dist/node_modules/core-js/internals/try-to-string.js.map +0 -1
- package/dist/node_modules/core-js/internals/uid.js +0 -2
- package/dist/node_modules/core-js/internals/uid.js.map +0 -1
- package/dist/node_modules/core-js/internals/use-symbol-as-uid.js +0 -2
- package/dist/node_modules/core-js/internals/use-symbol-as-uid.js.map +0 -1
- package/dist/node_modules/core-js/internals/v8-prototype-define-bug.js +0 -2
- package/dist/node_modules/core-js/internals/v8-prototype-define-bug.js.map +0 -1
- package/dist/node_modules/core-js/internals/validate-arguments-length.js +0 -2
- package/dist/node_modules/core-js/internals/validate-arguments-length.js.map +0 -1
- package/dist/node_modules/core-js/internals/weak-map-basic-detection.js +0 -2
- package/dist/node_modules/core-js/internals/weak-map-basic-detection.js.map +0 -1
- package/dist/node_modules/core-js/internals/well-known-symbol.js +0 -2
- package/dist/node_modules/core-js/internals/well-known-symbol.js.map +0 -1
- package/dist/node_modules/core-js/internals/whitespaces.js +0 -2
- package/dist/node_modules/core-js/internals/whitespaces.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.array.index-of.js +0 -2
- package/dist/node_modules/core-js/modules/es.array.index-of.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.array.iterator.js +0 -2
- package/dist/node_modules/core-js/modules/es.array.iterator.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.array.reduce.js +0 -2
- package/dist/node_modules/core-js/modules/es.array.reduce.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.array.reverse.js +0 -2
- package/dist/node_modules/core-js/modules/es.array.reverse.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.promise.all.js +0 -2
- package/dist/node_modules/core-js/modules/es.promise.all.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.promise.catch.js +0 -2
- package/dist/node_modules/core-js/modules/es.promise.catch.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.promise.constructor.js +0 -2
- package/dist/node_modules/core-js/modules/es.promise.constructor.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.promise.race.js +0 -2
- package/dist/node_modules/core-js/modules/es.promise.race.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.promise.reject.js +0 -2
- package/dist/node_modules/core-js/modules/es.promise.reject.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.promise.resolve.js +0 -2
- package/dist/node_modules/core-js/modules/es.promise.resolve.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.regexp.exec.js +0 -2
- package/dist/node_modules/core-js/modules/es.regexp.exec.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.regexp.to-string.js +0 -2
- package/dist/node_modules/core-js/modules/es.regexp.to-string.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.string.ends-with.js +0 -2
- package/dist/node_modules/core-js/modules/es.string.ends-with.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.string.includes.js +0 -2
- package/dist/node_modules/core-js/modules/es.string.includes.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.string.match.js +0 -2
- package/dist/node_modules/core-js/modules/es.string.match.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.string.replace.js +0 -2
- package/dist/node_modules/core-js/modules/es.string.replace.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.string.split.js +0 -2
- package/dist/node_modules/core-js/modules/es.string.split.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.string.starts-with.js +0 -2
- package/dist/node_modules/core-js/modules/es.string.starts-with.js.map +0 -1
- package/dist/node_modules/core-js/modules/es.string.trim.js +0 -2
- package/dist/node_modules/core-js/modules/es.string.trim.js.map +0 -1
- package/dist/node_modules/core-js/modules/web.dom-collections.iterator.js +0 -2
- package/dist/node_modules/core-js/modules/web.dom-collections.iterator.js.map +0 -1
- package/dist/node_modules/fflate/esm/browser.js +0 -2
- package/dist/node_modules/fflate/esm/browser.js.map +0 -1
- package/dist/node_modules/jspdf/dist/jspdf.es.min.js +0 -327
- package/dist/node_modules/jspdf/dist/jspdf.es.min.js.map +0 -1
- package/dist/node_modules/performance-now/lib/performance-now.js +0 -2
- package/dist/node_modules/performance-now/lib/performance-now.js.map +0 -1
- package/dist/node_modules/raf/index.js +0 -2
- package/dist/node_modules/raf/index.js.map +0 -1
- package/dist/node_modules/react-is/cjs/react-is.development.js +0 -11
- package/dist/node_modules/react-is/cjs/react-is.development.js.map +0 -1
- package/dist/node_modules/react-is/cjs/react-is.production.js +0 -11
- package/dist/node_modules/react-is/cjs/react-is.production.js.map +0 -1
- package/dist/node_modules/react-is/index.js +0 -2
- package/dist/node_modules/react-is/index.js.map +0 -1
- package/dist/node_modules/rgbcolor/index.js +0 -2
- package/dist/node_modules/rgbcolor/index.js.map +0 -1
- package/dist/node_modules/stackblur-canvas/dist/stackblur-es.js +0 -42
- package/dist/node_modules/stackblur-canvas/dist/stackblur-es.js.map +0 -1
- package/dist/node_modules/svg-pathdata/lib/SVGPathData.module.js +0 -16
- package/dist/node_modules/svg-pathdata/lib/SVGPathData.module.js.map +0 -1
- package/dist/src/assets/js/helpFunction.js +0 -2
- package/dist/src/assets/js/helpFunction.js.map +0 -1
- package/dist/src/components/svgs/ChevronRightIcon.js +0 -2
- package/dist/src/components/svgs/ChevronRightIcon.js.map +0 -1
- package/dist/src/styles.js +0 -2
- package/dist/src/styles.js.map +0 -1
- package/dist/styles.css +0 -1
- /package/dist/{assets/images/Images.jsx → src/assets/images/Images.ts} +0 -0
- /package/dist/{assets → src/assets}/images/Profile-img-skills.png +0 -0
- /package/dist/{assets → src/assets}/images/completion.jpg +0 -0
- /package/dist/{assets → src/assets}/images/cover.jpg +0 -0
- /package/dist/{assets → src/assets}/images/empty_avatar.jpeg +0 -0
- /package/dist/{assets → src/assets}/images/empty_avatar.webp +0 -0
- /package/dist/{assets → src/assets}/images/error.png +0 -0
- /package/dist/{assets → src/assets}/images/globe-icon.png +0 -0
- /package/dist/{assets → src/assets}/images/inBlue.jpg +0 -0
- /package/dist/{assets → src/assets}/images/ingressive.png +0 -0
- /package/dist/{assets → src/assets}/images/instincthub.png +0 -0
- /package/dist/{assets → src/assets}/images/loading-buffering.gif +0 -0
- /package/dist/{assets → src/assets}/images/nedgLogoBlack.png +0 -0
- /package/dist/{assets → src/assets}/images/nesgLogo.png +0 -0
- /package/dist/{assets → src/assets}/images/nesgLogoColored.png +0 -0
- /package/dist/{assets → src/assets}/images/nesg_office.jpg +0 -0
- /package/dist/{assets → src/assets}/images/peace.png +0 -0
- /package/dist/{assets → src/assets}/images/profile-banner.png +0 -0
- /package/dist/{assets → src/assets}/images/thumbnail_video.jpg +0 -0
- /package/dist/{assets → src/assets}/images/valid.png +0 -0
- /package/dist/{assets → src/assets}/images/video-poster.jpg +0 -0
- /package/dist/{assets → src/assets}/images/warning-icon.png +0 -0
- /package/dist/{assets → src/assets}/images/zuri.png +0 -0
- /package/dist/{assets → src/assets}/pngs/activity-icon.png +0 -0
- /package/dist/{assets → src/assets}/pngs/github.png +0 -0
- /package/dist/{assets → src/assets}/pngs/google-calender.png +0 -0
- /package/dist/{assets → src/assets}/pngs/logo-instincthub.png +0 -0
- /package/dist/{assets → src/assets}/pngs/master-card.png +0 -0
- /package/dist/{assets → src/assets}/pngs/slack.png +0 -0
- /package/dist/{assets → src/assets}/pngs/trophy-frame.png +0 -0
- /package/dist/{assets → src/assets}/pngs/visa-card.png +0 -0
- /package/dist/{assets → src/assets}/svgs/Advance.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/Begineer.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/Expert.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/Intermediate.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/Next.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/NotFound.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/Vector.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/add_acct.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/add_box.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/back-btn.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/check_b.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/chevron.up.circle.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/chevron_left.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/climb.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/close_svg.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/cloud.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/copied.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/course.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/email.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/expand.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/facebook 2.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/facebook.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/feedback.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/github.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/gobackward.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/goforward.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/googleup.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/image.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/instagram.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/instincthub_logo_white.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/linkedin.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/location.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/logo.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/medal.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/mode.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/nesgLogo.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/pauseF.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/pdf_file.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/phone.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/plane.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/play 2.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/play.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/playF.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/previous.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/reddit.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/search.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/settings.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/sign_out.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/small-trophy.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/square.and.arrow.up.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/starters.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/svg.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/switch.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/trophy-circle.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/trophy.circle.fill.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/twitter 2.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/twitter.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/upload.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/vector_avatar.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/video-icons/full-screen.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/video-icons/half-volume.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/video-icons/high-volume.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/video-icons/mute-volume.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/video-icons/pause.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/video-icons/play.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/video-icons/settings.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/video.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/visibility_FILL0_wght400_GRAD0_opsz48.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/visibility_off_FILL0_wght400_GRAD0_opsz48.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/w_youtube.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/youtube.svg +0 -0
- /package/dist/{assets → src/assets}/svgs/zip.svg +0 -0
- /package/dist/{node_modules/@mui/system/esm/RtlProvider → src/components/lib}/index.js.map +0 -0
|
@@ -0,0 +1,1151 @@
|
|
|
1
|
+
/* InstinctHub Width Utilities */
|
|
2
|
+
|
|
3
|
+
/* Fixed widths */
|
|
4
|
+
.ihub-w-1 {
|
|
5
|
+
width: 1px;
|
|
6
|
+
}
|
|
7
|
+
.ihub-w-2 {
|
|
8
|
+
width: 2px;
|
|
9
|
+
}
|
|
10
|
+
.ihub-w-4 {
|
|
11
|
+
width: 4px;
|
|
12
|
+
}
|
|
13
|
+
.ihub-w-8 {
|
|
14
|
+
width: 8px;
|
|
15
|
+
}
|
|
16
|
+
.ihub-w-16 {
|
|
17
|
+
width: 16px;
|
|
18
|
+
}
|
|
19
|
+
.ihub-w-24 {
|
|
20
|
+
width: 24px;
|
|
21
|
+
}
|
|
22
|
+
.ihub-w-32 {
|
|
23
|
+
width: 32px;
|
|
24
|
+
}
|
|
25
|
+
.ihub-w-48 {
|
|
26
|
+
width: 48px;
|
|
27
|
+
}
|
|
28
|
+
.ihub-w-64 {
|
|
29
|
+
width: 64px;
|
|
30
|
+
}
|
|
31
|
+
.ihub-w-80 {
|
|
32
|
+
width: 80px;
|
|
33
|
+
}
|
|
34
|
+
.ihub-w-96 {
|
|
35
|
+
width: 96px;
|
|
36
|
+
}
|
|
37
|
+
.ihub-w-128 {
|
|
38
|
+
width: 128px;
|
|
39
|
+
}
|
|
40
|
+
.ihub-w-200 {
|
|
41
|
+
width: 200px;
|
|
42
|
+
}
|
|
43
|
+
.ihub-w-250 {
|
|
44
|
+
width: 250px;
|
|
45
|
+
}
|
|
46
|
+
.ihub-w-300 {
|
|
47
|
+
width: 300px;
|
|
48
|
+
}
|
|
49
|
+
.ihub-w-350 {
|
|
50
|
+
width: 350px;
|
|
51
|
+
}
|
|
52
|
+
.ihub-w-400 {
|
|
53
|
+
width: 400px;
|
|
54
|
+
}
|
|
55
|
+
.ihub-w-500 {
|
|
56
|
+
width: 500px;
|
|
57
|
+
}
|
|
58
|
+
.ihub-w-600 {
|
|
59
|
+
width: 600px;
|
|
60
|
+
}
|
|
61
|
+
.ihub-w-700 {
|
|
62
|
+
width: 700px;
|
|
63
|
+
}
|
|
64
|
+
.ihub-w-800 {
|
|
65
|
+
width: 800px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/* Percentage widths */
|
|
69
|
+
.ihub-w-25 {
|
|
70
|
+
width: 25%;
|
|
71
|
+
}
|
|
72
|
+
.ihub-w-33 {
|
|
73
|
+
width: 33.333333%;
|
|
74
|
+
}
|
|
75
|
+
.ihub-w-50 {
|
|
76
|
+
width: 50%;
|
|
77
|
+
}
|
|
78
|
+
.ihub-w-75 {
|
|
79
|
+
width: 75%;
|
|
80
|
+
}
|
|
81
|
+
.ihub-w-100 {
|
|
82
|
+
width: 100%;
|
|
83
|
+
}
|
|
84
|
+
.ihub-w-auto {
|
|
85
|
+
width: auto;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/* Max widths */
|
|
89
|
+
.ihub-max-w-300 {
|
|
90
|
+
max-width: 300px;
|
|
91
|
+
}
|
|
92
|
+
.ihub-max-w-400 {
|
|
93
|
+
max-width: 400px;
|
|
94
|
+
}
|
|
95
|
+
.ihub-max-w-500 {
|
|
96
|
+
max-width: 500px;
|
|
97
|
+
}
|
|
98
|
+
.ihub-max-w-600 {
|
|
99
|
+
max-width: 600px;
|
|
100
|
+
}
|
|
101
|
+
.ihub-max-w-700 {
|
|
102
|
+
max-width: 700px;
|
|
103
|
+
}
|
|
104
|
+
.ihub-max-w-800 {
|
|
105
|
+
max-width: 800px;
|
|
106
|
+
}
|
|
107
|
+
.ihub-max-w-900 {
|
|
108
|
+
max-width: 900px;
|
|
109
|
+
}
|
|
110
|
+
.ihub-max-w-1000 {
|
|
111
|
+
max-width: 1000px;
|
|
112
|
+
}
|
|
113
|
+
.ihub-max-w-1200 {
|
|
114
|
+
max-width: 1200px;
|
|
115
|
+
}
|
|
116
|
+
.ihub-max-w-1400 {
|
|
117
|
+
max-width: 1400px;
|
|
118
|
+
}
|
|
119
|
+
.ihub-max-w-1600 {
|
|
120
|
+
max-width: 1600px;
|
|
121
|
+
}
|
|
122
|
+
.ihub-max-w-full {
|
|
123
|
+
max-width: 100%;
|
|
124
|
+
}
|
|
125
|
+
.ihub-max-w-none {
|
|
126
|
+
max-width: none;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
/* Height utilities */
|
|
130
|
+
.ihub-h-1 {
|
|
131
|
+
height: 1px;
|
|
132
|
+
}
|
|
133
|
+
.ihub-h-2 {
|
|
134
|
+
height: 2px;
|
|
135
|
+
}
|
|
136
|
+
.ihub-h-4 {
|
|
137
|
+
height: 4px;
|
|
138
|
+
}
|
|
139
|
+
.ihub-h-8 {
|
|
140
|
+
height: 8px;
|
|
141
|
+
}
|
|
142
|
+
.ihub-h-16 {
|
|
143
|
+
height: 16px;
|
|
144
|
+
}
|
|
145
|
+
.ihub-h-24 {
|
|
146
|
+
height: 24px;
|
|
147
|
+
}
|
|
148
|
+
.ihub-h-32 {
|
|
149
|
+
height: 32px;
|
|
150
|
+
}
|
|
151
|
+
.ihub-h-48 {
|
|
152
|
+
height: 48px;
|
|
153
|
+
}
|
|
154
|
+
.ihub-h-64 {
|
|
155
|
+
height: 64px;
|
|
156
|
+
}
|
|
157
|
+
.ihub-h-80 {
|
|
158
|
+
height: 80px;
|
|
159
|
+
}
|
|
160
|
+
.ihub-h-96 {
|
|
161
|
+
height: 96px;
|
|
162
|
+
}
|
|
163
|
+
.ihub-h-128 {
|
|
164
|
+
height: 128px;
|
|
165
|
+
}
|
|
166
|
+
.ihub-h-200 {
|
|
167
|
+
height: 200px;
|
|
168
|
+
}
|
|
169
|
+
.ihub-h-300 {
|
|
170
|
+
height: 300px;
|
|
171
|
+
}
|
|
172
|
+
.ihub-h-400 {
|
|
173
|
+
height: 400px;
|
|
174
|
+
}
|
|
175
|
+
.ihub-h-500 {
|
|
176
|
+
height: 500px;
|
|
177
|
+
}
|
|
178
|
+
.ihub-h-600 {
|
|
179
|
+
height: 600px;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
/* Percentage heights */
|
|
183
|
+
.ihub-h-25 {
|
|
184
|
+
height: 25%;
|
|
185
|
+
}
|
|
186
|
+
.ihub-h-33 {
|
|
187
|
+
height: 33.333333%;
|
|
188
|
+
}
|
|
189
|
+
.ihub-h-50 {
|
|
190
|
+
height: 50%;
|
|
191
|
+
}
|
|
192
|
+
.ihub-h-75 {
|
|
193
|
+
height: 75%;
|
|
194
|
+
}
|
|
195
|
+
.ihub-h-100 {
|
|
196
|
+
height: 100%;
|
|
197
|
+
}
|
|
198
|
+
.ihub-h-auto {
|
|
199
|
+
height: auto;
|
|
200
|
+
}
|
|
201
|
+
.ihub-h-screen {
|
|
202
|
+
height: 100vh;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
/* Max heights */
|
|
206
|
+
.ihub-max-h-200 {
|
|
207
|
+
max-height: 200px;
|
|
208
|
+
}
|
|
209
|
+
.ihub-max-h-300 {
|
|
210
|
+
max-height: 300px;
|
|
211
|
+
}
|
|
212
|
+
.ihub-max-h-400 {
|
|
213
|
+
max-height: 400px;
|
|
214
|
+
}
|
|
215
|
+
.ihub-max-h-500 {
|
|
216
|
+
max-height: 500px;
|
|
217
|
+
}
|
|
218
|
+
.ihub-max-h-600 {
|
|
219
|
+
max-height: 600px;
|
|
220
|
+
}
|
|
221
|
+
.ihub-max-h-full {
|
|
222
|
+
max-height: 100%;
|
|
223
|
+
}
|
|
224
|
+
.ihub-max-h-screen {
|
|
225
|
+
max-height: 100vh;
|
|
226
|
+
}
|
|
227
|
+
.ihub-max-h-none {
|
|
228
|
+
max-height: none;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
/* Min heights */
|
|
232
|
+
.ihub-min-h-0 {
|
|
233
|
+
min-height: 0;
|
|
234
|
+
}
|
|
235
|
+
.ihub-min-h-100 {
|
|
236
|
+
min-height: 100px;
|
|
237
|
+
}
|
|
238
|
+
.ihub-min-h-200 {
|
|
239
|
+
min-height: 200px;
|
|
240
|
+
}
|
|
241
|
+
.ihub-min-h-300 {
|
|
242
|
+
min-height: 300px;
|
|
243
|
+
}
|
|
244
|
+
.ihub-min-h-400 {
|
|
245
|
+
min-height: 400px;
|
|
246
|
+
}
|
|
247
|
+
.ihub-min-h-500 {
|
|
248
|
+
min-height: 500px;
|
|
249
|
+
}
|
|
250
|
+
.ihub-min-h-full {
|
|
251
|
+
min-height: 100%;
|
|
252
|
+
}
|
|
253
|
+
.ihub-min-h-screen {
|
|
254
|
+
min-height: 100vh;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
/* Padding utilities - all sides */
|
|
258
|
+
.ihub-p-0 {
|
|
259
|
+
padding: 0;
|
|
260
|
+
}
|
|
261
|
+
.ihub-p-1 {
|
|
262
|
+
padding: 4px;
|
|
263
|
+
}
|
|
264
|
+
.ihub-p-2 {
|
|
265
|
+
padding: 8px;
|
|
266
|
+
}
|
|
267
|
+
.ihub-p-3 {
|
|
268
|
+
padding: 12px;
|
|
269
|
+
}
|
|
270
|
+
.ihub-p-4 {
|
|
271
|
+
padding: 16px;
|
|
272
|
+
}
|
|
273
|
+
.ihub-p-5 {
|
|
274
|
+
padding: 20px;
|
|
275
|
+
}
|
|
276
|
+
.ihub-p-6 {
|
|
277
|
+
padding: 24px;
|
|
278
|
+
}
|
|
279
|
+
.ihub-p-8 {
|
|
280
|
+
padding: 32px;
|
|
281
|
+
}
|
|
282
|
+
.ihub-p-10 {
|
|
283
|
+
padding: 40px;
|
|
284
|
+
}
|
|
285
|
+
.ihub-p-12 {
|
|
286
|
+
padding: 48px;
|
|
287
|
+
}
|
|
288
|
+
.ihub-p-16 {
|
|
289
|
+
padding: 64px;
|
|
290
|
+
}
|
|
291
|
+
.ihub-p-20 {
|
|
292
|
+
padding: 80px;
|
|
293
|
+
}
|
|
294
|
+
.ihub-p-24 {
|
|
295
|
+
padding: 96px;
|
|
296
|
+
}
|
|
297
|
+
.ihub-p-32 {
|
|
298
|
+
padding: 128px;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
/* Padding top */
|
|
302
|
+
.ihub-pt-0 {
|
|
303
|
+
padding-top: 0;
|
|
304
|
+
}
|
|
305
|
+
.ihub-pt-1 {
|
|
306
|
+
padding-top: 4px;
|
|
307
|
+
}
|
|
308
|
+
.ihub-pt-2 {
|
|
309
|
+
padding-top: 8px;
|
|
310
|
+
}
|
|
311
|
+
.ihub-pt-3 {
|
|
312
|
+
padding-top: 12px;
|
|
313
|
+
}
|
|
314
|
+
.ihub-pt-4 {
|
|
315
|
+
padding-top: 16px;
|
|
316
|
+
}
|
|
317
|
+
.ihub-pt-5 {
|
|
318
|
+
padding-top: 20px;
|
|
319
|
+
}
|
|
320
|
+
.ihub-pt-6 {
|
|
321
|
+
padding-top: 24px;
|
|
322
|
+
}
|
|
323
|
+
.ihub-pt-8 {
|
|
324
|
+
padding-top: 32px;
|
|
325
|
+
}
|
|
326
|
+
.ihub-pt-10 {
|
|
327
|
+
padding-top: 40px;
|
|
328
|
+
}
|
|
329
|
+
.ihub-pt-12 {
|
|
330
|
+
padding-top: 48px;
|
|
331
|
+
}
|
|
332
|
+
.ihub-pt-16 {
|
|
333
|
+
padding-top: 64px;
|
|
334
|
+
}
|
|
335
|
+
.ihub-pt-20 {
|
|
336
|
+
padding-top: 80px;
|
|
337
|
+
}
|
|
338
|
+
.ihub-pt-24 {
|
|
339
|
+
padding-top: 96px;
|
|
340
|
+
}
|
|
341
|
+
.ihub-pt-32 {
|
|
342
|
+
padding-top: 128px;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
/* Padding right */
|
|
346
|
+
.ihub-pr-0 {
|
|
347
|
+
padding-right: 0;
|
|
348
|
+
}
|
|
349
|
+
.ihub-pr-1 {
|
|
350
|
+
padding-right: 4px;
|
|
351
|
+
}
|
|
352
|
+
.ihub-pr-2 {
|
|
353
|
+
padding-right: 8px;
|
|
354
|
+
}
|
|
355
|
+
.ihub-pr-3 {
|
|
356
|
+
padding-right: 12px;
|
|
357
|
+
}
|
|
358
|
+
.ihub-pr-4 {
|
|
359
|
+
padding-right: 16px;
|
|
360
|
+
}
|
|
361
|
+
.ihub-pr-5 {
|
|
362
|
+
padding-right: 20px;
|
|
363
|
+
}
|
|
364
|
+
.ihub-pr-6 {
|
|
365
|
+
padding-right: 24px;
|
|
366
|
+
}
|
|
367
|
+
.ihub-pr-8 {
|
|
368
|
+
padding-right: 32px;
|
|
369
|
+
}
|
|
370
|
+
.ihub-pr-10 {
|
|
371
|
+
padding-right: 40px;
|
|
372
|
+
}
|
|
373
|
+
.ihub-pr-12 {
|
|
374
|
+
padding-right: 48px;
|
|
375
|
+
}
|
|
376
|
+
.ihub-pr-16 {
|
|
377
|
+
padding-right: 64px;
|
|
378
|
+
}
|
|
379
|
+
.ihub-pr-20 {
|
|
380
|
+
padding-right: 80px;
|
|
381
|
+
}
|
|
382
|
+
.ihub-pr-24 {
|
|
383
|
+
padding-right: 96px;
|
|
384
|
+
}
|
|
385
|
+
.ihub-pr-32 {
|
|
386
|
+
padding-right: 128px;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
/* Padding bottom */
|
|
390
|
+
.ihub-pb-0 {
|
|
391
|
+
padding-bottom: 0;
|
|
392
|
+
}
|
|
393
|
+
.ihub-pb-1 {
|
|
394
|
+
padding-bottom: 4px;
|
|
395
|
+
}
|
|
396
|
+
.ihub-pb-2 {
|
|
397
|
+
padding-bottom: 8px;
|
|
398
|
+
}
|
|
399
|
+
.ihub-pb-3 {
|
|
400
|
+
padding-bottom: 12px;
|
|
401
|
+
}
|
|
402
|
+
.ihub-pb-4 {
|
|
403
|
+
padding-bottom: 16px;
|
|
404
|
+
}
|
|
405
|
+
.ihub-pb-5 {
|
|
406
|
+
padding-bottom: 20px;
|
|
407
|
+
}
|
|
408
|
+
.ihub-pb-6 {
|
|
409
|
+
padding-bottom: 24px;
|
|
410
|
+
}
|
|
411
|
+
.ihub-pb-8 {
|
|
412
|
+
padding-bottom: 32px;
|
|
413
|
+
}
|
|
414
|
+
.ihub-pb-10 {
|
|
415
|
+
padding-bottom: 40px;
|
|
416
|
+
}
|
|
417
|
+
.ihub-pb-12 {
|
|
418
|
+
padding-bottom: 48px;
|
|
419
|
+
}
|
|
420
|
+
.ihub-pb-16 {
|
|
421
|
+
padding-bottom: 64px;
|
|
422
|
+
}
|
|
423
|
+
.ihub-pb-20 {
|
|
424
|
+
padding-bottom: 80px;
|
|
425
|
+
}
|
|
426
|
+
.ihub-pb-24 {
|
|
427
|
+
padding-bottom: 96px;
|
|
428
|
+
}
|
|
429
|
+
.ihub-pb-32 {
|
|
430
|
+
padding-bottom: 128px;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
/* Padding left */
|
|
434
|
+
.ihub-pl-0 {
|
|
435
|
+
padding-left: 0;
|
|
436
|
+
}
|
|
437
|
+
.ihub-pl-1 {
|
|
438
|
+
padding-left: 4px;
|
|
439
|
+
}
|
|
440
|
+
.ihub-pl-2 {
|
|
441
|
+
padding-left: 8px;
|
|
442
|
+
}
|
|
443
|
+
.ihub-pl-3 {
|
|
444
|
+
padding-left: 12px;
|
|
445
|
+
}
|
|
446
|
+
.ihub-pl-4 {
|
|
447
|
+
padding-left: 16px;
|
|
448
|
+
}
|
|
449
|
+
.ihub-pl-5 {
|
|
450
|
+
padding-left: 20px;
|
|
451
|
+
}
|
|
452
|
+
.ihub-pl-6 {
|
|
453
|
+
padding-left: 24px;
|
|
454
|
+
}
|
|
455
|
+
.ihub-pl-8 {
|
|
456
|
+
padding-left: 32px;
|
|
457
|
+
}
|
|
458
|
+
.ihub-pl-10 {
|
|
459
|
+
padding-left: 40px;
|
|
460
|
+
}
|
|
461
|
+
.ihub-pl-12 {
|
|
462
|
+
padding-left: 48px;
|
|
463
|
+
}
|
|
464
|
+
.ihub-pl-16 {
|
|
465
|
+
padding-left: 64px;
|
|
466
|
+
}
|
|
467
|
+
.ihub-pl-20 {
|
|
468
|
+
padding-left: 80px;
|
|
469
|
+
}
|
|
470
|
+
.ihub-pl-24 {
|
|
471
|
+
padding-left: 96px;
|
|
472
|
+
}
|
|
473
|
+
.ihub-pl-32 {
|
|
474
|
+
padding-left: 128px;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
/* Padding horizontal (left and right) */
|
|
478
|
+
.ihub-px-0 {
|
|
479
|
+
padding-left: 0;
|
|
480
|
+
padding-right: 0;
|
|
481
|
+
}
|
|
482
|
+
.ihub-px-1 {
|
|
483
|
+
padding-left: 4px;
|
|
484
|
+
padding-right: 4px;
|
|
485
|
+
}
|
|
486
|
+
.ihub-px-2 {
|
|
487
|
+
padding-left: 8px;
|
|
488
|
+
padding-right: 8px;
|
|
489
|
+
}
|
|
490
|
+
.ihub-px-3 {
|
|
491
|
+
padding-left: 12px;
|
|
492
|
+
padding-right: 12px;
|
|
493
|
+
}
|
|
494
|
+
.ihub-px-4 {
|
|
495
|
+
padding-left: 16px;
|
|
496
|
+
padding-right: 16px;
|
|
497
|
+
}
|
|
498
|
+
.ihub-px-5 {
|
|
499
|
+
padding-left: 20px;
|
|
500
|
+
padding-right: 20px;
|
|
501
|
+
}
|
|
502
|
+
.ihub-px-6 {
|
|
503
|
+
padding-left: 24px;
|
|
504
|
+
padding-right: 24px;
|
|
505
|
+
}
|
|
506
|
+
.ihub-px-8 {
|
|
507
|
+
padding-left: 32px;
|
|
508
|
+
padding-right: 32px;
|
|
509
|
+
}
|
|
510
|
+
.ihub-px-10 {
|
|
511
|
+
padding-left: 40px;
|
|
512
|
+
padding-right: 40px;
|
|
513
|
+
}
|
|
514
|
+
.ihub-px-12 {
|
|
515
|
+
padding-left: 48px;
|
|
516
|
+
padding-right: 48px;
|
|
517
|
+
}
|
|
518
|
+
.ihub-px-16 {
|
|
519
|
+
padding-left: 64px;
|
|
520
|
+
padding-right: 64px;
|
|
521
|
+
}
|
|
522
|
+
.ihub-px-20 {
|
|
523
|
+
padding-left: 80px;
|
|
524
|
+
padding-right: 80px;
|
|
525
|
+
}
|
|
526
|
+
.ihub-px-24 {
|
|
527
|
+
padding-left: 96px;
|
|
528
|
+
padding-right: 96px;
|
|
529
|
+
}
|
|
530
|
+
.ihub-px-32 {
|
|
531
|
+
padding-left: 128px;
|
|
532
|
+
padding-right: 128px;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
/* Padding vertical (top and bottom) */
|
|
536
|
+
.ihub-py-0 {
|
|
537
|
+
padding-top: 0;
|
|
538
|
+
padding-bottom: 0;
|
|
539
|
+
}
|
|
540
|
+
.ihub-py-1 {
|
|
541
|
+
padding-top: 4px;
|
|
542
|
+
padding-bottom: 4px;
|
|
543
|
+
}
|
|
544
|
+
.ihub-py-2 {
|
|
545
|
+
padding-top: 8px;
|
|
546
|
+
padding-bottom: 8px;
|
|
547
|
+
}
|
|
548
|
+
.ihub-py-3 {
|
|
549
|
+
padding-top: 12px;
|
|
550
|
+
padding-bottom: 12px;
|
|
551
|
+
}
|
|
552
|
+
.ihub-py-4 {
|
|
553
|
+
padding-top: 16px;
|
|
554
|
+
padding-bottom: 16px;
|
|
555
|
+
}
|
|
556
|
+
.ihub-py-5 {
|
|
557
|
+
padding-top: 20px;
|
|
558
|
+
padding-bottom: 20px;
|
|
559
|
+
}
|
|
560
|
+
.ihub-py-6 {
|
|
561
|
+
padding-top: 24px;
|
|
562
|
+
padding-bottom: 24px;
|
|
563
|
+
}
|
|
564
|
+
.ihub-py-8 {
|
|
565
|
+
padding-top: 32px;
|
|
566
|
+
padding-bottom: 32px;
|
|
567
|
+
}
|
|
568
|
+
.ihub-py-10 {
|
|
569
|
+
padding-top: 40px;
|
|
570
|
+
padding-bottom: 40px;
|
|
571
|
+
}
|
|
572
|
+
.ihub-py-12 {
|
|
573
|
+
padding-top: 48px;
|
|
574
|
+
padding-bottom: 48px;
|
|
575
|
+
}
|
|
576
|
+
.ihub-py-16 {
|
|
577
|
+
padding-top: 64px;
|
|
578
|
+
padding-bottom: 64px;
|
|
579
|
+
}
|
|
580
|
+
.ihub-py-20 {
|
|
581
|
+
padding-top: 80px;
|
|
582
|
+
padding-bottom: 80px;
|
|
583
|
+
}
|
|
584
|
+
.ihub-py-24 {
|
|
585
|
+
padding-top: 96px;
|
|
586
|
+
padding-bottom: 96px;
|
|
587
|
+
}
|
|
588
|
+
.ihub-py-32 {
|
|
589
|
+
padding-top: 128px;
|
|
590
|
+
padding-bottom: 128px;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
/* Responsive utilities for smaller screens */
|
|
594
|
+
@media (max-width: 768px) {
|
|
595
|
+
.ihub-sm-w-100 {
|
|
596
|
+
width: 100%;
|
|
597
|
+
}
|
|
598
|
+
.ihub-sm-h-auto {
|
|
599
|
+
height: auto;
|
|
600
|
+
}
|
|
601
|
+
.ihub-sm-p-2 {
|
|
602
|
+
padding: 8px;
|
|
603
|
+
}
|
|
604
|
+
.ihub-sm-p-3 {
|
|
605
|
+
padding: 12px;
|
|
606
|
+
}
|
|
607
|
+
.ihub-sm-p-4 {
|
|
608
|
+
padding: 16px;
|
|
609
|
+
}
|
|
610
|
+
.ihub-sm-py-2 {
|
|
611
|
+
padding-top: 8px;
|
|
612
|
+
padding-bottom: 8px;
|
|
613
|
+
}
|
|
614
|
+
.ihub-sm-py-3 {
|
|
615
|
+
padding-top: 12px;
|
|
616
|
+
padding-bottom: 12px;
|
|
617
|
+
}
|
|
618
|
+
.ihub-sm-px-2 {
|
|
619
|
+
padding-left: 8px;
|
|
620
|
+
padding-right: 8px;
|
|
621
|
+
}
|
|
622
|
+
.ihub-sm-px-3 {
|
|
623
|
+
padding-left: 12px;
|
|
624
|
+
padding-right: 12px;
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
/* Responsive utilities for medium screens */
|
|
629
|
+
@media (min-width: 769px) and (max-width: 1024px) {
|
|
630
|
+
.ihub-md-w-50 {
|
|
631
|
+
width: 50%;
|
|
632
|
+
}
|
|
633
|
+
.ihub-md-w-75 {
|
|
634
|
+
width: 75%;
|
|
635
|
+
}
|
|
636
|
+
.ihub-md-w-100 {
|
|
637
|
+
width: 100%;
|
|
638
|
+
}
|
|
639
|
+
.ihub-md-p-4 {
|
|
640
|
+
padding: 16px;
|
|
641
|
+
}
|
|
642
|
+
.ihub-md-p-5 {
|
|
643
|
+
padding: 20px;
|
|
644
|
+
}
|
|
645
|
+
.ihub-md-py-4 {
|
|
646
|
+
padding-top: 16px;
|
|
647
|
+
padding-bottom: 16px;
|
|
648
|
+
}
|
|
649
|
+
.ihub-md-py-5 {
|
|
650
|
+
padding-top: 20px;
|
|
651
|
+
padding-bottom: 20px;
|
|
652
|
+
}
|
|
653
|
+
.ihub-md-px-4 {
|
|
654
|
+
padding-left: 16px;
|
|
655
|
+
padding-right: 16px;
|
|
656
|
+
}
|
|
657
|
+
.ihub-md-px-5 {
|
|
658
|
+
padding-left: 20px;
|
|
659
|
+
padding-right: 20px;
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
/* Responsive utilities for larger screens */
|
|
664
|
+
@media (min-width: 1025px) {
|
|
665
|
+
.ihub-lg-w-25 {
|
|
666
|
+
width: 25%;
|
|
667
|
+
}
|
|
668
|
+
.ihub-lg-w-33 {
|
|
669
|
+
width: 33.333333%;
|
|
670
|
+
}
|
|
671
|
+
.ihub-lg-w-50 {
|
|
672
|
+
width: 50%;
|
|
673
|
+
}
|
|
674
|
+
.ihub-lg-w-75 {
|
|
675
|
+
width: 75%;
|
|
676
|
+
}
|
|
677
|
+
.ihub-lg-p-6 {
|
|
678
|
+
padding: 24px;
|
|
679
|
+
}
|
|
680
|
+
.ihub-lg-p-8 {
|
|
681
|
+
padding: 32px;
|
|
682
|
+
}
|
|
683
|
+
.ihub-lg-py-6 {
|
|
684
|
+
padding-top: 24px;
|
|
685
|
+
padding-bottom: 24px;
|
|
686
|
+
}
|
|
687
|
+
.ihub-lg-py-8 {
|
|
688
|
+
padding-top: 32px;
|
|
689
|
+
padding-bottom: 32px;
|
|
690
|
+
}
|
|
691
|
+
.ihub-lg-px-6 {
|
|
692
|
+
padding-left: 24px;
|
|
693
|
+
padding-right: 24px;
|
|
694
|
+
}
|
|
695
|
+
.ihub-lg-px-8 {
|
|
696
|
+
padding-left: 32px;
|
|
697
|
+
padding-right: 32px;
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
/* Overflow utilities */
|
|
702
|
+
.ihub-overflow-auto {
|
|
703
|
+
overflow: auto;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.ihub-overflow-hidden {
|
|
707
|
+
overflow: hidden;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
.ihub-overflow-visible {
|
|
711
|
+
overflow: visible;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.ihub-overflow-scroll {
|
|
715
|
+
overflow: scroll;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
.ihub-overflow-x-auto {
|
|
719
|
+
overflow-x: auto;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.ihub-overflow-x-hidden {
|
|
723
|
+
overflow-x: hidden;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.ihub-overflow-x-scroll {
|
|
727
|
+
overflow-x: scroll;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
.ihub-overflow-y-auto {
|
|
731
|
+
overflow-y: auto;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.ihub-overflow-y-hidden {
|
|
735
|
+
overflow-y: hidden;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.ihub-overflow-y-scroll {
|
|
739
|
+
overflow-y: scroll;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
/* Scrollbar styling for WebKit browsers */
|
|
743
|
+
.ihub-scrollbar-thin::-webkit-scrollbar {
|
|
744
|
+
width: 4px;
|
|
745
|
+
height: 4px;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
.ihub-scrollbar-thin::-webkit-scrollbar-track {
|
|
749
|
+
background: var(--Gray);
|
|
750
|
+
border-radius: 5px;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.ihub-scrollbar-thin::-webkit-scrollbar-thumb {
|
|
754
|
+
background: var(--DarkCyan);
|
|
755
|
+
border-radius: 5px;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
/* Hide scrollbar but maintain functionality */
|
|
759
|
+
.ihub-scrollbar-hidden {
|
|
760
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
761
|
+
scrollbar-width: none; /* Firefox */
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
.ihub-scrollbar-hidden::-webkit-scrollbar {
|
|
765
|
+
display: none; /* Chrome, Safari, Opera */
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
/*
|
|
772
|
+
InstinctHub Margin Utility Classes
|
|
773
|
+
Prefix: ihub-
|
|
774
|
+
Based on Bootstrap's margin utility system
|
|
775
|
+
*/
|
|
776
|
+
|
|
777
|
+
/* Margin - all sides */
|
|
778
|
+
.ihub-m-0 { margin: 0 !important; }
|
|
779
|
+
.ihub-m-1 { margin: 10px !important; }
|
|
780
|
+
.ihub-m-2 { margin: 20px !important; }
|
|
781
|
+
.ihub-m-3 { margin: 30px !important; }
|
|
782
|
+
.ihub-m-4 { margin: 40px !important; }
|
|
783
|
+
.ihub-m-5 { margin: 50px !important; }
|
|
784
|
+
.ihub-m-6 { margin: 60px !important; }
|
|
785
|
+
.ihub-m-7 { margin: 70px !important; }
|
|
786
|
+
.ihub-m-8 { margin: 80px !important; }
|
|
787
|
+
.ihub-m-9 { margin: 90px !important; }
|
|
788
|
+
.ihub-m-10 { margin: 100px !important; }
|
|
789
|
+
.ihub-m-auto { margin: auto !important; }
|
|
790
|
+
|
|
791
|
+
/* Margin Top */
|
|
792
|
+
.ihub-mt-0 { margin-top: 0 !important; }
|
|
793
|
+
.ihub-mt-1 { margin-top: 10px !important; }
|
|
794
|
+
.ihub-mt-2 { margin-top: 20px !important; }
|
|
795
|
+
.ihub-mt-3 { margin-top: 30px !important; }
|
|
796
|
+
.ihub-mt-4 { margin-top: 40px !important; }
|
|
797
|
+
.ihub-mt-5 { margin-top: 50px !important; }
|
|
798
|
+
.ihub-mt-6 { margin-top: 60px !important; }
|
|
799
|
+
.ihub-mt-7 { margin-top: 70px !important; }
|
|
800
|
+
.ihub-mt-8 { margin-top: 80px !important; }
|
|
801
|
+
.ihub-mt-9 { margin-top: 90px !important; }
|
|
802
|
+
.ihub-mt-10 { margin-top: 100px !important; }
|
|
803
|
+
.ihub-mt-auto { margin-top: auto !important; }
|
|
804
|
+
|
|
805
|
+
/* Margin Right */
|
|
806
|
+
.ihub-mr-0 { margin-right: 0 !important; }
|
|
807
|
+
.ihub-mr-1 { margin-right: 10px !important; }
|
|
808
|
+
.ihub-mr-2 { margin-right: 20px !important; }
|
|
809
|
+
.ihub-mr-3 { margin-right: 30px !important; }
|
|
810
|
+
.ihub-mr-4 { margin-right: 40px !important; }
|
|
811
|
+
.ihub-mr-5 { margin-right: 50px !important; }
|
|
812
|
+
.ihub-mr-6 { margin-right: 60px !important; }
|
|
813
|
+
.ihub-mr-7 { margin-right: 70px !important; }
|
|
814
|
+
.ihub-mr-8 { margin-right: 80px !important; }
|
|
815
|
+
.ihub-mr-9 { margin-right: 90px !important; }
|
|
816
|
+
.ihub-mr-10 { margin-right: 100px !important; }
|
|
817
|
+
.ihub-mr-auto { margin-right: auto !important; }
|
|
818
|
+
|
|
819
|
+
/* Margin Bottom */
|
|
820
|
+
.ihub-mb-0 { margin-bottom: 0 !important; }
|
|
821
|
+
.ihub-mb-1 { margin-bottom: 10px !important; }
|
|
822
|
+
.ihub-mb-2 { margin-bottom: 20px !important; }
|
|
823
|
+
.ihub-mb-3 { margin-bottom: 30px !important; }
|
|
824
|
+
.ihub-mb-4 { margin-bottom: 40px !important; }
|
|
825
|
+
.ihub-mb-5 { margin-bottom: 50px !important; }
|
|
826
|
+
.ihub-mb-6 { margin-bottom: 60px !important; }
|
|
827
|
+
.ihub-mb-7 { margin-bottom: 70px !important; }
|
|
828
|
+
.ihub-mb-8 { margin-bottom: 80px !important; }
|
|
829
|
+
.ihub-mb-9 { margin-bottom: 90px !important; }
|
|
830
|
+
.ihub-mb-10 { margin-bottom: 100px !important; }
|
|
831
|
+
.ihub-mb-auto { margin-bottom: auto !important; }
|
|
832
|
+
|
|
833
|
+
/* Margin Left */
|
|
834
|
+
.ihub-ml-0 { margin-left: 0 !important; }
|
|
835
|
+
.ihub-ml-1 { margin-left: 10px !important; }
|
|
836
|
+
.ihub-ml-2 { margin-left: 20px !important; }
|
|
837
|
+
.ihub-ml-3 { margin-left: 30px !important; }
|
|
838
|
+
.ihub-ml-4 { margin-left: 40px !important; }
|
|
839
|
+
.ihub-ml-5 { margin-left: 50px !important; }
|
|
840
|
+
.ihub-ml-6 { margin-left: 60px !important; }
|
|
841
|
+
.ihub-ml-7 { margin-left: 70px !important; }
|
|
842
|
+
.ihub-ml-8 { margin-left: 80px !important; }
|
|
843
|
+
.ihub-ml-9 { margin-left: 90px !important; }
|
|
844
|
+
.ihub-ml-10 { margin-left: 100px !important; }
|
|
845
|
+
.ihub-ml-auto { margin-left: auto !important; }
|
|
846
|
+
|
|
847
|
+
/* Margin X-axis (left and right) */
|
|
848
|
+
.ihub-mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
|
|
849
|
+
.ihub-mx-1 { margin-left: 10px !important; margin-right: 10px !important; }
|
|
850
|
+
.ihub-mx-2 { margin-left: 20px !important; margin-right: 20px !important; }
|
|
851
|
+
.ihub-mx-3 { margin-left: 30px !important; margin-right: 30px !important; }
|
|
852
|
+
.ihub-mx-4 { margin-left: 40px !important; margin-right: 40px !important; }
|
|
853
|
+
.ihub-mx-5 { margin-left: 50px !important; margin-right: 50px !important; }
|
|
854
|
+
.ihub-mx-6 { margin-left: 60px !important; margin-right: 60px !important; }
|
|
855
|
+
.ihub-mx-7 { margin-left: 70px !important; margin-right: 70px !important; }
|
|
856
|
+
.ihub-mx-8 { margin-left: 80px !important; margin-right: 80px !important; }
|
|
857
|
+
.ihub-mx-9 { margin-left: 90px !important; margin-right: 90px !important; }
|
|
858
|
+
.ihub-mx-10 { margin-left: 100px !important; margin-right: 100px !important; }
|
|
859
|
+
.ihub-mx-auto { margin-left: auto !important; margin-right: auto !important; }
|
|
860
|
+
|
|
861
|
+
/* Margin Y-axis (top and bottom) */
|
|
862
|
+
.ihub-my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
|
|
863
|
+
.ihub-my-1 { margin-top: 10px !important; margin-bottom: 10px !important; }
|
|
864
|
+
.ihub-my-2 { margin-top: 20px !important; margin-bottom: 20px !important; }
|
|
865
|
+
.ihub-my-3 { margin-top: 30px !important; margin-bottom: 30px !important; }
|
|
866
|
+
.ihub-my-4 { margin-top: 40px !important; margin-bottom: 40px !important; }
|
|
867
|
+
.ihub-my-5 { margin-top: 50px !important; margin-bottom: 50px !important; }
|
|
868
|
+
.ihub-my-6 { margin-top: 60px !important; margin-bottom: 60px !important; }
|
|
869
|
+
.ihub-my-7 { margin-top: 70px !important; margin-bottom: 70px !important; }
|
|
870
|
+
.ihub-my-8 { margin-top: 80px !important; margin-bottom: 80px !important; }
|
|
871
|
+
.ihub-my-9 { margin-top: 90px !important; margin-bottom: 90px !important; }
|
|
872
|
+
.ihub-my-10 { margin-top: 100px !important; margin-bottom: 100px !important; }
|
|
873
|
+
.ihub-my-auto { margin-top: auto !important; margin-bottom: auto !important; }
|
|
874
|
+
|
|
875
|
+
/* Responsive margin classes for different breakpoints */
|
|
876
|
+
@media (min-width: 576px) {
|
|
877
|
+
/* Small devices (sm) */
|
|
878
|
+
.ihub-m-sm-0 { margin: 0 !important; }
|
|
879
|
+
.ihub-m-sm-1 { margin: 10px !important; }
|
|
880
|
+
.ihub-m-sm-2 { margin: 20px !important; }
|
|
881
|
+
.ihub-m-sm-3 { margin: 30px !important; }
|
|
882
|
+
.ihub-m-sm-4 { margin: 40px !important; }
|
|
883
|
+
.ihub-m-sm-5 { margin: 50px !important; }
|
|
884
|
+
.ihub-m-sm-auto { margin: auto !important; }
|
|
885
|
+
|
|
886
|
+
.ihub-mt-sm-0 { margin-top: 0 !important; }
|
|
887
|
+
.ihub-mt-sm-1 { margin-top: 10px !important; }
|
|
888
|
+
.ihub-mt-sm-2 { margin-top: 20px !important; }
|
|
889
|
+
.ihub-mt-sm-3 { margin-top: 30px !important; }
|
|
890
|
+
.ihub-mt-sm-4 { margin-top: 40px !important; }
|
|
891
|
+
.ihub-mt-sm-5 { margin-top: 50px !important; }
|
|
892
|
+
.ihub-mt-sm-auto { margin-top: auto !important; }
|
|
893
|
+
|
|
894
|
+
/* Similar patterns for other directions */
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
@media (min-width: 768px) {
|
|
898
|
+
/* Medium devices (md) */
|
|
899
|
+
.ihub-m-md-0 { margin: 0 !important; }
|
|
900
|
+
.ihub-m-md-1 { margin: 10px !important; }
|
|
901
|
+
.ihub-m-md-2 { margin: 20px !important; }
|
|
902
|
+
.ihub-m-md-3 { margin: 30px !important; }
|
|
903
|
+
.ihub-m-md-4 { margin: 40px !important; }
|
|
904
|
+
.ihub-m-md-5 { margin: 50px !important; }
|
|
905
|
+
.ihub-m-md-auto { margin: auto !important; }
|
|
906
|
+
|
|
907
|
+
.ihub-mt-md-0 { margin-top: 0 !important; }
|
|
908
|
+
.ihub-mt-md-1 { margin-top: 10px !important; }
|
|
909
|
+
.ihub-mt-md-2 { margin-top: 20px !important; }
|
|
910
|
+
.ihub-mt-md-3 { margin-top: 30px !important; }
|
|
911
|
+
.ihub-mt-md-4 { margin-top: 40px !important; }
|
|
912
|
+
.ihub-mt-md-5 { margin-top: 50px !important; }
|
|
913
|
+
.ihub-mt-md-auto { margin-top: auto !important; }
|
|
914
|
+
|
|
915
|
+
/* Similar patterns for other directions */
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
@media (min-width: 992px) {
|
|
919
|
+
/* Large devices (lg) */
|
|
920
|
+
.ihub-m-lg-0 { margin: 0 !important; }
|
|
921
|
+
.ihub-m-lg-1 { margin: 10px !important; }
|
|
922
|
+
.ihub-m-lg-2 { margin: 20px !important; }
|
|
923
|
+
.ihub-m-lg-3 { margin: 30px !important; }
|
|
924
|
+
.ihub-m-lg-4 { margin: 40px !important; }
|
|
925
|
+
.ihub-m-lg-5 { margin: 50px !important; }
|
|
926
|
+
.ihub-m-lg-auto { margin: auto !important; }
|
|
927
|
+
|
|
928
|
+
.ihub-mt-lg-0 { margin-top: 0 !important; }
|
|
929
|
+
.ihub-mt-lg-1 { margin-top: 10px !important; }
|
|
930
|
+
.ihub-mt-lg-2 { margin-top: 20px !important; }
|
|
931
|
+
.ihub-mt-lg-3 { margin-top: 30px !important; }
|
|
932
|
+
.ihub-mt-lg-4 { margin-top: 40px !important; }
|
|
933
|
+
.ihub-mt-lg-5 { margin-top: 50px !important; }
|
|
934
|
+
.ihub-mt-lg-auto { margin-top: auto !important; }
|
|
935
|
+
|
|
936
|
+
/* Similar patterns for other directions */
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
@media (min-width: 1200px) {
|
|
940
|
+
/* Extra large devices (xl) */
|
|
941
|
+
.ihub-m-xl-0 { margin: 0 !important; }
|
|
942
|
+
.ihub-m-xl-1 { margin: 10px !important; }
|
|
943
|
+
.ihub-m-xl-2 { margin: 20px !important; }
|
|
944
|
+
.ihub-m-xl-3 { margin: 30px !important; }
|
|
945
|
+
.ihub-m-xl-4 { margin: 40px !important; }
|
|
946
|
+
.ihub-m-xl-5 { margin: 50px !important; }
|
|
947
|
+
.ihub-m-xl-auto { margin: auto !important; }
|
|
948
|
+
|
|
949
|
+
.ihub-mt-xl-0 { margin-top: 0 !important; }
|
|
950
|
+
.ihub-mt-xl-1 { margin-top: 10px !important; }
|
|
951
|
+
.ihub-mt-xl-2 { margin-top: 20px !important; }
|
|
952
|
+
.ihub-mt-xl-3 { margin-top: 30px !important; }
|
|
953
|
+
.ihub-mt-xl-4 { margin-top: 40px !important; }
|
|
954
|
+
.ihub-mt-xl-5 { margin-top: 50px !important; }
|
|
955
|
+
.ihub-mt-xl-auto { margin-top: auto !important; }
|
|
956
|
+
|
|
957
|
+
/* Similar patterns for other directions */
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
/* Negative margins for advanced layout needs */
|
|
961
|
+
.ihub-m-n1 { margin: -10px !important; }
|
|
962
|
+
.ihub-m-n2 { margin: -20px !important; }
|
|
963
|
+
.ihub-m-n3 { margin: -30px !important; }
|
|
964
|
+
.ihub-m-n4 { margin: -40px !important; }
|
|
965
|
+
.ihub-m-n5 { margin: -50px !important; }
|
|
966
|
+
|
|
967
|
+
.ihub-mt-n1 { margin-top: -10px !important; }
|
|
968
|
+
.ihub-mt-n2 { margin-top: -20px !important; }
|
|
969
|
+
.ihub-mt-n3 { margin-top: -30px !important; }
|
|
970
|
+
.ihub-mt-n4 { margin-top: -40px !important; }
|
|
971
|
+
.ihub-mt-n5 { margin-top: -50px !important; }
|
|
972
|
+
|
|
973
|
+
/* Similar negative margin patterns for other directions */
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
/*
|
|
978
|
+
InstinctHub Display Utility Classes
|
|
979
|
+
Prefix: ihub-
|
|
980
|
+
Based on Bootstrap's display utility system
|
|
981
|
+
*/
|
|
982
|
+
|
|
983
|
+
/* Display Values */
|
|
984
|
+
.ihub-d-none { display: none !important; }
|
|
985
|
+
.ihub-d-inline { display: inline !important; }
|
|
986
|
+
.ihub-d-inline-block { display: inline-block !important; }
|
|
987
|
+
.ihub-d-block { display: block !important; }
|
|
988
|
+
.ihub-d-table { display: table !important; }
|
|
989
|
+
.ihub-d-table-row { display: table-row !important; }
|
|
990
|
+
.ihub-d-table-cell { display: table-cell !important; }
|
|
991
|
+
.ihub-d-flex { display: flex !important; }
|
|
992
|
+
.ihub-d-inline-flex { display: inline-flex !important; }
|
|
993
|
+
.ihub-d-grid { display: grid !important; }
|
|
994
|
+
.ihub-d-inline-grid { display: inline-grid !important; }
|
|
995
|
+
|
|
996
|
+
/* Responsive display classes */
|
|
997
|
+
/* Small devices (sm) */
|
|
998
|
+
@media (min-width: 576px) {
|
|
999
|
+
.ihub-d-sm-none { display: none !important; }
|
|
1000
|
+
.ihub-d-sm-inline { display: inline !important; }
|
|
1001
|
+
.ihub-d-sm-inline-block { display: inline-block !important; }
|
|
1002
|
+
.ihub-d-sm-block { display: block !important; }
|
|
1003
|
+
.ihub-d-sm-table { display: table !important; }
|
|
1004
|
+
.ihub-d-sm-table-row { display: table-row !important; }
|
|
1005
|
+
.ihub-d-sm-table-cell { display: table-cell !important; }
|
|
1006
|
+
.ihub-d-sm-flex { display: flex !important; }
|
|
1007
|
+
.ihub-d-sm-inline-flex { display: inline-flex !important; }
|
|
1008
|
+
.ihub-d-sm-grid { display: grid !important; }
|
|
1009
|
+
.ihub-d-sm-inline-grid { display: inline-grid !important; }
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
/* Medium devices (md) */
|
|
1013
|
+
@media (min-width: 768px) {
|
|
1014
|
+
.ihub-d-md-none { display: none !important; }
|
|
1015
|
+
.ihub-d-md-inline { display: inline !important; }
|
|
1016
|
+
.ihub-d-md-inline-block { display: inline-block !important; }
|
|
1017
|
+
.ihub-d-md-block { display: block !important; }
|
|
1018
|
+
.ihub-d-md-table { display: table !important; }
|
|
1019
|
+
.ihub-d-md-table-row { display: table-row !important; }
|
|
1020
|
+
.ihub-d-md-table-cell { display: table-cell !important; }
|
|
1021
|
+
.ihub-d-md-flex { display: flex !important; }
|
|
1022
|
+
.ihub-d-md-inline-flex { display: inline-flex !important; }
|
|
1023
|
+
.ihub-d-md-grid { display: grid !important; }
|
|
1024
|
+
.ihub-d-md-inline-grid { display: inline-grid !important; }
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
/* Large devices (lg) */
|
|
1028
|
+
@media (min-width: 992px) {
|
|
1029
|
+
.ihub-d-lg-none { display: none !important; }
|
|
1030
|
+
.ihub-d-lg-inline { display: inline !important; }
|
|
1031
|
+
.ihub-d-lg-inline-block { display: inline-block !important; }
|
|
1032
|
+
.ihub-d-lg-block { display: block !important; }
|
|
1033
|
+
.ihub-d-lg-table { display: table !important; }
|
|
1034
|
+
.ihub-d-lg-table-row { display: table-row !important; }
|
|
1035
|
+
.ihub-d-lg-table-cell { display: table-cell !important; }
|
|
1036
|
+
.ihub-d-lg-flex { display: flex !important; }
|
|
1037
|
+
.ihub-d-lg-inline-flex { display: inline-flex !important; }
|
|
1038
|
+
.ihub-d-lg-grid { display: grid !important; }
|
|
1039
|
+
.ihub-d-lg-inline-grid { display: inline-grid !important; }
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
/* Extra large devices (xl) */
|
|
1043
|
+
@media (min-width: 1200px) {
|
|
1044
|
+
.ihub-d-xl-none { display: none !important; }
|
|
1045
|
+
.ihub-d-xl-inline { display: inline !important; }
|
|
1046
|
+
.ihub-d-xl-inline-block { display: inline-block !important; }
|
|
1047
|
+
.ihub-d-xl-block { display: block !important; }
|
|
1048
|
+
.ihub-d-xl-table { display: table !important; }
|
|
1049
|
+
.ihub-d-xl-table-row { display: table-row !important; }
|
|
1050
|
+
.ihub-d-xl-table-cell { display: table-cell !important; }
|
|
1051
|
+
.ihub-d-xl-flex { display: flex !important; }
|
|
1052
|
+
.ihub-d-xl-inline-flex { display: inline-flex !important; }
|
|
1053
|
+
.ihub-d-xl-grid { display: grid !important; }
|
|
1054
|
+
.ihub-d-xl-inline-grid { display: inline-grid !important; }
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
/* Special cases for print */
|
|
1058
|
+
@media print {
|
|
1059
|
+
.ihub-d-print-none { display: none !important; }
|
|
1060
|
+
.ihub-d-print-inline { display: inline !important; }
|
|
1061
|
+
.ihub-d-print-inline-block { display: inline-block !important; }
|
|
1062
|
+
.ihub-d-print-block { display: block !important; }
|
|
1063
|
+
.ihub-d-print-table { display: table !important; }
|
|
1064
|
+
.ihub-d-print-table-row { display: table-row !important; }
|
|
1065
|
+
.ihub-d-print-table-cell { display: table-cell !important; }
|
|
1066
|
+
.ihub-d-print-flex { display: flex !important; }
|
|
1067
|
+
.ihub-d-print-inline-flex { display: inline-flex !important; }
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
/* Visibility utilities */
|
|
1071
|
+
.ihub-visible { visibility: visible !important; }
|
|
1072
|
+
.ihub-invisible { visibility: hidden !important; }
|
|
1073
|
+
|
|
1074
|
+
/* Hide/Show utilities for accessibility - visually hidden but accessible to screen readers */
|
|
1075
|
+
.ihub-sr-only {
|
|
1076
|
+
position: absolute !important;
|
|
1077
|
+
width: 1px !important;
|
|
1078
|
+
height: 1px !important;
|
|
1079
|
+
padding: 0 !important;
|
|
1080
|
+
margin: -1px !important;
|
|
1081
|
+
overflow: hidden !important;
|
|
1082
|
+
clip: rect(0, 0, 0, 0) !important;
|
|
1083
|
+
white-space: nowrap !important;
|
|
1084
|
+
border: 0 !important;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
.ihub-sr-only-focusable:not(:focus) {
|
|
1088
|
+
position: absolute !important;
|
|
1089
|
+
width: 1px !important;
|
|
1090
|
+
height: 1px !important;
|
|
1091
|
+
padding: 0 !important;
|
|
1092
|
+
margin: -1px !important;
|
|
1093
|
+
overflow: hidden !important;
|
|
1094
|
+
clip: rect(0, 0, 0, 0) !important;
|
|
1095
|
+
white-space: nowrap !important;
|
|
1096
|
+
border: 0 !important;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
/* Hide on specific screen sizes */
|
|
1100
|
+
.ihub-hide-sm-only {
|
|
1101
|
+
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
1102
|
+
display: none !important;
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
.ihub-hide-md-only {
|
|
1107
|
+
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
1108
|
+
display: none !important;
|
|
1109
|
+
}
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
.ihub-hide-lg-only {
|
|
1113
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
1114
|
+
display: none !important;
|
|
1115
|
+
}
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
.ihub-hide-xl-only {
|
|
1119
|
+
@media (min-width: 1200px) {
|
|
1120
|
+
display: none !important;
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
/* Show on specific screen sizes */
|
|
1125
|
+
.ihub-show-sm-only {
|
|
1126
|
+
@media (max-width: 575.98px), (min-width: 768px) {
|
|
1127
|
+
display: none !important;
|
|
1128
|
+
}
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
.ihub-show-md-only {
|
|
1132
|
+
@media (max-width: 767.98px), (min-width: 992px) {
|
|
1133
|
+
display: none !important;
|
|
1134
|
+
}
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
.ihub-show-lg-only {
|
|
1138
|
+
@media (max-width: 991.98px), (min-width: 1200px) {
|
|
1139
|
+
display: none !important;
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
.ihub-show-xl-only {
|
|
1144
|
+
@media (max-width: 1199.98px) {
|
|
1145
|
+
display: none !important;
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
/* Custom InstinctHub display helpers matching existing patterns in InstinctHub CSS */
|
|
1150
|
+
.ihub-ghost { display: none; }
|
|
1151
|
+
.ihub-flex { display: flex; justify-content: space-between; }
|