@ozdao/prometheus-framework 0.2.224 → 0.2.225

Sign up to get free protection for your applications and to get access to all the features.
package/dist/builder.js CHANGED
@@ -105,7 +105,7 @@ const renderHtml$1 = async (stuff) => {
105
105
  };
106
106
  const createHtmlRenderer$1 = (onTemplateUpdate) => {
107
107
  setInterval(() => {
108
- delete require.cache[require.resolve("../templates/page.js")];
108
+ delete require.cache[template];
109
109
  if (onTemplateUpdate) {
110
110
  onTemplateUpdate();
111
111
  }
package/dist/builder.mjs CHANGED
@@ -82,7 +82,7 @@ const renderHtml$1 = async (stuff) => {
82
82
  };
83
83
  const createHtmlRenderer$1 = (onTemplateUpdate) => {
84
84
  setInterval(() => {
85
- delete require.cache[require.resolve("../templates/page.js")];
85
+ delete require.cache[template];
86
86
  if (onTemplateUpdate) {
87
87
  onTemplateUpdate();
88
88
  }
@@ -208,8 +208,6 @@
208
208
  .scaleIn-leave-to div {
209
209
  transform: translateZ(-30px);
210
210
  transition: all 0.5s ease;
211
- }#sidebar ul li {
212
- margin-bottom: 1rem;
213
211
  }.location-button:hover {
214
212
  box-shadow: inset 0 0 0 2px rgb(var(--main));
215
213
  }
@@ -286,6 +284,8 @@
286
284
  .menu-nav__link_active {
287
285
  transform: translateX(0%);
288
286
  opacity: 1;
287
+ }#sidebar ul li {
288
+ margin-bottom: 1rem;
289
289
  }.slide-fade-enter-active {
290
290
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
291
291
  }
@@ -334,10 +334,68 @@
334
334
  padding: 20px;
335
335
  z-index: 10;
336
336
  }
337
- .selector {
338
- flex-grow: 1;
339
- flex-basis: 0;
340
- min-width: 0;
337
+ @media screen and (max-width: 1025px) {
338
+ #mobileApp {
339
+ text-align: center;
340
+ }
341
+ #mobileApp > section {
342
+ flex-direction: column;
343
+ }
344
+ #mobileApp > section > div {
345
+ order: 1;
346
+ }
347
+ }.spiral[data-v-4a28df5c] {
348
+ background-image: url("https://weeder.delivery/spiral.jpg");
349
+ background-size: cover;
350
+ width: 100rem;
351
+ height: 100rem;
352
+ position: absolute;
353
+ top: 50%;
354
+ left: 50%;
355
+ opacity: 0.066;
356
+ transform: translate(-50%, -50%) rotate(0deg);
357
+ transform-origin: center center;
358
+ animation: spin-4a28df5c 5s linear infinite;
359
+ }
360
+ @keyframes spin-4a28df5c {
361
+ 0% {
362
+ transform: translate(-50%, -50%) rotate(0deg);
363
+ }
364
+ 100% {
365
+ transform: translate(-50%, -50%) rotate(360deg);
366
+ }
367
+ }.grid[data-v-9b14ae83] {
368
+ perspective: 450px;
369
+ background-size: cover;
370
+ }
371
+ .grid-lines[data-v-9b14ae83] {
372
+ width: 100%;
373
+ height: 200%;
374
+ background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 0), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 0);
375
+ background-size: 45px 30px;
376
+ background-repeat: repeat;
377
+ transform-origin: 100% 0 0;
378
+ animation: play-9b14ae83 15s linear infinite;
379
+ }
380
+ @keyframes play-9b14ae83 {
381
+ 0% {
382
+ transform: rotateX(45deg) translateY(-50%);
383
+ }
384
+ 100% {
385
+ transform: rotateX(45deg) translateY(0);
386
+ }
387
+ }.vue-select {
388
+ background: #f7f7f7;
389
+ border-radius: 0.5rem;
390
+ border: 0;
391
+ height: 3rem;
392
+ padding-left: 1rem;
393
+ z-index: 4;
394
+ }
395
+ .vue-select .vue-input input {
396
+ font-size: 1.125rem;
397
+ font-weight: 300;
398
+ background: #f7f7f7;
341
399
  }
342
400
  .magnifier[data-v-48231055] {
343
401
  max-width: 32rem;
@@ -369,18 +427,11 @@
369
427
  max-width: 90%;
370
428
  max-height: 90%;
371
429
  }
372
- .vue-select {
373
- background: #f7f7f7;
374
- border-radius: 0.5rem;
375
- border: 0;
376
- height: 3rem;
377
- padding-left: 1rem;
378
- z-index: 4;
430
+ .shop-cart-item[data-v-bebbf16b]:first-of-type {
431
+ padding-top: 0;
379
432
  }
380
- .vue-select .vue-input input {
381
- font-size: 1.125rem;
382
- font-weight: 300;
383
- background: #f7f7f7;
433
+ .spoiler-active[data-v-bebbf16b] {
434
+ transform: rotate(180deg);
384
435
  }
385
436
  .expand-enter-active[data-v-e552bc5f],
386
437
  .expand-leave-active[data-v-e552bc5f] {
@@ -419,27 +470,7 @@
419
470
  /*.product-360-viewer img:hover {
420
471
  transform: scale(1.1);
421
472
  }*/
422
- .shop-cart-item[data-v-bebbf16b]:first-of-type {
423
- padding-top: 0;
424
- }
425
- .spoiler-active[data-v-bebbf16b] {
426
- transform: rotate(180deg);
427
- }.embla {
428
- overflow: hidden;
429
- }
430
- .embla__container {
431
- display: flex;
432
- }
433
- .embla__slide {
434
- flex: 0 0 25%;
435
- min-width: 0;
436
- }
437
- @media screen and (max-width: 1025px) {
438
- .embla__slide {
439
- flex: 0 0 50%;
440
- min-width: 0;
441
- }
442
- }
473
+
443
474
  .spiral {
444
475
 
445
476
  background-size: cover;
@@ -474,6 +505,21 @@
474
505
  align-items: center;
475
506
  width: fit-content;
476
507
  color: black;
508
+ }.embla {
509
+ overflow: hidden;
510
+ }
511
+ .embla__container {
512
+ display: flex;
513
+ }
514
+ .embla__slide {
515
+ flex: 0 0 25%;
516
+ min-width: 0;
517
+ }
518
+ @media screen and (max-width: 1025px) {
519
+ .embla__slide {
520
+ flex: 0 0 50%;
521
+ min-width: 0;
522
+ }
477
523
  }.thc {
478
524
  position: absolute;
479
525
  right: 1rem;
@@ -510,13 +556,7 @@
510
556
  }
511
557
  }
512
558
  /* Add your styles here */
513
- .h1-product {
514
- font-size: 3rem;
515
- }
516
- .produc-data {
517
- padding-top: 2rem;
518
- padding-bottom: 0;
519
- }.round-stat {
559
+ .round-stat {
520
560
  padding: 1rem;
521
561
  border-radius: 5rem;
522
562
  width: 3rem;
@@ -549,61 +589,21 @@
549
589
  .order-card .block {
550
590
  border-radius: 0;
551
591
  border: 0;
592
+ }.h1-product {
593
+ font-size: 3rem;
594
+ }
595
+ .produc-data {
596
+ padding-top: 2rem;
597
+ padding-bottom: 0;
552
598
  }.main-photo {
553
599
  max-width: 50%;
554
600
  }
555
601
  .main-photo img {
556
602
  width: 100%;
557
- }@media screen and (max-width: 1025px) {
558
- #mobileApp {
559
- text-align: center;
560
- }
561
- #mobileApp > section {
562
- flex-direction: column;
563
- }
564
- #mobileApp > section > div {
565
- order: 1;
566
- }
567
- }.spiral[data-v-4a28df5c] {
568
- background-image: url("https://weeder.delivery/spiral.jpg");
569
- background-size: cover;
570
- width: 100rem;
571
- height: 100rem;
572
- position: absolute;
573
- top: 50%;
574
- left: 50%;
575
- opacity: 0.066;
576
- transform: translate(-50%, -50%) rotate(0deg);
577
- transform-origin: center center;
578
- animation: spin-4a28df5c 5s linear infinite;
579
- }
580
- @keyframes spin-4a28df5c {
581
- 0% {
582
- transform: translate(-50%, -50%) rotate(0deg);
583
- }
584
- 100% {
585
- transform: translate(-50%, -50%) rotate(360deg);
586
- }
587
- }.grid[data-v-9b14ae83] {
588
- perspective: 450px;
589
- background-size: cover;
590
- }
591
- .grid-lines[data-v-9b14ae83] {
592
- width: 100%;
593
- height: 200%;
594
- background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 0), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 0);
595
- background-size: 45px 30px;
596
- background-repeat: repeat;
597
- transform-origin: 100% 0 0;
598
- animation: play-9b14ae83 15s linear infinite;
599
- }
600
- @keyframes play-9b14ae83 {
601
- 0% {
602
- transform: rotateX(45deg) translateY(-50%);
603
- }
604
- 100% {
605
- transform: rotateX(45deg) translateY(0);
606
- }
603
+ }.selector {
604
+ flex-grow: 1;
605
+ flex-basis: 0;
606
+ min-width: 0;
607
607
  }.fade-move,
608
608
  .fade-enter-active,
609
609
  .fade-leave-active {
@@ -647,48 +647,6 @@
647
647
  .slider-hotpost .embla__slide {
648
648
  flex: 0 0 75%;
649
649
  }
650
- }
651
- .subspotsartment[data-v-a4b9b533] {
652
- border: 1px solid rgba(0, 0, 0, 0.1);
653
- margin-top: 1rem;
654
- }
655
- #map[data-v-3b081dcc]:focus {
656
- outline: none;
657
- }
658
- .form-group[data-v-3c991e96] {
659
- margin-bottom: 1rem;
660
- }
661
- label[data-v-3c991e96] {
662
- display: block;
663
- margin-bottom: 0.5rem;
664
- }
665
- input[data-v-3c991e96] {
666
- width: 100%;
667
- padding: 0.5rem;
668
- border: 1px solid #ccc;
669
- border-radius: 5px;
670
- }
671
-
672
- .subspotsartment[data-v-bc545dfb] {
673
- border: 1px solid rgba(0, 0, 0, 0.1);
674
- margin-top: 1rem;
675
- }
676
- .blink[data-v-d2db1c69] {
677
- animation: blink-animation-d2db1c69 1s ease infinite;
678
- }
679
- @keyframes blink-animation-d2db1c69 {
680
- 0%, 100% {
681
- opacity: 1;
682
- }
683
- 50% {
684
- opacity: 0.8;
685
- }
686
- }.vue-select {
687
- width: inherit;
688
- margin-right: 1rem;
689
- }
690
- .vue-select-header {
691
- height: 3rem;
692
650
  }.round-wrapper {
693
651
  position: relative;
694
652
  }
