cax-design-system 2.2.0 → 2.4.0
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/README.md +1 -1
- package/api/public_api.d.ts +1 -0
- package/api/themegeneratorservice.d.ts +12 -0
- package/calendar/calendar.d.ts +2 -1
- package/esm2022/accordion/accordion.mjs +3 -3
- package/esm2022/api/public_api.mjs +2 -1
- package/esm2022/api/themegeneratorservice.mjs +109 -0
- package/esm2022/autocomplete/autocomplete.mjs +3 -3
- package/esm2022/calendar/calendar.mjs +8 -3
- package/esm2022/image/image.mjs +3 -3
- package/esm2022/inputnumber/inputnumber.mjs +11 -5
- package/esm2022/logo/logo.mjs +1 -1
- package/esm2022/navigation/navigation.mjs +33 -6
- package/esm2022/overlaypanel/overlaypanel.mjs +2 -2
- package/esm2022/paginator/paginator.mjs +1 -1
- package/esm2022/splitbutton/splitbutton.mjs +2 -2
- package/esm2022/table/components/column-filter-form-element/column-filter-form-element.mjs +2 -2
- package/esm2022/tableconfiguration/cax-design-system-tableconfiguration.mjs +5 -0
- package/esm2022/tableconfiguration/public_api.mjs +3 -0
- package/esm2022/tableconfiguration/tableconfiguration.mjs +55 -0
- package/esm2022/tableconfiguration/tableconfiguration.module.mjs +16 -0
- package/esm2022/toggleswitch/toggleswitch.mjs +3 -3
- package/fesm2022/cax-design-system-accordion.mjs +2 -2
- package/fesm2022/cax-design-system-accordion.mjs.map +1 -1
- package/fesm2022/cax-design-system-api.mjs +108 -1
- package/fesm2022/cax-design-system-api.mjs.map +1 -1
- package/fesm2022/cax-design-system-autocomplete.mjs +2 -2
- package/fesm2022/cax-design-system-autocomplete.mjs.map +1 -1
- package/fesm2022/cax-design-system-calendar.mjs +7 -2
- package/fesm2022/cax-design-system-calendar.mjs.map +1 -1
- package/fesm2022/cax-design-system-image.mjs +2 -2
- package/fesm2022/cax-design-system-image.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputnumber.mjs +10 -4
- package/fesm2022/cax-design-system-inputnumber.mjs.map +1 -1
- package/fesm2022/cax-design-system-logo.mjs.map +1 -1
- package/fesm2022/cax-design-system-navigation.mjs +32 -5
- package/fesm2022/cax-design-system-navigation.mjs.map +1 -1
- package/fesm2022/cax-design-system-overlaypanel.mjs +2 -2
- package/fesm2022/cax-design-system-paginator.mjs +1 -1
- package/fesm2022/cax-design-system-paginator.mjs.map +1 -1
- package/fesm2022/cax-design-system-splitbutton.mjs +2 -2
- package/fesm2022/cax-design-system-splitbutton.mjs.map +1 -1
- package/fesm2022/cax-design-system-table.mjs +1 -1
- package/fesm2022/cax-design-system-table.mjs.map +1 -1
- package/fesm2022/cax-design-system-tableconfiguration.mjs +75 -0
- package/fesm2022/cax-design-system-tableconfiguration.mjs.map +1 -0
- package/fesm2022/cax-design-system-toggleswitch.mjs +2 -2
- package/fesm2022/cax-design-system-toggleswitch.mjs.map +1 -1
- package/image/image.d.ts +2 -2
- package/inputnumber/inputnumber.d.ts +6 -1
- package/logo/logo.d.ts +1 -1
- package/navigation/navigation.d.ts +11 -1
- package/package.json +288 -282
- package/resources/cax.min.scss +1 -1
- package/resources/cax.scss +743 -355
- package/resources/components/accordion/accordion.scss +2 -0
- package/resources/components/autocomplete/autocomplete.scss +7 -13
- package/resources/components/calendar/calendar.scss +19 -2
- package/resources/components/image/image.scss +4 -9
- package/resources/components/inputnumber/inputnumber.scss +2 -9
- package/resources/components/navigation/navigation.scss +16 -42
- package/resources/components/overlaypanel/overlaypanel.scss +1 -1
- package/resources/components/splitbutton/splitbutton.scss +4 -2
- package/resources/components/tableconfiguration/tableconfiguration.scss +115 -0
- package/resources/logo/dataX-dark.svg +11 -11
- package/resources/logo/dataX-icon-dark.svg +4 -5
- package/resources/logo/dataX-icon.svg +4 -5
- package/resources/logo/dataX.svg +11 -11
- package/tableconfiguration/index.d.ts +5 -0
- package/tableconfiguration/public_api.d.ts +2 -0
- package/tableconfiguration/tableconfiguration.d.ts +15 -0
- package/tableconfiguration/tableconfiguration.module.d.ts +7 -0
- package/resources/logo/usercard.png +0 -0
|
@@ -5,16 +5,17 @@
|
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.cax-autocomplete-loader {
|
|
8
|
-
position:
|
|
9
|
-
position:
|
|
8
|
+
position: absolute;
|
|
9
|
+
position: absolute;
|
|
10
10
|
top: 50%;
|
|
11
11
|
margin-top: -0.5rem;
|
|
12
|
-
right:
|
|
12
|
+
right: 7px;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.cax-autocomplete-dd .cax-autocomplete-input {
|
|
16
16
|
flex: 1 1 auto;
|
|
17
17
|
width: 1%;
|
|
18
|
+
padding-left: 3rem;
|
|
18
19
|
}
|
|
19
20
|
|
|
20
21
|
.cax-autocomplete-dd .cax-autocomplete-input,
|
|
@@ -100,20 +101,13 @@
|
|
|
100
101
|
cursor: pointer;
|
|
101
102
|
right: 10px;
|
|
102
103
|
}
|
|
103
|
-
|
|
104
|
-
.cax-autocomplete-clearable {
|
|
105
|
-
position: relative;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
104
|
.cax-autocomplete-search-icon{
|
|
109
105
|
position: absolute;
|
|
110
106
|
top: 50%;
|
|
111
107
|
margin-top: -0.5rem;
|
|
112
108
|
cursor: pointer;
|
|
113
109
|
margin-left: 9px;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
position: relative;
|
|
117
|
-
right: 20px;
|
|
118
|
-
}
|
|
110
|
+
}
|
|
111
|
+
|
|
119
112
|
}
|
|
113
|
+
|
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
.cax-calendar .cax-inputtext {
|
|
9
9
|
flex: 1 1 auto;
|
|
10
10
|
text-overflow: ellipsis;
|
|
11
|
+
padding-left: 25px !important;
|
|
12
|
+
padding-right: 25px !important;
|
|
11
13
|
}
|
|
12
14
|
|
|
13
15
|
.cax-calendar-w-btn .cax-inputtext {
|
|
@@ -35,11 +37,11 @@
|
|
|
35
37
|
|
|
36
38
|
/* Datepicker */
|
|
37
39
|
.cax-calendar .cax-datepicker {
|
|
38
|
-
min-width:
|
|
40
|
+
min-width: fit-content;
|
|
39
41
|
}
|
|
40
42
|
|
|
41
43
|
.cax-datepicker {
|
|
42
|
-
|
|
44
|
+
width: 372px;
|
|
43
45
|
position: absolute;
|
|
44
46
|
top: 0;
|
|
45
47
|
left: 0;
|
|
@@ -174,9 +176,24 @@
|
|
|
174
176
|
|
|
175
177
|
.cax-datepicker-icon {
|
|
176
178
|
pointer-events: none;
|
|
179
|
+
left: 8px;
|
|
180
|
+
color: black !important;
|
|
181
|
+
margin-top: 1px !important;
|
|
177
182
|
}
|
|
183
|
+
.cax-input-icon-left {
|
|
184
|
+
order: -1;
|
|
185
|
+
margin-left: 20px;
|
|
186
|
+
}
|
|
187
|
+
|
|
178
188
|
|
|
179
189
|
.cax-calendar-clearable {
|
|
180
190
|
position: relative;
|
|
181
191
|
}
|
|
192
|
+
|
|
193
|
+
.downarrow{
|
|
194
|
+
position: absolute;
|
|
195
|
+
right: 0.5rem;
|
|
196
|
+
top: 0.5rem;
|
|
197
|
+
|
|
198
|
+
}
|
|
182
199
|
}
|
|
@@ -70,28 +70,23 @@
|
|
|
70
70
|
|
|
71
71
|
// custom styles starts here
|
|
72
72
|
|
|
73
|
-
.cax-image-xsm {
|
|
74
|
-
height: 40px;
|
|
75
|
-
width: auto;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
73
|
.cax-image-sm {
|
|
79
|
-
height:
|
|
74
|
+
height: 32px;
|
|
80
75
|
width: auto;
|
|
81
76
|
}
|
|
82
77
|
|
|
83
78
|
.cax-image-md {
|
|
84
|
-
height:
|
|
79
|
+
height: 40px;
|
|
85
80
|
width: auto;
|
|
86
81
|
}
|
|
87
82
|
|
|
88
83
|
.cax-image-lg {
|
|
89
|
-
height:
|
|
84
|
+
height: 48px;
|
|
90
85
|
width: auto;
|
|
91
86
|
}
|
|
92
87
|
|
|
93
88
|
.cax-image-xl {
|
|
94
|
-
height:
|
|
89
|
+
height: 56px;
|
|
95
90
|
width: auto;
|
|
96
91
|
}
|
|
97
92
|
}
|
|
@@ -17,9 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.cax-inputnumber-buttons-stacked .cax-button.cax-inputnumber-button-up {
|
|
20
|
-
border-
|
|
21
|
-
border-bottom-left-radius: 0;
|
|
22
|
-
border-bottom-right-radius: 0;
|
|
20
|
+
border-radius: 0px 8px 0px 0px;
|
|
23
21
|
padding: 0;
|
|
24
22
|
}
|
|
25
23
|
|
|
@@ -29,9 +27,7 @@
|
|
|
29
27
|
}
|
|
30
28
|
|
|
31
29
|
.cax-inputnumber-buttons-stacked .cax-button.cax-inputnumber-button-down {
|
|
32
|
-
border-
|
|
33
|
-
border-top-right-radius: 0;
|
|
34
|
-
border-bottom-left-radius: 0;
|
|
30
|
+
border-radius: 0px 0px 8px 0px;
|
|
35
31
|
padding: 0;
|
|
36
32
|
}
|
|
37
33
|
|
|
@@ -87,7 +83,6 @@
|
|
|
87
83
|
|
|
88
84
|
.cax-inputnumber-input {
|
|
89
85
|
flex: 1 1 auto;
|
|
90
|
-
|
|
91
86
|
}
|
|
92
87
|
|
|
93
88
|
.cax-fluid cax-inputnumber,
|
|
@@ -105,8 +100,6 @@
|
|
|
105
100
|
|
|
106
101
|
.cax-inputnumber-clear-icon {
|
|
107
102
|
position: absolute;
|
|
108
|
-
top: 50%;
|
|
109
|
-
margin-top: -0.5rem;
|
|
110
103
|
cursor: pointer;
|
|
111
104
|
}
|
|
112
105
|
|
|
@@ -9,12 +9,24 @@
|
|
|
9
9
|
left: 0;
|
|
10
10
|
top: 0;
|
|
11
11
|
z-index: 1200;
|
|
12
|
+
.cax-nav-header {
|
|
13
|
+
.cax-image img {
|
|
14
|
+
max-width: 26px;
|
|
15
|
+
object-fit: cover;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
12
18
|
}
|
|
13
19
|
.cax-nav.cax-nav-expand {
|
|
14
20
|
width: 264px;
|
|
15
21
|
.cax-nav-bottom-container {
|
|
16
22
|
width: 248px;
|
|
17
23
|
}
|
|
24
|
+
.cax-nav-header {
|
|
25
|
+
.cax-image img {
|
|
26
|
+
max-width: 100px;
|
|
27
|
+
object-fit: cover;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
18
30
|
}
|
|
19
31
|
.cax-nav-header-container {
|
|
20
32
|
display: flex;
|
|
@@ -141,48 +153,6 @@
|
|
|
141
153
|
}
|
|
142
154
|
}
|
|
143
155
|
|
|
144
|
-
.cax-nav-organisation-list {
|
|
145
|
-
border-radius: 12px;
|
|
146
|
-
padding: 8px;
|
|
147
|
-
margin-bottom: 8px;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.cax-nav-organisation-container {
|
|
151
|
-
display: flex;
|
|
152
|
-
align-items: flex-start;
|
|
153
|
-
cursor: pointer;
|
|
154
|
-
padding: 12px;
|
|
155
|
-
border-radius: 8px;
|
|
156
|
-
.cax-nav-organisation-radio {
|
|
157
|
-
margin-left: auto;
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.cax-nav-organisation-container:not(:last-child) {
|
|
162
|
-
margin-bottom: 8px;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.cax-nav-organisation {
|
|
166
|
-
display: grid;
|
|
167
|
-
margin: 0 8px;
|
|
168
|
-
white-space: nowrap;
|
|
169
|
-
.cax-nav-organisation-name {
|
|
170
|
-
font-weight: 600;
|
|
171
|
-
font-size: 16px;
|
|
172
|
-
line-height: 24px;
|
|
173
|
-
}
|
|
174
|
-
.cax-nav-organisation-plan {
|
|
175
|
-
display: flex;
|
|
176
|
-
i {
|
|
177
|
-
font-size: 20px;
|
|
178
|
-
margin-right: 3px;
|
|
179
|
-
}
|
|
180
|
-
font-size: 14px;
|
|
181
|
-
font-weight: 500;
|
|
182
|
-
line-height: 21px;
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
|
|
186
156
|
.cax-nav-overlay-expand {
|
|
187
157
|
left: 270px !important;
|
|
188
158
|
top: auto !important;
|
|
@@ -195,3 +165,7 @@
|
|
|
195
165
|
bottom: 6px;
|
|
196
166
|
}
|
|
197
167
|
}
|
|
168
|
+
|
|
169
|
+
.c-pointer {
|
|
170
|
+
cursor: pointer;
|
|
171
|
+
}
|
|
@@ -22,8 +22,10 @@
|
|
|
22
22
|
display: flex;
|
|
23
23
|
align-items: center;
|
|
24
24
|
justify-content: center;
|
|
25
|
-
border-top-left-radius: 0;
|
|
26
|
-
border-
|
|
25
|
+
border-top-left-radius: 0 !important;
|
|
26
|
+
border-top-right-radius: var(--radius-100) !important;
|
|
27
|
+
border-bottom-right-radius: var(--radius-100) !important;
|
|
28
|
+
border-bottom-left-radius: 0 !important;
|
|
27
29
|
}
|
|
28
30
|
|
|
29
31
|
.cax-splitbutton .cax-menu {
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
.table-configuration {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
gap: 24px;
|
|
5
|
+
padding: 12px;
|
|
6
|
+
|
|
7
|
+
.table-font-size {
|
|
8
|
+
.header-details {
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
justify-content: space-between;
|
|
12
|
+
font-weight: 500;
|
|
13
|
+
}
|
|
14
|
+
.font-configuration {
|
|
15
|
+
border: 1px solid var(--neutral-100);
|
|
16
|
+
padding: 16px 24px;
|
|
17
|
+
border-radius: 6px;
|
|
18
|
+
display: flex;
|
|
19
|
+
flex-direction: column;
|
|
20
|
+
align-items: center;
|
|
21
|
+
gap: 8px;
|
|
22
|
+
.font-labels {
|
|
23
|
+
display: flex;
|
|
24
|
+
justify-content: space-between;
|
|
25
|
+
align-items: center;
|
|
26
|
+
font-weight: 600;
|
|
27
|
+
width: 100%;
|
|
28
|
+
&.active {
|
|
29
|
+
color: var(--primary-color);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.slider-wrapper {
|
|
34
|
+
position: relative;
|
|
35
|
+
width: 100%;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.custom-slider {
|
|
39
|
+
-webkit-appearance: none;
|
|
40
|
+
appearance: none;
|
|
41
|
+
width: 100%;
|
|
42
|
+
height: 4px;
|
|
43
|
+
background: var(--neutral-100);
|
|
44
|
+
border-radius: 3px;
|
|
45
|
+
outline: none;
|
|
46
|
+
transition: background 0.3s;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.custom-slider::-webkit-slider-thumb {
|
|
50
|
+
-webkit-appearance: none;
|
|
51
|
+
width: 16px;
|
|
52
|
+
height: 16px;
|
|
53
|
+
background: var(--white-100);
|
|
54
|
+
border: 2px solid var(--primary-color);
|
|
55
|
+
border-radius: 50%;
|
|
56
|
+
cursor: pointer;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.range-marker {
|
|
60
|
+
position: absolute;
|
|
61
|
+
top: 5px;
|
|
62
|
+
left: 2px;
|
|
63
|
+
width: 100%;
|
|
64
|
+
display: flex;
|
|
65
|
+
z-index: -10;
|
|
66
|
+
justify-content: space-between;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.range {
|
|
70
|
+
width: 4px;
|
|
71
|
+
height: 16px;
|
|
72
|
+
background: var(--neutral-100);
|
|
73
|
+
border-radius: 4px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.range.active {
|
|
77
|
+
visibility: hidden;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.table-row-size {
|
|
83
|
+
display: flex;
|
|
84
|
+
flex-direction: column;
|
|
85
|
+
gap: 8px;
|
|
86
|
+
.header-details {
|
|
87
|
+
font-weight: 500;
|
|
88
|
+
}
|
|
89
|
+
.row-configuration {
|
|
90
|
+
display: flex;
|
|
91
|
+
justify-content: space-between;
|
|
92
|
+
gap: 16px;
|
|
93
|
+
|
|
94
|
+
li {
|
|
95
|
+
list-style-type: none;
|
|
96
|
+
width: 95.5px;
|
|
97
|
+
display: flex;
|
|
98
|
+
align-items: center;
|
|
99
|
+
justify-content: center;
|
|
100
|
+
border: 1px solid var(--neutral-100);
|
|
101
|
+
font-size: 14px;
|
|
102
|
+
font-weight: 500;
|
|
103
|
+
height: 53px;
|
|
104
|
+
border-radius: 6px;
|
|
105
|
+
cursor: pointer;
|
|
106
|
+
|
|
107
|
+
&.active {
|
|
108
|
+
border: 1px solid var(--primary-color);
|
|
109
|
+
color: var(--primary-color);
|
|
110
|
+
background: var(--primary-25);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="
|
|
7
|
-
<path d="
|
|
8
|
-
<path d="
|
|
9
|
-
<path d="
|
|
10
|
-
<path d="
|
|
11
|
-
<path d="
|
|
1
|
+
<svg width="101" height="32" viewBox="0 0 101 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M91.3221 27.52V26.7573H93.3076V22.5911H91.3221V21.8285H94.2202V26.7573H96.16V27.52H91.3221ZM92.9995 20.2121C92.9995 20.0072 93.0675 19.8327 93.2049 19.6885C93.3416 19.5367 93.5167 19.4608 93.7296 19.4608C93.9505 19.4608 94.133 19.5367 94.2771 19.6885C94.4294 19.8327 94.5055 20.0072 94.5055 20.2121C94.5055 20.4094 94.4294 20.5763 94.2771 20.713C94.133 20.8495 93.9505 20.9179 93.7296 20.9179C93.5167 20.9179 93.3416 20.8495 93.2049 20.713C93.0675 20.5763 92.9995 20.4094 92.9995 20.2121Z" fill="white"/>
|
|
3
|
+
<path d="M86.0177 22.3914C86.3127 22.2095 86.6455 22.0786 87.0161 21.9986C87.3867 21.9185 87.7504 21.8785 88.1072 21.8785C88.4572 21.8785 88.742 21.9367 88.9616 22.0531C89.1881 22.1695 89.363 22.3223 89.4866 22.5114C89.6169 22.6933 89.7027 22.9042 89.7439 23.1443C89.7919 23.3771 89.816 23.6135 89.816 23.8536C89.816 24.13 89.8091 24.4246 89.7954 24.7374C89.7816 25.0502 89.7714 25.363 89.7645 25.6758C89.7645 26.0396 89.7851 26.3851 89.8263 26.7125H90.5159V27.4217H89.1469L89.0542 26.6034H89.0028C88.9616 26.6688 88.8998 26.7525 88.8175 26.8543C88.7351 26.9562 88.6253 27.058 88.4881 27.1599C88.3577 27.2544 88.1964 27.3381 88.0043 27.4108C87.8121 27.4836 87.5857 27.5199 87.3249 27.5199C86.8171 27.5199 86.4157 27.3817 86.1206 27.1053C85.8255 26.8288 85.678 26.4506 85.678 25.9705C85.678 25.5995 85.7534 25.2903 85.9044 25.043C86.0622 24.7956 86.2853 24.6065 86.5735 24.4755C86.8617 24.3446 87.2083 24.2682 87.6131 24.2464C88.0249 24.2246 88.4847 24.2537 88.9925 24.3337C89.0268 23.9991 89.0302 23.7226 89.0028 23.5044C88.9822 23.2789 88.9273 23.1007 88.8381 22.9697C88.7557 22.8388 88.6356 22.7478 88.4778 22.6969C88.3268 22.6387 88.1381 22.6096 87.9117 22.6096C87.6029 22.6096 87.3078 22.6569 87.0264 22.7515C86.7451 22.8388 86.4946 22.9297 86.275 23.0243L86.0177 22.3914ZM87.5308 26.7888C87.7229 26.7888 87.9014 26.7561 88.0661 26.6906C88.2308 26.6252 88.3749 26.5415 88.4984 26.4397C88.6219 26.3378 88.7248 26.2287 88.8072 26.1123C88.8895 25.9886 88.9513 25.8723 88.9925 25.7631V24.9993C88.6356 24.9338 88.3062 24.9011 88.0043 24.9011C87.7023 24.9011 87.4416 24.9375 87.222 25.0102C87.0024 25.0757 86.8308 25.1812 86.7073 25.3267C86.5838 25.4722 86.522 25.6613 86.522 25.8941C86.522 26.1341 86.5975 26.3451 86.7485 26.527C86.9063 26.7015 87.1671 26.7888 87.5308 26.7888Z" fill="white"/>
|
|
4
|
+
<path d="M83.2589 26.7141C83.2589 26.4575 83.3314 26.261 83.4756 26.1247C83.6198 25.9803 83.8123 25.9082 84.0532 25.9082C84.3104 25.9082 84.5107 25.9803 84.6549 26.1247C84.7991 26.261 84.8716 26.4575 84.8716 26.7141C84.8716 26.9467 84.7991 27.1391 84.6549 27.2915C84.5107 27.4438 84.3104 27.52 84.0532 27.52C83.8123 27.52 83.6198 27.4438 83.4756 27.2915C83.3314 27.1391 83.2589 26.9467 83.2589 26.7141Z" fill="white"/>
|
|
5
|
+
<path d="M62.698 8.95986H65.5498L70.3104 15.7612L68.8167 17.701L62.698 8.95986Z" fill="white"/>
|
|
6
|
+
<path d="M71.189 21.0899L75.6898 27.5199H78.5416L72.6352 19.0817L71.189 21.0899Z" fill="white"/>
|
|
7
|
+
<path d="M77.3749 6.12998L74.2746 7.68996L76.141 8.64996L62.6981 27.52H65.8294L76.8051 12.13L78.4186 9.84996L80.4428 10.93V4.47998L77.3749 6.12998Z" fill="#20BEDF"/>
|
|
8
|
+
<path d="M11.9225 8.98401H16.1259V22.7558C16.1259 22.9121 16.1346 23.1117 16.1519 23.3546C16.1692 23.5803 16.1865 23.8232 16.2037 24.0836C16.2383 24.3439 16.2729 24.6042 16.3075 24.8646C16.3421 25.1076 16.3767 25.3245 16.4113 25.5154H18.1497V27.2076H14.6988L14.4393 25.203H14.3356C13.955 25.8626 13.3842 26.4179 12.6231 26.8692C11.8792 27.3031 11.0143 27.52 10.0284 27.52C8.07368 27.52 6.62926 26.9733 5.6952 25.8799C4.77841 24.7691 4.32001 23.0509 4.32001 20.7252C4.32001 19.6318 4.47569 18.6685 4.78705 17.8355C5.09842 16.985 5.53952 16.2822 6.11035 15.7268C6.69845 15.154 7.39905 14.7201 8.21206 14.4251C9.02507 14.13 9.93318 13.9825 10.9365 13.9825C11.2997 13.9825 11.6198 13.9912 11.8965 14.0085C12.1906 14.0258 12.4587 14.0519 12.7009 14.0867C12.943 14.1213 13.1679 14.1734 13.3755 14.2428C13.6004 14.2949 13.8425 14.3556 14.102 14.4251V10.7283H11.9225V8.98401ZM10.3656 25.7758C11.4208 25.7758 12.2511 25.5067 12.8565 24.9688C13.462 24.4134 13.8771 23.589 14.102 22.4955V16.4557C13.7214 16.1954 13.289 16.0044 12.8047 15.883C12.3376 15.7615 11.7149 15.7007 10.9365 15.7007C9.55263 15.7007 8.46285 16.1086 7.66714 16.9243C6.87143 17.7226 6.47358 18.9897 6.47358 20.7252C6.47358 21.4369 6.53415 22.105 6.65524 22.7299C6.79362 23.3373 7.00982 23.8666 7.30388 24.3179C7.61525 24.7691 8.02178 25.1249 8.52343 25.3853C9.02507 25.6456 9.63912 25.7758 10.3656 25.7758Z" fill="white"/>
|
|
9
|
+
<path d="M20.6326 15.0649C21.3897 14.6233 22.2437 14.3052 23.1945 14.111C24.1453 13.9166 25.0785 13.8195 25.9941 13.8195C26.8921 13.8195 27.6228 13.9608 28.1863 14.2434C28.7673 14.5261 29.2164 14.8971 29.5333 15.3564C29.8679 15.7981 30.0879 16.3104 30.1936 16.8934C30.3168 17.4588 30.3785 18.033 30.3785 18.6159C30.3785 19.2873 30.3609 20.0028 30.3257 20.7624C30.2905 21.5221 30.264 22.2818 30.2464 23.0415C30.2464 23.9248 30.2992 24.764 30.4049 25.559H32.1745V27.2815H28.6617L28.424 25.294H28.2919C28.1863 25.453 28.0278 25.6561 27.8165 25.9035C27.6052 26.1509 27.3235 26.3982 26.9713 26.6455C26.6368 26.8752 26.223 27.0783 25.73 27.255C25.237 27.4316 24.6559 27.52 23.9868 27.52C22.6839 27.52 21.6538 27.1843 20.8967 26.513C20.1395 25.8416 19.7609 24.923 19.7609 23.757C19.7609 22.856 19.9546 22.1051 20.342 21.5045C20.747 20.9038 21.3193 20.4445 22.0588 20.1265C22.7983 19.8085 23.6875 19.623 24.7264 19.5699C25.7828 19.517 26.9626 19.5877 28.2656 19.7819C28.3536 18.9693 28.3624 18.2979 28.2919 17.768C28.2391 17.2203 28.0982 16.7875 27.8693 16.4695C27.6581 16.1514 27.3499 15.9306 26.945 15.8069C26.5576 15.6656 26.0733 15.595 25.4923 15.595C24.7 15.595 23.9428 15.7098 23.2209 15.9394C22.499 16.1514 21.8563 16.3722 21.2928 16.6019L20.6326 15.0649ZM24.5151 25.7445C25.0081 25.7445 25.4659 25.665 25.8885 25.506C26.3111 25.347 26.6808 25.1438 26.9978 24.8965C27.3147 24.6491 27.5788 24.3841 27.7901 24.1015C28.0014 23.8011 28.1599 23.5185 28.2656 23.2535V21.3985C27.3499 21.2395 26.5048 21.1599 25.73 21.1599C24.9553 21.1599 24.2862 21.2483 23.7227 21.425C23.1593 21.584 22.7191 21.8401 22.4021 22.1935C22.0852 22.5468 21.9267 23.0061 21.9267 23.5715C21.9267 24.1545 22.1204 24.6668 22.5078 25.1085C22.9128 25.5325 23.5819 25.7445 24.5151 25.7445Z" fill="white"/>
|
|
10
|
+
<path d="M33.7908 13.8258H36.9568V11.1831L39.032 10.5958V13.8258H46.1356V15.6143H39.032V21.9142C39.032 23.2134 39.3425 24.1743 39.9633 24.7972C40.6018 25.4201 41.5064 25.7315 42.677 25.7315C43.4752 25.7315 44.1669 25.5802 44.7522 25.2777C45.3553 24.9752 45.8962 24.6459 46.3751 24.29L47.0669 25.865C46.4461 26.3633 45.7011 26.7637 44.832 27.0662C43.9806 27.3687 43.1027 27.52 42.1981 27.52C41.4886 27.52 40.8146 27.4132 40.1761 27.1997C39.5553 27.0039 39.0055 26.6925 38.5266 26.2654C38.0477 25.8383 37.6663 25.2955 37.3825 24.637C37.0987 23.9608 36.9568 23.1599 36.9568 22.2345V15.6143H33.7908V13.8258Z" fill="white"/>
|
|
11
|
+
<path d="M49.5473 15.0649C50.3045 14.6233 51.1584 14.3052 52.1093 14.111C53.0601 13.9166 53.9933 13.8195 54.9089 13.8195C55.8069 13.8195 56.5377 13.9608 57.1011 14.2434C57.6822 14.5261 58.1312 14.8971 58.4481 15.3564C58.7827 15.7981 59.0028 16.3104 59.1084 16.8934C59.2317 17.4588 59.2933 18.033 59.2933 18.6159C59.2933 19.2873 59.2757 20.0028 59.2405 20.7624C59.2052 21.5221 59.1789 22.2818 59.1613 23.0415C59.1613 23.9248 59.2141 24.764 59.3197 25.559H61.0893V27.2815H57.5765L57.3388 25.294H57.2068C57.1011 25.453 56.9427 25.6561 56.7314 25.9035C56.5201 26.1509 56.2383 26.3982 55.8862 26.6455C55.5516 26.8752 55.1378 27.0783 54.6448 27.255C54.1518 27.4316 53.5707 27.52 52.9016 27.52C51.5986 27.52 50.5686 27.1843 49.8115 26.513C49.0543 25.8416 48.6758 24.923 48.6758 23.757C48.6758 22.856 48.8694 22.1051 49.2568 21.5045C49.6618 20.9038 50.234 20.4445 50.9736 20.1265C51.7131 19.8085 52.6023 19.623 53.6411 19.5699C54.6976 19.517 55.8774 19.5877 57.1803 19.7819C57.2684 18.9693 57.2772 18.2979 57.2068 17.768C57.154 17.2203 57.0131 16.7875 56.7842 16.4695C56.5729 16.1514 56.2647 15.9306 55.8597 15.8069C55.4724 15.6656 54.9882 15.595 54.4071 15.595C53.6148 15.595 52.8576 15.7098 52.1357 15.9394C51.4138 16.1514 50.7711 16.3722 50.2076 16.6019L49.5473 15.0649ZM53.4299 25.7445C53.9229 25.7445 54.3807 25.665 54.8033 25.506C55.2259 25.347 55.5956 25.1438 55.9126 24.8965C56.2295 24.6491 56.4936 24.3841 56.7049 24.1015C56.9162 23.8011 57.0747 23.5185 57.1803 23.2535V21.3985C56.2647 21.2395 55.4195 21.1599 54.6448 21.1599C53.87 21.1599 53.2009 21.2483 52.6375 21.425C52.074 21.584 51.6338 21.8401 51.3169 22.1935C51 22.5468 50.8415 23.0061 50.8415 23.5715C50.8415 24.1545 51.0352 24.6668 51.4225 25.1085C51.8275 25.5325 52.4966 25.7445 53.4299 25.7445Z" fill="white"/>
|
|
12
12
|
</svg>
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="M71.9799 23.4341L71.9799 23.4342L71.992 23.4278L82.7599 17.6366V40.1539L75.9046 36.4962L75.5157 36.2887L75.2611 36.6485L69.2116 45.197L69.2105 45.1985L28.2021 102.7H17.6873L67.5353 32.7275L67.8704 32.257L67.3567 31.9927L61.2318 28.8423L71.9799 23.4341ZM44.6434 59.0904L39.6813 65.5344L17.6771 34.0995H27.1508L44.6434 59.0904ZM65.6965 102.7L49.1713 79.0911L53.9755 72.4201L75.1702 102.7H65.6965Z" stroke="#F9FAFB" stroke-linecap="round"/>
|
|
1
|
+
<svg width="26" height="32" viewBox="0 0 26 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.2 8.1776H6.28569L11.4367 15.7346L9.82052 17.89L3.2 8.1776Z" fill="white"/>
|
|
3
|
+
<path d="M12.3873 21.6554L17.2572 28.7999H20.3429L13.9521 19.4241L12.3873 21.6554Z" fill="white"/>
|
|
4
|
+
<path d="M19.0805 5.03328L15.726 6.7666L17.7454 7.83327L3.20013 28.8H6.58822L18.464 11.6999L20.2098 9.1666L22.4 10.3666V3.19995L19.0805 5.03328Z" fill="#20BEDF"/>
|
|
6
5
|
</svg>
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="M71.9799 23.4341L71.9799 23.4342L71.992 23.4278L82.7599 17.6366V40.1539L75.9046 36.4962L75.5157 36.2887L75.2611 36.6485L69.2116 45.197L69.2105 45.1985L28.2021 102.7H17.6873L67.5353 32.7275L67.8704 32.257L67.3567 31.9927L61.2318 28.8423L71.9799 23.4341ZM44.6434 59.0904L39.6813 65.5344L17.6771 34.0995H27.1508L44.6434 59.0904ZM65.6965 102.7L49.1713 79.0911L53.9755 72.4201L75.1702 102.7H65.6965Z" stroke="#F9FAFB" stroke-linecap="round"/>
|
|
1
|
+
<svg width="27" height="32" viewBox="0 0 27 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.08575 8.1776H7.17145L12.3225 15.7346L10.7063 17.89L4.08575 8.1776Z" fill="black"/>
|
|
3
|
+
<path d="M13.2731 21.6554L18.143 28.7999H21.2287L14.8379 19.4241L13.2731 21.6554Z" fill="black"/>
|
|
4
|
+
<path d="M19.9662 5.03328L16.6117 6.7666L18.6312 7.83327L4.08588 28.8H7.47398L19.3498 11.6999L21.0956 9.1666L23.2858 10.3666V3.19995L19.9662 5.03328Z" fill="#20BEDF"/>
|
|
6
5
|
</svg>
|