@alexochihua/exos-library-components 2.25.30 → 2.25.31
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 +1 -212
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -64,218 +64,7 @@ body {
|
|
|
64
64
|
|
|
65
65
|
/* exos-library-components/indexCss */
|
|
66
66
|
|
|
67
|
-
.
|
|
68
|
-
color: var(--color-neutral-black);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.apexcharts-legend-text:is(.exos-dark *) {
|
|
72
|
-
color: var(--color-neutral-white);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.apexcharts-xaxis-label tspan {
|
|
76
|
-
fill: var(--color-neutral-black);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.apexcharts-xaxis-label tspan:is(.exos-dark *) {
|
|
80
|
-
fill: var(--color-neutral-white);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.apexcharts-yaxis-label {
|
|
84
|
-
fill: var(--color-neutral-black);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.apexcharts-yaxis-label:is(.exos-dark *) {
|
|
88
|
-
fill: var(--color-neutral-white);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.apexcharts-text.apexcharts-datalabel-label {
|
|
92
|
-
fill: var(--color-neutral-black);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.apexcharts-text.apexcharts-datalabel-label:is(.exos-dark *) {
|
|
96
|
-
fill: var(--color-neutral-white);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.apexcharts-text.apexcharts-datalabel-value {
|
|
100
|
-
fill: var(--color-neutral-black);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.apexcharts-text.apexcharts-datalabel-value:is(.exos-dark *) {
|
|
104
|
-
fill: var(--color-neutral-white);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.e-dynamicTable__table tbody > .e-chart-main {
|
|
108
|
-
display: contents
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.e-dynamicTable__table tbody > .e-chart-main > form.exos-w-full {
|
|
112
|
-
display: contents
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.e-chart-main {
|
|
116
|
-
height: 100%;
|
|
117
|
-
width: 100%;
|
|
118
|
-
flex: 1 1 0%;
|
|
119
|
-
flex-direction: column;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.e-dynamicTable__table tbody > .e-chart-container {
|
|
123
|
-
display: contents
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.e-dynamicTable__table tbody > .e-chart-container > form.exos-w-full {
|
|
127
|
-
display: contents
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.e-chart-container {
|
|
131
|
-
display: flex;
|
|
132
|
-
height: 15%;
|
|
133
|
-
width: 100%;
|
|
134
|
-
align-items: center;
|
|
135
|
-
justify-content: space-between;
|
|
136
|
-
padding: 0.75rem;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.e-chart-title {
|
|
140
|
-
font-family: Gotham-Medium;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
@media (min-width: 390px) {
|
|
144
|
-
@media not all and (min-width: 1920px) {
|
|
145
|
-
.e-chart-title {
|
|
146
|
-
font-size: var(--font-size-display-regular);
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
@media (min-width: 1920px) {
|
|
152
|
-
.e-chart-title {
|
|
153
|
-
font-size: var(--font-size-display-large);
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.e-chart-title {
|
|
158
|
-
color: var(--color-neutral-black);
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.e-chart-title:is(.exos-dark *) {
|
|
162
|
-
color: var(--color-neutral-white);
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.e-chart-icon-export {
|
|
166
|
-
cursor: pointer;
|
|
167
|
-
color: var(--color-secondary);
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.e-chart-icon-export.exos-disabled {
|
|
171
|
-
cursor: not-allowed;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.e-chart-icon-export:is(.exos-dark *) {
|
|
175
|
-
--tw-text-opacity: 1;
|
|
176
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.e-dynamicTable__table tbody > .e-chart-graph-container {
|
|
180
|
-
display: contents
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.e-dynamicTable__table tbody > .e-chart-graph-container > form.exos-w-full {
|
|
184
|
-
display: contents
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.e-chart-graph-container {
|
|
188
|
-
display: flex;
|
|
189
|
-
height: 85%;
|
|
190
|
-
width: 100%;
|
|
191
|
-
align-items: center;
|
|
192
|
-
justify-content: center;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
@media (min-width: 390px) {
|
|
196
|
-
@media not all and (min-width: 1024px) {
|
|
197
|
-
.e-chart-graph-container {
|
|
198
|
-
flex-direction: column;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.e-dynamicTable__table tbody > .e-chart-apexchart {
|
|
204
|
-
display: contents
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.e-dynamicTable__table tbody > .e-chart-apexchart > form.exos-w-full {
|
|
208
|
-
display: contents
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.e-chart-apexchart {
|
|
212
|
-
height: 100%;
|
|
213
|
-
width: 100%;
|
|
214
|
-
flex: 1 1 0%;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.e-chart-legend-container {
|
|
218
|
-
display: flex;
|
|
219
|
-
flex-wrap: wrap;
|
|
220
|
-
align-items: flex-start;
|
|
221
|
-
-moz-column-gap: 0.5rem;
|
|
222
|
-
column-gap: 0.5rem;
|
|
223
|
-
row-gap: 0.25rem;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
@media (min-width: 390px) {
|
|
227
|
-
@media not all and (min-width: 1024px) {
|
|
228
|
-
.e-dynamicTable__table tbody > .e-chart-legend-container {
|
|
229
|
-
display: contents
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.e-dynamicTable__table tbody > .e-chart-legend-container > form.xs\:max-md\:exos-w-full {
|
|
233
|
-
display: contents
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.e-dynamicTable__table tbody > .e-chart-legend-container {
|
|
237
|
-
display: contents
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.e-dynamicTable__table tbody > .e-chart-legend-container > form.xs\:max-md\:exos-w-full {
|
|
241
|
-
display: contents
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.e-chart-legend-container {
|
|
245
|
-
width: 100%;
|
|
246
|
-
flex-direction: row;
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.e-chart-legend-x {
|
|
252
|
-
width: 33.333333%;
|
|
253
|
-
-moz-columns: auto;
|
|
254
|
-
columns: auto;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.e-chart-legend-y {
|
|
258
|
-
width: 50%;
|
|
259
|
-
justify-content: center;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.e-chart-legend-order-start {
|
|
263
|
-
order: -1;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.e-chart-legend-items-end {
|
|
267
|
-
align-items: flex-end;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.e-chart-legend-justify-start {
|
|
271
|
-
justify-content: flex-start;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.e-chart-legend-labels {
|
|
275
|
-
display: flex;
|
|
276
|
-
align-items: center;
|
|
277
|
-
justify-content: center;
|
|
278
|
-
}
|
|
67
|
+
/* @import url(./chart/chart.css); */
|
|
279
68
|
|
|
280
69
|
/* ETree Component Styles - BEM Methodology */
|
|
281
70
|
|