@@ -707,6 +665,22 @@ input[data-v-3c991e96] {
707
665
  left: 0.5rem;
708
666
  top: 0.5rem;
709
667
  opacity: 1;
668
+ }.blink[data-v-d2db1c69] {
669
+ animation: blink-animation-d2db1c69 1s ease infinite;
670
+ }
671
+ @keyframes blink-animation-d2db1c69 {
672
+ 0%, 100% {
673
+ opacity: 1;
674
+ }
675
+ 50% {
676
+ opacity: 0.8;
677
+ }
678
+ }.vue-select {
679
+ width: inherit;
680
+ margin-right: 1rem;
681
+ }
682
+ .vue-select-header {
683
+ height: 3rem;
710
684
  }.shop-cart-item[data-v-e9803d20]:first-of-type {
711
685
  padding-top: 0;
712
686
  }.shop-cart {
@@ -745,6 +719,43 @@ input[data-v-3c991e96] {
745
719
  .shop-cart-active .shopcart-footer {
746
720
  right: 0;
747
721
  }
722
+ }
723
+ .subspotsartment[data-v-a4b9b533] {
724
+ border: 1px solid rgba(0, 0, 0, 0.1);
725
+ margin-top: 1rem;
726
+ }
727
+
728
+ .form-group[data-v-3c991e96] {
729
+ margin-bottom: 1rem;
730
+ }
731
+ label[data-v-3c991e96] {
732
+ display: block;
733
+ margin-bottom: 0.5rem;
734
+ }
735
+ input[data-v-3c991e96] {
736
+ width: 100%;
737
+ padding: 0.5rem;
738
+ border: 1px solid #ccc;
739
+ border-radius: 5px;
740
+ }
741
+ #map[data-v-3b081dcc]:focus {
742
+ outline: none;
743
+ }
744
+ .subspotsartment[data-v-bc545dfb] {
745
+ border: 1px solid rgba(0, 0, 0, 0.1);
746
+ margin-top: 1rem;
747
+ }
748
+ input[data-v-5659d4ce], textarea[data-v-5659d4ce], span[data-v-5659d4ce] {
749
+ line-height: 1;
750
+ color: inherit;
751
+ }.tab-selector {
752
+ position: absolute;
753
+ width: 50%;
754
+ height: 100%;
755
+ left: 0;
756
+ top: 0;
757
+ z-index: 0;
758
+ transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
748
759
  }button[disabled] {
749
760
  background: grey;
750
761
  }
@@ -804,17 +815,6 @@ button[disabled]:hover {
804
815
  text-align: center;
805
816
  line-height: 16px;
806
817
  font-size: 10px;
807
- }.tab-selector {
808
- position: absolute;
809
- width: 50%;
810
- height: 100%;
811
- left: 0;
812
- top: 0;
813
- z-index: 0;
814
- transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
815
- }input[data-v-5659d4ce], textarea[data-v-5659d4ce], span[data-v-5659d4ce] {
816
- line-height: 1;
817
- color: inherit;
818
818
  }.vue3-reactive-tel-input {
819
819
  display: flex;
820
820
  }
