albinasoft-ui-package 1.0.36 → 1.0.37

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.
@@ -2576,6 +2576,283 @@ progress {
2576
2576
  }
2577
2577
  }
2578
2578
 
2579
+ @media(min-width: 1600px) {
2580
+ .col-xxxl {
2581
+ -webkit-box-flex: 1;
2582
+ -webkit-flex: 1 0 0%;
2583
+ -ms-flex: 1 0 0%;
2584
+ flex: 1 0 0%;
2585
+ }
2586
+
2587
+ .row-cols-xxxl-auto>* {
2588
+ -webkit-box-flex: 0;
2589
+ -webkit-flex: 0 0 auto;
2590
+ -ms-flex: 0 0 auto;
2591
+ flex: 0 0 auto;
2592
+ width: auto;
2593
+ }
2594
+
2595
+ .row-cols-xxxl-1>* {
2596
+ -webkit-box-flex: 0;
2597
+ -webkit-flex: 0 0 auto;
2598
+ -ms-flex: 0 0 auto;
2599
+ flex: 0 0 auto;
2600
+ width: 100%;
2601
+ }
2602
+
2603
+ .row-cols-xxxl-2>* {
2604
+ -webkit-box-flex: 0;
2605
+ -webkit-flex: 0 0 auto;
2606
+ -ms-flex: 0 0 auto;
2607
+ flex: 0 0 auto;
2608
+ width: 50%;
2609
+ }
2610
+
2611
+ .row-cols-xxxl-3>* {
2612
+ -webkit-box-flex: 0;
2613
+ -webkit-flex: 0 0 auto;
2614
+ -ms-flex: 0 0 auto;
2615
+ flex: 0 0 auto;
2616
+ width: 33.3333333333%;
2617
+ }
2618
+
2619
+ .row-cols-xxxl-4>* {
2620
+ -webkit-box-flex: 0;
2621
+ -webkit-flex: 0 0 auto;
2622
+ -ms-flex: 0 0 auto;
2623
+ flex: 0 0 auto;
2624
+ width: 25%;
2625
+ }
2626
+
2627
+ .row-cols-xxxl-5>* {
2628
+ -webkit-box-flex: 0;
2629
+ -webkit-flex: 0 0 auto;
2630
+ -ms-flex: 0 0 auto;
2631
+ flex: 0 0 auto;
2632
+ width: 20%;
2633
+ }
2634
+
2635
+ .row-cols-xxxl-6>* {
2636
+ -webkit-box-flex: 0;
2637
+ -webkit-flex: 0 0 auto;
2638
+ -ms-flex: 0 0 auto;
2639
+ flex: 0 0 auto;
2640
+ width: 16.6666666667%;
2641
+ }
2642
+
2643
+ .col-xxxl-auto {
2644
+ -webkit-box-flex: 0;
2645
+ -webkit-flex: 0 0 auto;
2646
+ -ms-flex: 0 0 auto;
2647
+ flex: 0 0 auto;
2648
+ width: auto;
2649
+ }
2650
+
2651
+ .col-xxxl-1 {
2652
+ -webkit-box-flex: 0;
2653
+ -webkit-flex: 0 0 auto;
2654
+ -ms-flex: 0 0 auto;
2655
+ flex: 0 0 auto;
2656
+ width: 8.33333333%;
2657
+ }
2658
+
2659
+ .col-xxxl-2 {
2660
+ -webkit-box-flex: 0;
2661
+ -webkit-flex: 0 0 auto;
2662
+ -ms-flex: 0 0 auto;
2663
+ flex: 0 0 auto;
2664
+ width: 16.66666667%;
2665
+ }
2666
+
2667
+ .col-xxxl-3 {
2668
+ -webkit-box-flex: 0;
2669
+ -webkit-flex: 0 0 auto;
2670
+ -ms-flex: 0 0 auto;
2671
+ flex: 0 0 auto;
2672
+ width: 25%;
2673
+ }
2674
+
2675
+ .col-xxxl-4 {
2676
+ -webkit-box-flex: 0;
2677
+ -webkit-flex: 0 0 auto;
2678
+ -ms-flex: 0 0 auto;
2679
+ flex: 0 0 auto;
2680
+ width: 33.33333333%;
2681
+ }
2682
+
2683
+ .col-xxxl-5 {
2684
+ -webkit-box-flex: 0;
2685
+ -webkit-flex: 0 0 auto;
2686
+ -ms-flex: 0 0 auto;
2687
+ flex: 0 0 auto;
2688
+ width: 41.66666667%;
2689
+ }
2690
+
2691
+ .col-xxxl-6 {
2692
+ -webkit-box-flex: 0;
2693
+ -webkit-flex: 0 0 auto;
2694
+ -ms-flex: 0 0 auto;
2695
+ flex: 0 0 auto;
2696
+ width: 50%;
2697
+ }
2698
+
2699
+ .col-xxxl-7 {
2700
+ -webkit-box-flex: 0;
2701
+ -webkit-flex: 0 0 auto;
2702
+ -ms-flex: 0 0 auto;
2703
+ flex: 0 0 auto;
2704
+ width: 58.33333333%;
2705
+ }
2706
+
2707
+ .col-xxxl-8 {
2708
+ -webkit-box-flex: 0;
2709
+ -webkit-flex: 0 0 auto;
2710
+ -ms-flex: 0 0 auto;
2711
+ flex: 0 0 auto;
2712
+ width: 66.66666667%;
2713
+ }
2714
+
2715
+ .col-xxxl-9 {
2716
+ -webkit-box-flex: 0;
2717
+ -webkit-flex: 0 0 auto;
2718
+ -ms-flex: 0 0 auto;
2719
+ flex: 0 0 auto;
2720
+ width: 75%;
2721
+ }
2722
+
2723
+ .col-xxxl-10 {
2724
+ -webkit-box-flex: 0;
2725
+ -webkit-flex: 0 0 auto;
2726
+ -ms-flex: 0 0 auto;
2727
+ flex: 0 0 auto;
2728
+ width: 83.33333333%;
2729
+ }
2730
+
2731
+ .col-xxxl-11 {
2732
+ -webkit-box-flex: 0;
2733
+ -webkit-flex: 0 0 auto;
2734
+ -ms-flex: 0 0 auto;
2735
+ flex: 0 0 auto;
2736
+ width: 91.66666667%;
2737
+ }
2738
+
2739
+ .col-xxxl-12 {
2740
+ -webkit-box-flex: 0;
2741
+ -webkit-flex: 0 0 auto;
2742
+ -ms-flex: 0 0 auto;
2743
+ flex: 0 0 auto;
2744
+ width: 100%;
2745
+ }
2746
+
2747
+ .offset-xxxl-0 {
2748
+ margin-left: 0;
2749
+ }
2750
+
2751
+ .offset-xxxl-1 {
2752
+ margin-left: 8.33333333%;
2753
+ }
2754
+
2755
+ .offset-xxxl-2 {
2756
+ margin-left: 16.66666667%;
2757
+ }
2758
+
2759
+ .offset-xxxl-3 {
2760
+ margin-left: 25%;
2761
+ }
2762
+
2763
+ .offset-xxxl-4 {
2764
+ margin-left: 33.33333333%;
2765
+ }
2766
+
2767
+ .offset-xxxl-5 {
2768
+ margin-left: 41.66666667%;
2769
+ }
2770
+
2771
+ .offset-xxxl-6 {
2772
+ margin-left: 50%;
2773
+ }
2774
+
2775
+ .offset-xxxl-7 {
2776
+ margin-left: 58.33333333%;
2777
+ }
2778
+
2779
+ .offset-xxxl-8 {
2780
+ margin-left: 66.66666667%;
2781
+ }
2782
+
2783
+ .offset-xxxl-9 {
2784
+ margin-left: 75%;
2785
+ }
2786
+
2787
+ .offset-xxxl-10 {
2788
+ margin-left: 83.33333333%;
2789
+ }
2790
+
2791
+ .offset-xxxl-11 {
2792
+ margin-left: 91.66666667%;
2793
+ }
2794
+
2795
+ .g-xxxl-0,
2796
+ .gx-xxxl-0 {
2797
+ --bs-gutter-x: 0;
2798
+ }
2799
+
2800
+ .g-xxxl-0,
2801
+ .gy-xxxl-0 {
2802
+ --bs-gutter-y: 0;
2803
+ }
2804
+
2805
+ .g-xxxl-1,
2806
+ .gx-xxxl-1 {
2807
+ --bs-gutter-x: 0.25rem;
2808
+ }
2809
+
2810
+ .g-xxxl-1,
2811
+ .gy-xxxl-1 {
2812
+ --bs-gutter-y: 0.25rem;
2813
+ }
2814
+
2815
+ .g-xxxl-2,
2816
+ .gx-xxxl-2 {
2817
+ --bs-gutter-x: 0.5rem;
2818
+ }
2819
+
2820
+ .g-xxxl-2,
2821
+ .gy-xxxl-2 {
2822
+ --bs-gutter-y: 0.5rem;
2823
+ }
2824
+
2825
+ .g-xxxl-3,
2826
+ .gx-xxxl-3 {
2827
+ --bs-gutter-x: 1rem;
2828
+ }
2829
+
2830
+ .g-xxxl-3,
2831
+ .gy-xxxl-3 {
2832
+ --bs-gutter-y: 1rem;
2833
+ }
2834
+
2835
+ .g-xxxl-4,
2836
+ .gx-xxxl-4 {
2837
+ --bs-gutter-x: 1.5rem;
2838
+ }
2839
+
2840
+ .g-xxxl-4,
2841
+ .gy-xxxl-4 {
2842
+ --bs-gutter-y: 1.5rem;
2843
+ }
2844
+
2845
+ .g-xxxl-5,
2846
+ .gx-xxxl-5 {
2847
+ --bs-gutter-x: 2rem;
2848
+ }
2849
+
2850
+ .g-xxxl-5,
2851
+ .gy-xxxl-5 {
2852
+ --bs-gutter-y: 2rem;
2853
+ }
2854
+ }
2855
+
2579
2856
  .table {
2580
2857
  /*--bs-table-color: #464954;*/
2581
2858
  --bs-table-color: #000000;
@@ -10724,6 +11001,10 @@ fieldset:disabled .btn {
10724
11001
  margin-top: .5rem !important
10725
11002
  }
10726
11003
 
11004
+ .mt-2plus {
11005
+ margin-top: .9rem !important
11006
+ }
11007
+
10727
11008
  .mt-3 {
10728
11009
  margin-top: 1rem !important
10729
11010
  }
@@ -138,9 +138,8 @@ var CustomAutocompleteInput = function (_a) {
138
138
  };
139
139
  return (react_1.default.createElement("div", { className: "autocomplete-container ".concat(className), style: style },
140
140
  react_1.default.createElement("div", { className: "form-group" },
141
- react_1.default.createElement("label", { htmlFor: id, className: "form-label" }, label),
142
141
  react_1.default.createElement(react_bootstrap_1.OverlayTrigger, { placement: "bottom", overlay: tooltip ? react_1.default.createElement(react_bootstrap_1.Tooltip, { id: "tooltip-".concat(id) }, tooltip) : react_1.default.createElement(react_1.default.Fragment, null) },
143
- react_1.default.createElement(CustomInput_1.default, { id: id, name: name, inputType: CustomInput_1.InputType.TEXT, value: inputValue, onChange: handleInputChange, placeholder: placeholder, buttonIcon: react_1.default.createElement(fa_1.FaTimes, null), buttonClass: 'btn btn-danger bg-soft-danger', buttonOnClick: handleReset, className: "form-control", required: required, disabled: disabled })),
142
+ react_1.default.createElement(CustomInput_1.default, { id: id, name: name, label: label, inputType: CustomInput_1.InputType.TEXT, value: inputValue, onChange: handleInputChange, placeholder: placeholder, buttonIcon: react_1.default.createElement(fa_1.FaTimes, null), buttonClass: 'btn btn-danger bg-soft-danger', buttonOnClick: handleReset, className: "form-control", required: required, disabled: disabled })),
144
143
  isDropdownVisible && (react_1.default.createElement("div", { className: "autocomplete-dropdown", ref: dropdownRef }, options.map(function (option, index) { return (react_1.default.createElement("div", { key: index, className: "autocomplete-option", onClick: function () { return handleOptionClick(option); }, dangerouslySetInnerHTML: {
145
144
  __html: highlightMatch(option, inputValue), // Highlighting
146
145
  } })); }))),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "albinasoft-ui-package",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {