halleyx-ui-framework 4.7.0 → 4.7.2

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.
@@ -0,0 +1,126 @@
1
+ * {
2
+ padding: 0;
3
+ margin: 0;
4
+ }
5
+ .date-picker-container {
6
+ display: flex;
7
+ flex-direction: column;
8
+ height: 100%;
9
+ border-radius: 10px;
10
+ width: 100%;
11
+ box-shadow: 0 0 10px 1px #d8d8d8;
12
+
13
+ .show-calendar {
14
+ // height: 100%;
15
+ .light {
16
+ box-shadow: 0 0 0 0 white !important;
17
+ .calendar {
18
+ border-radius: 0px !important;
19
+ margin-top: -40px !important;
20
+ box-shadow: 0 0 0 0 white !important;
21
+ background-color: #fff !important;
22
+ }
23
+ }
24
+ .calendar-days div {
25
+ animation: none !important;
26
+ }
27
+ }
28
+
29
+ .date-picker-button-container {
30
+ top: 340px;
31
+ width: 100%;
32
+ position: relative;
33
+ display: flex;
34
+ padding: 20px;
35
+ justify-content: space-between;
36
+ background: #fff;
37
+ border-top: 1px solid #d8d8d8;
38
+ }
39
+ }
40
+
41
+ .input1,
42
+ .input2 {
43
+
44
+ display: flex;
45
+ align-items: center;
46
+ display: inline-block;
47
+ overflow: hidden; /* Hide any overflowing content */
48
+ white-space: nowrap;
49
+ border-radius: 5px;
50
+ padding: 10px 12px 10px 12px;
51
+ border: 1.5px solid #d8d8d8;
52
+ line-height: 18.15px;
53
+ letter-spacing: 0.5%;
54
+ min-width: 100px;
55
+ max-width: 300px;
56
+ min-height: 5.8vh;
57
+ max-height: 200px;
58
+ overflow: auto;
59
+ font-size: 14px;
60
+ span{
61
+ position: absolute;
62
+ background-color: white;
63
+ color: #d8d8d8;
64
+ padding: 0 2px;
65
+ top:3px;
66
+ font-size: 13px;
67
+ }
68
+ }
69
+
70
+
71
+
72
+
73
+
74
+ svg {
75
+ margin: 0 5px;
76
+ }
77
+ .topdiv {
78
+ width: 100%;
79
+ height: 11vh;
80
+ background-color: #fdfdfd;
81
+
82
+ overflow: hidden;
83
+ border-radius: 10px 10px 0px 0px;
84
+ display: flex;
85
+ flex-direction: row;
86
+ justify-content: space-between;
87
+ align-items: center;
88
+ padding: 20px;
89
+ border-bottom: 1px solid #d8d8d8;
90
+ }
91
+ // .icon-arrow-right-filled{
92
+ // font-size: 40px;
93
+ // }
94
+ //---------------------------------------------------------------------------------------------------------------------
95
+
96
+ .date-picker-input-box{
97
+ border: 1.5px solid #d8d8d8;
98
+ display: flex;
99
+ align-items: center;
100
+ border-radius: 5px;
101
+ background: #fff;
102
+ padding: 10px 12px 10px 12px;
103
+ border: 1.5px solid #d8d8d8;
104
+ line-height: 18.15px;
105
+ letter-spacing: 0.5%;
106
+ width:100%;
107
+ min-height: 5.9vh;
108
+ max-height: 200px;
109
+ overflow: auto;
110
+ }
111
+ .poistion {
112
+ position: relative;
113
+ }
114
+ .down {
115
+ position: absolute;
116
+ }
117
+
118
+ .up {
119
+ position: absolute;
120
+ top: -484px;
121
+ }
122
+
123
+ .non {
124
+ display: none;
125
+ position: absolute;
126
+ }
@@ -16,4 +16,4 @@
16
16
  './calendar.scss', './contextMenu.scss', './newtable.scss', './drawer.scss',
17
17
  'fonts', './scrollbar.scss', './tablev2.scss', './customdropdown.scss',
18
18
  './visualbuilder.scss', './objectViewer.scss','./buttonGroup.scss',
19
- './calendarfilter.scss';
19
+ './calendarfilter.scss' ,'./datepicker.scss';
@@ -0,0 +1,3 @@
1
+ <svg width="25" height="8" viewBox="0 0 25 8" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M24.3536 4.35355C24.5488 4.15829 24.5488 3.84171 24.3536 3.64645L21.1716 0.464466C20.9763 0.269204 20.6597 0.269204 20.4645 0.464466C20.2692 0.659728 20.2692 0.976311 20.4645 1.17157L23.2929 4L20.4645 6.82843C20.2692 7.02369 20.2692 7.34027 20.4645 7.53553C20.6597 7.7308 20.9763 7.7308 21.1716 7.53553L24.3536 4.35355ZM0 4.5H24V3.5H0V4.5Z" fill="black"/>
3
+ </svg>