@@ -1024,8 +1024,6 @@ button[disabled]:hover {
1024
1024
  .slideY-enter-from span,
1025
1025
  .slideY-leave-to span {
1026
1026
  position: absolute;
1027
- }.mobile-menu-section > div:last-of-type {
1028
- border-bottom: none !important;
1029
1027
  }li[data-v-bf25c24d] {
1030
1028
  list-style-type: none;
1031
1029
  }
@@ -1037,16 +1035,8 @@ ul li[data-v-bf25c24d] {
1037
1035
  a[data-v-380d7b3b]:hover {
1038
1036
  cursor: pointer;
1039
1037
  color: rgb(var(--main));
1040
- }.spoiler {
1041
- transition: max-height 0.3s cubic-bezier(0.15, 0.68, 0.33, 0.93);
1042
- }
1043
- .collapse-enter-active,
1044
- .collapse-leave-active {
1045
- max-height: 2000px;
1046
- }
1047
- .collapse-enter-from,
1048
- .collapse-leave-to {
1049
- max-height: 0;
1038
+ }.mobile-menu-section > div:last-of-type {
1039
+ border-bottom: none !important;
1050
1040
  }.breadcrumbs {
1051
1041
  height: 4rem;
1052
1042
  display: flex;
@@ -1071,6 +1061,42 @@ a[data-v-380d7b3b]:hover {
1071
1061
  .breadcrumbs .router-link-exact-active:last-of-type span {
1072
1062
  color: #00ff88;
1073
1063
  }
1064
+ .feed-move, /* apply transition to moving elements */
1065
+ .feed-enter-active,
1066
+ .feed-leave-active {
1067
+ transition: all 0.5s ease;
1068
+ }
1069
+ .feed-enter-from,
1070
+ .feed-leave-to {
1071
+ opacity: 0;
1072
+ transform: translateY(30px);
1073
+ }
1074
+
1075
+ /* ensure leaving items are taken out of layout flow so that moving
1076
+ animations can be calculated correctly. */
1077
+ .feed-leave-active {
1078
+ position: absolute;
1079
+ }
1080
+ .spoiler {
1081
+ transition: max-height 0.3s cubic-bezier(0.15, 0.68, 0.33, 0.93);
1082
+ }
1083
+ .collapse-enter-active,
1084
+ .collapse-leave-active {
1085
+ max-height: 2000px;
1086
+ }
1087
+ .collapse-enter-from,
1088
+ .collapse-leave-to {
1089
+ max-height: 0;
1090
+ }
1091
+ .ti-tag-toDefactor {
1092
+ background-color: rgb(var(--main));
1093
+ color: rgb(var(--black));
1094
+ border-radius: 4rem;
1095
+ padding: 1px 8px 2px;
1096
+ margin: 2px;
1097
+ font-size: .85em;
1098
+ }
1099
+
1074
1100
  fieldset[disabled] .multiselect {
1075
1101
  pointer-events: none;
1076
1102
  }
@@ -1449,32 +1475,6 @@ to {
1449
1475
  }
1450
1476
  }
1451
1477
 
1452
- .ti-tag-toDefactor {
1453
- background-color: rgb(var(--main));
1454
- color: rgb(var(--black));
1455
- border-radius: 4rem;
1456
- padding: 1px 8px 2px;
1457
- margin: 2px;
1458
- font-size: .85em;
1459
- }
1460
-
1461
- .feed-move, /* apply transition to moving elements */
1462
- .feed-enter-active,
1463
- .feed-leave-active {
1464
- transition: all 0.5s ease;
1465
- }
1466
- .feed-enter-from,
1467
- .feed-leave-to {
1468
- opacity: 0;
1469
- transform: translateY(30px);
1470
- }
1471
-
1472
- /* ensure leaving items are taken out of layout flow so that moving
1473
- animations can be calculated correctly. */
1474
- .feed-leave-active {
1475
- position: absolute;
1476
- }
1477
-
1478
1478
  .t-trimmed {
1479
1479
  font-size: 0;
1480
1480
  }
@@ -1528,6 +1528,11 @@ to {
1528
1528
  object-fit: scale-down;
1529
1529
  transition: transform 0.3s;
1530
1530
  }
1531
+
1532
+ #glcanvas {
1533
+ width: 100%;
1534
+ height: 100%;
1535
+ }
1531
1536
  .vue3-marquee {
1532
1537
  display: flex !important;
1533
1538
  position: relative;
@@ -1623,12 +1628,36 @@ to {
1623
1628
  100% {
1624
1629
  transform: translateY(-100%);
1625
1630
  }
1631
+ }.editable-div {
1632
+ width: 100%;
1633
+ min-height: 1rem;
1634
+ background-color: transparent;
1635
+ outline: none;
1636
+ white-space: pre-wrap;
1637
+ word-wrap: break-word;
1626
1638
  }
1627
- #glcanvas {
1628
- width: 100%;
1629
- height: 100%;
1639
+ .editable-div:empty::before {
1640
+ content: attr(placeholder);
1641
+ color: #999;
1642
+ }
1643
+ .editable-div:focus {
1644
+ border: 0;
1645
+ }
1646
+ .formatting-bar {
1647
+ display: flex;
1648
+ gap: 5px;
1649
+ margin-top: 5px;
1650
+ }
1651
+ .formatting-bar button {
1652
+ padding: 2px 5px;
1653
+ background-color: #f0f0f0;
1654
+ border: 1px solid #ccc;
1655
+ border-radius: 3px;
1656
+ cursor: pointer;
1657
+ }
1658
+ .formatting-bar button:hover {
1659
+ background-color: #e0e0e0;
1630
1660
  }
1631
-
1632
1661
  .calendar__week {
1633
1662
  display: grid;
1634
1663
  grid-template-columns: repeat(7, 1fr);
@@ -1669,39 +1698,19 @@ to {
1669
1698
  color: #ccc;
1670
1699
  cursor: not-allowed;
1671
1700
  }
1672
- .editable-div {
1673
- width: 100%;
1674
- min-height: 1rem;
1675
- background-color: transparent;
1676
- outline: none;
1677
- white-space: pre-wrap;
1678
- word-wrap: break-word;
1679
- }
1680
- .editable-div:empty::before {
1681
- content: attr(placeholder);
1682
- color: #999;
1683
- }
1684
- .editable-div:focus {
1701
+ .dp__input {
1685
1702
  border: 0;
1686
- }
1687
- .formatting-bar {
1688
- display: flex;
1689
- gap: 5px;
1690
- margin-top: 5px;
1691
- }
1692
- .formatting-bar button {
1693
- padding: 2px 5px;
1694
- background-color: #f0f0f0;
1695
- border: 1px solid #ccc;
1696
- border-radius: 3px;
1697
- cursor: pointer;
1698
- }
1699
- .formatting-bar button:hover {
1700
- background-color: #e0e0e0;
1703
+ padding: var(--medium);
1704
+ padding-left: 3rem;
1705
+ background: rgb(var(--grey));
1701
1706
  }input[data-v-516f3e07], span[data-v-516f3e07] {
1702
1707
  line-height: 1;
1703
1708
  color: inherit;
1704
1709
  }@media screen and (max-width: 1025px) {
1710
+ #mainguest > div:first-of-type {
1711
+ order: 2;
1712
+ }
1713
+ }@media screen and (max-width: 1025px) {
1705
1714
  .content-hero-refactor[data-v-c7a21d03] {
1706
1715
  text-align: center;
1707
1716
  }
@@ -1709,18 +1718,9 @@ h3[data-v-c7a21d03], div[data-v-c7a21d03] {
1709
1718
  margin-left: auto;
1710
1719
  margin-right: auto;
1711
1720
  }
1712
- }@media screen and (max-width: 1025px) {
1713
- #mainguest > div:first-of-type {
1714
- order: 2;
1715
- }
1716
1721
  }
1717
1722
  /* Existing styles can stay unchanged */
1718
- .dp__input {
1719
- border: 0;
1720
- padding: var(--medium);
1721
- padding-left: 3rem;
1722
- background: rgb(var(--grey));
1723
- }
1723
+
1724
1724
  .pd-2px[data-v-2fc13a78] {
1725
1725
  padding: 2px 4px;
1726
1726
  margin-right: 4px;
@@ -1887,16 +1887,8 @@ div.vue-tags-input.disabled * {
1887
1887
  background-color: rgb(var(--main));
1888
1888
  color: #fff;
1889
1889
  }
1890
- .gmap[data-v-786189a4] {
1891
- height: 300px;
1892
- width: 100%;
1893
- }
1894
- .card-page-title .card-page-actions {
1895
- display: none;
1896
- }
1897
- .card-page-title:hover .card-page-actions {
1898
- display: block;
1899
- }.blink[data-v-5785b6f6] {
1890
+ /* Стили остаются без изменений */
1891
+ .blink[data-v-5785b6f6] {
1900
1892
  animation: blink-animation-5785b6f6 1s ease infinite;
1901
1893
  }
1902
1894
  @keyframes blink-animation-5785b6f6 {
@@ -1907,8 +1899,16 @@ div.vue-tags-input.disabled * {
1907
1899
  opacity: 0.8;
1908
1900
  }
1909
1901
  }
1910
- /* Стили остаются без изменений */
1911
-
1902
+ .gmap[data-v-786189a4] {
1903
+ height: 300px;
1904
+ width: 100%;
1905
+ }
1906
+ .card-page-title .card-page-actions {
1907
+ display: none;
1908
+ }
1909
+ .card-page-title:hover .card-page-actions {
1910
+ display: block;
1911
+ }
1912
1912
  .tooltip-container {
1913
1913
  position: relative;
1914
1914
  display: inline-block;
@@ -1922,13 +1922,13 @@ div.vue-tags-input.disabled * {
1922
1922
  display: block;
1923
1923
  }
1924
1924
 
1925
+ /* Existing styles can stay unchanged */
1926
+
1925
1927
  .draggable-container {
1926
1928
  display: flex;
1927
1929
  flex-direction: column;
1928
1930
  }
1929
1931
 
1930
- /* Existing styles can stay unchanged */
1931
-
1932
1932
  .list-enter-active,
1933
1933
  .list-leave-active {
1934
1934
  transition: all 0.5s ease;
@@ -208,8 +208,6 @@
208
208
  .scaleIn-leave-to div {
209
209
  transform: translateZ(-30px);
210
210
  transition: all 0.5s ease;
211
- }#sidebar ul li {
212
- margin-bottom: 1rem;
213
211
  }.location-button:hover {
214
212
  box-shadow: inset 0 0 0 2px rgb(var(--main));
215
213
  }
@@ -286,6 +284,8 @@
286
284
  .menu-nav__link_active {
287
285
  transform: translateX(0%);
288
286
  opacity: 1;
287
+ }#sidebar ul li {
288
+ margin-bottom: 1rem;
289
289
  }.slide-fade-enter-active {
290
290
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
291
291
  }
@@ -334,10 +334,68 @@
334
334
  padding: 20px;
335
335
  z-index: 10;
336
336
  }
337
- .selector {
338
- flex-grow: 1;
339
- flex-basis: 0;
340
- min-width: 0;
337
+ @media screen and (max-width: 1025px) {
338
+ #mobileApp {
339
+ text-align: center;
340
+ }
341
+ #mobileApp > section {
342
+ flex-direction: column;
343
+ }
344
+ #mobileApp > section > div {
345
+ order: 1;
346
+ }
347
+ }.spiral[data-v-4a28df5c] {
348
+ background-image: url("https://weeder.delivery/spiral.jpg");
349
+ background-size: cover;
350
+ width: 100rem;
351
+ height: 100rem;
352
+ position: absolute;
353
+ top: 50%;
354
+ left: 50%;
355
+ opacity: 0.066;
356
+ transform: translate(-50%, -50%) rotate(0deg);
357
+ transform-origin: center center;
358
+ animation: spin-4a28df5c 5s linear infinite;
359
+ }
360
+ @keyframes spin-4a28df5c {
361
+ 0% {
362
+ transform: translate(-50%, -50%) rotate(0deg);
363
+ }
364
+ 100% {
365
+ transform: translate(-50%, -50%) rotate(360deg);
366
+ }
367
+ }.grid[data-v-9b14ae83] {
368
+ perspective: 450px;
369
+ background-size: cover;
370
+ }
371
+ .grid-lines[data-v-9b14ae83] {
372
+ width: 100%;
373
+ height: 200%;
374
+ background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 0), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 0);
375
+ background-size: 45px 30px;
376
+ background-repeat: repeat;
377
+ transform-origin: 100% 0 0;
378
+ animation: play-9b14ae83 15s linear infinite;
379
+ }
380
+ @keyframes play-9b14ae83 {
381
+ 0% {
382
+ transform: rotateX(45deg) translateY(-50%);
383
+ }
384
+ 100% {
385
+ transform: rotateX(45deg) translateY(0);
386
+ }
387
+ }.vue-select {
388
+ background: #f7f7f7;
389
+ border-radius: 0.5rem;
390
+ border: 0;
391
+ height: 3rem;
392
+ padding-left: 1rem;
393
+ z-index: 4;
394
+ }
395
+ .vue-select .vue-input input {
396
+ font-size: 1.125rem;
397
+ font-weight: 300;
398
+ background: #f7f7f7;
341
399
  }
