albinasoft-ui-package 1.0.35 → 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.
@@ -686,10 +686,10 @@ body {
686
686
  color: #c36d3a
687
687
  }
688
688
 
689
- .dark .alert-warning {
689
+ /* .dark .alert-warning {
690
690
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
691
691
  filter: invert(1) grayscale(100%) brightness(200%)
692
- }
692
+ } */
693
693
 
694
694
  .dark .alert-danger {
695
695
  --bs-alert-color: #cd5b4d;
@@ -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
  }
@@ -18279,7 +18560,7 @@ th {
18279
18560
  .iq-timeline0 ul li {
18280
18561
  width: 50%;
18281
18562
  padding: 5px 30px 2.5rem 30px;
18282
- cursor: pointer;
18563
+ /* cursor: pointer; */
18283
18564
  margin: 0px
18284
18565
  }
18285
18566
 
@@ -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
  } })); }))),
@@ -0,0 +1,28 @@
1
+ import React from "react";
2
+ interface AdditionalInfo {
3
+ time: string;
4
+ description: string;
5
+ }
6
+ interface TimelineElement {
7
+ title: string;
8
+ mainTime: string;
9
+ description?: string;
10
+ additionalInfos?: AdditionalInfo[];
11
+ dotColor?: DotColor;
12
+ }
13
+ interface CustomTimelineProps {
14
+ timelineElements: TimelineElement[];
15
+ }
16
+ declare enum DotColor {
17
+ PRIMARY = "border-primary text-primary",
18
+ SECONDARY = "border-secondary text-secondary",
19
+ SUCCESS = "border-success text-success",
20
+ WARNING = "border-warning text-warning",
21
+ DANGER = "border-danger text-danger",
22
+ INFO = "border-info text-info",
23
+ DARK = "border-dark text-dark",
24
+ LIGHT = "border-light text-light"
25
+ }
26
+ declare const CustomTimeline: React.FC<CustomTimelineProps>;
27
+ export { CustomTimeline, DotColor };
28
+ export default CustomTimeline;
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __importDefault = (this && this.__importDefault) || function (mod) {
26
+ return (mod && mod.__esModule) ? mod : { "default": mod };
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.DotColor = exports.CustomTimeline = void 0;
30
+ var react_1 = __importDefault(require("react"));
31
+ var fa_1 = require("react-icons/fa");
32
+ var CustomText_1 = __importStar(require("./CustomText"));
33
+ var DotColor;
34
+ (function (DotColor) {
35
+ DotColor["PRIMARY"] = "border-primary text-primary";
36
+ DotColor["SECONDARY"] = "border-secondary text-secondary";
37
+ DotColor["SUCCESS"] = "border-success text-success";
38
+ DotColor["WARNING"] = "border-warning text-warning";
39
+ DotColor["DANGER"] = "border-danger text-danger";
40
+ DotColor["INFO"] = "border-info text-info";
41
+ DotColor["DARK"] = "border-dark text-dark";
42
+ DotColor["LIGHT"] = "border-light text-light";
43
+ })(DotColor || (DotColor = {}));
44
+ exports.DotColor = DotColor;
45
+ var CustomTimeline = function (_a) {
46
+ var timelineElements = _a.timelineElements;
47
+ return (react_1.default.createElement("div", { className: "iq-timeline0 m-0 d-flex align-items-center justify-content-between position-relative" },
48
+ react_1.default.createElement("ul", { className: "list-inline p-0 m-0 w-100" }, timelineElements.map(function (element, index) { return (react_1.default.createElement("li", { key: index, className: "w-100" },
49
+ react_1.default.createElement("div", { className: "timeline-dots timeline-dot1 ".concat(element.dotColor || DotColor.PRIMARY) }),
50
+ react_1.default.createElement(CustomText_1.default, { value: element.title, textType: CustomText_1.TextType.HEADING, lineHeight: CustomText_1.LineHeight.XXS }),
51
+ react_1.default.createElement(CustomText_1.default, { value: element.mainTime, textType: CustomText_1.TextType.PARAGRAPH, fontSize: CustomText_1.FontSize.XXS, lineHeight: CustomText_1.LineHeight.M, italic: true }),
52
+ element.description && (react_1.default.createElement("div", { className: "mb-3" },
53
+ react_1.default.createElement(CustomText_1.default, { value: element.description, textType: CustomText_1.TextType.PARAGRAPH, fontSize: CustomText_1.FontSize.XS, lineHeight: CustomText_1.LineHeight.XXS }))),
54
+ element.additionalInfos &&
55
+ element.additionalInfos.map(function (info, infoIndex) { return (react_1.default.createElement("div", { key: infoIndex, className: "alert alert-secondary d-flex align-items-center", style: { width: "fit-content" } },
56
+ react_1.default.createElement(fa_1.FaInfoCircle, { size: 50 }),
57
+ react_1.default.createElement("div", { className: "ms-3" },
58
+ react_1.default.createElement(CustomText_1.default, { value: info.time, textType: CustomText_1.TextType.PARAGRAPH, fontSize: CustomText_1.FontSize.XXS, lineHeight: CustomText_1.LineHeight.M, italic: true }),
59
+ react_1.default.createElement(CustomText_1.default, { value: info.description, textType: CustomText_1.TextType.PARAGRAPH, fontSize: CustomText_1.FontSize.XS, lineHeight: CustomText_1.LineHeight.XXS })))); }))); }))));
60
+ };
61
+ exports.CustomTimeline = CustomTimeline;
62
+ exports.default = CustomTimeline;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "albinasoft-ui-package",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {