@ozdao/prometheus-framework 0.2.30 → 0.2.32
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/addMembersQuantity-3505b6f3.mjs +98 -0
- package/dist/addMembersQuantity-fb552ca0.js +97 -0
- package/dist/auth.server.js +6 -9
- package/dist/auth.server.mjs +6 -9
- package/dist/community.server.js +28 -21
- package/dist/community.server.mjs +28 -21
- package/dist/events.server.js +1 -1
- package/dist/events.server.mjs +1 -1
- package/dist/files.server.js +114 -111
- package/dist/files.server.mjs +114 -111
- package/dist/gallery.server.js +3 -3
- package/dist/gallery.server.mjs +3 -3
- package/dist/globals.server.js +1 -1
- package/dist/globals.server.mjs +1 -1
- package/dist/index-a8dffc0c.js +213 -0
- package/dist/index-d769324d.mjs +214 -0
- package/dist/mailing-37c2ba41.mjs +68 -0
- package/dist/mailing-fe16a26a.js +67 -0
- package/dist/main.css +1 -1
- package/dist/middlewares.server.js +1 -1
- package/dist/middlewares.server.mjs +1 -1
- package/dist/node_modules/@adraffy/ens-normalize/dist/index.cjs +1 -1
- package/dist/node_modules/@adraffy/ens-normalize/dist/index.js +222 -218
- package/dist/node_modules/@noble/curves/esm/abstract/modular.cjs +1 -1
- package/dist/node_modules/@noble/curves/esm/abstract/modular.js +102 -91
- package/dist/node_modules/@noble/curves/esm/abstract/utils.cjs +1 -1
- package/dist/node_modules/@noble/curves/esm/abstract/utils.js +138 -115
- package/dist/node_modules/@noble/curves/esm/abstract/weierstrass.cjs +1 -1
- package/dist/node_modules/@noble/curves/esm/abstract/weierstrass.js +185 -185
- package/dist/node_modules/@noble/curves/esm/secp256k1.cjs +1 -1
- package/dist/node_modules/@noble/curves/esm/secp256k1.js +11 -8
- package/dist/node_modules/@noble/hashes/esm/_assert.cjs +1 -1
- package/dist/node_modules/@noble/hashes/esm/_assert.js +29 -33
- package/dist/node_modules/@noble/hashes/esm/_sha2.cjs +1 -1
- package/dist/node_modules/@noble/hashes/esm/_sha2.js +15 -15
- package/dist/node_modules/@noble/hashes/esm/_u64.cjs +1 -1
- package/dist/node_modules/@noble/hashes/esm/_u64.js +38 -20
- package/dist/node_modules/@noble/hashes/esm/hmac.cjs +1 -1
- package/dist/node_modules/@noble/hashes/esm/hmac.js +20 -20
- package/dist/node_modules/@noble/hashes/esm/pbkdf2.cjs +1 -1
- package/dist/node_modules/@noble/hashes/esm/pbkdf2.js +20 -20
- package/dist/node_modules/@noble/hashes/esm/scrypt.cjs +1 -1
- package/dist/node_modules/@noble/hashes/esm/scrypt.js +41 -41
- package/dist/node_modules/@noble/hashes/esm/sha256.cjs +1 -1
- package/dist/node_modules/@noble/hashes/esm/sha256.js +23 -29
- package/dist/node_modules/@noble/hashes/esm/sha3.cjs +1 -1
- package/dist/node_modules/@noble/hashes/esm/sha3.js +44 -55
- package/dist/node_modules/@noble/hashes/esm/sha512.cjs +1 -1
- package/dist/node_modules/@noble/hashes/esm/sha512.js +23 -41
- package/dist/node_modules/@noble/hashes/esm/utils.cjs +1 -1
- package/dist/node_modules/@noble/hashes/esm/utils.js +37 -33
- package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework.es.cjs +20 -0
- package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework.es.js +3974 -0
- package/dist/node_modules/embla-carousel/esm/embla-carousel.esm.cjs +1 -0
- package/dist/node_modules/embla-carousel/esm/embla-carousel.esm.js +1202 -0
- package/dist/node_modules/embla-carousel-autoplay/esm/embla-carousel-autoplay.esm.cjs +1 -0
- package/dist/node_modules/embla-carousel-autoplay/esm/embla-carousel-autoplay.esm.js +97 -0
- package/dist/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.cjs +1 -0
- package/dist/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.js +37 -0
- package/dist/node_modules/embla-carousel-vue/esm/embla-carousel-vue.esm.cjs +1 -0
- package/dist/node_modules/embla-carousel-vue/esm/embla-carousel-vue.esm.js +22 -0
- package/dist/node_modules/ethereum-cryptography/esm/utils.cjs +1 -1
- package/dist/node_modules/ethereum-cryptography/esm/utils.js +1 -4
- package/dist/node_modules/js-cookie/dist/js.cookie.cjs +1 -0
- package/dist/node_modules/js-cookie/dist/js.cookie.js +74 -0
- package/dist/node_modules/vue3-carousel/dist/carousel.es.cjs +4 -4
- package/dist/node_modules/vue3-carousel/dist/carousel.es.js +340 -244
- package/dist/node_modules/web3/lib/esm/abi.cjs +1 -1
- package/dist/node_modules/web3/lib/esm/abi.js +5 -10
- package/dist/node_modules/web3/lib/esm/accounts.cjs +1 -1
- package/dist/node_modules/web3/lib/esm/accounts.js +27 -24
- package/dist/node_modules/web3/lib/esm/version.cjs +1 -1
- package/dist/node_modules/web3/lib/esm/version.js +1 -1
- package/dist/node_modules/web3/lib/esm/web3.cjs +1 -1
- package/dist/node_modules/web3/lib/esm/web3.js +53 -57
- package/dist/node_modules/web3-core/lib/esm/utils.cjs +1 -1
- package/dist/node_modules/web3-core/lib/esm/utils.js +3 -4
- package/dist/node_modules/web3-core/lib/esm/web3_config.cjs +1 -1
- package/dist/node_modules/web3-core/lib/esm/web3_config.js +22 -19
- package/dist/node_modules/web3-core/lib/esm/web3_context.cjs +1 -1
- package/dist/node_modules/web3-core/lib/esm/web3_context.js +72 -57
- package/dist/node_modules/web3-core/lib/esm/web3_request_manager.cjs +1 -1
- package/dist/node_modules/web3-core/lib/esm/web3_request_manager.js +53 -61
- package/dist/node_modules/web3-errors/lib/esm/errors/account_errors.js +8 -8
- package/dist/node_modules/web3-eth/lib/esm/rpc_method_wrappers.cjs +1 -1
- package/dist/node_modules/web3-eth/lib/esm/rpc_method_wrappers.js +1 -1
- package/dist/node_modules/web3-eth/lib/esm/utils/get_revert_reason.cjs +1 -1
- package/dist/node_modules/web3-eth/lib/esm/utils/get_revert_reason.js +42 -42
- package/dist/node_modules/web3-eth/lib/esm/utils/prepare_transaction_for_signing.cjs +1 -1
- package/dist/node_modules/web3-eth/lib/esm/utils/prepare_transaction_for_signing.js +19 -19
- package/dist/node_modules/web3-eth/lib/esm/utils/send_tx_helper.cjs +1 -1
- package/dist/node_modules/web3-eth/lib/esm/utils/send_tx_helper.js +29 -29
- package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_by_polling.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_by_polling.js +51 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_by_subscription.cjs +1 -1
- package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_by_subscription.js +1 -1
- package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_for_confirmations.cjs +1 -1
- package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_for_confirmations.js +1 -1
- package/dist/node_modules/web3-eth/lib/esm/web3_eth.js +132 -47
- package/dist/node_modules/web3-eth-abi/lib/esm/api/functions_api.cjs +1 -1
- package/dist/node_modules/web3-eth-abi/lib/esm/api/functions_api.js +21 -15
- package/dist/node_modules/web3-eth-abi/lib/esm/api/parameters_api.cjs +1 -1
- package/dist/node_modules/web3-eth-abi/lib/esm/api/parameters_api.js +15 -13
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/bytes.cjs +1 -1
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/bytes.js +1 -1
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/index.cjs +1 -1
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/index.js +61 -53
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/encode.cjs +1 -1
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/encode.js +36 -9
- package/dist/node_modules/web3-eth-accounts/lib/esm/account.cjs +2 -2
- package/dist/node_modules/web3-eth-accounts/lib/esm/account.js +107 -103
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/utils.cjs +1 -1
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/utils.js +135 -133
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/baseTransaction.cjs +1 -1
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/baseTransaction.js +47 -31
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/transactionFactory.cjs +1 -1
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/transactionFactory.js +18 -17
- package/dist/node_modules/web3-eth-contract/lib/esm/contract.cjs +1 -1
- package/dist/node_modules/web3-eth-contract/lib/esm/contract.js +113 -111
- package/dist/node_modules/web3-eth-contract/lib/esm/encoding.cjs +1 -1
- package/dist/node_modules/web3-eth-contract/lib/esm/encoding.js +27 -27
- package/dist/node_modules/web3-eth-contract/lib/esm/utils.cjs +1 -1
- package/dist/node_modules/web3-eth-contract/lib/esm/utils.js +28 -40
- package/dist/node_modules/web3-utils/lib/esm/chunk_response_parser.cjs +1 -1
- package/dist/node_modules/web3-utils/lib/esm/chunk_response_parser.js +10 -10
- package/dist/node_modules/web3-utils/lib/esm/converters.cjs +1 -1
- package/dist/node_modules/web3-utils/lib/esm/converters.js +78 -75
- package/dist/node_modules/web3-utils/lib/esm/formatter.cjs +1 -1
- package/dist/node_modules/web3-utils/lib/esm/formatter.js +8 -8
- package/dist/node_modules/web3-utils/lib/esm/hash.cjs +1 -1
- package/dist/node_modules/web3-utils/lib/esm/hash.js +44 -43
- package/dist/node_modules/web3-utils/lib/esm/index.cjs +1 -1
- package/dist/node_modules/web3-utils/lib/esm/index.js +64 -62
- package/dist/node_modules/web3-utils/lib/esm/socket_provider.cjs +1 -1
- package/dist/node_modules/web3-utils/lib/esm/socket_provider.js +78 -40
- package/dist/node_modules/web3-utils/lib/esm/uint8array.cjs +1 -1
- package/dist/node_modules/web3-utils/lib/esm/uint8array.js +16 -11
- package/dist/node_modules/web3-utils/lib/esm/validation.cjs +1 -1
- package/dist/node_modules/web3-utils/lib/esm/validation.js +45 -33
- package/dist/node_modules/web3-validator/lib/esm/utils.cjs +1 -1
- package/dist/node_modules/web3-validator/lib/esm/utils.js +127 -104
- package/dist/node_modules/web3-validator/lib/esm/validation/address.cjs +1 -1
- package/dist/node_modules/web3-validator/lib/esm/validation/address.js +12 -11
- package/dist/node_modules/web3-validator/lib/esm/validation/bytes.cjs +1 -1
- package/dist/node_modules/web3-validator/lib/esm/validation/bytes.js +17 -13
- package/dist/organizations.server.js +125 -25
- package/dist/organizations.server.mjs +125 -25
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.cjs +1 -1
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +7 -9
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPrimitive.cjs +1 -1
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +8 -8
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPropertyKey.cjs +1 -1
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +3 -3
- package/dist/prometheus-framework/node_modules/@capacitor/core/dist/index.cjs +1 -1
- package/dist/prometheus-framework/node_modules/@capacitor/core/dist/index.js +52 -52
- package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.cjs +1 -1
- package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.js +2501 -2482
- package/dist/prometheus-framework/node_modules/axios/lib/core/Axios.cjs +2 -1
- package/dist/prometheus-framework/node_modules/axios/lib/core/Axios.js +75 -61
- package/dist/prometheus-framework/node_modules/axios/lib/defaults/index.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/defaults/index.js +33 -33
- package/dist/prometheus-framework/node_modules/axios/lib/env/data.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/env/data.js +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.js +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/formDataToJSON.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/formDataToJSON.js +4 -2
- package/dist/prometheus-framework/node_modules/bignumber.js/bignumber.cjs +1 -0
- package/dist/prometheus-framework/node_modules/bignumber.js/bignumber.js +701 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.cjs +1 -1
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +14 -7
- package/dist/prometheus-framework/node_modules/libphonenumber-js/metadata.min.json.cjs +1 -1
- package/dist/prometheus-framework/node_modules/libphonenumber-js/metadata.min.json.js +1 -1
- package/dist/prometheus-framework/src/components/Address/Address.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Address/Address.vue.js +2 -80
- package/dist/prometheus-framework/src/components/Address/Address.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Address/Address.vue2.js +80 -2
- package/dist/prometheus-framework/src/components/Block/Block.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Block/Block.vue.js +62 -0
- package/dist/prometheus-framework/src/components/Breadcrumbs/Breadcrumbs.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Breadcrumbs/Breadcrumbs.vue2.js +15 -15
- package/dist/prometheus-framework/src/components/Button/Button.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Button/Button.vue2.js +51 -40
- package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.js +21 -21
- package/dist/prometheus-framework/src/components/Chips/Chips.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Chips/Chips.vue.js +9 -7
- package/dist/prometheus-framework/src/components/DatePicker/DatePicker.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/DatePicker/DatePicker.vue.js +12 -13
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.js +2 -49
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.js +49 -2
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.js +53 -36
- package/dist/prometheus-framework/src/components/Feed/Feed.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Feed/Feed.vue.js +117 -0
- package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.js +48 -40
- package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone.vue.js +1 -2
- package/dist/prometheus-framework/src/components/Loader/Loader.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Loader/Loader.vue2.js +20 -10
- package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue.js +2 -98
- package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue.js +2 -2
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +25 -27
- package/dist/prometheus-framework/src/components/Radio/Radio.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Radio/Radio.vue.js +55 -0
- package/dist/prometheus-framework/src/components/Select/Select.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Select/Select.vue.js +55 -40
- package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue2.js +5 -5
- package/dist/prometheus-framework/src/components/Tab/Tab.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Tab/Tab.vue2.js +1 -1
- package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue.js +45 -0
- package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue2.js +4 -0
- package/dist/prometheus-framework/src/components/Upload/Upload.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Upload/Upload.vue.js +2 -73
- package/dist/prometheus-framework/src/components/Upload/Upload.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Upload/Upload.vue2.js +73 -2
- package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.js +3 -3
- package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.js +94 -33
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.js +12 -12
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.js +69 -61
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.js +26 -27
- package/dist/prometheus-framework/src/modules/auth/localization/EnterCode.json.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/localization/EnterCode.json.js +2 -2
- package/dist/prometheus-framework/src/modules/auth/localization/EnterPassword.json.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/localization/EnterPassword.json.js +7 -7
- package/dist/prometheus-framework/src/modules/auth/localization/ResetPassword.json.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/localization/ResetPassword.json.js +2 -2
- package/dist/prometheus-framework/src/modules/auth/localization/SignIn.json.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/localization/SignIn.json.js +3 -3
- package/dist/prometheus-framework/src/modules/auth/localization/SignUp.json.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/localization/SignUp.json.js +3 -3
- package/dist/prometheus-framework/src/modules/auth/store/auth.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/store/auth.js +30 -30
- package/dist/prometheus-framework/src/modules/auth/store/invites.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/store/invites.js +1 -1
- package/dist/prometheus-framework/src/modules/auth/store/twofa.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/store/twofa.js +1 -1
- package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue.js +9 -9
- package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.js +90 -47
- package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.cjs +1 -1
- package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.js +166 -133
- package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.js +86 -68
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +105 -41
- package/dist/prometheus-framework/src/modules/community/components/pages/Blog.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/Blog.vue.js +16 -16
- package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.js +51 -42
- package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.js +14 -14
- package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue2.js +2 -2
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +108 -94
- package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.js +19 -19
- package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.js +11 -11
- package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue2.js +2 -2
- package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue.js +40 -29
- package/dist/prometheus-framework/src/modules/community/store/blogposts.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/store/blogposts.js +10 -9
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Audio.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Audio.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Embed.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Embed.vue.js +27 -16
- package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.js +21 -21
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.cjs +4 -3
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.js +31 -28
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Video.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Video.vue.js +48 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/VideoPlayer.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/VideoPlayer.vue.js +33 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Youtube.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Youtube.vue.js +13 -0
- package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.js +106 -85
- package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.js +31 -34
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +8 -8
- package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/events/router/events.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/router/events.js +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/globals/localization/vue-i18n.cjs +1 -1
- package/dist/prometheus-framework/src/modules/globals/localization/vue-i18n.js +13 -6
- package/dist/prometheus-framework/src/modules/globals/store/globals.cjs +1 -1
- package/dist/prometheus-framework/src/modules/globals/store/globals.js +50 -22
- package/dist/prometheus-framework/src/modules/icons/entities/IconCommunity.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/icons/entities/IconCommunity.vue.js +13 -13
- package/dist/prometheus-framework/src/modules/icons/entities/IconEvents.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/icons/entities/IconEvents.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/icons/entities/IconGroups.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/icons/entities/IconGroups.vue.js +5 -5
- package/dist/prometheus-framework/src/modules/icons/entities/IconPrice.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconPrice.vue.js +21 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconShopcart.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconShopcart.vue.js +21 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconTime.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconTime.vue.js +21 -0
- package/dist/prometheus-framework/src/modules/icons/icons.client.cjs +1 -1
- package/dist/prometheus-framework/src/modules/icons/icons.client.js +38 -34
- package/dist/prometheus-framework/src/modules/icons/labels/LabelAppStore.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/icons/labels/LabelAppStore.vue.js +9 -9
- package/dist/prometheus-framework/src/modules/icons/labels/LabelGooglePlay.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/icons/labels/LabelGooglePlay.vue.js +7 -7
- package/dist/prometheus-framework/src/modules/icons/navigation/IconAdd.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/navigation/IconAdd.vue.js +30 -0
- package/dist/prometheus-framework/src/modules/icons/navigation/IconChevronRight.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/icons/navigation/IconChevronRight.vue.js +12 -12
- package/dist/prometheus-framework/src/modules/icons/navigation/IconDelete.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/navigation/IconDelete.vue.js +27 -0
- package/dist/prometheus-framework/src/modules/icons/navigation/IconMinus.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/navigation/IconMinus.vue.js +29 -0
- package/dist/prometheus-framework/src/modules/icons/navigation/IconUpload.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/navigation/IconUpload.vue.js +33 -0
- package/dist/prometheus-framework/src/modules/icons/placeholders/PlaceholderImage.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/placeholders/PlaceholderImage.vue.js +21 -0
- package/dist/prometheus-framework/src/modules/icons/placeholders/PlaceholderOrganizationPic.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/placeholders/PlaceholderOrganizationPic.vue.js +28 -0
- package/dist/prometheus-framework/src/modules/icons/placeholders/PlaceholderUserpic.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/icons/placeholders/PlaceholderUserpic.vue.js +21 -20
- package/dist/prometheus-framework/src/modules/icons/socials/instagram.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/icons/socials/instagram.vue.js +5 -5
- package/dist/prometheus-framework/src/modules/icons/socials/line.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/icons/socials/line.vue.js +6 -6
- package/dist/prometheus-framework/src/modules/icons/socials/reddit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/icons/socials/reddit.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/icons/socials/telegram.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/icons/socials/telegram.vue.js +7 -7
- package/dist/prometheus-framework/src/modules/icons/socials/twitter.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/icons/socials/twitter.vue.js +6 -6
- package/dist/prometheus-framework/src/modules/icons/socials/youtube.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/icons/socials/youtube.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.js +48 -35
- package/dist/prometheus-framework/src/modules/marketplace/store/marketplace.cjs +1 -0
- package/dist/prometheus-framework/src/modules/marketplace/store/marketplace.js +63 -0
- package/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.cjs +1 -1
- package/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.js +6 -8
- package/dist/prometheus-framework/src/modules/middlewares/client/states.validation.cjs +1 -1
- package/dist/prometheus-framework/src/modules/middlewares/client/states.validation.js +5 -7
- package/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.js +16 -22
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrder.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrder.vue.js +4 -0
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.js +61 -88
- package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue.js +104 -193
- package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.js +29 -31
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormOrderDetails.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormOrderDetails.vue.js +129 -0
- package/dist/prometheus-framework/src/modules/orders/store/orders.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/store/orders.js +45 -36
- package/dist/prometheus-framework/src/modules/orders/store/shopcart.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/store/shopcart.js +27 -26
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.js +6 -6
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.js +85 -79
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Rating.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Rating.vue.js +10 -10
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Socials.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Socials.vue.js +29 -23
- package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +5 -5
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.js +4 -4
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +55 -169
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.js +48 -59
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +173 -94
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +27 -20
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.js +43 -33
- package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.js +67 -63
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Feed.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Feed.vue.js +28 -30
- package/dist/prometheus-framework/src/modules/organizations/components/sections/FeedDepartments.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/FeedDepartments.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/organizations/router/members.router.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/router/members.router.js +2 -2
- package/dist/prometheus-framework/src/modules/organizations/router/organizations.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/router/organizations.js +9 -6
- package/dist/prometheus-framework/src/modules/organizations/router/products.router.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/router/products.router.js +69 -20
- package/dist/prometheus-framework/src/modules/organizations/store/departments.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/store/departments.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/store/invites.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/store/invites.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/store/organizations.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/store/organizations.js +38 -38
- package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue.js +39 -44
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.js +73 -44
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.js +25 -54
- package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue.js +39 -39
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.js +12 -12
- package/dist/prometheus-framework/src/modules/products/components/blocks/ListPositions.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/ListPositions.vue.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue.js +18 -11
- package/dist/prometheus-framework/src/modules/products/components/elements/THC.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/elements/THC.vue.js +24 -24
- package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.js +140 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue.js +27 -23
- package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.js +24 -25
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.js +246 -102
- package/dist/prometheus-framework/src/modules/products/components/pages/Products.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/Products.vue.js +28 -24
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductsBackoffice.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductsBackoffice.vue.js +23 -24
- package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.js +56 -7
- package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.js +82 -65
- package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.js +71 -54
- package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.js +60 -86
- package/dist/prometheus-framework/src/modules/products/store/leftovers.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/store/leftovers.js +29 -37
- package/dist/prometheus-framework/src/modules/products/store/products.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/store/products.js +32 -29
- package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.js +43 -107
- package/dist/prometheus-framework/src/modules/spots/store/spots.cjs +1 -1
- package/dist/prometheus-framework/src/modules/spots/store/spots.js +46 -40
- package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.js +89 -94
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.js +30 -30
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/users/router/users.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/router/users.js +2 -2
- package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.js +80 -71
- package/dist/prometheus-framework/src/modules/wallet/store/wallet.cjs +1 -0
- package/dist/prometheus-framework/src/modules/wallet/store/wallet.js +29 -0
- package/dist/prometheus-framework.cjs.js +30 -29
- package/dist/prometheus-framework.es.js +2478 -2282
- package/dist/reports.server.js +1 -1
- package/dist/reports.server.mjs +1 -1
- package/dist/style.css +1 -1
- package/dist/users.server.js +1 -1
- package/dist/users.server.mjs +1 -1
- package/package.json +4 -2
- package/src/assets/images/logo.svg +7 -7
- package/src/components/Block/Block.vue +77 -0
- package/src/components/Breadcrumbs/Breadcrumbs.vue +2 -2
- package/src/components/Button/Button.vue +32 -227
- package/src/components/Checkbox/Checkbox.vue +1 -1
- package/src/components/Chips/Chips.vue +8 -8
- package/src/components/DatePicker/DatePicker.vue +3 -4
- package/src/components/EditImages/EditImages.vue +32 -14
- package/src/{modules/globals/components/sections → components/Feed}/Feed.vue +60 -45
- package/src/components/FieldBig/FieldBig.vue +16 -5
- package/src/components/FieldPhone/FieldPhone.vue +2 -1
- package/src/components/Footer/Footer.vue +36 -27
- package/src/components/Header/Header.vue +161 -166
- package/src/components/Loader/Loader.vue +9 -2
- package/src/components/LocationMarker/LocationMarker.vue +38 -12
- package/src/components/LocationSelection/LocationSelection.vue +67 -75
- package/src/components/Magnifier/Magnifier.vue +3 -3
- package/src/components/Navigation/Navigation.vue +16 -16
- package/src/components/Popup/Popup.vue +8 -6
- package/src/components/Select/Select.vue +35 -6
- package/src/components/SelectMulti/SelectMulti.vue +5 -13
- package/src/components/Shader/Shader.vue +128 -0
- package/src/components/Sidebar/Sidebar.vue +71 -35
- package/src/components/Spoiler/Spoiler.vue +1 -1
- package/src/components/Tab/Tab.vue +1 -1
- package/src/components/Tooltip/Tooltip.vue +1 -1
- package/src/components/UploadImage/UploadImage.vue +4 -4
- package/src/components/UploadImageMultiple/UploadImageMultiple.vue +54 -10
- package/src/modules/applications/controllers/applications.controller.js +0 -1
- package/src/modules/auth/components/pages/EnterCode.vue +1 -1
- package/src/modules/auth/components/pages/EnterPassword.vue +3 -3
- package/src/modules/auth/components/pages/ResetPassword.vue +1 -2
- package/src/modules/auth/components/pages/SignIn.vue +26 -10
- package/src/modules/auth/components/pages/SignUp.vue +1 -2
- package/src/modules/auth/controllers/twofa.controller.js +4 -4
- package/src/modules/auth/localization/EnterCode.json +2 -2
- package/src/modules/auth/localization/EnterPassword.json +2 -2
- package/src/modules/auth/localization/ResetPassword.json +2 -2
- package/src/modules/auth/localization/SignIn.json +3 -3
- package/src/modules/auth/localization/SignUp.json +3 -3
- package/src/modules/auth/utils/server/verifyAppleIdToken.js +0 -1
- package/src/modules/backoffice/components/layouts/Backoffice.vue +1 -1
- package/src/modules/backoffice/components/pages/Dashboard.vue +171 -120
- package/src/modules/backoffice/router/backoffice.js +119 -129
- package/src/modules/chats/components/blocks/ChatMessage.vue +25 -0
- package/src/modules/chats/components/pages/ChatPage.vue +50 -0
- package/src/modules/chats/components/sections/ChatWindow.vue +38 -0
- package/src/modules/chats/controllers/chats.controller.js +32 -0
- package/src/modules/chats/models/chat.model.js +26 -0
- package/src/modules/chats/routes/chats.routes.js +53 -0
- package/src/modules/chats/store/chat.store.js +61 -0
- package/src/modules/community/components/blocks/CardBlogpost.vue +19 -4
- package/src/modules/community/components/layouts/Community.vue +96 -39
- package/src/modules/community/components/pages/Blog.vue +4 -3
- package/src/modules/community/components/pages/BlogPost.vue +10 -1
- package/src/modules/community/components/pages/CreateBlogPost.vue +36 -17
- package/src/modules/community/components/sections/HotPosts.vue +3 -3
- package/src/modules/community/components/sections/JoinUs.vue +19 -13
- package/src/modules/community/controllers/blog.controller.js +3 -4
- package/src/modules/community/controllers/utils/queryProcessor.js +16 -17
- package/src/modules/community/models/blogpost.model.js +6 -3
- package/src/modules/community/store/blogposts.js +1 -0
- package/src/modules/constructor/components/elements/Embed.vue +12 -1
- package/src/modules/constructor/components/elements/ImageUpload.vue +2 -2
- package/src/modules/constructor/components/elements/Textarea.vue +6 -1
- package/src/modules/constructor/components/elements/Video.vue +79 -0
- package/src/modules/constructor/components/elements/VideoPlayer.vue +59 -0
- package/src/modules/constructor/components/elements/Youtube.vue +52 -0
- package/src/modules/constructor/components/sections/Constructor.vue +27 -3
- package/src/modules/events/components/layouts/layoutEvents.vue +7 -28
- package/src/modules/files/controllers/files.controller.js +9 -22
- package/src/modules/files/middlewares/server/index.js +2 -2
- package/src/modules/files/middlewares/server/middlewareBusboy.js +137 -0
- package/src/modules/files/routes/files.routes.js +9 -9
- package/src/modules/globals/localization/vue-i18n.js +8 -1
- package/src/modules/globals/mixins/mixins.js +23 -13
- package/src/modules/globals/router/routerGuards.js +2 -2
- package/src/modules/globals/store/globals.js +86 -9
- package/src/modules/globals/utils/mailing.js +24 -3
- package/src/modules/icons/entities/IconCommunity.vue +4 -4
- package/src/modules/icons/entities/IconEvents.vue +1 -1
- package/src/modules/icons/entities/IconGroups.vue +1 -1
- package/src/modules/icons/entities/IconPrice.vue +5 -0
- package/src/modules/icons/entities/IconProfile.vue +5 -0
- package/src/modules/icons/entities/IconShopcart.vue +5 -0
- package/src/modules/icons/entities/IconTime.vue +5 -0
- package/src/modules/icons/icons.client.js +4 -0
- package/src/modules/icons/labels/LabelAppStore.vue +24 -24
- package/src/modules/icons/labels/LabelGooglePlay.vue +9 -9
- package/src/modules/icons/logos/Logotype.vue +20 -0
- package/src/modules/icons/navigation/IconAdd.vue +17 -0
- package/src/modules/icons/navigation/IconChevronBottom.vue +18 -0
- package/src/modules/icons/navigation/IconChevronRight.vue +3 -3
- package/src/modules/icons/navigation/IconDelete.vue +19 -0
- package/src/modules/icons/navigation/IconMinus.vue +15 -0
- package/src/modules/icons/navigation/IconSearch.vue +17 -0
- package/src/modules/icons/navigation/IconUpload.vue +16 -0
- package/src/modules/icons/placeholders/PlaceholderImage.vue +5 -0
- package/src/modules/icons/placeholders/PlaceholderOrganizationPic.vue +20 -0
- package/src/modules/icons/placeholders/PlaceholderUserpic.vue +4 -18
- package/src/modules/icons/socials/instagram.vue +1 -1
- package/src/modules/icons/socials/line.vue +1 -1
- package/src/modules/icons/socials/reddit.vue +1 -1
- package/src/modules/icons/socials/telegram.vue +1 -1
- package/src/modules/icons/socials/twitter.vue +1 -1
- package/src/modules/icons/socials/youtube.vue +1 -1
- package/src/modules/landing/components/sections/Guide.vue +92 -0
- package/src/modules/landing/components/sections/MobileApp.vue +23 -12
- package/src/modules/marketplace/components/layouts/Marketplace.vue +76 -188
- package/src/modules/marketplace/components/pages/Catalog.vue +65 -119
- package/src/modules/marketplace/components/sections/Filters.vue +195 -0
- package/src/modules/marketplace/store/marketplace.js +2 -2
- package/src/modules/middlewares/client/auth.validation.js +0 -6
- package/src/modules/middlewares/client/states.validation.js +2 -8
- package/src/modules/middlewares/server/authJwt.js +1 -1
- package/src/modules/mobile/components/Menu/MenuItem.vue +3 -6
- package/src/modules/openai/controllers/openai.controller.js +0 -1
- package/src/modules/orders/components/blocks/CardOrder.vue +166 -0
- package/src/modules/orders/components/blocks/CardOrderItem.vue +59 -66
- package/src/modules/orders/components/blocks/Positions.vue +4 -4
- package/src/modules/orders/components/pages/EditOrder.vue +78 -142
- package/src/modules/orders/components/pages/FormOrder.vue +192 -0
- package/src/modules/orders/components/pages/Order.vue +326 -120
- package/src/modules/orders/components/pages/Orders.vue +11 -11
- package/src/modules/orders/components/pages/{ViewOrder.vue → Orders_refact.vue} +13 -10
- package/src/modules/orders/components/partials/ShopCart.vue +22 -13
- package/src/modules/orders/components/sections/EmptyState.vue +1 -1
- package/src/modules/orders/components/sections/{Form.vue → FormOrderDetails.vue} +38 -106
- package/src/modules/orders/controllers/orders.controller.js +37 -28
- package/src/modules/orders/models/order.model.js +39 -9
- package/src/modules/orders/router/orders.router.js +23 -2
- package/src/modules/orders/routes/orders.routes.js +14 -17
- package/src/modules/orders/store/orders.js +24 -9
- package/src/modules/orders/store/shopcart.js +20 -19
- package/src/modules/organizations/components/blocks/CardDepartment.vue +1 -1
- package/src/modules/organizations/components/blocks/CardOrganization.vue +98 -46
- package/src/modules/organizations/components/blocks/Rating.vue +1 -1
- package/src/modules/organizations/components/blocks/Socials.vue +11 -3
- package/src/modules/organizations/components/elements/ButtonToggleMembership.vue +1 -1
- package/src/modules/organizations/components/pages/Department.vue +1 -1
- package/src/modules/organizations/components/pages/DepartmentEdit.vue +4 -4
- package/src/modules/organizations/components/pages/Members.vue +6 -4
- package/src/modules/organizations/components/pages/Organization.vue +120 -49
- package/src/modules/organizations/components/pages/OrganizationEdit.vue +8 -1
- package/src/modules/organizations/components/pages/Organizations.vue +27 -6
- package/src/modules/organizations/components/sections/DetailsTab.vue +11 -9
- package/src/modules/organizations/components/sections/Feed.vue +0 -3
- package/src/modules/organizations/components/sections/FeedDepartments.vue +2 -2
- package/src/modules/organizations/controllers/organizations.controller.js +126 -15
- package/src/modules/organizations/controllers/utils/addMembersQuantity.js +19 -9
- package/src/modules/organizations/models/organization.model.js +5 -2
- package/src/modules/organizations/router/members.router.js +1 -3
- package/src/modules/organizations/router/organizations.js +8 -6
- package/src/modules/organizations/router/products.router.js +36 -2
- package/src/modules/organizations/store/organizations.js +38 -84
- package/src/modules/pages/controllers/pages.controller.js +0 -4
- package/src/modules/payments/controller/payments.controller.js +1 -1
- package/src/modules/products/components/blocks/CardLeftover.vue +17 -22
- package/src/modules/products/components/blocks/CardPosition.vue +96 -49
- package/src/modules/products/components/blocks/CardProduct.vue +24 -53
- package/src/modules/products/components/blocks/Images360.vue +4 -4
- package/src/modules/products/components/blocks/ImagesThumbnails.vue +2 -7
- package/src/modules/products/components/blocks/ListPositions.vue +74 -0
- package/src/modules/products/components/elements/Price.vue +11 -5
- package/src/modules/products/components/elements/THC.vue +6 -6
- package/src/modules/products/components/pages/{LeftoverAdd.vue → EditLeftover.vue} +93 -79
- package/src/modules/products/components/pages/Leftovers.vue +74 -70
- package/src/modules/products/components/pages/Product.vue +4 -7
- package/src/modules/products/components/pages/ProductEdit.vue +230 -88
- package/src/modules/products/components/pages/ProductRecommmendation.vue +1 -1
- package/src/modules/products/components/pages/Products.vue +6 -3
- package/src/modules/products/components/pages/ProductsBackoffice.vue +3 -5
- package/src/modules/products/components/sections/EditModifications.vue +3 -3
- package/src/modules/products/components/sections/EditProductInfo.vue +40 -50
- package/src/modules/products/components/sections/FilterProducts.vue +56 -18
- package/src/modules/products/components/sections/HeroRecommendation.vue +233 -99
- package/src/modules/products/components/sections/MenuSection.vue +127 -0
- package/src/modules/products/components/sections/PopularProducts.vue +81 -37
- package/src/modules/products/components/sections/SectionProduct.vue +21 -23
- package/src/modules/products/controllers/leftovers.controller.js +11 -1
- package/src/modules/products/controllers/products.controller.js +100 -97
- package/src/modules/products/models/leftover.model.js +6 -4
- package/src/modules/products/models/product.model.js +13 -1
- package/src/modules/products/routes/products.routes.js +4 -4
- package/src/modules/products/store/leftovers.js +4 -24
- package/src/modules/products/store/products.js +44 -30
- package/src/modules/spots/components/blocks/CardSpot.vue +43 -72
- package/src/modules/spots/components/layouts/Spots.vue +9 -91
- package/src/modules/spots/components/pages/Map.vue +171 -62
- package/src/modules/spots/components/pages/Spot.vue +1 -1
- package/src/modules/spots/components/pages/SpotEdit.vue +131 -174
- package/src/modules/spots/controllers/spots.controller.js +1 -0
- package/src/modules/spots/models/spot.model.js +6 -3
- package/src/modules/spots/store/spots.js +42 -48
- package/src/modules/users/components/pages/Profile.vue +6 -28
- package/src/modules/users/components/pages/ProfileBlogposts.vue +1 -1
- package/src/modules/users/components/pages/ProfileEdit.vue +1 -1
- package/src/modules/users/components/pages/ProfileEvents.vue +1 -1
- package/src/modules/users/components/pages/ProfileOrganizations.vue +1 -1
- package/src/modules/users/router/users.js +1 -1
- package/src/modules/wallet/components/pages/Wallet.vue +104 -109
- package/src/modules/wallet/controllers/crypto.controller.js +129 -0
- package/src/modules/wallet/models/reward.model.js +53 -0
- package/src/modules/wallet/routes/crypto.routes.js +36 -0
- package/src/modules/wallet/store/wallet.js +52 -49
- package/src/styles/base/all.scss +143 -11
- package/src/styles/base/backgrounds.scss +2 -34
- package/src/styles/base/borders.scss +18 -23
- package/src/styles/base/scrolling.scss +97 -29
- package/src/styles/base/{shadows.scss → shadow_transitions_hover_refactor.scss} +55 -2
- package/src/styles/config.scss +69 -17
- package/src/styles/layout.scss +12 -182
- package/src/styles/reset.scss +20 -21
- package/src/styles/responsive.scss +4 -67
- package/src/styles/theme.scss +3 -4
- package/src/styles/typography.scss +15 -17
- package/src/assets/fonts/AvenirNext-Bold.woff2 +0 -0
- package/src/assets/fonts/AvenirNext-DemiBold.woff2 +0 -0
- package/src/assets/fonts/AvenirNext-Heavy.woff2 +0 -0
- package/src/assets/fonts/AvenirNext-Medium.woff2 +0 -0
- package/src/assets/fonts/AvenirNext-Regular.woff2 +0 -0
- package/src/assets/fonts/AvenirNext-UltraLight.woff2 +0 -0
- package/src/modules/files/middlewares/server/md.js +0 -152
- package/src/modules/files/middlewares/server/middlewareMulter.js +0 -121
- package/src/modules/organizations/controllers/organizations.new.controller.js +0 -372
- package/src/modules/products/components/blocks/EditCategories.vue +0 -68
- package/src/modules/products/components/sections/EditParameters.vue +0 -58
- package/src/modules/products/components/sections/EditProductImages.vue +0 -67
- package/src/modules/spots/components/sections/Feed.vue +0 -64
- package/src/styles/base/border-radius.scss +0 -47
- package/src/styles/base/cursors.scss +0 -23
- package/src/styles/base/height.scss +0 -60
- package/src/styles/base/hovers.scss +0 -110
- package/src/styles/base/positions.scss +0 -192
- package/src/styles/base/transitions.scss +0 -137
- package/src/styles/base/width.scss +0 -2
- package/src/styles/components/block.scss +0 -18
- package/src/styles/components/breadcrumbs.scss +0 -0
- package/src/styles/components/input.scss +0 -319
@@ -1,64 +0,0 @@
|
|
1
|
-
<template>
|
2
|
-
<transition name="slide-fade">
|
3
|
-
<div>
|
4
|
-
<EmptyState
|
5
|
-
v-if="FirstLevelSpots.length < 1"
|
6
|
-
title="You don't have any spots yet."
|
7
|
-
description="Add spots to your hub."
|
8
|
-
action="Add spot"
|
9
|
-
:callback="() => $router.push(`/spots/${props.organization._id}/spots/create`)"
|
10
|
-
/>
|
11
|
-
|
12
|
-
<div>
|
13
|
-
<CardSpot
|
14
|
-
v-for="(spot, index) in FirstLevelSpots"
|
15
|
-
:key="index"
|
16
|
-
:spot="spot"
|
17
|
-
:organization="organization"
|
18
|
-
class="radius-big bg-grey mn-b-thin"
|
19
|
-
/>
|
20
|
-
<button
|
21
|
-
v-if="FirstLevelSpots.length > 0 && auth.state.user._id === organization.owner"
|
22
|
-
@click="$router.push(`/spots/${props.organization._id}/spots/create`)"
|
23
|
-
class="mn-b-thin button w-100"
|
24
|
-
>
|
25
|
-
Add spot
|
26
|
-
</button>
|
27
|
-
</div>
|
28
|
-
</div>
|
29
|
-
</transition>
|
30
|
-
</template>
|
31
|
-
|
32
|
-
<script setup>
|
33
|
-
import { ref, computed } from 'vue';
|
34
|
-
import Tab from '@pf/src/components/Tab/Tab.vue';
|
35
|
-
import EmptyState from '@pf/src/modules/organizations/components/blocks/EmptyState.vue';
|
36
|
-
import CardSpot from '@pf/src/modules/spots/components/blocks/CardSpot.vue';
|
37
|
-
import { state as spotState, actions as spotActions } from '@pf/src/modules/spots/store/spots';
|
38
|
-
import * as auth from '@pf/src/modules/auth/store/auth'
|
39
|
-
|
40
|
-
const props = defineProps({
|
41
|
-
organization: Object,
|
42
|
-
units: Array,
|
43
|
-
memberships: Array
|
44
|
-
});
|
45
|
-
|
46
|
-
const tabStructure = ref('spots');
|
47
|
-
|
48
|
-
await spotActions.read(props.organization._id);
|
49
|
-
|
50
|
-
const FirstLevelSpots = computed(() => {
|
51
|
-
const spots = spotState.spots;
|
52
|
-
|
53
|
-
const subspotIds = spots.flatMap(spot =>
|
54
|
-
spot.subspots.map(subspot => subspot._id)
|
55
|
-
);
|
56
|
-
|
57
|
-
return spots.filter(spot =>
|
58
|
-
!subspotIds.includes(spot._id)
|
59
|
-
);
|
60
|
-
});
|
61
|
-
</script>
|
62
|
-
|
63
|
-
<style scoped>
|
64
|
-
</style>
|
@@ -1,47 +0,0 @@
|
|
1
|
-
body {
|
2
|
-
// Margin Classes
|
3
|
-
.radius-100p { border-radius: 100% }
|
4
|
-
.radius-extra { border-radius: var(--extra) }
|
5
|
-
.radius-big { border-radius: var(--big) }
|
6
|
-
.radius-semi { border-radius: var(--semi) }
|
7
|
-
.radius-medium { border-radius: var(--medium) }
|
8
|
-
.radius-regular { border-radius: var(--regular) }
|
9
|
-
.radius-small { border-radius: var(--small) }
|
10
|
-
.radius-thin { border-radius: var(--thin) }
|
11
|
-
// Corner
|
12
|
-
/* Top-Left Radius */
|
13
|
-
.radius-tl-extra { border-top-left-radius: var(--extra); }
|
14
|
-
.radius-tl-big { border-top-left-radius: var(--big); }
|
15
|
-
.radius-tl-semi { border-top-left-radius: var(--semi); }
|
16
|
-
.radius-tl-medium { border-top-left-radius: var(--medium); }
|
17
|
-
.radius-tl-regular { border-top-left-radius: var(--regular); }
|
18
|
-
.radius-tl-small { border-top-left-radius: var(--small); }
|
19
|
-
.radius-tl-thin { border-top-left-radius: var(--thin); }
|
20
|
-
|
21
|
-
/* Top-Right Radius */
|
22
|
-
.radius-tr-extra { border-top-right-radius: var(--extra); }
|
23
|
-
.radius-tr-big { border-top-right-radius: var(--big); }
|
24
|
-
.radius-tr-semi { border-top-right-radius: var(--semi); }
|
25
|
-
.radius-tr-medium { border-top-right-radius: var(--medium); }
|
26
|
-
.radius-tr-regular { border-top-right-radius: var(--regular); }
|
27
|
-
.radius-tr-small { border-top-right-radius: var(--small); }
|
28
|
-
.radius-tr-thin { border-top-right-radius: var(--thin); }
|
29
|
-
|
30
|
-
/* Bottom-Right Radius */
|
31
|
-
.radius-br-extra { border-bottom-right-radius: var(--extra); }
|
32
|
-
.radius-br-big { border-bottom-right-radius: var(--big); }
|
33
|
-
.radius-br-semi { border-bottom-right-radius: var(--semi); }
|
34
|
-
.radius-br-medium { border-bottom-right-radius: var(--medium); }
|
35
|
-
.radius-br-regular { border-bottom-right-radius: var(--regular); }
|
36
|
-
.radius-br-small { border-bottom-right-radius: var(--small); }
|
37
|
-
.radius-br-thin { border-bottom-right-radius: var(--thin); }
|
38
|
-
|
39
|
-
/* Bottom-Left Radius */
|
40
|
-
.radius-bl-extra { border-bottom-left-radius: var(--extra); }
|
41
|
-
.radius-bl-big { border-bottom-left-radius: var(--big); }
|
42
|
-
.radius-bl-semi { border-bottom-left-radius: var(--semi); }
|
43
|
-
.radius-bl-medium { border-bottom-left-radius: var(--medium); }
|
44
|
-
.radius-bl-regular { border-bottom-left-radius: var(--regular); }
|
45
|
-
.radius-bl-small { border-bottom-left-radius: var(--small); }
|
46
|
-
.radius-bl-thin { border-bottom-left-radius: var(--thin); }
|
47
|
-
}
|
@@ -1,23 +0,0 @@
|
|
1
|
-
body {
|
2
|
-
.cursor-pointer {cursor: pointer; }
|
3
|
-
.cursor-move {cursor: move; }
|
4
|
-
.cursor-text {cursor: text; }
|
5
|
-
.cursor-help {cursor: help; }
|
6
|
-
.cursor-wait {cursor: wait; }
|
7
|
-
.cursor-crosshair {cursor: crosshair; }
|
8
|
-
.cursor-not-allowed {cursor: not-allowed; }
|
9
|
-
.cursor-grab {cursor: grab; }
|
10
|
-
.cursor-grabbing {cursor: grabbing; }
|
11
|
-
|
12
|
-
.cursor-ns-resize {cursor: ns-resize; }
|
13
|
-
.cursor-ew-resize {cursor: ew-resize; }
|
14
|
-
.cursor-ne-resize {cursor: ne-resize; }
|
15
|
-
.cursor-nw-resize {cursor: nw-resize; }
|
16
|
-
.cursor-se-resize {cursor: se-resize; }
|
17
|
-
.cursor-sw-resize{cursor: sw-resize; }
|
18
|
-
|
19
|
-
.cursor-n-resize {cursor: n-resize; }
|
20
|
-
.cursor-e-resize {cursor: e-resize; }
|
21
|
-
.cursor-s-resize {cursor: s-resize; }
|
22
|
-
.cursor-w-resize {cursor: w-resize; }
|
23
|
-
}
|
@@ -1,60 +0,0 @@
|
|
1
|
-
body {
|
2
|
-
// Min height
|
3
|
-
.min-h-100p { min-height: min(100%, 100%) !important; }
|
4
|
-
.min-h-90p { min-height: min(100%, 90%) !important; }
|
5
|
-
.min-h-80p { min-height: min(100%, 80%) !important; }
|
6
|
-
.min-h-70p { min-height: min(100%, 70%) !important; }
|
7
|
-
.min-h-60p { min-height: min(100%, 60%) !important; }
|
8
|
-
.min-h-50p { min-height: min(100%, 50%) !important; }
|
9
|
-
.min-h-40p { min-height: min(100%, 40%) !important; }
|
10
|
-
.min-h-30p { min-height: min(100%, 30%) !important; }
|
11
|
-
.min-h-20p { min-height: min(100%, 20%) !important; }
|
12
|
-
.min-h-10p { min-height: min(100%, 10%) !important; }
|
13
|
-
// Min height in vh
|
14
|
-
.min-h-100vh{ min-height: min(100vh, 100%) !important; }
|
15
|
-
.min-h-90vh { min-height: min(100vh, 90%) !important; }
|
16
|
-
.min-h-80vh { min-height: min(100vh, 80%) !important; }
|
17
|
-
.min-h-70vh { min-height: min(100vh, 70%) !important; }
|
18
|
-
.min-h-60vh { min-height: min(100vh, 60%) !important; }
|
19
|
-
.min-h-50vh { min-height: min(100vh, 50%) !important; }
|
20
|
-
.min-h-40vh { min-height: min(100vh, 40%) !important; }
|
21
|
-
.min-h-30vh { min-height: min(100vh, 30%) !important; }
|
22
|
-
.min-h-20vh { min-height: min(100vh, 20%) !important; }
|
23
|
-
.min-h-10vh { min-height: min(100vh, 10%) !important; }
|
24
|
-
// Max height
|
25
|
-
// %
|
26
|
-
.h-m-100p{ height: min(100%, 100%) !important; }
|
27
|
-
.h-m-90p { height: min(100%, 90%) !important; }
|
28
|
-
.h-m-80p { height: min(100%, 80%) !important; }
|
29
|
-
.h-m-70p { height: min(100%, 70%) !important; }
|
30
|
-
.h-m-60p { height: min(100%, 60%) !important; }
|
31
|
-
.h-m-50p { height: min(100%, 50%) !important; }
|
32
|
-
.h-m-40p { height: min(100%, 40%) !important; }
|
33
|
-
.h-m-30p { height: min(100%, 30%) !important; }
|
34
|
-
.h-m-20p { height: min(100%, 20%) !important; }
|
35
|
-
.h-m-10p { height: min(100%, 10%) !important; }
|
36
|
-
// rem
|
37
|
-
.h-m-66r { height: min(100%, 66rem) !important; }
|
38
|
-
.h-m-60r { height: min(100%, 60rem) !important; }
|
39
|
-
.h-m-50r { height: min(100%, 50rem) !important; }
|
40
|
-
.h-m-40r { height: min(100%, 40rem) !important; }
|
41
|
-
.h-m-33r { height: min(100%, 33rem) !important; }
|
42
|
-
.h-m-25r { height: min(100%, 25rem) !important; }
|
43
|
-
.h-m-20r { height: min(100%, 20rem) !important; }
|
44
|
-
.h-m-15r { height: min(100%, 15rem) !important; }
|
45
|
-
.h-m-10r { height: min(100%, 10rem) !important; }
|
46
|
-
.h-m-5r { height: min(100%, 5rem) !important; }
|
47
|
-
.h-m-3r { height: min(100%, 3rem) !important; }
|
48
|
-
.h-m-2r { height: min(100%, 2rem) !important; }
|
49
|
-
// Max Height
|
50
|
-
.h-max-50r { max-height: 50rem; }
|
51
|
-
.h-max-30r { max-height: 30rem; }
|
52
|
-
.h-max-20r { max-height: 20rem; }
|
53
|
-
.h-max-10r { max-height: 10rem; }
|
54
|
-
.h-max-8r { max-height: 8rem; }
|
55
|
-
.h-max-5r { max-height: 5rem; }
|
56
|
-
.h-max-4r { max-height: 4rem; }
|
57
|
-
.h-max-3r { max-height: 3rem; }
|
58
|
-
.h-max-2r { max-height: 2rem; }
|
59
|
-
.h-max-1r { max-height: 1rem; }
|
60
|
-
}
|
@@ -1,110 +0,0 @@
|
|
1
|
-
body {
|
2
|
-
.hover_bg-main {
|
3
|
-
&:hover {
|
4
|
-
background: rgb(var(--main));;
|
5
|
-
}
|
6
|
-
}
|
7
|
-
|
8
|
-
.hover_t-white {
|
9
|
-
&:hover {
|
10
|
-
background: rgba(var(--white), 1);;
|
11
|
-
}
|
12
|
-
}
|
13
|
-
|
14
|
-
.hover-t-black {
|
15
|
-
&:hover {
|
16
|
-
background: rgba(var(--black), 1);;
|
17
|
-
}
|
18
|
-
}
|
19
|
-
|
20
|
-
.hover_br-transp {
|
21
|
-
&:hover {
|
22
|
-
background: rgba(var(--white),0);
|
23
|
-
}
|
24
|
-
}
|
25
|
-
.hover_br-l-dark {
|
26
|
-
&:hover {
|
27
|
-
border: 1px solid rgba(var(--dark), 0.2)
|
28
|
-
}
|
29
|
-
}
|
30
|
-
|
31
|
-
|
32
|
-
/* Принцип 1. Сжатие и растяжение */
|
33
|
-
/* Принцип 8. Дополнительное действие (выразительная деталь) */
|
34
|
-
.hover-scale-0 {&:hover {transform: scale(1.015); } }
|
35
|
-
.hover-scale-1 {&:hover {transform: scale(1.05); } }
|
36
|
-
.hover-scale-2 {&:hover {transform: scale(1.1); } }
|
37
|
-
.hover-scale-3 {&:hover {transform: scale(1.2); } }
|
38
|
-
|
39
|
-
|
40
|
-
/* Принцип 2. Подготовка, или упреждение */
|
41
|
-
.hover-translate-1 {
|
42
|
-
&:hover {
|
43
|
-
transform: translateY(-10px);
|
44
|
-
}
|
45
|
-
}
|
46
|
-
|
47
|
-
/* Принцип 3. Сценичность */
|
48
|
-
.hover-rotate-1 {
|
49
|
-
&:hover {
|
50
|
-
transform: rotate(-10deg);
|
51
|
-
}
|
52
|
-
}
|
53
|
-
|
54
|
-
/* Принцип 4. Использование компоновок и прямого фазованного движения */
|
55
|
-
.hover-translateX-1 {
|
56
|
-
&:hover {
|
57
|
-
transform: translateX(20px);
|
58
|
-
}
|
59
|
-
}
|
60
|
-
|
61
|
-
/* Принцип 5. Сквозное движение (или доводка) и захлёст действия */
|
62
|
-
.hover-combined-1 {
|
63
|
-
&:hover {
|
64
|
-
transform: translateY(-10px) rotate(-10deg);
|
65
|
-
}
|
66
|
-
}
|
67
|
-
|
68
|
-
/* Принцип 6. Смягчение начала и завершения движения (спэйсинг) */
|
69
|
-
.hover-easeInOut-1 {
|
70
|
-
&:hover {
|
71
|
-
transform: translateY(-10px) scale(1.1);
|
72
|
-
}
|
73
|
-
}
|
74
|
-
|
75
|
-
/* Принцип 7. Дуги */
|
76
|
-
.hover-arc-1 {
|
77
|
-
&:hover {
|
78
|
-
transform: translateX(20px) translateY(-10px) rotate(-10deg);
|
79
|
-
}
|
80
|
-
}
|
81
|
-
|
82
|
-
/* Принцип 9. Расчёт времени (хронометраж) */
|
83
|
-
.hover-timing-1 {
|
84
|
-
&:hover {
|
85
|
-
transition: transform 0.2s ease-in-out;
|
86
|
-
transform: translateY(-10px);
|
87
|
-
}
|
88
|
-
}
|
89
|
-
|
90
|
-
/* Принцип 10. Преувеличение, утрирование */
|
91
|
-
.hover-exaggeration-1 {
|
92
|
-
&:hover {
|
93
|
-
transform: scale(1.5);
|
94
|
-
}
|
95
|
-
}
|
96
|
-
|
97
|
-
/* Принцип 11. «Цельный» (профессиональный) рисунок */
|
98
|
-
.hover-solid-drawing-1 {
|
99
|
-
&:hover {
|
100
|
-
transform: translateY(-10px) scale(1.1) rotate(-10deg);
|
101
|
-
}
|
102
|
-
}
|
103
|
-
|
104
|
-
/* Принцип 12. Привлекательность */
|
105
|
-
.hover-appeal-1 {
|
106
|
-
&:hover {
|
107
|
-
transform: translateY(-10px) scale(1.1) rotate(-5deg);
|
108
|
-
}
|
109
|
-
}
|
110
|
-
}
|
@@ -1,192 +0,0 @@
|
|
1
|
-
body {
|
2
|
-
// Positions
|
3
|
-
.pos-relative { position: relative; }
|
4
|
-
.pos-absolute { position: absolute; }
|
5
|
-
.pos-fixed { position: fixed; }
|
6
|
-
.pos-sticky { position: sticky; }
|
7
|
-
.pos-static { position: static; }
|
8
|
-
|
9
|
-
.pos-t-auto { top: auto; }
|
10
|
-
.pos-r-auto { right: auto; }
|
11
|
-
.pos-b-auto { bottom: auto; }
|
12
|
-
.pos-l-auto { left: auto; }
|
13
|
-
|
14
|
-
// In REM
|
15
|
-
.pos-t-extra { top: var(--extra); }
|
16
|
-
.pos-r-extra { right: var(--extra); }
|
17
|
-
.pos-b-extra { bottom: var(--extra); }
|
18
|
-
.pos-l-extra { left: var(--extra); }
|
19
|
-
.pos-t-extra-negative { top: calc(var(--extra) * -1); }
|
20
|
-
.pos-r-extra-negative { right: calc(var(--extra) * -1); }
|
21
|
-
.pos-b-extra-negative { bottom: calc(var(--extra) * -1); }
|
22
|
-
.pos-l-extra-negative { left: calc(var(--extra) * -1); }
|
23
|
-
|
24
|
-
.pos-t-big { top: var(--big); }
|
25
|
-
.pos-r-big { right: var(--big); }
|
26
|
-
.pos-b-big { bottom: var(--big); }
|
27
|
-
.pos-l-big { left: var(--big); }
|
28
|
-
.pos-t-big-negative { top: calc(var(--big) * -1); }
|
29
|
-
.pos-r-big-negative { right: calc(var(--big) * -1); }
|
30
|
-
.pos-b-big-negative { bottom: calc(var(--big) * -1); }
|
31
|
-
.pos-l-big-negative { left: calc(var(--big) * -1); }
|
32
|
-
|
33
|
-
.pos-t-semi { top: var(--semi); }
|
34
|
-
.pos-r-semi { right: var(--semi); }
|
35
|
-
.pos-b-semi { bottom: var(--semi); }
|
36
|
-
.pos-l-semi { left: var(--semi); }
|
37
|
-
.pos-t-semi-negative { top: calc(var(--semi) * -1); }
|
38
|
-
.pos-r-semi-negative { right: calc(var(--semi) * -1); }
|
39
|
-
.pos-b-semi-negative { bottom: calc(var(--semi) * -1); }
|
40
|
-
.pos-l-semi-negative { left: calc(var(--semi) * -1); }
|
41
|
-
|
42
|
-
.pos-t-medium { top: var(--medium); }
|
43
|
-
.pos-r-medium { right: var(--medium); }
|
44
|
-
.pos-b-medium { bottom: var(--medium); }
|
45
|
-
.pos-l-medium { left: var(--medium); }
|
46
|
-
.pos-t-medium-negative { top: calc(var(--medium) * -1); }
|
47
|
-
.pos-r-medium-negative { right: calc(var(--medium) * -1); }
|
48
|
-
.pos-b-medium-negative { bottom: calc(var(--medium) * -1); }
|
49
|
-
.pos-l-medium-negative { left: calc(var(--medium) * -1); }
|
50
|
-
|
51
|
-
.pos-t-regular { top: var(--regular); }
|
52
|
-
.pos-r-regular { right: var(--regular); }
|
53
|
-
.pos-b-regular { bottom: var(--regular); }
|
54
|
-
.pos-l-regular { left: var(--regular); }
|
55
|
-
.pos-t-regular-negative { top: calc(var(--regular) * -1); }
|
56
|
-
.pos-r-regular-negative { right: calc(var(--regular) * -1); }
|
57
|
-
.pos-b-regular-negative { bottom: calc(var(--regular) * -1); }
|
58
|
-
.pos-l-regular-negative { left: calc(var(--regular) * -1); }
|
59
|
-
|
60
|
-
.pos-t-small { top: var(--small); }
|
61
|
-
.pos-r-small { right: var(--small); }
|
62
|
-
.pos-b-small { bottom: var(--small); }
|
63
|
-
.pos-l-small { left: var(--small); }
|
64
|
-
.pos-t-small-negative { top: calc(var(--small) * -1); }
|
65
|
-
.pos-r-small-negative { right: calc(var(--small) * -1); }
|
66
|
-
.pos-b-small-negative { bottom: calc(var(--small) * -1); }
|
67
|
-
.pos-l-small-negative { left: calc(var(--small) * -1); }
|
68
|
-
|
69
|
-
.pos-t-thin { top: var(--thin); }
|
70
|
-
.pos-r-thin { right: var(--thin); }
|
71
|
-
.pos-b-thin { bottom: var(--thin); }
|
72
|
-
.pos-l-thin { left: var(--thin); }
|
73
|
-
.pos-t-thin-negative { top: calc(var(--thin) * -1); }
|
74
|
-
.pos-r-thin-negative { right: calc(var(--thin) * -1); }
|
75
|
-
.pos-b-thin-negative { bottom: calc(var(--thin) * -1); }
|
76
|
-
.pos-l-thin-negative { left: calc(var(--thin) * -1); }
|
77
|
-
|
78
|
-
.pos-t-micro { top: var(--micro); }
|
79
|
-
.pos-r-micro { right: var(--micro); }
|
80
|
-
.pos-b-micro { bottom: var(--micro); }
|
81
|
-
.pos-l-micro { left: var(--micro); }
|
82
|
-
.pos-t-micro-negative { top: calc(var(--micro) * -1); }
|
83
|
-
.pos-r-micro-negative { right: calc(var(--micro) * -1); }
|
84
|
-
.pos-b-micro-negative { bottom: calc(var(--micro) * -1); }
|
85
|
-
.pos-l-micro-negative { left: calc(var(--micro) * -1); }
|
86
|
-
|
87
|
-
// in %
|
88
|
-
.pos-t-0 { top: 0; }
|
89
|
-
.pos-r-0 { right: 0; }
|
90
|
-
.pos-b-0 { bottom: 0; }
|
91
|
-
.pos-l-0 { left: 0; }
|
92
|
-
|
93
|
-
.pos-t-5 { top: 5%; }
|
94
|
-
.pos-r-5 { right: 5%; }
|
95
|
-
.pos-b-5 { bottom: 5%; }
|
96
|
-
.pos-l-5 { left: 5%; }
|
97
|
-
.pos-t-5-negative { top: -5%; }
|
98
|
-
.pos-r-5-negative { right: -5%; }
|
99
|
-
.pos-b-5-negative { bottom: -5%; }
|
100
|
-
.pos-l-5-negative { left: -5%; }
|
101
|
-
|
102
|
-
.pos-t-10 { top: 10%; }
|
103
|
-
.pos-r-10 { right: 10%; }
|
104
|
-
.pos-b-10 { bottom: 10%; }
|
105
|
-
.pos-l-10 { left: 10%; }
|
106
|
-
.pos-t-10-negative { top: -10%; }
|
107
|
-
.pos-r-10-negative { right: -10%; }
|
108
|
-
.pos-b-10-negative { bottom: -10%; }
|
109
|
-
.pos-l-10-negative { left: -10%; }
|
110
|
-
|
111
|
-
.pos-t-20 { top: 20%; }
|
112
|
-
.pos-r-20 { right: 20%; }
|
113
|
-
.pos-b-20 { bottom: 20%; }
|
114
|
-
.pos-l-20 { left: 20%; }
|
115
|
-
.pos-t-20-negative { top: -20%; }
|
116
|
-
.pos-r-20-negative { right: -20%; }
|
117
|
-
.pos-b-20-negative { bottom: -20%; }
|
118
|
-
.pos-l-20-negative { left: -20%; }
|
119
|
-
|
120
|
-
.pos-t-30 { top: 30%; }
|
121
|
-
.pos-r-30 { right: 30%; }
|
122
|
-
.pos-b-30 { bottom: 30%; }
|
123
|
-
.pos-l-30 { left: 30%; }
|
124
|
-
.pos-t-30-negative { top: -30%; }
|
125
|
-
.pos-r-30-negative { right: -30%; }
|
126
|
-
.pos-b-30-negative { bottom: -30%; }
|
127
|
-
.pos-l-30-negative { left: -30%; }
|
128
|
-
|
129
|
-
|
130
|
-
.pos-t-40 { top: 40%; }
|
131
|
-
.pos-r-40 { right: 40%; }
|
132
|
-
.pos-b-40 { bottom: 40%; }
|
133
|
-
.pos-l-40 { left: 40%; }
|
134
|
-
.pos-t-40-negative { top: -40%; }
|
135
|
-
.pos-r-40-negative { right: -40%; }
|
136
|
-
.pos-b-40-negative { bottom: -40%; }
|
137
|
-
.pos-l-40-negative { left: -40%; }
|
138
|
-
|
139
|
-
.pos-t-50 { top: 50%; }
|
140
|
-
.pos-r-50 { right: 50%; }
|
141
|
-
.pos-b-50 { bottom: 50%; }
|
142
|
-
.pos-l-50 { left: 50%; }
|
143
|
-
.pos-t-50-negative { top: -50%; }
|
144
|
-
.pos-r-50-negative { right: -50%; }
|
145
|
-
.pos-b-50-negative { bottom: -50%; }
|
146
|
-
.pos-l-50-negative { left: -50%; }
|
147
|
-
|
148
|
-
.pos-t-60 { top: 60%; }
|
149
|
-
.pos-r-60 { right: 60%; }
|
150
|
-
.pos-b-60 { bottom: 60%; }
|
151
|
-
.pos-l-60 { left: 60%; }
|
152
|
-
.pos-t-60-negative { top: -60%; }
|
153
|
-
.pos-r-60-negative { right: -60%; }
|
154
|
-
.pos-b-60-negative { bottom: -60%; }
|
155
|
-
.pos-l-60-negative { left: -60%; }
|
156
|
-
|
157
|
-
.pos-t-70 { top: 70%; }
|
158
|
-
.pos-r-70 { right: 70%; }
|
159
|
-
.pos-b-70 { bottom: 70%; }
|
160
|
-
.pos-l-70 { left: 70%; }
|
161
|
-
.pos-t-70-negative { top: -70%; }
|
162
|
-
.pos-r-70-negative { right: -70%; }
|
163
|
-
.pos-b-70-negative { bottom: -70%; }
|
164
|
-
.pos-l-70-negative { left: -70%; }
|
165
|
-
|
166
|
-
.pos-t-80 { top: 80%; }
|
167
|
-
.pos-r-80 { right: 80%; }
|
168
|
-
.pos-b-80 { bottom: 80%; }
|
169
|
-
.pos-l-80 { left: 80%; }
|
170
|
-
.pos-t-80-negative { top: -80%; }
|
171
|
-
.pos-r-80-negative { right: -80%; }
|
172
|
-
.pos-b-80-negative { bottom: -80%; }
|
173
|
-
.pos-l-80-negative { left: -80%; }
|
174
|
-
|
175
|
-
.pos-t-90 { top: 90%; }
|
176
|
-
.pos-r-90 { right: 90%; }
|
177
|
-
.pos-b-90 { bottom: 90%; }
|
178
|
-
.pos-l-90 { left: 90%; }
|
179
|
-
.pos-t-90-negative { top: -90%; }
|
180
|
-
.pos-r-90-negative { right: -90%; }
|
181
|
-
.pos-b-90-negative { bottom: -90%; }
|
182
|
-
.pos-l-90-negative { left: -90%; }
|
183
|
-
|
184
|
-
.pos-t-100 { top: 100%; }
|
185
|
-
.pos-r-100 { right: 100%; }
|
186
|
-
.pos-b-100 { bottom: 100%; }
|
187
|
-
.pos-l-100 { left: 100%; }
|
188
|
-
.pos-t-100-negative { top: -100%; }
|
189
|
-
.pos-r-100-negative { right: -100%; }
|
190
|
-
.pos-b-100-negative { bottom: -100%; }
|
191
|
-
.pos-l-100-negative { left: -100%; }
|
192
|
-
}
|
@@ -1,137 +0,0 @@
|
|
1
|
-
body {
|
2
|
-
.transition-linear {
|
3
|
-
transition: all 0.33s linear;
|
4
|
-
}
|
5
|
-
|
6
|
-
/* .transition-ease-in */
|
7
|
-
.transition-ease-in {
|
8
|
-
transition: all 0.33s cubic-bezier(0.42, 0, 1, 1);
|
9
|
-
}
|
10
|
-
|
11
|
-
/* .transition-ease-out */
|
12
|
-
.transition-ease-out {
|
13
|
-
transition: all 0.33s cubic-bezier(0, 0, 0.58, 1);
|
14
|
-
}
|
15
|
-
|
16
|
-
/* .transition-ease-in-out */
|
17
|
-
.transition-ease-in-out {
|
18
|
-
transition: all 0.33s cubic-bezier(0.42, 0, 0.58, 1);
|
19
|
-
}
|
20
|
-
|
21
|
-
/* .transition-staggered */
|
22
|
-
.transition-staggered {
|
23
|
-
transition: all 0.33s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
24
|
-
}
|
25
|
-
|
26
|
-
/* .transition-bounce */
|
27
|
-
.transition-bounce {
|
28
|
-
transition: all 0.33s cubic-bezier(0.71, -0.46, 0.88, 0.6);
|
29
|
-
}
|
30
|
-
|
31
|
-
/* .transition-elastic */
|
32
|
-
.transition-elastic {
|
33
|
-
transition: all 0.33s cubic-bezier(0.17, 0.67, 0.33, 0.94);
|
34
|
-
}
|
35
|
-
|
36
|
-
/* .transition-spring */
|
37
|
-
.transition-spring {
|
38
|
-
transition: all 0.33s cubic-bezier(0.23, 1, 0.32, 1.01);
|
39
|
-
}
|
40
|
-
|
41
|
-
/* .transition-boomerang */
|
42
|
-
.transition-boomerang {
|
43
|
-
transition: all 0.66s cubic-bezier(0.42, 0, 0.58, 1);
|
44
|
-
}
|
45
|
-
|
46
|
-
/* .transition-slow-motion */
|
47
|
-
.transition-slow-motion {
|
48
|
-
transition: all 1.33s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
49
|
-
}
|
50
|
-
|
51
|
-
/* .transition-zoom */
|
52
|
-
.transition-zoom {
|
53
|
-
transition: all 0.33s cubic-bezier(0.71, -0.46, 0.88, 0.6);
|
54
|
-
}
|
55
|
-
|
56
|
-
/* .transition-fly-away */
|
57
|
-
.transition-fly-away {
|
58
|
-
transition: all 0.33s cubic-bezier(0.17, 0.67, 0.33, 0.94);
|
59
|
-
}
|
60
|
-
|
61
|
-
/* Принцип 1. Сжатие и растяжение */
|
62
|
-
.transition-squeeze {
|
63
|
-
transition: all 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000);
|
64
|
-
transform-origin: center;
|
65
|
-
}
|
66
|
-
|
67
|
-
/* Принцип 2. Подготовка, или упреждение */
|
68
|
-
.transition-anticipate {
|
69
|
-
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
|
70
|
-
transform-origin: center;
|
71
|
-
}
|
72
|
-
|
73
|
-
/* Принцип 3. Сценичность */
|
74
|
-
.transition-staging {
|
75
|
-
transition: all 0.5s cubic-bezier(0.470, 0.000, 0.745, 0.715);
|
76
|
-
transform-origin: center;
|
77
|
-
}
|
78
|
-
|
79
|
-
/* Принцип 4. Использование компоновок и прямого фазованного движения */
|
80
|
-
.transition-overlapping {
|
81
|
-
transition: all 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
|
82
|
-
transform-origin: center;
|
83
|
-
}
|
84
|
-
|
85
|
-
/* Принцип 5. Сквозное движение и захлёст действия */
|
86
|
-
.transition-through {
|
87
|
-
transition: all 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060);
|
88
|
-
transform-origin: center;
|
89
|
-
}
|
90
|
-
|
91
|
-
// Principle 6: Slow In and Slow Out
|
92
|
-
.transition-slow-in {
|
93
|
-
transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
|
94
|
-
}
|
95
|
-
.transition-slow-out {
|
96
|
-
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
97
|
-
}
|
98
|
-
|
99
|
-
// Principle 7: Arcs
|
100
|
-
.transition-arc {
|
101
|
-
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
102
|
-
}
|
103
|
-
|
104
|
-
// Principle 8: Secondary Action
|
105
|
-
.transition-secondary {
|
106
|
-
transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
|
107
|
-
}
|
108
|
-
|
109
|
-
// Principle 9: Timing
|
110
|
-
.transition-timing-1 {
|
111
|
-
transition-duration: 0.15s;
|
112
|
-
}
|
113
|
-
.transition-timing-2 {
|
114
|
-
transition-duration: 0.25s;
|
115
|
-
}
|
116
|
-
.transition-timing-3 {
|
117
|
-
transition-duration: 0.35s;
|
118
|
-
}
|
119
|
-
.transition-timing-4 {
|
120
|
-
transition-duration: 0.45s;
|
121
|
-
}
|
122
|
-
|
123
|
-
// Principle 10: Exaggeration
|
124
|
-
.transition-exaggerated {
|
125
|
-
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1.0);
|
126
|
-
}
|
127
|
-
|
128
|
-
// Principle 11: Solid Drawing
|
129
|
-
.transition-solid-drawing {
|
130
|
-
transition-timing-function: cubic-bezier(0.4, 0.0, 1, 1);
|
131
|
-
}
|
132
|
-
|
133
|
-
// Principle 12: Appeal
|
134
|
-
.transition-appeal {
|
135
|
-
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
136
|
-
}
|
137
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
// ////////////////////////////////////////
|
2
|
-
// BLOCKS
|
3
|
-
// ////////////////////////////////////////
|
4
|
-
.display-block {
|
5
|
-
display: block;
|
6
|
-
}
|
7
|
-
|
8
|
-
.block {
|
9
|
-
display: flex;
|
10
|
-
position: relative;
|
11
|
-
|
12
|
-
padding: var(--medium);
|
13
|
-
|
14
|
-
background: rgb(var(--grey));
|
15
|
-
border-radius: var(--big);
|
16
|
-
|
17
|
-
transition: 0.2s;
|
18
|
-
}
|
File without changes
|