342
400
  .magnifier[data-v-48231055] {
343
401
  max-width: 32rem;
@@ -369,18 +427,11 @@
369
427
  max-width: 90%;
370
428
  max-height: 90%;
371
429
  }
372
- .vue-select {
373
- background: #f7f7f7;
374
- border-radius: 0.5rem;
375
- border: 0;
376
- height: 3rem;
377
- padding-left: 1rem;
378
- z-index: 4;
430
+ .shop-cart-item[data-v-bebbf16b]:first-of-type {
431
+ padding-top: 0;
379
432
  }
380
- .vue-select .vue-input input {
381
- font-size: 1.125rem;
382
- font-weight: 300;
383
- background: #f7f7f7;
433
+ .spoiler-active[data-v-bebbf16b] {
434
+ transform: rotate(180deg);
384
435
  }
385
436
  .expand-enter-active[data-v-e552bc5f],
386
437
  .expand-leave-active[data-v-e552bc5f] {
@@ -419,27 +470,7 @@
419
470
  /*.product-360-viewer img:hover {
420
471
  transform: scale(1.1);
421
472
  }*/
422
- .shop-cart-item[data-v-bebbf16b]:first-of-type {
423
- padding-top: 0;
424
- }
425
- .spoiler-active[data-v-bebbf16b] {
426
- transform: rotate(180deg);
427
- }.embla {
428
- overflow: hidden;
429
- }
430
- .embla__container {
431
- display: flex;
432
- }
433
- .embla__slide {
434
- flex: 0 0 25%;
435
- min-width: 0;
436
- }
437
- @media screen and (max-width: 1025px) {
438
- .embla__slide {
439
- flex: 0 0 50%;
440
- min-width: 0;
441
- }
442
- }
473
+
443
474
  .spiral {
444
475
 
445
476
  background-size: cover;
@@ -474,6 +505,21 @@
474
505
  align-items: center;
475
506
  width: fit-content;
476
507
  color: black;
508
+ }.embla {
509
+ overflow: hidden;
510
+ }
511
+ .embla__container {
512
+ display: flex;
513
+ }
514
+ .embla__slide {
515
+ flex: 0 0 25%;
516
+ min-width: 0;
517
+ }
518
+ @media screen and (max-width: 1025px) {
519
+ .embla__slide {
520
+ flex: 0 0 50%;
521
+ min-width: 0;
522
+ }
477
523
  }.thc {
478
524
  position: absolute;
479
525
  right: 1rem;
@@ -510,13 +556,7 @@
510
556
  }
511
557
  }
512
558
  /* Add your styles here */
513
- .h1-product {
514
- font-size: 3rem;
515
- }
516
- .produc-data {
517
- padding-top: 2rem;
518
- padding-bottom: 0;
519
- }.round-stat {
559
+ .round-stat {
520
560
  padding: 1rem;
521
561
  border-radius: 5rem;
522
562
  width: 3rem;
@@ -549,61 +589,21 @@
549
589
  .order-card .block {
550
590
  border-radius: 0;
551
591
  border: 0;
592
+ }.h1-product {
593
+ font-size: 3rem;
594
+ }
595
+ .produc-data {
596
+ padding-top: 2rem;
597
+ padding-bottom: 0;
552
598
  }.main-photo {
553
599
  max-width: 50%;
554
600
  }
555
601
  .main-photo img {
556
602
  width: 100%;
557
- }@media screen and (max-width: 1025px) {
558
- #mobileApp {
559
- text-align: center;
560
- }
561
- #mobileApp > section {
562
- flex-direction: column;
563
- }
564
- #mobileApp > section > div {
565
- order: 1;
566
- }
567
- }.spiral[data-v-4a28df5c] {
568
- background-image: url("https://weeder.delivery/spiral.jpg");
569
- background-size: cover;
570
- width: 100rem;
571
- height: 100rem;
572
- position: absolute;
573
- top: 50%;
574
- left: 50%;
575
- opacity: 0.066;
576
- transform: translate(-50%, -50%) rotate(0deg);
577
- transform-origin: center center;
578
- animation: spin-4a28df5c 5s linear infinite;
579
- }
580
- @keyframes spin-4a28df5c {
581
- 0% {
582
- transform: translate(-50%, -50%) rotate(0deg);
583
- }
584
- 100% {
585
- transform: translate(-50%, -50%) rotate(360deg);
586
- }
587
- }.grid[data-v-9b14ae83] {
588
- perspective: 450px;
589
- background-size: cover;
590
- }
591
- .grid-lines[data-v-9b14ae83] {
592
- width: 100%;
593
- height: 200%;
594
- background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 0), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 0);
595
- background-size: 45px 30px;
596
- background-repeat: repeat;
597
- transform-origin: 100% 0 0;
598
- animation: play-9b14ae83 15s linear infinite;
599
- }
600
- @keyframes play-9b14ae83 {
601
- 0% {
602
- transform: rotateX(45deg) translateY(-50%);
603
- }
604
- 100% {
605
- transform: rotateX(45deg) translateY(0);
606
- }
603
+ }.selector {
604
+ flex-grow: 1;
605
+ flex-basis: 0;
606
+ min-width: 0;
607
607
  }.fade-move,
608
608
  .fade-enter-active,
609
609
  .fade-leave-active {
@@ -647,48 +647,6 @@
647
647
  .slider-hotpost .embla__slide {
648
648
  flex: 0 0 75%;
649
649
  }
650
- }
651
- .subspotsartment[data-v-a4b9b533] {
652
- border: 1px solid rgba(0, 0, 0, 0.1);
653
- margin-top: 1rem;
654
- }
655
- #map[data-v-3b081dcc]:focus {
656
- outline: none;
657
- }
658
- .form-group[data-v-3c991e96] {
659
- margin-bottom: 1rem;
660
- }
661
- label[data-v-3c991e96] {
662
- display: block;
663
- margin-bottom: 0.5rem;
664
- }
665
- input[data-v-3c991e96] {
666
- width: 100%;
667
- padding: 0.5rem;
668
- border: 1px solid #ccc;
669
- border-radius: 5px;
670
- }
671
-
672
- .subspotsartment[data-v-bc545dfb] {
673
- border: 1px solid rgba(0, 0, 0, 0.1);
674
- margin-top: 1rem;
675
- }
676
- .blink[data-v-d2db1c69] {
677
- animation: blink-animation-d2db1c69 1s ease infinite;
678
- }
679
- @keyframes blink-animation-d2db1c69 {
680
- 0%, 100% {
681
- opacity: 1;
682
- }
683
- 50% {
684
- opacity: 0.8;
685
- }
686
- }.vue-select {
687
- width: inherit;
688
- margin-right: 1rem;
689
- }
690
- .vue-select-header {
691
- height: 3rem;
692
650
  }.round-wrapper {
693
651
  position: relative;
694
652
  }
@@ -707,6 +665,22 @@ input[data-v-3c991e96] {
707
665
  left: 0.5rem;
708
666
  top: 0.5rem;
709
667
  opacity: 1;
668
+ }.blink[data-v-d2db1c69] {
669
+ animation: blink-animation-d2db1c69 1s ease infinite;
670
+ }
671
+ @keyframes blink-animation-d2db1c69 {
672
+ 0%, 100% {
673
+ opacity: 1;
674
+ }
675
+ 50% {
676
+ opacity: 0.8;
677
+ }
678
+ }.vue-select {
679
+ width: inherit;
680
+ margin-right: 1rem;
681
+ }
682
+ .vue-select-header {
683
+ height: 3rem;
710
684
  }.shop-cart-item[data-v-e9803d20]:first-of-type {
711
685
  padding-top: 0;
712
686
  }.shop-cart {
@@ -745,6 +719,43 @@ input[data-v-3c991e96] {
745
719
  .shop-cart-active .shopcart-footer {
746
720
  right: 0;
747
721
  }
722
+ }
723
+ .subspotsartment[data-v-a4b9b533] {
724
+ border: 1px solid rgba(0, 0, 0, 0.1);
725
+ margin-top: 1rem;
726
+ }
727
+
728
+ .form-group[data-v-3c991e96] {
729
+ margin-bottom: 1rem;
730
+ }
731
+ label[data-v-3c991e96] {
732
+ display: block;
733
+ margin-bottom: 0.5rem;
734
+ }
735
+ input[data-v-3c991e96] {
736
+ width: 100%;
737
+ padding: 0.5rem;
738
+ border: 1px solid #ccc;
739
+ border-radius: 5px;
740
+ }
741
+ #map[data-v-3b081dcc]:focus {
742
+ outline: none;
743
+ }
744
+ .subspotsartment[data-v-bc545dfb] {
745
+ border: 1px solid rgba(0, 0, 0, 0.1);
746
+ margin-top: 1rem;
747
+ }
748
+ input[data-v-5659d4ce], textarea[data-v-5659d4ce], span[data-v-5659d4ce] {
749
+ line-height: 1;
750
+ color: inherit;
751
+ }.tab-selector {
752
+ position: absolute;
753
+ width: 50%;
754
+ height: 100%;
755
+ left: 0;
756
+ top: 0;
757
+ z-index: 0;
758
+ transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
748
759
  }button[disabled] {
749
760
  background: grey;
750
761
  }
