@ozdao/martyrs 0.2.432 → 0.2.433
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/dist/martyrs/src/components/Dropdown/{Dropdown.vue.cjs → Dropdown.vue2.cjs} +2 -2
- package/dist/martyrs/src/components/Dropdown/Dropdown.vue2.cjs.map +1 -0
- package/dist/martyrs/src/components/Dropdown/{Dropdown.vue.js → Dropdown.vue2.js} +2 -2
- package/dist/martyrs/src/components/Dropdown/{Dropdown.vue.cjs.map → Dropdown.vue2.js.map} +1 -1
- package/dist/martyrs/src/components/Feed/Feed.vue.cjs +1 -1
- package/dist/martyrs/src/components/Feed/Feed.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +1 -1
- package/dist/martyrs/src/modules/community/components/sections/HotPosts.vue.cjs +1 -1
- package/dist/martyrs/src/modules/community/components/sections/HotPosts.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/sections/EventsHot.vue.cjs +1 -1
- package/dist/martyrs/src/modules/events/components/sections/EventsHot.vue.js +1 -1
- package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.cjs +1 -1
- package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.js +1 -1
- package/dist/martyrs/src/modules/globals/views/components/partials/Navigation.vue.cjs +1 -1
- package/dist/martyrs/src/modules/globals/views/components/partials/Navigation.vue.js +1 -1
- package/dist/martyrs/src/modules/landing/landing.client.cjs +0 -6
- package/dist/martyrs/src/modules/landing/landing.client.cjs.map +1 -1
- package/dist/martyrs/src/modules/landing/landing.client.js +0 -6
- package/dist/martyrs/src/modules/landing/landing.client.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.cjs +1 -1
- package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.js +1 -1
- package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/notifications.client.cjs +248 -135
- package/dist/martyrs/src/modules/notifications/notifications.client.cjs.map +1 -1
- package/dist/martyrs/src/modules/notifications/notifications.client.js +248 -135
- package/dist/martyrs/src/modules/notifications/notifications.client.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/DetailsTabSection.vue.cjs +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/DetailsTabSection.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +1 -1
- package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.cjs +1 -1
- package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js +1 -1
- package/dist/style.css +4 -92
- package/package.json +1 -1
- package/src/modules/landing/landing.client.js +6 -6
- package/src/modules/notifications/components/layouts/NotificationsLayout.vue +2 -0
- package/src/modules/notifications/notifications.client.js +351 -167
- package/src/modules/notifications/notifications2.client.js +256 -0
- package/dist/martyrs/src/components/Dropdown/Dropdown.vue.js.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionFeaturesImages.vue.cjs +0 -101
- package/dist/martyrs/src/modules/landing/components/sections/SectionFeaturesImages.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionFeaturesImages.vue.js +0 -101
- package/dist/martyrs/src/modules/landing/components/sections/SectionFeaturesImages.vue.js.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.cjs +0 -85
- package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.js +0 -85
- package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.js.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.cjs +0 -97
- package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.js +0 -97
- package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.js.map +0 -1
package/dist/style.css
CHANGED
|
@@ -2428,94 +2428,6 @@ to {
|
|
|
2428
2428
|
100% {
|
|
2429
2429
|
transform: rotateX(45deg) translateY(0);
|
|
2430
2430
|
}
|
|
2431
|
-
}.sheen:after {
|
|
2432
|
-
content: "";
|
|
2433
|
-
top: 0;
|
|
2434
|
-
left: -25%;
|
|
2435
|
-
transform: translateX(100%);
|
|
2436
|
-
width: 100%;
|
|
2437
|
-
height: 220px;
|
|
2438
|
-
position: absolute;
|
|
2439
|
-
z-index: 1;
|
|
2440
|
-
animation: slide 3s infinite;
|
|
2441
|
-
/*
|
|
2442
|
-
CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/
|
|
2443
|
-
*/
|
|
2444
|
-
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* FF3.6+ */
|
|
2445
|
-
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0))); /* Chrome,Safari4+ */
|
|
2446
|
-
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* Chrome10+,Safari5.1+ */
|
|
2447
|
-
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* Opera 11.10+ */
|
|
2448
|
-
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* IE10+ */
|
|
2449
|
-
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* W3C */
|
|
2450
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#007db9e8",GradientType=1 ); /* IE6-9 */
|
|
2451
|
-
}
|
|
2452
|
-
@keyframes slide {
|
|
2453
|
-
0% {
|
|
2454
|
-
transform: translateX(0%);
|
|
2455
|
-
opacity: 0;
|
|
2456
|
-
}
|
|
2457
|
-
20% {
|
|
2458
|
-
opacity: 1;
|
|
2459
|
-
}
|
|
2460
|
-
80% {
|
|
2461
|
-
opacity: 1;
|
|
2462
|
-
}
|
|
2463
|
-
100% {
|
|
2464
|
-
transform: translateX(100%);
|
|
2465
|
-
opacity: 0;
|
|
2466
|
-
}
|
|
2467
|
-
}#grid2 {
|
|
2468
|
-
transition: 500ms;
|
|
2469
|
-
display: grid;
|
|
2470
|
-
grid-template-columns: 1fr 1fr 1fr;
|
|
2471
|
-
gap: 3px;
|
|
2472
|
-
background: crimson;
|
|
2473
|
-
}
|
|
2474
|
-
:where(.left, .center, .right) {
|
|
2475
|
-
background: navajowhite;
|
|
2476
|
-
transition: 300ms;
|
|
2477
|
-
}
|
|
2478
|
-
:where(.left, .center, .right):hover {
|
|
2479
|
-
background: crimson;
|
|
2480
|
-
}
|
|
2481
|
-
#grid2:has(.left:hover) {
|
|
2482
|
-
grid-template-columns: 2fr 0.5fr 0.5fr;
|
|
2483
|
-
padding: 3rem;
|
|
2484
|
-
}
|
|
2485
|
-
#grid2:has(.center:hover) {
|
|
2486
|
-
grid-template-columns: 0.5fr 2fr 0.5fr;
|
|
2487
|
-
padding: 3rem;
|
|
2488
|
-
}
|
|
2489
|
-
#grid2:has(.right:hover) {
|
|
2490
|
-
grid-template-columns: 0.5fr 0.5fr 2fr;
|
|
2491
|
-
padding: 3rem;
|
|
2492
|
-
}.timeline .timeline-item[data-v-148fd4a9] {
|
|
2493
|
-
min-width: 32rem;
|
|
2494
|
-
}
|
|
2495
|
-
.timeline .timeline-icon[data-v-148fd4a9] {
|
|
2496
|
-
border-radius: 100%;
|
|
2497
|
-
width: 3rem;
|
|
2498
|
-
height: 3rem;
|
|
2499
|
-
display: flex;
|
|
2500
|
-
align-items: center;
|
|
2501
|
-
justify-content: center;
|
|
2502
|
-
}
|
|
2503
|
-
.timeline .timeline-icon img[data-v-148fd4a9] {
|
|
2504
|
-
width: 1.5rem;
|
|
2505
|
-
height: 1.5rem;
|
|
2506
|
-
}
|
|
2507
|
-
.custom-scroll[data-v-148fd4a9] {
|
|
2508
|
-
overflow-x: scroll;
|
|
2509
|
-
scrollbar-width: none; /* Hide scrollbar for Firefox */
|
|
2510
|
-
-ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
|
|
2511
|
-
display: -webkit-box; /* Fix for Safari */
|
|
2512
|
-
display: -webkit-flex; /* Fix for Safari */
|
|
2513
|
-
display: -ms-flexbox;
|
|
2514
|
-
display: flex;
|
|
2515
|
-
}
|
|
2516
|
-
.custom-scroll[data-v-148fd4a9]::-webkit-scrollbar {
|
|
2517
|
-
width: 0px; /* Hide scrollbar for Chrome and Safari */
|
|
2518
|
-
height: 0px;
|
|
2519
2431
|
}
|
|
2520
2432
|
.table-cell-content[data-v-455ed075] {
|
|
2521
2433
|
width: 100%;
|
|
@@ -3068,16 +2980,16 @@ input:checked + .toggle-slider[data-v-8f705373]:before {
|
|
|
3068
2980
|
padding: 16px 0;
|
|
3069
2981
|
}
|
|
3070
2982
|
|
|
3071
|
-
.notifications-layout[data-v-
|
|
2983
|
+
.notifications-layout[data-v-f6ac807f] {
|
|
3072
2984
|
display: flex;
|
|
3073
2985
|
flex-direction: column;
|
|
3074
2986
|
height: 100%;
|
|
3075
2987
|
}
|
|
3076
|
-
.tabs[data-v-
|
|
2988
|
+
.tabs[data-v-f6ac807f] {
|
|
3077
2989
|
display: flex;
|
|
3078
2990
|
gap: 1rem;
|
|
3079
2991
|
}
|
|
3080
|
-
.tab-button[data-v-
|
|
2992
|
+
.tab-button[data-v-f6ac807f] {
|
|
3081
2993
|
padding: 0.5rem 1rem;
|
|
3082
2994
|
border: none;
|
|
3083
2995
|
background: none;
|
|
@@ -3085,7 +2997,7 @@ input:checked + .toggle-slider[data-v-8f705373]:before {
|
|
|
3085
2997
|
font-weight: 500;
|
|
3086
2998
|
border-bottom: 2px solid transparent;
|
|
3087
2999
|
}
|
|
3088
|
-
.tab-button.active[data-v-
|
|
3000
|
+
.tab-button.active[data-v-f6ac807f] {
|
|
3089
3001
|
border-bottom: 2px solid var(--primary-color, #0066cc);
|
|
3090
3002
|
color: var(--primary-color, #0066cc);
|
|
3091
3003
|
}
|
package/package.json
CHANGED
|
@@ -10,9 +10,9 @@ import SectionOverview from './components/sections/SectionOverview.vue';
|
|
|
10
10
|
import FloatingImages from './components/elements/FloatingImages.vue';
|
|
11
11
|
import AnimatedGrid from './components/elements/AnimatedGrid.vue';
|
|
12
12
|
|
|
13
|
-
import SectionHeroToken from './components/sections/SectionHeroToken.vue';
|
|
14
|
-
import SectionFeaturesImages from './components/sections/SectionFeaturesImages.vue';
|
|
15
|
-
import SectionRoadmap from './components/sections/SectionRoadmap.vue';
|
|
13
|
+
// import SectionHeroToken from './components/sections/SectionHeroToken.vue';
|
|
14
|
+
// import SectionFeaturesImages from './components/sections/SectionFeaturesImages.vue';
|
|
15
|
+
// import SectionRoadmap from './components/sections/SectionRoadmap.vue';
|
|
16
16
|
|
|
17
17
|
export {
|
|
18
18
|
SectionEarn,
|
|
@@ -23,8 +23,8 @@ export {
|
|
|
23
23
|
SubscribeNewsletter,
|
|
24
24
|
SectionFeatures,
|
|
25
25
|
FloatingImages,
|
|
26
|
-
SectionHeroToken,
|
|
27
|
-
SectionFeaturesImages,
|
|
28
|
-
SectionRoadmap,
|
|
26
|
+
// SectionHeroToken,
|
|
27
|
+
// SectionFeaturesImages,
|
|
28
|
+
// SectionRoadmap,
|
|
29
29
|
AnimatedGrid
|
|
30
30
|
};
|
|
@@ -24,7 +24,9 @@ import { computed, inject } from 'vue';
|
|
|
24
24
|
|
|
25
25
|
// Get notification manager from store
|
|
26
26
|
const store = inject('store');
|
|
27
|
+
|
|
27
28
|
const notificationManager = computed(() => store.notificationManager || null);
|
|
29
|
+
|
|
28
30
|
const isConnected = computed(() => {
|
|
29
31
|
return notificationManager.value?.wsHandler?.isConnected || false;
|
|
30
32
|
});
|