@bagelink/vue 1.2.69 → 1.2.71

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/style.css CHANGED
@@ -755,77 +755,6 @@ to {
755
755
  width: 26px;
756
756
  }
757
757
 
758
- .BglCarousel[data-v-406c405d] {
759
- position: relative;
760
- width: 100%;
761
- overflow: hidden;
762
- touch-action: pan-y pinch-zoom; /* Allow vertical scrolling */
763
- }
764
- .bgl-slider[data-v-406c405d] {
765
- display: flex;
766
- position: relative;
767
- width: 100%;
768
- touch-action: pan-y pinch-zoom; /* Allow vertical scrolling */
769
- will-change: transform;
770
- transform: translateX(0);
771
- gap: 1%;
772
- transition: none;
773
- -webkit-user-select: none;
774
- user-select: none;
775
- }
776
- .bgl-slider[data-v-406c405d] > * {
777
- flex: 0 0 calc((100% - (var(--item-count) - 1) * 1%) / var(--item-count));
778
- width: calc((100% - (var(--item-count) - 1) * 1%) / var(--item-count));
779
- min-width: calc((100% - (var(--item-count) - 1) * 1%) / var(--item-count));
780
- position: relative;
781
- overflow: hidden;
782
- }
783
- .bgl-slider.slides-1[data-v-406c405d] > * {
784
- flex: 0 0 100%;
785
- width: 100%;
786
- min-width: 100%;
787
- }
788
- .dragging .bgl-slider[data-v-406c405d] > * {
789
- pointer-events: none;
790
- user-select: none;
791
- }
792
- .autoHeight[data-v-406c405d] {
793
- transition: height ease 0.7s;
794
- }
795
- .dots[data-v-406c405d] {
796
- display: flex;
797
- justify-content: center;
798
- align-items: center;
799
- width: 100%;
800
- margin-top: 1rem;
801
- gap: 8px;
802
- }
803
- .dot[data-v-406c405d] {
804
- height: 10px;
805
- width: 10px;
806
- border-radius: 50%;
807
- background-color: var(--bgl-black);
808
- opacity: 0.4;
809
- transition: opacity 0.3s ease;
810
- cursor: pointer;
811
- }
812
- .dot[data-v-406c405d]:hover {
813
- opacity: 0.6;
814
- }
815
- .dot.current[data-v-406c405d] {
816
- opacity: 0.8;
817
- }
818
- .navigation-buttons[data-v-406c405d] {
819
- display: flex;
820
- justify-content: center;
821
- align-items: center;
822
- gap: 1rem;
823
- margin-top: 1rem;
824
- }
825
- .navigation-buttons.rtl[data-v-406c405d] {
826
- flex-direction: row-reverse;
827
- }
828
-
829
758
  .chart-line {
830
759
  width: 100%;
831
760
  height: 300px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "1.2.69",
4
+ "version": "1.2.71",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",
@@ -8,8 +8,8 @@ export { default as BglVideo } from './BglVideo.vue'
8
8
  export { default as Btn } from './Btn.vue'
9
9
  export { default as Calendar } from './calendar/Index.vue'
10
10
  export { default as Card } from './Card.vue'
11
- export { default as Carousel2 } from './Carousel2.vue'
12
- export { default as Carousel } from './Carousel.vue'
11
+ export { default as Carousel } from './Carousel2.vue'
12
+ // export { default as Carousel } from './Carousel.vue'
13
13
  export * from './dashboard'
14
14
  export { default as DataPreview } from './DataPreview.vue'
15
15
  export { default as DataTable } from './dataTable/DataTable.vue'