@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,1617 @@
|
|
|
1
|
+
.ihub-wrapper {
|
|
2
|
+
position: relative;
|
|
3
|
+
margin-top: 25px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.field h5,
|
|
7
|
+
.ihub-field h5 {
|
|
8
|
+
font-size: 0.9rem;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.ihub-wrapper .ihub-text-label {
|
|
12
|
+
position: absolute;
|
|
13
|
+
top: 13px;
|
|
14
|
+
left: 15px;
|
|
15
|
+
transition: all 0.3s ease;
|
|
16
|
+
pointer-events: none;
|
|
17
|
+
font-size: 1rem;
|
|
18
|
+
color: var(--Gunmetal);
|
|
19
|
+
font-family: var(--Nunito);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.ihub-wrapper .ihub-input {
|
|
23
|
+
border: var(--borderDefault);
|
|
24
|
+
width: 100%;
|
|
25
|
+
padding: 10px 15px;
|
|
26
|
+
border-radius: 4px;
|
|
27
|
+
font-family: var(--Nunito);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/* Chrome, Safari, Edge, Opera */
|
|
31
|
+
.ihub-wrapper .ihub-input::-webkit-outer-spin-button,
|
|
32
|
+
.ihub-wrapper .ihub-input::-webkit-inner-spin-button {
|
|
33
|
+
-webkit-appearance: none;
|
|
34
|
+
margin: 0;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/* Firefox */
|
|
38
|
+
.ihub-wrapper .ihub-input[type="number"] {
|
|
39
|
+
-moz-appearance: textfield;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.ihub-wrapper .ihub-input:disabled,
|
|
43
|
+
.ihub-wrapper .ihub-input:read-only {
|
|
44
|
+
background: #f4f4f4;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.ihub-wrapper .ihub-input:focus + .ihub-text-label,
|
|
48
|
+
.ihub-wrapper.ihub-value .ihub-text-label {
|
|
49
|
+
background: var(--White);
|
|
50
|
+
top: -10px;
|
|
51
|
+
height: 20px;
|
|
52
|
+
padding: 5px;
|
|
53
|
+
margin: 0;
|
|
54
|
+
color: var(--DarkCyan);
|
|
55
|
+
font-size: 14px;
|
|
56
|
+
pointer-events: initial;
|
|
57
|
+
left: 15px;
|
|
58
|
+
line-height: 10px;
|
|
59
|
+
width: auto;
|
|
60
|
+
font-family: var(--Nunito);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.ihub-wrapper .ihub-input.ihub-width-auto {
|
|
64
|
+
width: auto;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.ihub-wrapper[data-text-transform="lowercase"] .ihub-input {
|
|
68
|
+
text-transform: lowercase;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.ihub-wrapper[data-text-transform="uppercase"] .ihub-input {
|
|
72
|
+
text-transform: uppercase;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.ihub-wrapper[data-text-transform="capitalize"] .ihub-input {
|
|
76
|
+
text-transform: capitalize;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.ihub-notes {
|
|
80
|
+
font-size: 12px;
|
|
81
|
+
margin-top: 5px;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.ihub-is_invalid {
|
|
85
|
+
color: var(--Danger);
|
|
86
|
+
background-color: "#EA5F5E";
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/* Passowrd */
|
|
90
|
+
.ihub-password-wrapper {
|
|
91
|
+
position: relative;
|
|
92
|
+
margin-top: 25px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.ihub-password-wrapper span {
|
|
96
|
+
position: absolute;
|
|
97
|
+
top: 15px;
|
|
98
|
+
left: 15px;
|
|
99
|
+
transition: all 0.3s ease;
|
|
100
|
+
pointer-events: none;
|
|
101
|
+
font-size: 1rem;
|
|
102
|
+
color: var(--Gunmetal);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.ihub-password-wrapper input {
|
|
106
|
+
border: var(--borderDefault);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/* Chrome, Safari, Edge, Opera */
|
|
110
|
+
.ihub-password-wrapper input::-webkit-outer-spin-button,
|
|
111
|
+
.ihub-password-wrapper input::-webkit-inner-spin-button {
|
|
112
|
+
-webkit-appearance: none;
|
|
113
|
+
margin: 0;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/* Firefox */
|
|
117
|
+
.ihub-password-wrapper input[type="number"] {
|
|
118
|
+
-moz-appearance: textfield;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.ihub-password-wrapper input:disabled {
|
|
122
|
+
background: #f4f4f4;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.ihub-password-wrapper .focused,
|
|
126
|
+
.ihub-password-wrapper.value span {
|
|
127
|
+
background: var(--White);
|
|
128
|
+
top: -10px;
|
|
129
|
+
height: 20px;
|
|
130
|
+
padding: 5px;
|
|
131
|
+
margin: 0;
|
|
132
|
+
color: var(--DarkCyan);
|
|
133
|
+
font-size: 14px;
|
|
134
|
+
pointer-events: initial;
|
|
135
|
+
left: 15px;
|
|
136
|
+
line-height: 10px;
|
|
137
|
+
width: auto;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.ihub-password-wrapper input.width_auto {
|
|
141
|
+
width: auto;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.ihub-password-wrapper .input_icon {
|
|
145
|
+
position: relative;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.ihub-password-wrapper .input_icon .material-symbols-outlined,
|
|
149
|
+
.ihub-password-wrapper .input_icon .symbols {
|
|
150
|
+
position: absolute;
|
|
151
|
+
right: 5%;
|
|
152
|
+
top: 10%;
|
|
153
|
+
cursor: pointer;
|
|
154
|
+
z-index: 10;
|
|
155
|
+
width: auto;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
/* Date Input Component Styles */
|
|
159
|
+
.ihub-date-input-container {
|
|
160
|
+
display: flex;
|
|
161
|
+
justify-content: space-between;
|
|
162
|
+
align-items: center;
|
|
163
|
+
width: 200px;
|
|
164
|
+
position: relative;
|
|
165
|
+
margin-top: 25px;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.ihub-date-input {
|
|
169
|
+
width: 60px;
|
|
170
|
+
height: 50px;
|
|
171
|
+
text-align: center;
|
|
172
|
+
border: var(--borderDefault);
|
|
173
|
+
border-radius: 5px;
|
|
174
|
+
margin: 0 5px;
|
|
175
|
+
outline: none;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.ihub-date-input:focus {
|
|
179
|
+
border-color: var(--ViridianGreen);
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.ihub-date-year {
|
|
183
|
+
width: 70px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.ihub-date-input-container.date-err input {
|
|
187
|
+
border-color: var(--Danger);
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.ihub-auto-date span {
|
|
191
|
+
display: inline-block !important;
|
|
192
|
+
color: var(--ViridianGreen);
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.ihub-auto-date .ihub-separator {
|
|
196
|
+
color: grey;
|
|
197
|
+
margin-right: 10px;
|
|
198
|
+
margin-left: 10px;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.ihub-auto-date .ihub-set-today,
|
|
202
|
+
.ihub-auto-date .ihub-set-tomorrow,
|
|
203
|
+
.ihub-auto-date .ihub-clear-date {
|
|
204
|
+
cursor: pointer;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
/* DateTime Input Component Styles */
|
|
208
|
+
.ihub-datetime-container {
|
|
209
|
+
display: flex;
|
|
210
|
+
justify-content: space-between;
|
|
211
|
+
align-items: center;
|
|
212
|
+
width: 280px;
|
|
213
|
+
position: relative;
|
|
214
|
+
margin-top: 25px;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.ihub-date-wrapper,
|
|
218
|
+
.ihub-time-wrapper {
|
|
219
|
+
display: flex;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.ihub-datetime-separator {
|
|
223
|
+
margin: 0 10px;
|
|
224
|
+
font-weight: bold;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
/* Responsive styles for small screens */
|
|
228
|
+
@media (max-width: 500px) {
|
|
229
|
+
.ihub-datetime-container {
|
|
230
|
+
display: block;
|
|
231
|
+
width: 100%;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.ihub-datetime-separator {
|
|
235
|
+
margin: 10px 0;
|
|
236
|
+
text-align: center;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.ihub-date-wrapper,
|
|
240
|
+
.ihub-time-wrapper {
|
|
241
|
+
justify-content: center;
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
/* DropFile Component Styles */
|
|
246
|
+
.ihub-dropzone {
|
|
247
|
+
padding: 30px;
|
|
248
|
+
position: relative;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.ihub-dropzone-wrap {
|
|
252
|
+
border: 2px dashed #ccc;
|
|
253
|
+
padding: 10px;
|
|
254
|
+
max-width: 700px;
|
|
255
|
+
margin: 0 auto;
|
|
256
|
+
cursor: pointer;
|
|
257
|
+
transition: border-color 0.3s ease;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.ihub-dropzone-wrap:hover {
|
|
261
|
+
border-color: var(--ViridianGreen, #4caf50);
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.ihub-dropzone p {
|
|
265
|
+
text-align: center;
|
|
266
|
+
margin: 10px 0;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.ihub-download-template {
|
|
270
|
+
margin-top: 15px;
|
|
271
|
+
text-align: center;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.ihub-download-template a {
|
|
275
|
+
color: var(--ViridianGreen, #4caf50);
|
|
276
|
+
text-decoration: none;
|
|
277
|
+
font-weight: 600;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.ihub-download-template a:hover {
|
|
281
|
+
text-decoration: underline;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
/* Email List Component Styles */
|
|
285
|
+
.ihub-email-list {
|
|
286
|
+
margin-top: 20px;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.ihub-email-list ul {
|
|
290
|
+
max-height: 400px;
|
|
291
|
+
padding: 0;
|
|
292
|
+
margin: 0;
|
|
293
|
+
list-style: none;
|
|
294
|
+
overflow-y: auto;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.ihub-email-item {
|
|
298
|
+
background-color: #d4d5d6;
|
|
299
|
+
display: inline-block;
|
|
300
|
+
font-size: 14px;
|
|
301
|
+
border-radius: 30px;
|
|
302
|
+
padding: 0 10px;
|
|
303
|
+
display: inline-flex;
|
|
304
|
+
align-items: center;
|
|
305
|
+
margin: 0 0.3rem 0.3rem 0;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.ihub-email-text {
|
|
309
|
+
display: inline-block;
|
|
310
|
+
padding: 5px 5px 5px 0;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.ihub-email-icon {
|
|
314
|
+
font-size: 18px;
|
|
315
|
+
position: relative;
|
|
316
|
+
top: 5px;
|
|
317
|
+
cursor: pointer;
|
|
318
|
+
transition: color 0.2s ease;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.ihub-email-icon:hover {
|
|
322
|
+
color: var(--Danger, #ff0000);
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.ihub-email-list input[type="text"] {
|
|
326
|
+
width: 100%;
|
|
327
|
+
margin-top: 10px;
|
|
328
|
+
padding: 8px 12px;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
/* FileField Component Styles */
|
|
332
|
+
.ihub-file-input-wrapper {
|
|
333
|
+
margin-bottom: 15px;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.ihub-file-input-wrapper .ihub-tag-upload {
|
|
337
|
+
margin-bottom: 5px;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.ihub-file-input-wrapper .ihub-preview-img {
|
|
341
|
+
position: static;
|
|
342
|
+
width: 100% !important;
|
|
343
|
+
object-fit: cover;
|
|
344
|
+
height: 200px !important;
|
|
345
|
+
border-radius: 5px;
|
|
346
|
+
padding: 0 !important;
|
|
347
|
+
margin-top: 10px;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.ihub-file-input-wrapper .ihub-custom-uploader {
|
|
351
|
+
margin-bottom: 10px;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.ihub-file-input {
|
|
355
|
+
display: block;
|
|
356
|
+
width: 100%;
|
|
357
|
+
padding: 8px 0;
|
|
358
|
+
font-size: 14px;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.ihub-file-link {
|
|
362
|
+
display: inline-block;
|
|
363
|
+
margin-top: 10px;
|
|
364
|
+
color: var(--ViridianGreen, #0077cc);
|
|
365
|
+
text-decoration: none;
|
|
366
|
+
font-size: 14px;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.ihub-file-link:hover {
|
|
370
|
+
text-decoration: underline;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
/* File Upload Input Wrapper */
|
|
374
|
+
.ihub-wrapper.ihub-file-wrapper {
|
|
375
|
+
position: relative;
|
|
376
|
+
margin-top: 25px;
|
|
377
|
+
width: 100%;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-label {
|
|
381
|
+
position: absolute;
|
|
382
|
+
top: -10px;
|
|
383
|
+
left: 15px;
|
|
384
|
+
background: var(--White);
|
|
385
|
+
height: 20px;
|
|
386
|
+
padding: 5px;
|
|
387
|
+
margin: 0;
|
|
388
|
+
color: var(--DarkCyan);
|
|
389
|
+
font-size: 14px;
|
|
390
|
+
pointer-events: initial;
|
|
391
|
+
line-height: 10px;
|
|
392
|
+
width: auto;
|
|
393
|
+
font-family: var(--Nunito);
|
|
394
|
+
z-index: 1;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
/* File Input Area */
|
|
398
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-area {
|
|
399
|
+
width: 100%;
|
|
400
|
+
min-height: 120px;
|
|
401
|
+
border: var(--borderDefault);
|
|
402
|
+
border-radius: 4px;
|
|
403
|
+
position: relative;
|
|
404
|
+
overflow: hidden;
|
|
405
|
+
cursor: pointer;
|
|
406
|
+
transition: all 0.3s ease;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-area:hover {
|
|
410
|
+
border-color: var(--DarkCyan);
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-area.ihub-file-active {
|
|
414
|
+
border-color: var(--DarkCyan);
|
|
415
|
+
background-color: rgba(0, 131, 143, 0.03);
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
/* File Input Content */
|
|
419
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-content {
|
|
420
|
+
padding: 30px 20px;
|
|
421
|
+
text-align: center;
|
|
422
|
+
display: flex;
|
|
423
|
+
flex-direction: column;
|
|
424
|
+
align-items: center;
|
|
425
|
+
justify-content: center;
|
|
426
|
+
height: 100%;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-icon {
|
|
430
|
+
margin-bottom: 15px;
|
|
431
|
+
color: var(--DarkCyan);
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-text {
|
|
435
|
+
font-family: var(--Nunito);
|
|
436
|
+
font-size: 1rem;
|
|
437
|
+
color: var(--Gunmetal);
|
|
438
|
+
margin: 0 0 5px 0;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-hint {
|
|
442
|
+
font-family: var(--Nunito);
|
|
443
|
+
font-size: 0.8rem;
|
|
444
|
+
margin: 0;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
/* Hidden File Input */
|
|
448
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-input {
|
|
449
|
+
width: 0.1px;
|
|
450
|
+
height: 0.1px;
|
|
451
|
+
opacity: 0;
|
|
452
|
+
overflow: hidden;
|
|
453
|
+
position: absolute;
|
|
454
|
+
z-index: -1;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
/* File Preview */
|
|
458
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-preview {
|
|
459
|
+
padding: 15px;
|
|
460
|
+
display: flex;
|
|
461
|
+
flex-direction: column;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-info {
|
|
465
|
+
display: flex;
|
|
466
|
+
align-items: center;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-preview-icon {
|
|
470
|
+
width: 40px;
|
|
471
|
+
height: 40px;
|
|
472
|
+
display: flex;
|
|
473
|
+
align-items: center;
|
|
474
|
+
justify-content: center;
|
|
475
|
+
margin-right: 15px;
|
|
476
|
+
background: rgba(44, 51, 58, 0.05);
|
|
477
|
+
border-radius: 5px;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-preview-details {
|
|
481
|
+
flex: 1;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-preview-name {
|
|
485
|
+
font-family: var(--Nunito);
|
|
486
|
+
font-weight: 600;
|
|
487
|
+
font-size: 0.9rem;
|
|
488
|
+
color: var(--Gunmetal);
|
|
489
|
+
margin: 0 0 3px 0;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-preview-size {
|
|
493
|
+
font-family: var(--Nunito);
|
|
494
|
+
font-size: 0.8rem;
|
|
495
|
+
margin: 0;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
/* Progress Indicator */
|
|
499
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-progress {
|
|
500
|
+
margin: 15px 0;
|
|
501
|
+
height: 6px;
|
|
502
|
+
background: rgba(44, 51, 58, 0.1);
|
|
503
|
+
border-radius: 3px;
|
|
504
|
+
overflow: hidden;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-progress-bar {
|
|
508
|
+
height: 100%;
|
|
509
|
+
background: var(--DarkCyan);
|
|
510
|
+
border-radius: 3px;
|
|
511
|
+
transition: width 0.3s ease;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
/* Status Messages */
|
|
515
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-status {
|
|
516
|
+
padding: 10px 15px;
|
|
517
|
+
margin-top: 15px;
|
|
518
|
+
border-radius: 4px;
|
|
519
|
+
font-family: var(--Nunito);
|
|
520
|
+
font-size: 0.85rem;
|
|
521
|
+
display: flex;
|
|
522
|
+
align-items: center;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-status.ihub-file-error {
|
|
526
|
+
background: rgba(234, 95, 94, 0.1);
|
|
527
|
+
color: var(--Danger);
|
|
528
|
+
border-left: 3px solid var(--Danger);
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-status.ihub-file-success {
|
|
532
|
+
background: rgba(0, 131, 143, 0.1);
|
|
533
|
+
color: var(--DarkCyan);
|
|
534
|
+
border-left: 3px solid var(--DarkCyan);
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-status-icon {
|
|
538
|
+
margin-right: 10px;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
/* Action Buttons */
|
|
542
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-actions {
|
|
543
|
+
display: flex;
|
|
544
|
+
justify-content: flex-end;
|
|
545
|
+
gap: 10px;
|
|
546
|
+
margin-top: 15px;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
/* Thumbnail Preview */
|
|
550
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-thumbnail {
|
|
551
|
+
max-width: 100%;
|
|
552
|
+
max-height: 150px;
|
|
553
|
+
object-fit: contain;
|
|
554
|
+
margin: 10px 0;
|
|
555
|
+
border-radius: 4px;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
/* Responsive Adjustments */
|
|
559
|
+
@media (max-width: 576px) {
|
|
560
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-content {
|
|
561
|
+
padding: 20px 15px;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-actions {
|
|
565
|
+
flex-direction: column;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.ihub-wrapper.ihub-file-wrapper .ihub-file-actions button {
|
|
569
|
+
width: 100%;
|
|
570
|
+
margin: 5px 0;
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
/* FilterArray Component Styles */
|
|
576
|
+
.ihub-select {
|
|
577
|
+
margin: 30px 0;
|
|
578
|
+
position: relative;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.ihub-select__btn {
|
|
582
|
+
display: flex;
|
|
583
|
+
align-items: center;
|
|
584
|
+
justify-content: space-between;
|
|
585
|
+
cursor: pointer;
|
|
586
|
+
position: relative;
|
|
587
|
+
height: 47px;
|
|
588
|
+
padding: 0 10px;
|
|
589
|
+
border: var(--borderDefault);
|
|
590
|
+
border-radius: 4px;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
.ihub-select.ihub-form-err .ihub-select__btn {
|
|
594
|
+
border-color: var(--Danger);
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.ihub-select__btn:focus-within {
|
|
598
|
+
outline: none;
|
|
599
|
+
border-color: var(--DarkCyan);
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.ihub-select__input {
|
|
603
|
+
display: none;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.ihub-select__btn p {
|
|
607
|
+
margin: 0;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
.ihub-select__label {
|
|
611
|
+
position: absolute;
|
|
612
|
+
top: -15px;
|
|
613
|
+
left: 15px;
|
|
614
|
+
padding: 5px;
|
|
615
|
+
color: var(--DarkCyan);
|
|
616
|
+
font-size: 14px;
|
|
617
|
+
background: var(--White);
|
|
618
|
+
pointer-events: none;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.ihub-select__content {
|
|
622
|
+
position: absolute;
|
|
623
|
+
top: calc(100% + 5px);
|
|
624
|
+
left: 0;
|
|
625
|
+
z-index: 1;
|
|
626
|
+
font-family: var(--Nunito);
|
|
627
|
+
width: 100%;
|
|
628
|
+
max-height: 300px;
|
|
629
|
+
overflow-y: auto;
|
|
630
|
+
background: var(--White);
|
|
631
|
+
border: 1px solid #ccc;
|
|
632
|
+
border-radius: 4px;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.ihub-select__item {
|
|
636
|
+
padding: 10px;
|
|
637
|
+
cursor: pointer;
|
|
638
|
+
transition: background-color 0.2s ease;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
.ihub-select__item:hover {
|
|
642
|
+
background-color: #f2f2f2;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
/* FilterObjects Component Styles */
|
|
647
|
+
.ihub-select {
|
|
648
|
+
margin: 30px 0;
|
|
649
|
+
position: relative;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.ihub-select__btn {
|
|
653
|
+
display: flex;
|
|
654
|
+
align-items: center;
|
|
655
|
+
justify-content: space-between;
|
|
656
|
+
cursor: pointer;
|
|
657
|
+
position: relative;
|
|
658
|
+
height: 47px;
|
|
659
|
+
padding: 0 10px;
|
|
660
|
+
border: var(--borderDefault);
|
|
661
|
+
border-radius: 4px;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.ihub-select.ihub-form-err .ihub-select__btn {
|
|
665
|
+
border-color: var(--Danger);
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
.ihub-select__btn:focus-within {
|
|
669
|
+
outline: none;
|
|
670
|
+
border-color: var(--DarkCyan);
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.ihub-select__input {
|
|
674
|
+
display: none;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.ihub-select__btn p {
|
|
678
|
+
margin: 0;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.ihub-select__label {
|
|
682
|
+
position: absolute;
|
|
683
|
+
top: -15px;
|
|
684
|
+
left: 15px;
|
|
685
|
+
padding: 5px;
|
|
686
|
+
color: var(--DarkCyan);
|
|
687
|
+
font-size: 14px;
|
|
688
|
+
background: var(--White);
|
|
689
|
+
pointer-events: none;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.ihub-select__content {
|
|
693
|
+
position: absolute;
|
|
694
|
+
top: calc(100% + 5px);
|
|
695
|
+
left: 0;
|
|
696
|
+
z-index: 1;
|
|
697
|
+
font-family: var(--Nunito);
|
|
698
|
+
width: 100%;
|
|
699
|
+
max-height: 300px;
|
|
700
|
+
overflow-y: auto;
|
|
701
|
+
background: var(--White);
|
|
702
|
+
border: 1px solid #ccc;
|
|
703
|
+
border-radius: 4px;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.ihub-select__item {
|
|
707
|
+
padding: 10px;
|
|
708
|
+
cursor: pointer;
|
|
709
|
+
transition: background-color 0.2s ease;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
.ihub-select__item:hover {
|
|
713
|
+
background-color: #f2f2f2;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
.ihub-select .disabled {
|
|
717
|
+
opacity: 0.7;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
.ihub-select__loader {
|
|
721
|
+
border: 3px solid #f3f3f3; /* Light grey */
|
|
722
|
+
border-top: 3px solid var(--DarkCyan); /* Blue */
|
|
723
|
+
border-radius: 50%;
|
|
724
|
+
width: 24px;
|
|
725
|
+
height: 24px;
|
|
726
|
+
animation: ihub-select-spin 2s linear infinite;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
@keyframes ihub-select-spin {
|
|
730
|
+
0% {
|
|
731
|
+
transform: rotate(0deg);
|
|
732
|
+
}
|
|
733
|
+
100% {
|
|
734
|
+
transform: rotate(360deg);
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
/* Form Error Component Styles */
|
|
739
|
+
.ihub-form-error {
|
|
740
|
+
padding: 20px;
|
|
741
|
+
margin: 20px 0px;
|
|
742
|
+
background-color: var(--Danger);
|
|
743
|
+
border-radius: 5px;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.ihub-form-error p {
|
|
747
|
+
font-size: 14px;
|
|
748
|
+
margin-bottom: 10px !important;
|
|
749
|
+
text-align: left !important;
|
|
750
|
+
line-height: 1.5;
|
|
751
|
+
color: #fff;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.ihub-form-error h4 {
|
|
755
|
+
font-size: 1em;
|
|
756
|
+
text-align: left !important;
|
|
757
|
+
color: #fff;
|
|
758
|
+
margin-bottom: 10px;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
/* InputSearchDropdown Component Styles */
|
|
763
|
+
.ihub-react-search-dropdown {
|
|
764
|
+
margin-bottom: 20px;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.ihub-react-search-dropdown-title {
|
|
768
|
+
font-size: 1em;
|
|
769
|
+
margin-top: 40px;
|
|
770
|
+
font-weight: 600;
|
|
771
|
+
font-family: var(--Nunito);
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.ihub-react-search-dropdown .ihub-input {
|
|
775
|
+
border: var(--borderDefault);
|
|
776
|
+
width: 100%;
|
|
777
|
+
padding: 10px 15px;
|
|
778
|
+
border-radius: 4px;
|
|
779
|
+
font-family: var(--Nunito);
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.ihub-react-search-dropdown .ihub-input:disabled,
|
|
783
|
+
.ihub-react-search-dropdown .ihub-input[readonly] {
|
|
784
|
+
background: #f4f4f4;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.ihub-react-search-dropdown .ihub-drop-down-list {
|
|
788
|
+
box-shadow: var(--shadow);
|
|
789
|
+
list-style: none;
|
|
790
|
+
padding: 0;
|
|
791
|
+
margin: 0;
|
|
792
|
+
background-color: var(--White);
|
|
793
|
+
border-radius: 0 0 4px 4px;
|
|
794
|
+
max-height: 200px;
|
|
795
|
+
overflow-y: auto;
|
|
796
|
+
position: absolute;
|
|
797
|
+
width: 100%;
|
|
798
|
+
z-index: var(--z-navigation);
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.ihub-react-search-dropdown .ihub-drop-down-list li {
|
|
802
|
+
padding: 10px 15px;
|
|
803
|
+
border-bottom: var(--borderDefault);
|
|
804
|
+
cursor: pointer;
|
|
805
|
+
transition: background-color 0.2s ease;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.ihub-react-search-dropdown .ihub-drop-down-list li:hover {
|
|
809
|
+
background-color: var(--Gray);
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
.ihub-react-search-dropdown .ihub-field {
|
|
813
|
+
position: relative;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
/* MessageDisplay Component Styles */
|
|
818
|
+
.ihub-react-message {
|
|
819
|
+
padding: 15px;
|
|
820
|
+
margin: 20px 0px;
|
|
821
|
+
background-color: #2c333a;
|
|
822
|
+
border-radius: 5px;
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
.ihub-react-message p {
|
|
826
|
+
color: var(--White);
|
|
827
|
+
margin: 0;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
.ihub-react-message.ihub-success {
|
|
831
|
+
background-color: #2c333a;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
.ihub-react-message.ihub-success p {
|
|
835
|
+
color: #fff !important;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
.ihub-react-message.ihub-failed {
|
|
839
|
+
background-color: #ea5f5e;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
.ihub-react-message.ihub-note {
|
|
843
|
+
background-color: #69779b;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
/* MultipleEmail Component Styles */
|
|
848
|
+
.ihub-multiple-email {
|
|
849
|
+
margin-top: 25px;
|
|
850
|
+
display: flex;
|
|
851
|
+
flex-wrap: wrap;
|
|
852
|
+
align-items: center;
|
|
853
|
+
width: 100%;
|
|
854
|
+
min-height: 50px;
|
|
855
|
+
padding: 5px 10px;
|
|
856
|
+
border-radius: 4px;
|
|
857
|
+
background-color: var(--White);
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
.ihub-multiple-email .ihub-button {
|
|
861
|
+
margin: 0 20px;
|
|
862
|
+
padding: 0;
|
|
863
|
+
font-size: 20px;
|
|
864
|
+
font-weight: 300;
|
|
865
|
+
background: transparent;
|
|
866
|
+
border: none;
|
|
867
|
+
cursor: pointer;
|
|
868
|
+
color: var(--Gunmetal);
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
.ihub-multiple-email .ihub-input {
|
|
872
|
+
border: var(--borderDefault);
|
|
873
|
+
padding: 8px 10px;
|
|
874
|
+
flex-grow: 1;
|
|
875
|
+
min-width: 200px;
|
|
876
|
+
margin: 5px 0;
|
|
877
|
+
font-family: var(--Nunito);
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
.ihub-multiple-email .ihub-input:focus {
|
|
881
|
+
border-color: var(--DarkCyan);
|
|
882
|
+
outline: none;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
.ihub-multiple-email .ihub-input.ihub-has-error {
|
|
886
|
+
border-color: tomato;
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
.ihub-multiple-email .ihub-error {
|
|
890
|
+
margin: 5px 0 0 0;
|
|
891
|
+
font-size: 90%;
|
|
892
|
+
color: tomato;
|
|
893
|
+
width: 100%;
|
|
894
|
+
font-family: var(--Nunito);
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
.ihub-multiple-email .ihub-tag-item {
|
|
898
|
+
background-color: #d4d5d6;
|
|
899
|
+
display: inline-block;
|
|
900
|
+
font-size: 14px;
|
|
901
|
+
border-radius: 30px;
|
|
902
|
+
height: 30px;
|
|
903
|
+
padding: 0 4px 0 1rem;
|
|
904
|
+
display: inline-flex;
|
|
905
|
+
align-items: center;
|
|
906
|
+
margin: 0 0.3rem 0.3rem 0;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
.ihub-multiple-email .ihub-tag-item p {
|
|
910
|
+
margin: 0;
|
|
911
|
+
padding: 0;
|
|
912
|
+
font-family: var(--Nunito);
|
|
913
|
+
font-size: 14px;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
/* PageLoading Component Styles */
|
|
918
|
+
.ihub-loading {
|
|
919
|
+
height: 80vh;
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
.ihub-loading p {
|
|
923
|
+
text-align: center;
|
|
924
|
+
margin-top: 30vh;
|
|
925
|
+
font-family: var(--Nunito);
|
|
926
|
+
font-weight: 500;
|
|
927
|
+
color: var(--Gunmetal);
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
/* PhoneNumberInput Component Styles */
|
|
933
|
+
.ihub-react-phone-input {
|
|
934
|
+
margin-top: 30px;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
.ihub-react-phone-input .ihub-make-bold {
|
|
938
|
+
font-weight: 800;
|
|
939
|
+
font-style: italic;
|
|
940
|
+
font-family: var(--Nunito);
|
|
941
|
+
margin-top: 5px;
|
|
942
|
+
color: var(--Gunmetal);
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
.ihub-react-phone-input .ihub-target-phone {
|
|
946
|
+
display: flex;
|
|
947
|
+
border: 1px solid #d8d8d8;
|
|
948
|
+
border-radius: 5px;
|
|
949
|
+
overflow: hidden;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.ihub-react-phone-input .ihub-country-select {
|
|
953
|
+
border: 0;
|
|
954
|
+
display: inline-block;
|
|
955
|
+
height: 50px;
|
|
956
|
+
width: 20%;
|
|
957
|
+
padding-left: 5px;
|
|
958
|
+
border-radius: 5px;
|
|
959
|
+
font-family: var(--Nunito);
|
|
960
|
+
background-color: var(--White);
|
|
961
|
+
color: var(--Gunmetal);
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
.ihub-react-phone-input .ihub-phone-input {
|
|
965
|
+
border: 0;
|
|
966
|
+
border-radius: 5px;
|
|
967
|
+
padding-left: 10px;
|
|
968
|
+
height: 50px;
|
|
969
|
+
width: 80%;
|
|
970
|
+
font-family: var(--Nunito);
|
|
971
|
+
color: var(--Gunmetal);
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
.ihub-react-phone-input .ihub-c-flag {
|
|
975
|
+
margin-right: 3px;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.ihub-react-phone-input .ihub-c-code {
|
|
979
|
+
font-weight: 500;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
/* Focus states */
|
|
983
|
+
.ihub-react-phone-input .ihub-country-select:focus,
|
|
984
|
+
.ihub-react-phone-input .ihub-phone-input:focus {
|
|
985
|
+
outline: none;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
.ihub-react-phone-input .ihub-target-phone:focus-within {
|
|
989
|
+
border-color: var(--DarkCyan);
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
/* RadioField Component Styles */
|
|
994
|
+
.ihub-radio-wrapper {
|
|
995
|
+
max-height: 200px;
|
|
996
|
+
overflow: auto;
|
|
997
|
+
background-color: #f4f4f4;
|
|
998
|
+
padding: 10px;
|
|
999
|
+
border-radius: 5px;
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
.ihub-radio-parent {
|
|
1003
|
+
margin-bottom: 15px;
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
.ihub-radio {
|
|
1007
|
+
display: block;
|
|
1008
|
+
cursor: pointer;
|
|
1009
|
+
-webkit-user-select: none;
|
|
1010
|
+
user-select: none;
|
|
1011
|
+
text-align: left;
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
.ihub-radio input {
|
|
1015
|
+
display: none;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
.ihub-field input:valid {
|
|
1019
|
+
background-color: var(--White);
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
.ihub-field input {
|
|
1023
|
+
width: 100%;
|
|
1024
|
+
font-family: var(--Montserat);
|
|
1025
|
+
padding: 15px;
|
|
1026
|
+
border: 1px solid #d0d0d0;
|
|
1027
|
+
border-radius: 5px;
|
|
1028
|
+
height: 50px;
|
|
1029
|
+
font-size: 15px;
|
|
1030
|
+
outline: 0;
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
.ihub-radio input + .ihub-label-title {
|
|
1034
|
+
display: inline-block;
|
|
1035
|
+
position: relative;
|
|
1036
|
+
padding-left: 40px;
|
|
1037
|
+
font-weight: 500;
|
|
1038
|
+
font-size: 1rem;
|
|
1039
|
+
margin-top: 10px;
|
|
1040
|
+
font-family: var(--Nunito);
|
|
1041
|
+
color: var(--Gunmetal);
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
.ihub-radio input:checked + .ihub-label-title::after {
|
|
1045
|
+
opacity: 1;
|
|
1046
|
+
transform: scale(1, 1);
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
.ihub-radio input + .ihub-label-title::before {
|
|
1050
|
+
content: "";
|
|
1051
|
+
display: block;
|
|
1052
|
+
position: absolute;
|
|
1053
|
+
top: 0px;
|
|
1054
|
+
left: 0;
|
|
1055
|
+
border-radius: 50%;
|
|
1056
|
+
margin-right: 5px;
|
|
1057
|
+
width: 20px;
|
|
1058
|
+
height: 20px;
|
|
1059
|
+
border: 1px solid var(--DarkCyan);
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
.ihub-radio input + .ihub-label-title::after {
|
|
1063
|
+
content: "";
|
|
1064
|
+
display: block;
|
|
1065
|
+
width: 10px;
|
|
1066
|
+
height: 10px;
|
|
1067
|
+
background-color: var(--DarkCyan);
|
|
1068
|
+
position: absolute;
|
|
1069
|
+
border-radius: 50%;
|
|
1070
|
+
top: 6px;
|
|
1071
|
+
left: 6px;
|
|
1072
|
+
transform: scale(0, 0);
|
|
1073
|
+
opacity: 0;
|
|
1074
|
+
transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
/* Scrollbar styling */
|
|
1078
|
+
.ihub-radio-wrapper::-webkit-scrollbar {
|
|
1079
|
+
width: 5px;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
.ihub-radio-wrapper::-webkit-scrollbar-track {
|
|
1083
|
+
background: #f1f1f1;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
.ihub-radio-wrapper::-webkit-scrollbar-thumb {
|
|
1087
|
+
background: var(--DarkCyan);
|
|
1088
|
+
border-radius: 10px;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
/* RadioSimple Component Styles */
|
|
1094
|
+
.ihub-radio-btn .ihub-select-theme {
|
|
1095
|
+
margin-top: 20px;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
.ihub-radio-btn .ihub-select-theme p {
|
|
1099
|
+
margin: 0 0 5px 0;
|
|
1100
|
+
padding: 0;
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
.ihub-radio-btn .ihub-radio-label {
|
|
1104
|
+
color: #303030;
|
|
1105
|
+
font-size: 14px;
|
|
1106
|
+
font-weight: 400;
|
|
1107
|
+
margin-right: 7px;
|
|
1108
|
+
-webkit-tap-highlight-color: transparent;
|
|
1109
|
+
cursor: pointer;
|
|
1110
|
+
position: absolute;
|
|
1111
|
+
transition: all 0.4s ease-in-out;
|
|
1112
|
+
bottom: 10px;
|
|
1113
|
+
right: 0;
|
|
1114
|
+
font-family: var(--Nunito);
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
.ihub-radio-btn .ihub-p-label {
|
|
1118
|
+
font-size: 14px;
|
|
1119
|
+
font-weight: 400;
|
|
1120
|
+
display: inline;
|
|
1121
|
+
bottom: 10px;
|
|
1122
|
+
right: 0;
|
|
1123
|
+
font-family: var(--Nunito);
|
|
1124
|
+
color: var(--Gunmetal);
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
.ihub-radio-btn .ihub-radio-input {
|
|
1128
|
+
margin: 0;
|
|
1129
|
+
transition: all 0.4s ease-in-out;
|
|
1130
|
+
visibility: hidden;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
.ihub-radio-btn .ihub-radio-input:checked + .ihub-custom-radio {
|
|
1134
|
+
border: 1px solid var(--DarkCyan);
|
|
1135
|
+
transition: all 0.4s ease-in-out;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
.ihub-radio-btn .ihub-radio-input:checked + .ihub-custom-radio:after {
|
|
1139
|
+
opacity: 1;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
.ihub-radio-btn .ihub-custom-radio {
|
|
1143
|
+
left: -8px;
|
|
1144
|
+
top: 6px;
|
|
1145
|
+
transition: all 0.4s ease-in-out;
|
|
1146
|
+
cursor: pointer;
|
|
1147
|
+
width: 24px;
|
|
1148
|
+
height: 24px;
|
|
1149
|
+
border: 1px solid var(--DarkCyan);
|
|
1150
|
+
border-radius: 50%;
|
|
1151
|
+
display: inline-block;
|
|
1152
|
+
position: relative;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
/* for inner filled circle */
|
|
1156
|
+
.ihub-radio-btn .ihub-custom-radio::after {
|
|
1157
|
+
content: "";
|
|
1158
|
+
width: 12px;
|
|
1159
|
+
height: 12px;
|
|
1160
|
+
background: var(--DarkCyan);
|
|
1161
|
+
position: absolute;
|
|
1162
|
+
border-radius: 50%;
|
|
1163
|
+
transition: all 0.4s ease-in-out;
|
|
1164
|
+
top: 50%;
|
|
1165
|
+
left: 50%;
|
|
1166
|
+
transform: translate(-50%, -50%);
|
|
1167
|
+
opacity: 0;
|
|
1168
|
+
transition: opacity 0.2s;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
/* RangeRadio Component Styles */
|
|
1173
|
+
.ihub-range-wrapper {
|
|
1174
|
+
max-height: 200px;
|
|
1175
|
+
overflow: auto;
|
|
1176
|
+
background-color: #f4f4f4;
|
|
1177
|
+
padding: 10px;
|
|
1178
|
+
border-radius: 5px;
|
|
1179
|
+
display: flex;
|
|
1180
|
+
flex-wrap: wrap;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
.ihub-range-wrapper .ihub-radio-parent {
|
|
1184
|
+
margin-right: 20px;
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
.ihub-range-wrapper .ihub-radio {
|
|
1188
|
+
display: block;
|
|
1189
|
+
cursor: pointer;
|
|
1190
|
+
-webkit-user-select: none;
|
|
1191
|
+
user-select: none;
|
|
1192
|
+
text-align: left;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
.ihub-range-wrapper .ihub-radio input {
|
|
1196
|
+
display: none;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
.ihub-range-wrapper input:valid {
|
|
1200
|
+
background-color: var(--White);
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
.ihub-range-wrapper input {
|
|
1204
|
+
width: 100%;
|
|
1205
|
+
font-family: var(--Montserat);
|
|
1206
|
+
padding: 15px;
|
|
1207
|
+
border: 1px solid #d0d0d0;
|
|
1208
|
+
border-radius: 5px;
|
|
1209
|
+
height: 50px;
|
|
1210
|
+
font-size: 15px;
|
|
1211
|
+
outline: 0;
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
.ihub-range-wrapper .ihub-radio input + span {
|
|
1215
|
+
display: inline-block;
|
|
1216
|
+
position: relative;
|
|
1217
|
+
padding-left: 30px;
|
|
1218
|
+
font-weight: 500;
|
|
1219
|
+
font-size: 1rem;
|
|
1220
|
+
margin-top: 10px;
|
|
1221
|
+
font-family: var(--Nunito);
|
|
1222
|
+
color: var(--Gunmetal);
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
.ihub-range-wrapper .ihub-radio input:checked + span::after {
|
|
1226
|
+
opacity: 1;
|
|
1227
|
+
transform: scale(1, 1);
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
.ihub-range-wrapper .ihub-radio input + span::before {
|
|
1231
|
+
content: "";
|
|
1232
|
+
display: block;
|
|
1233
|
+
position: absolute;
|
|
1234
|
+
top: 4px;
|
|
1235
|
+
left: 0;
|
|
1236
|
+
border-radius: 50%;
|
|
1237
|
+
margin-right: 5px;
|
|
1238
|
+
width: 20px;
|
|
1239
|
+
height: 20px;
|
|
1240
|
+
border: 1px solid var(--DarkCyan);
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
.ihub-range-wrapper .ihub-radio input + span::after {
|
|
1244
|
+
content: "";
|
|
1245
|
+
display: block;
|
|
1246
|
+
width: 10px;
|
|
1247
|
+
height: 10px;
|
|
1248
|
+
background-color: var(--DarkCyan);
|
|
1249
|
+
position: absolute;
|
|
1250
|
+
border-radius: 50%;
|
|
1251
|
+
top: 10px;
|
|
1252
|
+
left: 6px;
|
|
1253
|
+
transform: scale(0, 0);
|
|
1254
|
+
opacity: 0;
|
|
1255
|
+
transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
/* Responsive adjustments */
|
|
1259
|
+
@media (max-width: 576px) {
|
|
1260
|
+
.ihub-range-wrapper {
|
|
1261
|
+
flex-direction: column;
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
.ihub-range-wrapper .ihub-radio-parent {
|
|
1265
|
+
margin-right: 0;
|
|
1266
|
+
margin-bottom: 10px;
|
|
1267
|
+
}
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
/* ReactTimeAgo Component Styles */
|
|
1272
|
+
.ihub-time-ago {
|
|
1273
|
+
font-family: var(--Nunito);
|
|
1274
|
+
font-size: 0.9rem;
|
|
1275
|
+
color: var(--Gunmetal);
|
|
1276
|
+
font-style: italic;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
/* ReadTermsAndCondition Component Styles */
|
|
1281
|
+
.ihub-react-terms {
|
|
1282
|
+
margin-bottom: 20px;
|
|
1283
|
+
font-family: var(--Nunito);
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
.ihub-react-terms p {
|
|
1287
|
+
margin-bottom: 15px;
|
|
1288
|
+
line-height: 1.5;
|
|
1289
|
+
color: var(--Gunmetal);
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
.ihub-react-terms .ihub-link {
|
|
1293
|
+
text-decoration: underline;
|
|
1294
|
+
color: var(--DarkCyan);
|
|
1295
|
+
transition: color 0.2s ease;
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
.ihub-react-terms .ihub-link:hover {
|
|
1299
|
+
color: var(--ViridianGreen);
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
.ihub-react-terms .ihub-label-cbx {
|
|
1303
|
+
display: flex;
|
|
1304
|
+
align-items: center;
|
|
1305
|
+
cursor: pointer;
|
|
1306
|
+
margin: 16px 0;
|
|
1307
|
+
user-select: none;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
.ihub-react-terms .ihub-checkbox {
|
|
1311
|
+
position: relative;
|
|
1312
|
+
width: 20px;
|
|
1313
|
+
height: 20px;
|
|
1314
|
+
border: 2px solid var(--DarkCyan);
|
|
1315
|
+
border-radius: 3px;
|
|
1316
|
+
transition: all 0.2s;
|
|
1317
|
+
margin-right: 8px;
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
.ihub-react-terms .ihub-checkbox svg {
|
|
1321
|
+
position: absolute;
|
|
1322
|
+
top: -2px;
|
|
1323
|
+
left: -2px;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
.ihub-react-terms .ihub-checkbox svg path {
|
|
1327
|
+
fill: none;
|
|
1328
|
+
stroke: var(--DarkCyan);
|
|
1329
|
+
stroke-width: 2;
|
|
1330
|
+
stroke-linecap: round;
|
|
1331
|
+
stroke-linejoin: round;
|
|
1332
|
+
stroke-dasharray: 71px;
|
|
1333
|
+
stroke-dashoffset: 71px;
|
|
1334
|
+
transition: all 0.6s ease;
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
.ihub-react-terms .ihub-checkbox svg polyline {
|
|
1338
|
+
fill: none;
|
|
1339
|
+
stroke: #FFF;
|
|
1340
|
+
stroke-width: 2;
|
|
1341
|
+
stroke-linecap: round;
|
|
1342
|
+
stroke-linejoin: round;
|
|
1343
|
+
stroke-dasharray: 18px;
|
|
1344
|
+
stroke-dashoffset: 18px;
|
|
1345
|
+
transition: all 0.3s ease;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.ihub-react-terms input:checked + .ihub-checkbox {
|
|
1349
|
+
border-color: var(--DarkCyan);
|
|
1350
|
+
background: var(--DarkCyan);
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
.ihub-react-terms input:checked + .ihub-checkbox svg path {
|
|
1354
|
+
stroke-dashoffset: 0;
|
|
1355
|
+
}
|
|
1356
|
+
|
|
1357
|
+
.ihub-react-terms input:checked + .ihub-checkbox svg polyline {
|
|
1358
|
+
stroke-dashoffset: 0;
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1361
|
+
.ihub-react-terms span {
|
|
1362
|
+
color: var(--Gunmetal);
|
|
1363
|
+
font-weight: 500;
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
/* SearchField Component Styles */
|
|
1369
|
+
.ihub-search-field {
|
|
1370
|
+
width: 100%;
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
.ihub-search-set {
|
|
1374
|
+
position: relative;
|
|
1375
|
+
display: flex;
|
|
1376
|
+
align-items: center;
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
.ihub-input-div {
|
|
1380
|
+
position: absolute;
|
|
1381
|
+
left: 10px;
|
|
1382
|
+
top: 50%;
|
|
1383
|
+
transform: translateY(-50%);
|
|
1384
|
+
display: flex;
|
|
1385
|
+
align-items: center;
|
|
1386
|
+
justify-content: center;
|
|
1387
|
+
z-index: 1;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
.ihub-search-icon {
|
|
1391
|
+
color: var(--Gunmetal);
|
|
1392
|
+
opacity: 0.7;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
.ihub-event-input {
|
|
1396
|
+
width: 100%;
|
|
1397
|
+
padding: 10px 10px 10px 35px;
|
|
1398
|
+
border: var(--borderDefault);
|
|
1399
|
+
border-radius: 5px;
|
|
1400
|
+
font-family: var(--Nunito);
|
|
1401
|
+
font-size: 0.9rem;
|
|
1402
|
+
color: var(--Gunmetal);
|
|
1403
|
+
outline: none;
|
|
1404
|
+
transition: border-color 0.2s ease;
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
.ihub-event-input:focus {
|
|
1408
|
+
border-color: var(--DarkCyan);
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
.ihub-event-input::placeholder {
|
|
1412
|
+
color: var(--Gunmetal);
|
|
1413
|
+
opacity: 0.5;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
@media (min-width: 760px) {
|
|
1417
|
+
.ihub-search-field {
|
|
1418
|
+
width: 20%;
|
|
1419
|
+
}
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
/* Add these styles to input-fields.css */
|
|
1424
|
+
|
|
1425
|
+
.ihub-progress-bar-container {
|
|
1426
|
+
display: flex;
|
|
1427
|
+
align-items: center;
|
|
1428
|
+
justify-content: space-between;
|
|
1429
|
+
height: 50px;
|
|
1430
|
+
margin: 100px auto;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
.ihub-progress-step {
|
|
1434
|
+
display: flex;
|
|
1435
|
+
align-items: center;
|
|
1436
|
+
justify-content: center;
|
|
1437
|
+
width: 40px;
|
|
1438
|
+
height: 40px;
|
|
1439
|
+
border: var(--borderDefault);
|
|
1440
|
+
border-radius: 100%;
|
|
1441
|
+
background-color: white;
|
|
1442
|
+
color: var(--Gunmetal);
|
|
1443
|
+
font-weight: bold;
|
|
1444
|
+
font-family: var(--Montserat);
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
.ihub-progress-step.ihub-step-active {
|
|
1448
|
+
background-color: var(--ViridianGreen);
|
|
1449
|
+
color: white;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
.ihub-progress-line {
|
|
1453
|
+
height: 2px;
|
|
1454
|
+
background-color: rgba(44, 51, 58, 0.2);
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
/* Add to input-fields.css */
|
|
1459
|
+
|
|
1460
|
+
.ihub-table-container {
|
|
1461
|
+
width: 100%;
|
|
1462
|
+
margin-bottom: 20px;
|
|
1463
|
+
overflow-x: auto;
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
.ihub-table-filter {
|
|
1467
|
+
margin-bottom: 15px;
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
.ihub-table-filter-input {
|
|
1471
|
+
padding: 8px 12px;
|
|
1472
|
+
border: var(--borderDefault);
|
|
1473
|
+
border-radius: 4px;
|
|
1474
|
+
font-family: var(--Nunito);
|
|
1475
|
+
width: 250px;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
.ihub-table {
|
|
1479
|
+
width: 100%;
|
|
1480
|
+
border-collapse: collapse;
|
|
1481
|
+
border-spacing: 0;
|
|
1482
|
+
font-family: var(--Nunito);
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
.ihub-table th {
|
|
1486
|
+
background-color: var(--Gray);
|
|
1487
|
+
color: var(--Gunmetal);
|
|
1488
|
+
font-weight: 600;
|
|
1489
|
+
text-align: left;
|
|
1490
|
+
padding: 12px 15px;
|
|
1491
|
+
border-bottom: var(--borderDefault);
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
.ihub-table td {
|
|
1495
|
+
padding: 10px 15px;
|
|
1496
|
+
border-bottom: var(--borderDefault);
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
.ihub-table tbody tr:hover {
|
|
1500
|
+
background-color: rgba(0, 131, 143, 0.05);
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
/* Responsive adjustments */
|
|
1504
|
+
@media (max-width: 768px) {
|
|
1505
|
+
.ihub-table-filter-input {
|
|
1506
|
+
width: 100%;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
.ihub-table th,
|
|
1510
|
+
.ihub-table td {
|
|
1511
|
+
padding: 8px 10px;
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
/* Add to input-fields.css */
|
|
1517
|
+
|
|
1518
|
+
.ihub-textarea-wrapper {
|
|
1519
|
+
position: relative;
|
|
1520
|
+
margin-top: 25px;
|
|
1521
|
+
font-family: var(--Nunito);
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
.ihub-textarea-wrapper textarea {
|
|
1525
|
+
border: var(--borderDefault);
|
|
1526
|
+
border-radius: 5px;
|
|
1527
|
+
font-size: inherit;
|
|
1528
|
+
outline: none;
|
|
1529
|
+
width: 100%;
|
|
1530
|
+
padding: 15px 10px;
|
|
1531
|
+
font-family: var(--Montserat) !important;
|
|
1532
|
+
font-size: 15px;
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
.ihub-textarea-wrapper .ihub-textarea-label {
|
|
1536
|
+
position: absolute;
|
|
1537
|
+
top: 8px;
|
|
1538
|
+
left: 15px;
|
|
1539
|
+
transition: all 0.3s ease;
|
|
1540
|
+
pointer-events: none;
|
|
1541
|
+
font-size: 1rem;
|
|
1542
|
+
color: var(--Gunmetal);
|
|
1543
|
+
}
|
|
1544
|
+
|
|
1545
|
+
.ihub-textarea-wrapper textarea:focus + .ihub-textarea-label,
|
|
1546
|
+
.ihub-textarea-wrapper.ihub-value .ihub-textarea-label {
|
|
1547
|
+
background: var(--White);
|
|
1548
|
+
top: -10px;
|
|
1549
|
+
font-family: var(--Nunito);
|
|
1550
|
+
height: 20px;
|
|
1551
|
+
padding: 5px;
|
|
1552
|
+
margin: 0;
|
|
1553
|
+
color: var(--DarkCyan);
|
|
1554
|
+
font-size: 14px;
|
|
1555
|
+
pointer-events: initial;
|
|
1556
|
+
left: 15px;
|
|
1557
|
+
line-height: 10px;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
.ihub-textarea-wrapper textarea:disabled {
|
|
1561
|
+
background-color: var(--Gray);
|
|
1562
|
+
cursor: not-allowed;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
|
|
1566
|
+
/* Add to input-fields.css */
|
|
1567
|
+
|
|
1568
|
+
.ihub-tooltip-container {
|
|
1569
|
+
position: relative;
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1572
|
+
.ihub-tooltip {
|
|
1573
|
+
background: #3e474f;
|
|
1574
|
+
border-radius: 0.25em;
|
|
1575
|
+
bottom: 65px;
|
|
1576
|
+
color: #edeff0;
|
|
1577
|
+
margin-left: -8.75em;
|
|
1578
|
+
padding: 1em;
|
|
1579
|
+
transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
|
|
1580
|
+
transform: scale(0.6) translateY(50%);
|
|
1581
|
+
width: 400px;
|
|
1582
|
+
height: 200px;
|
|
1583
|
+
z-index: 100;
|
|
1584
|
+
position: absolute;
|
|
1585
|
+
font-size: 25px;
|
|
1586
|
+
overflow: auto;
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1589
|
+
.ihub-tooltip p {
|
|
1590
|
+
color: var(--White);
|
|
1591
|
+
font-size: 25px;
|
|
1592
|
+
line-height: 120%;
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
.ihub-tip-item {
|
|
1596
|
+
margin-bottom: 20px;
|
|
1597
|
+
border: var(--borderDefault);
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
.ihub-timestamp {
|
|
1601
|
+
font-size: 12px;
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
.ihub-tip-wrapper {
|
|
1605
|
+
position: relative;
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
.ihub-tip-wrapper::after {
|
|
1609
|
+
border-style: solid;
|
|
1610
|
+
border-width: 1em 0.75em 0 0.75em;
|
|
1611
|
+
border-color: #3e474f transparent transparent transparent;
|
|
1612
|
+
content: "";
|
|
1613
|
+
position: absolute;
|
|
1614
|
+
bottom: 30px;
|
|
1615
|
+
left: 0px;
|
|
1616
|
+
transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
|
|
1617
|
+
}
|