@@ -804,17 +815,6 @@ button[disabled]:hover {
804
815
  text-align: center;
805
816
  line-height: 16px;
806
817
  font-size: 10px;
807
- }.tab-selector {
808
- position: absolute;
809
- width: 50%;
810
- height: 100%;
811
- left: 0;
812
- top: 0;
813
- z-index: 0;
814
- transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
815
- }input[data-v-5659d4ce], textarea[data-v-5659d4ce], span[data-v-5659d4ce] {
816
- line-height: 1;
817
- color: inherit;
818
818
  }.vue3-reactive-tel-input {
819
819
  display: flex;
820
820
  }
@@ -1024,8 +1024,6 @@ button[disabled]:hover {
1024
1024
  .slideY-enter-from span,
1025
1025
  .slideY-leave-to span {
1026
1026
  position: absolute;
1027
- }.mobile-menu-section > div:last-of-type {
1028
- border-bottom: none !important;
1029
1027
  }li[data-v-bf25c24d] {
1030
1028
  list-style-type: none;
1031
1029
  }
@@ -1037,16 +1035,8 @@ ul li[data-v-bf25c24d] {
1037
1035
  a[data-v-380d7b3b]:hover {
1038
1036
  cursor: pointer;
1039
1037
  color: rgb(var(--main));
1040
- }.spoiler {
1041
- transition: max-height 0.3s cubic-bezier(0.15, 0.68, 0.33, 0.93);
1042
- }
1043
- .collapse-enter-active,
1044
- .collapse-leave-active {
1045
- max-height: 2000px;
1046
- }
1047
- .collapse-enter-from,
1048
- .collapse-leave-to {
1049
- max-height: 0;
1038
+ }.mobile-menu-section > div:last-of-type {
1039
+ border-bottom: none !important;
1050
1040
  }.breadcrumbs {
1051
1041
  height: 4rem;
1052
1042
  display: flex;
@@ -1071,6 +1061,42 @@ a[data-v-380d7b3b]:hover {
1071
1061
  .breadcrumbs .router-link-exact-active:last-of-type span {
1072
1062
  color: #00ff88;
1073
1063
  }
1064
+ .feed-move, /* apply transition to moving elements */
1065
+ .feed-enter-active,
1066
+ .feed-leave-active {
1067
+ transition: all 0.5s ease;
1068
+ }
1069
+ .feed-enter-from,
1070
+ .feed-leave-to {
1071
+ opacity: 0;
1072
+ transform: translateY(30px);
1073
+ }
1074
+
1075
+ /* ensure leaving items are taken out of layout flow so that moving
1076
+ animations can be calculated correctly. */
1077
+ .feed-leave-active {
1078
+ position: absolute;
1079
+ }
1080
+ .spoiler {
1081
+ transition: max-height 0.3s cubic-bezier(0.15, 0.68, 0.33, 0.93);
1082
+ }
1083
+ .collapse-enter-active,
1084
+ .collapse-leave-active {
1085
+ max-height: 2000px;
1086
+ }
1087
+ .collapse-enter-from,
1088
+ .collapse-leave-to {
1089
+ max-height: 0;
1090
+ }
1091
+ .ti-tag-toDefactor {
1092
+ background-color: rgb(var(--main));
1093
+ color: rgb(var(--black));
1094
+ border-radius: 4rem;
1095
+ padding: 1px 8px 2px;
1096
+ margin: 2px;
1097
+ font-size: .85em;
1098
+ }
1099
+
1074
1100
  fieldset[disabled] .multiselect {
1075
1101
  pointer-events: none;
1076
1102
  }
@@ -1449,32 +1475,6 @@ to {
1449
1475
  }
1450
1476
  }
1451
1477
 
1452
- .ti-tag-toDefactor {
1453
- background-color: rgb(var(--main));
1454
- color: rgb(var(--black));
1455
- border-radius: 4rem;
1456
- padding: 1px 8px 2px;
1457
- margin: 2px;
1458
- font-size: .85em;
1459
- }
1460
-
1461
- .feed-move, /* apply transition to moving elements */
1462
- .feed-enter-active,
1463
- .feed-leave-active {
1464
- transition: all 0.5s ease;
1465
- }
1466
- .feed-enter-from,
1467
- .feed-leave-to {
1468
- opacity: 0;
1469
- transform: translateY(30px);
1470
- }
1471
-
1472
- /* ensure leaving items are taken out of layout flow so that moving
1473
- animations can be calculated correctly. */
1474
- .feed-leave-active {
1475
- position: absolute;
1476
- }
1477
-
1478
1478
  .t-trimmed {
1479
1479
  font-size: 0;
1480
1480
  }
@@ -1528,6 +1528,11 @@ to {
1528
1528
  object-fit: scale-down;
1529
1529
  transition: transform 0.3s;
1530
1530
  }
1531
+
1532
+ #glcanvas {
1533
+ width: 100%;
1534
+ height: 100%;
1535
+ }
1531
1536
  .vue3-marquee {
1532
1537
  display: flex !important;
1533
1538
  position: relative;
@@ -1623,12 +1628,36 @@ to {
1623
1628
  100% {
1624
1629
  transform: translateY(-100%);
1625
1630
  }
1631
+ }.editable-div {
1632
+ width: 100%;
1633
+ min-height: 1rem;
1634
+ background-color: transparent;
1635
+ outline: none;
1636
+ white-space: pre-wrap;
1637
+ word-wrap: break-word;
1626
1638
  }
1627
- #glcanvas {
1628
- width: 100%;
1629
- height: 100%;
1639
+ .editable-div:empty::before {
1640
+ content: attr(placeholder);
1641
+ color: #999;
1642
+ }
1643
+ .editable-div:focus {
1644
+ border: 0;
1645
+ }
1646
+ .formatting-bar {
1647
+ display: flex;
1648
+ gap: 5px;
1649
+ margin-top: 5px;
1650
+ }
1651
+ .formatting-bar button {
1652
+ padding: 2px 5px;
1653
+ background-color: #f0f0f0;
1654
+ border: 1px solid #ccc;
1655
+ border-radius: 3px;
1656
+ cursor: pointer;
1657
+ }
1658
+ .formatting-bar button:hover {
1659
+ background-color: #e0e0e0;
1630
1660
  }
1631
-
1632
1661
  .calendar__week {
1633
1662
  display: grid;
1634
1663
  grid-template-columns: repeat(7, 1fr);
@@ -1669,39 +1698,19 @@ to {
1669
1698
  color: #ccc;
1670
1699
  cursor: not-allowed;
1671
1700
  }
1672
- .editable-div {
1673
- width: 100%;
1674
- min-height: 1rem;
1675
- background-color: transparent;
1676
- outline: none;
1677
- white-space: pre-wrap;
1678
- word-wrap: break-word;
1679
- }
1680
- .editable-div:empty::before {
1681
- content: attr(placeholder);
1682
- color: #999;
1683
- }
1684
- .editable-div:focus {
1701
+ .dp__input {
1685
1702
  border: 0;
1686
- }
1687
- .formatting-bar {
1688
- display: flex;
1689
- gap: 5px;
1690
- margin-top: 5px;
1691
- }
1692
- .formatting-bar button {
1693
- padding: 2px 5px;
1694
- background-color: #f0f0f0;
1695
- border: 1px solid #ccc;
1696
- border-radius: 3px;
1697
- cursor: pointer;
1698
- }
1699
- .formatting-bar button:hover {
1700
- background-color: #e0e0e0;
1703
+ padding: var(--medium);
1704
+ padding-left: 3rem;
1705
+ background: rgb(var(--grey));
1701
1706
  }input[data-v-516f3e07], span[data-v-516f3e07] {
1702
1707
  line-height: 1;
1703
1708
  color: inherit;
1704
1709
  }@media screen and (max-width: 1025px) {
1710
+ #mainguest > div:first-of-type {
1711
+ order: 2;
1712
+ }
1713
+ }@media screen and (max-width: 1025px) {
1705
1714
  .content-hero-refactor[data-v-c7a21d03] {
1706
1715
  text-align: center;
1707
1716
  }
@@ -1709,18 +1718,9 @@ h3[data-v-c7a21d03], div[data-v-c7a21d03] {
1709
1718
  margin-left: auto;
1710
1719
  margin-right: auto;
1711
1720
  }
1712
- }@media screen and (max-width: 1025px) {
1713
- #mainguest > div:first-of-type {
1714
- order: 2;
1715
- }
1716
1721
  }
1717
1722
  /* Existing styles can stay unchanged */
1718
- .dp__input {
1719
- border: 0;
1720
- padding: var(--medium);
1721
- padding-left: 3rem;
1722
- background: rgb(var(--grey));
1723
- }
1723
+
1724
1724
  .pd-2px[data-v-2fc13a78] {
1725
1725
  padding: 2px 4px;
1726
1726
  margin-right: 4px;
@@ -1887,16 +1887,8 @@ div.vue-tags-input.disabled * {
1887
1887
  background-color: rgb(var(--main));
1888
1888
  color: #fff;
1889
1889
  }
1890
- .gmap[data-v-786189a4] {
1891
- height: 300px;
1892
- width: 100%;
1893
- }
1894
- .card-page-title .card-page-actions {
1895
- display: none;
1896
- }
1897
- .card-page-title:hover .card-page-actions {
1898
- display: block;
1899
- }.blink[data-v-5785b6f6] {
1890
+ /* Стили остаются без изменений */
1891
+ .blink[data-v-5785b6f6] {
1900
1892
  animation: blink-animation-5785b6f6 1s ease infinite;
1901
1893
  }
1902
1894
  @keyframes blink-animation-5785b6f6 {
@@ -1907,8 +1899,16 @@ div.vue-tags-input.disabled * {
1907
1899
  opacity: 0.8;
1908
1900
  }
1909
1901
  }
1910
- /* Стили остаются без изменений */
1911
-
1902
+ .gmap[data-v-786189a4] {
1903
+ height: 300px;
1904
+ width: 100%;
1905
+ }
1906
+ .card-page-title .card-page-actions {
1907
+ display: none;
1908
+ }
1909
+ .card-page-title:hover .card-page-actions {
1910
+ display: block;
1911
+ }
1912
1912
  .tooltip-container {
1913
1913
  position: relative;
1914
1914
  display: inline-block;
@@ -1922,13 +1922,13 @@ div.vue-tags-input.disabled * {
1922
1922
  display: block;
1923
1923
  }
1924
1924
 
1925
+ /* Existing styles can stay unchanged */
1926
+
1925
1927
  .draggable-container {
1926
1928
  display: flex;
1927
1929
  flex-direction: column;
1928
1930
  }
1929
1931
 
1930
- /* Existing styles can stay unchanged */
1931
-
1932
1932
  .list-enter-active,
1933
1933
  .list-leave-active {
1934
1934
  transition: all 0.5s ease;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozdao/prometheus-framework",
3
- "version": "0.2.224",
3
+ "version": "0.2.225",
4
4
  "description": "Web3 Framework focused on user experience and ease of development.",
5
5
  "author": "OZ DAO <hello@ozdao.dev>",
6
6
  "license": "GPL-3.0-or-later",
@@ -13,7 +13,7 @@ const renderHtml = async (stuff) => {
13
13
 
14
14
  const createHtmlRenderer = (onTemplateUpdate) => {
15
15
  setInterval(() => {
16
- delete require.cache[require.resolve("../templates/page.js")];
16
+ delete require.cache[template];
17
17
  if (onTemplateUpdate) {
18
18
  onTemplateUpdate();
19
19
  }