@mlw-packages/react-components 1.8.8 → 1.8.9
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/index.css +157 -3
- package/dist/index.d.mts +115 -89
- package/dist/index.d.ts +115 -89
- package/dist/index.js +512 -226
- package/dist/index.mjs +513 -228
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -982,6 +982,9 @@ body {
|
|
|
982
982
|
.h-\[50vh\] {
|
|
983
983
|
height: 50vh;
|
|
984
984
|
}
|
|
985
|
+
.h-\[95vh\] {
|
|
986
|
+
height: 95vh;
|
|
987
|
+
}
|
|
985
988
|
.h-\[calc\(var\(--week-cells-height\)\/4\)\] {
|
|
986
989
|
height: calc(var(--week-cells-height) / 4);
|
|
987
990
|
}
|
|
@@ -1138,6 +1141,9 @@ body {
|
|
|
1138
1141
|
.w-20 {
|
|
1139
1142
|
width: 5rem;
|
|
1140
1143
|
}
|
|
1144
|
+
.w-24 {
|
|
1145
|
+
width: 6rem;
|
|
1146
|
+
}
|
|
1141
1147
|
.w-28 {
|
|
1142
1148
|
width: 7rem;
|
|
1143
1149
|
}
|
|
@@ -1249,6 +1255,9 @@ body {
|
|
|
1249
1255
|
.w-\[500px\] {
|
|
1250
1256
|
width: 500px;
|
|
1251
1257
|
}
|
|
1258
|
+
.w-\[52rem\] {
|
|
1259
|
+
width: 52rem;
|
|
1260
|
+
}
|
|
1252
1261
|
.w-\[70\%\] {
|
|
1253
1262
|
width: 70%;
|
|
1254
1263
|
}
|
|
@@ -1258,6 +1267,9 @@ body {
|
|
|
1258
1267
|
.w-\[90\%\] {
|
|
1259
1268
|
width: 90%;
|
|
1260
1269
|
}
|
|
1270
|
+
.w-\[95vw\] {
|
|
1271
|
+
width: 95vw;
|
|
1272
|
+
}
|
|
1261
1273
|
.w-auto {
|
|
1262
1274
|
width: auto;
|
|
1263
1275
|
}
|
|
@@ -1363,9 +1375,6 @@ body {
|
|
|
1363
1375
|
.max-w-\[1100px\] {
|
|
1364
1376
|
max-width: 1100px;
|
|
1365
1377
|
}
|
|
1366
|
-
.max-w-\[200px\] {
|
|
1367
|
-
max-width: 200px;
|
|
1368
|
-
}
|
|
1369
1378
|
.max-w-\[210px\] {
|
|
1370
1379
|
max-width: 210px;
|
|
1371
1380
|
}
|
|
@@ -1409,6 +1418,9 @@ body {
|
|
|
1409
1418
|
.max-w-md {
|
|
1410
1419
|
max-width: 28rem;
|
|
1411
1420
|
}
|
|
1421
|
+
.max-w-none {
|
|
1422
|
+
max-width: none;
|
|
1423
|
+
}
|
|
1412
1424
|
.max-w-prose {
|
|
1413
1425
|
max-width: 65ch;
|
|
1414
1426
|
}
|
|
@@ -1501,6 +1513,10 @@ body {
|
|
|
1501
1513
|
--tw-rotate: 0deg;
|
|
1502
1514
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1503
1515
|
}
|
|
1516
|
+
.rotate-180 {
|
|
1517
|
+
--tw-rotate: 180deg;
|
|
1518
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1519
|
+
}
|
|
1504
1520
|
.rotate-45 {
|
|
1505
1521
|
--tw-rotate: 45deg;
|
|
1506
1522
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -1964,6 +1980,9 @@ body {
|
|
|
1964
1980
|
.border-2 {
|
|
1965
1981
|
border-width: 2px;
|
|
1966
1982
|
}
|
|
1983
|
+
.border-4 {
|
|
1984
|
+
border-width: 4px;
|
|
1985
|
+
}
|
|
1967
1986
|
.border-\[3px\] {
|
|
1968
1987
|
border-width: 3px;
|
|
1969
1988
|
}
|
|
@@ -1994,6 +2013,9 @@ body {
|
|
|
1994
2013
|
.border-l-4 {
|
|
1995
2014
|
border-left-width: 4px;
|
|
1996
2015
|
}
|
|
2016
|
+
.border-l-8 {
|
|
2017
|
+
border-left-width: 8px;
|
|
2018
|
+
}
|
|
1997
2019
|
.border-r {
|
|
1998
2020
|
border-right-width: 1px;
|
|
1999
2021
|
}
|
|
@@ -2034,9 +2056,15 @@ body {
|
|
|
2034
2056
|
--tw-border-opacity: 1;
|
|
2035
2057
|
border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
|
|
2036
2058
|
}
|
|
2059
|
+
.border-blue-500\/10 {
|
|
2060
|
+
border-color: rgb(59 130 246 / 0.1);
|
|
2061
|
+
}
|
|
2037
2062
|
.border-border {
|
|
2038
2063
|
border-color: hsl(var(--border));
|
|
2039
2064
|
}
|
|
2065
|
+
.border-border\/10 {
|
|
2066
|
+
border-color: hsl(var(--border) / 0.1);
|
|
2067
|
+
}
|
|
2040
2068
|
.border-border\/20 {
|
|
2041
2069
|
border-color: hsl(var(--border) / 0.2);
|
|
2042
2070
|
}
|
|
@@ -2060,6 +2088,9 @@ body {
|
|
|
2060
2088
|
--tw-border-opacity: 1;
|
|
2061
2089
|
border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
|
|
2062
2090
|
}
|
|
2091
|
+
.border-emerald-500\/10 {
|
|
2092
|
+
border-color: rgb(16 185 129 / 0.1);
|
|
2093
|
+
}
|
|
2063
2094
|
.border-gray-200 {
|
|
2064
2095
|
--tw-border-opacity: 1;
|
|
2065
2096
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
|
@@ -2173,9 +2204,39 @@ body {
|
|
|
2173
2204
|
--tw-border-opacity: 1;
|
|
2174
2205
|
border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
|
|
2175
2206
|
}
|
|
2207
|
+
.border-y-border {
|
|
2208
|
+
border-top-color: hsl(var(--border));
|
|
2209
|
+
border-bottom-color: hsl(var(--border));
|
|
2210
|
+
}
|
|
2211
|
+
.border-l-amber-500 {
|
|
2212
|
+
--tw-border-opacity: 1;
|
|
2213
|
+
border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
|
|
2214
|
+
}
|
|
2215
|
+
.border-l-blue-500 {
|
|
2216
|
+
--tw-border-opacity: 1;
|
|
2217
|
+
border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
|
|
2218
|
+
}
|
|
2219
|
+
.border-l-destructive {
|
|
2220
|
+
border-left-color: hsl(var(--destructive));
|
|
2221
|
+
}
|
|
2222
|
+
.border-l-green-500 {
|
|
2223
|
+
--tw-border-opacity: 1;
|
|
2224
|
+
border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
|
|
2225
|
+
}
|
|
2226
|
+
.border-l-purple-500 {
|
|
2227
|
+
--tw-border-opacity: 1;
|
|
2228
|
+
border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
|
|
2229
|
+
}
|
|
2176
2230
|
.border-l-transparent {
|
|
2177
2231
|
border-left-color: transparent;
|
|
2178
2232
|
}
|
|
2233
|
+
.border-l-yellow-500 {
|
|
2234
|
+
--tw-border-opacity: 1;
|
|
2235
|
+
border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
|
|
2236
|
+
}
|
|
2237
|
+
.border-r-border {
|
|
2238
|
+
border-right-color: hsl(var(--border));
|
|
2239
|
+
}
|
|
2179
2240
|
.border-t-primary {
|
|
2180
2241
|
border-top-color: hsl(var(--primary));
|
|
2181
2242
|
}
|
|
@@ -2215,6 +2276,10 @@ body {
|
|
|
2215
2276
|
--tw-bg-opacity: 1;
|
|
2216
2277
|
background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
|
|
2217
2278
|
}
|
|
2279
|
+
.bg-amber-500 {
|
|
2280
|
+
--tw-bg-opacity: 1;
|
|
2281
|
+
background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
|
|
2282
|
+
}
|
|
2218
2283
|
.bg-background {
|
|
2219
2284
|
background-color: hsl(var(--background));
|
|
2220
2285
|
}
|
|
@@ -2230,6 +2295,10 @@ body {
|
|
|
2230
2295
|
.bg-background\/95 {
|
|
2231
2296
|
background-color: hsl(var(--background) / 0.95);
|
|
2232
2297
|
}
|
|
2298
|
+
.bg-black {
|
|
2299
|
+
--tw-bg-opacity: 1;
|
|
2300
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
2301
|
+
}
|
|
2233
2302
|
.bg-black\/40 {
|
|
2234
2303
|
background-color: rgb(0 0 0 / 0.4);
|
|
2235
2304
|
}
|
|
@@ -2260,6 +2329,9 @@ body {
|
|
|
2260
2329
|
--tw-bg-opacity: 1;
|
|
2261
2330
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
|
|
2262
2331
|
}
|
|
2332
|
+
.bg-blue-500\/5 {
|
|
2333
|
+
background-color: rgb(59 130 246 / 0.05);
|
|
2334
|
+
}
|
|
2263
2335
|
.bg-blue-600 {
|
|
2264
2336
|
--tw-bg-opacity: 1;
|
|
2265
2337
|
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
|
|
@@ -2315,6 +2387,9 @@ body {
|
|
|
2315
2387
|
.bg-emerald-500\/15 {
|
|
2316
2388
|
background-color: rgb(16 185 129 / 0.15);
|
|
2317
2389
|
}
|
|
2390
|
+
.bg-emerald-500\/5 {
|
|
2391
|
+
background-color: rgb(16 185 129 / 0.05);
|
|
2392
|
+
}
|
|
2318
2393
|
.bg-emerald-600 {
|
|
2319
2394
|
--tw-bg-opacity: 1;
|
|
2320
2395
|
background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
|
|
@@ -2369,6 +2444,10 @@ body {
|
|
|
2369
2444
|
--tw-bg-opacity: 1;
|
|
2370
2445
|
background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
|
|
2371
2446
|
}
|
|
2447
|
+
.bg-green-600 {
|
|
2448
|
+
--tw-bg-opacity: 1;
|
|
2449
|
+
background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
|
|
2450
|
+
}
|
|
2372
2451
|
.bg-indigo-100 {
|
|
2373
2452
|
--tw-bg-opacity: 1;
|
|
2374
2453
|
background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
|
|
@@ -3093,6 +3172,9 @@ body {
|
|
|
3093
3172
|
.leading-tight {
|
|
3094
3173
|
line-height: 1.25;
|
|
3095
3174
|
}
|
|
3175
|
+
.tracking-\[0\] {
|
|
3176
|
+
letter-spacing: 0;
|
|
3177
|
+
}
|
|
3096
3178
|
.tracking-tight {
|
|
3097
3179
|
letter-spacing: -0.025em;
|
|
3098
3180
|
}
|
|
@@ -3483,6 +3565,22 @@ body {
|
|
|
3483
3565
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
3484
3566
|
var(--tw-shadow);
|
|
3485
3567
|
}
|
|
3568
|
+
.shadow-\[4px_4px_0px_0px_rgba\(0\,0\,0\,1\)\] {
|
|
3569
|
+
--tw-shadow: 4px 4px 0px 0px rgba(0,0,0,1);
|
|
3570
|
+
--tw-shadow-colored: 4px 4px 0px 0px var(--tw-shadow-color);
|
|
3571
|
+
box-shadow:
|
|
3572
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
3573
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
3574
|
+
var(--tw-shadow);
|
|
3575
|
+
}
|
|
3576
|
+
.shadow-\[8px_8px_0px_0px_rgba\(0\,0\,0\,1\)\] {
|
|
3577
|
+
--tw-shadow: 8px 8px 0px 0px rgba(0,0,0,1);
|
|
3578
|
+
--tw-shadow-colored: 8px 8px 0px 0px var(--tw-shadow-color);
|
|
3579
|
+
box-shadow:
|
|
3580
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
3581
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
3582
|
+
var(--tw-shadow);
|
|
3583
|
+
}
|
|
3486
3584
|
.shadow-inner {
|
|
3487
3585
|
--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
|
3488
3586
|
--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
|
|
@@ -4217,6 +4315,14 @@ body {
|
|
|
4217
4315
|
--tw-translate-y: -0.25rem;
|
|
4218
4316
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
4219
4317
|
}
|
|
4318
|
+
.hover\:translate-x-\[2px\]:hover {
|
|
4319
|
+
--tw-translate-x: 2px;
|
|
4320
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
4321
|
+
}
|
|
4322
|
+
.hover\:translate-y-\[2px\]:hover {
|
|
4323
|
+
--tw-translate-y: 2px;
|
|
4324
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
4325
|
+
}
|
|
4220
4326
|
.hover\:rotate-90:hover {
|
|
4221
4327
|
--tw-rotate: 90deg;
|
|
4222
4328
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -4246,6 +4352,12 @@ body {
|
|
|
4246
4352
|
--tw-scale-y: 1.02;
|
|
4247
4353
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
4248
4354
|
}
|
|
4355
|
+
.hover\:border-blue-500\/30:hover {
|
|
4356
|
+
border-color: rgb(59 130 246 / 0.3);
|
|
4357
|
+
}
|
|
4358
|
+
.hover\:border-emerald-500\/30:hover {
|
|
4359
|
+
border-color: rgb(16 185 129 / 0.3);
|
|
4360
|
+
}
|
|
4249
4361
|
.hover\:border-input\/80:hover {
|
|
4250
4362
|
border-color: hsl(var(--input) / 0.8);
|
|
4251
4363
|
}
|
|
@@ -4264,6 +4376,10 @@ body {
|
|
|
4264
4376
|
.hover\:bg-amber-200\/40:hover {
|
|
4265
4377
|
background-color: rgb(253 230 138 / 0.4);
|
|
4266
4378
|
}
|
|
4379
|
+
.hover\:bg-amber-600:hover {
|
|
4380
|
+
--tw-bg-opacity: 1;
|
|
4381
|
+
background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
|
|
4382
|
+
}
|
|
4267
4383
|
.hover\:bg-background:hover {
|
|
4268
4384
|
background-color: hsl(var(--background));
|
|
4269
4385
|
}
|
|
@@ -4308,10 +4424,18 @@ body {
|
|
|
4308
4424
|
.hover\:bg-gray-200\/40:hover {
|
|
4309
4425
|
background-color: rgb(229 231 235 / 0.4);
|
|
4310
4426
|
}
|
|
4427
|
+
.hover\:bg-gray-800:hover {
|
|
4428
|
+
--tw-bg-opacity: 1;
|
|
4429
|
+
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
|
|
4430
|
+
}
|
|
4311
4431
|
.hover\:bg-green-600:hover {
|
|
4312
4432
|
--tw-bg-opacity: 1;
|
|
4313
4433
|
background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
|
|
4314
4434
|
}
|
|
4435
|
+
.hover\:bg-green-700:hover {
|
|
4436
|
+
--tw-bg-opacity: 1;
|
|
4437
|
+
background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
|
|
4438
|
+
}
|
|
4315
4439
|
.hover\:bg-indigo-600:hover {
|
|
4316
4440
|
--tw-bg-opacity: 1;
|
|
4317
4441
|
background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
|
|
@@ -4396,6 +4520,10 @@ body {
|
|
|
4396
4520
|
.hover\:bg-violet-200\/40:hover {
|
|
4397
4521
|
background-color: rgb(221 214 254 / 0.4);
|
|
4398
4522
|
}
|
|
4523
|
+
.hover\:bg-yellow-500:hover {
|
|
4524
|
+
--tw-bg-opacity: 1;
|
|
4525
|
+
background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
|
|
4526
|
+
}
|
|
4399
4527
|
.hover\:bg-yellow-600:hover {
|
|
4400
4528
|
--tw-bg-opacity: 1;
|
|
4401
4529
|
background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
|
|
@@ -4487,6 +4615,14 @@ body {
|
|
|
4487
4615
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
4488
4616
|
var(--tw-shadow);
|
|
4489
4617
|
}
|
|
4618
|
+
.hover\:shadow-\[2px_2px_0px_0px_rgba\(0\,0\,0\,1\)\]:hover {
|
|
4619
|
+
--tw-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
|
|
4620
|
+
--tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);
|
|
4621
|
+
box-shadow:
|
|
4622
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
4623
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
4624
|
+
var(--tw-shadow);
|
|
4625
|
+
}
|
|
4490
4626
|
.hover\:shadow-lg:hover {
|
|
4491
4627
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
4492
4628
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
@@ -5770,6 +5906,10 @@ body {
|
|
|
5770
5906
|
--tw-bg-opacity: 1;
|
|
5771
5907
|
background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
|
|
5772
5908
|
}
|
|
5909
|
+
.dark\:bg-zinc-900:is(.dark *) {
|
|
5910
|
+
--tw-bg-opacity: 1;
|
|
5911
|
+
background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
|
|
5912
|
+
}
|
|
5773
5913
|
.dark\:from-blue-400:is(.dark *) {
|
|
5774
5914
|
--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
|
|
5775
5915
|
--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
|
|
@@ -5892,6 +6032,14 @@ body {
|
|
|
5892
6032
|
--tw-text-opacity: 1;
|
|
5893
6033
|
color: rgb(250 204 21 / var(--tw-text-opacity, 1));
|
|
5894
6034
|
}
|
|
6035
|
+
.dark\:shadow-\[8px_8px_0px_0px_rgba\(255\,255\,255\,1\)\]:is(.dark *) {
|
|
6036
|
+
--tw-shadow: 8px 8px 0px 0px rgba(255,255,255,1);
|
|
6037
|
+
--tw-shadow-colored: 8px 8px 0px 0px var(--tw-shadow-color);
|
|
6038
|
+
box-shadow:
|
|
6039
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
6040
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
6041
|
+
var(--tw-shadow);
|
|
6042
|
+
}
|
|
5895
6043
|
.dark\:shadow-black\/20:is(.dark *) {
|
|
5896
6044
|
--tw-shadow-color: rgb(0 0 0 / 0.2);
|
|
5897
6045
|
--tw-shadow: var(--tw-shadow-colored);
|
|
@@ -6139,6 +6287,9 @@ body {
|
|
|
6139
6287
|
.sm\:justify-end {
|
|
6140
6288
|
justify-content: flex-end;
|
|
6141
6289
|
}
|
|
6290
|
+
.sm\:justify-center {
|
|
6291
|
+
justify-content: center;
|
|
6292
|
+
}
|
|
6142
6293
|
.sm\:justify-between {
|
|
6143
6294
|
justify-content: space-between;
|
|
6144
6295
|
}
|
|
@@ -6210,6 +6361,9 @@ body {
|
|
|
6210
6361
|
.sm\:text-left {
|
|
6211
6362
|
text-align: left;
|
|
6212
6363
|
}
|
|
6364
|
+
.sm\:text-center {
|
|
6365
|
+
text-align: center;
|
|
6366
|
+
}
|
|
6213
6367
|
.sm\:text-\[0\.95rem\] {
|
|
6214
6368
|
font-size: 0.95rem;
|
|
6215
6369
|
}
|
package/dist/index.d.mts
CHANGED
|
@@ -1564,83 +1564,6 @@ interface SelectPropsWithGroupItems<T extends string> extends DefaultSelectProps
|
|
|
1564
1564
|
type NewSelectProps<T extends string> = SelectPropsWithItems<T> | SelectPropsWithGroupItems<T>;
|
|
1565
1565
|
declare function Select<T extends string>({ items, groupItems, placeholder, onChange, error, testIds, disabled, selected, label, labelClassname, className, pagination, hideClear, }: NewSelectProps<T>): react_jsx_runtime.JSX.Element;
|
|
1566
1566
|
|
|
1567
|
-
declare const formatFieldName: (fieldName: string) => string;
|
|
1568
|
-
declare const detectDataFields: (data: Record<string, unknown>[], xAxisKey: string) => string[];
|
|
1569
|
-
declare const detectXAxis: (data: Record<string, unknown>[]) => string;
|
|
1570
|
-
declare const generateAdditionalColors: (baseColors: string[], count: number) => string[];
|
|
1571
|
-
declare const niceCeil: (value: number) => number;
|
|
1572
|
-
declare const compactTick: (value: number) => string;
|
|
1573
|
-
type Padding = number | Partial<{
|
|
1574
|
-
left: number;
|
|
1575
|
-
right: number;
|
|
1576
|
-
top: number;
|
|
1577
|
-
bottom: number;
|
|
1578
|
-
}>;
|
|
1579
|
-
type Margins = Partial<{
|
|
1580
|
-
top: number;
|
|
1581
|
-
right: number;
|
|
1582
|
-
left: number;
|
|
1583
|
-
bottom: number;
|
|
1584
|
-
}>;
|
|
1585
|
-
declare const resolveContainerPaddingLeft: (padding?: Padding, containerPaddingLeft?: number, defaultLeft?: number) => number;
|
|
1586
|
-
declare const resolveChartMargins: (margins?: Margins, chartMargins?: Margins, showLabels?: boolean) => {
|
|
1587
|
-
top: number;
|
|
1588
|
-
right: number;
|
|
1589
|
-
left: number;
|
|
1590
|
-
bottom: number;
|
|
1591
|
-
};
|
|
1592
|
-
declare const generateColorMap: (dataKeys: string[], baseColors: string[], mapperConfig: Record<string, {
|
|
1593
|
-
color?: string;
|
|
1594
|
-
}>) => Record<string, string>;
|
|
1595
|
-
declare const computeNiceMax: (maxValue: number) => number;
|
|
1596
|
-
declare const getMaxDataValue: (data: Record<string, unknown>[], keys: string[]) => number;
|
|
1597
|
-
declare const getMinDataValue: (data: Record<string, unknown>[], keys: string[]) => number;
|
|
1598
|
-
interface SeriesConfig {
|
|
1599
|
-
bar?: string[];
|
|
1600
|
-
line?: string[];
|
|
1601
|
-
area?: string[];
|
|
1602
|
-
}
|
|
1603
|
-
declare const computeChartWidth: (width: number | string | undefined, dataLength: number, series: SeriesConfig | undefined, niceMaxLeft: number, niceMaxRight: number) => number;
|
|
1604
|
-
declare const adaptDataForTooltip: <T extends Record<string, unknown>>(data: T, xAxisKey: string) => {
|
|
1605
|
-
name: string;
|
|
1606
|
-
[key: string]: string | number;
|
|
1607
|
-
};
|
|
1608
|
-
type ValueFormatterType = (props: {
|
|
1609
|
-
value: number | string | undefined;
|
|
1610
|
-
formattedValue: string;
|
|
1611
|
-
[key: string]: unknown;
|
|
1612
|
-
}) => string;
|
|
1613
|
-
declare const createValueFormatter: (customFormatter: ValueFormatterType | undefined, formatBR: boolean) => ValueFormatterType | undefined;
|
|
1614
|
-
declare const createYTickFormatter: (finalValueFormatter: ValueFormatterType | undefined) => ((value: number | string) => string);
|
|
1615
|
-
declare const computeYAxisTickWidth: (chartMarginLeft: number | undefined, yAxisLabel: string | undefined, axisLabelMargin: number, yTickFormatter: (value: number | string) => string, minValue: number, maxValue: number) => number;
|
|
1616
|
-
|
|
1617
|
-
type Variant = "filled" | "outline" | "soft";
|
|
1618
|
-
type LabelRendererProps = {
|
|
1619
|
-
x?: number | string;
|
|
1620
|
-
y?: number | string;
|
|
1621
|
-
value?: number | string;
|
|
1622
|
-
index?: number;
|
|
1623
|
-
payload?: unknown;
|
|
1624
|
-
width?: number | string;
|
|
1625
|
-
height?: number | string;
|
|
1626
|
-
viewBox?: {
|
|
1627
|
-
x?: number;
|
|
1628
|
-
y?: number;
|
|
1629
|
-
width?: number;
|
|
1630
|
-
height?: number;
|
|
1631
|
-
} | Record<string, unknown> | undefined;
|
|
1632
|
-
cx?: number | string;
|
|
1633
|
-
cy?: number | string;
|
|
1634
|
-
};
|
|
1635
|
-
type valueFormatter = (props: {
|
|
1636
|
-
value: number | string | undefined;
|
|
1637
|
-
formattedValue: string;
|
|
1638
|
-
[key: string]: unknown;
|
|
1639
|
-
}) => string;
|
|
1640
|
-
declare const renderPillLabel: (color: string, variant: Variant, valueFormatter?: valueFormatter) => (props: LabelRendererProps) => react_jsx_runtime.JSX.Element;
|
|
1641
|
-
|
|
1642
|
-
declare const renderInsideBarLabel: (color: string, valueFormatter?: valueFormatter) => (props: LabelRendererProps) => react_jsx_runtime.JSX.Element;
|
|
1643
|
-
|
|
1644
1567
|
type Primitive = string | number | boolean | null | undefined;
|
|
1645
1568
|
interface ChartData$4 {
|
|
1646
1569
|
[key: string]: Primitive;
|
|
@@ -1741,6 +1664,61 @@ interface LegendItem {
|
|
|
1741
1664
|
};
|
|
1742
1665
|
}
|
|
1743
1666
|
|
|
1667
|
+
declare const formatFieldName: (fieldName: string) => string;
|
|
1668
|
+
declare const detectDataFields: (data: Record<string, unknown>[], xAxisKey: string) => string[];
|
|
1669
|
+
declare const detectXAxis: (data: Record<string, unknown>[]) => string;
|
|
1670
|
+
declare const generateAdditionalColors: (baseColors: string[], count: number) => string[];
|
|
1671
|
+
declare const niceCeil: (value: number) => number;
|
|
1672
|
+
declare const compactTick: (value: number) => string;
|
|
1673
|
+
declare const resolveContainerPaddingLeft: (padding?: Padding, containerPaddingLeft?: number, defaultLeft?: number) => number;
|
|
1674
|
+
declare const resolveChartMargins: (margins?: Margins, chartMargins?: Margins, showLabels?: boolean) => {
|
|
1675
|
+
top: number;
|
|
1676
|
+
right: number;
|
|
1677
|
+
left: number;
|
|
1678
|
+
bottom: number;
|
|
1679
|
+
};
|
|
1680
|
+
declare const generateColorMap: (dataKeys: string[], baseColors: string[], mapperConfig: Record<string, {
|
|
1681
|
+
color?: string;
|
|
1682
|
+
}>) => Record<string, string>;
|
|
1683
|
+
declare const computeNiceMax: (maxValue: number) => number;
|
|
1684
|
+
declare const getMaxDataValue: (data: Record<string, unknown>[], keys: string[]) => number;
|
|
1685
|
+
declare const getMinDataValue: (data: Record<string, unknown>[], keys: string[]) => number;
|
|
1686
|
+
declare const computeChartWidth: (width: number | string | undefined, dataLength: number, series: SeriesConfig | undefined, niceMaxLeft: number, niceMaxRight: number) => number;
|
|
1687
|
+
declare const adaptDataForTooltip: <T extends Record<string, unknown>>(data: T, xAxisKey: string) => {
|
|
1688
|
+
name: string;
|
|
1689
|
+
[key: string]: string | number;
|
|
1690
|
+
};
|
|
1691
|
+
declare const createValueFormatter: (customFormatter: ValueFormatterType | undefined, formatBR: boolean) => ValueFormatterType | undefined;
|
|
1692
|
+
declare const createYTickFormatter: (finalValueFormatter: ValueFormatterType | undefined) => ((value: number | string) => string);
|
|
1693
|
+
declare const computeYAxisTickWidth: (chartMarginLeft: number | undefined, yAxisLabel: string | undefined, axisLabelMargin: number, yTickFormatter: (value: number | string) => string, minValue: number, maxValue: number) => number;
|
|
1694
|
+
|
|
1695
|
+
type Variant = "filled" | "outline" | "soft";
|
|
1696
|
+
type LabelRendererProps = {
|
|
1697
|
+
x?: number | string;
|
|
1698
|
+
y?: number | string;
|
|
1699
|
+
value?: number | string;
|
|
1700
|
+
index?: number;
|
|
1701
|
+
payload?: unknown;
|
|
1702
|
+
width?: number | string;
|
|
1703
|
+
height?: number | string;
|
|
1704
|
+
viewBox?: {
|
|
1705
|
+
x?: number;
|
|
1706
|
+
y?: number;
|
|
1707
|
+
width?: number;
|
|
1708
|
+
height?: number;
|
|
1709
|
+
} | Record<string, unknown> | undefined;
|
|
1710
|
+
cx?: number | string;
|
|
1711
|
+
cy?: number | string;
|
|
1712
|
+
};
|
|
1713
|
+
type valueFormatter = (props: {
|
|
1714
|
+
value: number | string | undefined;
|
|
1715
|
+
formattedValue: string;
|
|
1716
|
+
[key: string]: unknown;
|
|
1717
|
+
}) => string;
|
|
1718
|
+
declare const renderPillLabel: (color: string, variant: Variant, valueFormatter?: valueFormatter) => (props: LabelRendererProps) => react_jsx_runtime.JSX.Element;
|
|
1719
|
+
|
|
1720
|
+
declare const renderInsideBarLabel: (color: string, valueFormatter?: valueFormatter) => (props: LabelRendererProps) => react_jsx_runtime.JSX.Element;
|
|
1721
|
+
|
|
1744
1722
|
interface ChartData$3 {
|
|
1745
1723
|
[key: string]: string | number | boolean | null | undefined;
|
|
1746
1724
|
}
|
|
@@ -1782,11 +1760,6 @@ interface ChartProps {
|
|
|
1782
1760
|
title?: string;
|
|
1783
1761
|
titlePosition?: "left" | "center" | "right";
|
|
1784
1762
|
showLabels?: boolean;
|
|
1785
|
-
labelsVisibility?: {
|
|
1786
|
-
bar?: boolean;
|
|
1787
|
-
line?: boolean;
|
|
1788
|
-
area?: boolean;
|
|
1789
|
-
};
|
|
1790
1763
|
labelMap?: Record<string, string>;
|
|
1791
1764
|
valueFormatter?: valueFormatter;
|
|
1792
1765
|
categoryFormatter?: (value: string | number) => string;
|
|
@@ -1807,7 +1780,35 @@ interface ChartProps {
|
|
|
1807
1780
|
timeSeries?: boolean | TimeSeriesConfig;
|
|
1808
1781
|
timeSeriesLegend?: string;
|
|
1809
1782
|
customLegend?: boolean;
|
|
1783
|
+
labelsVisibility?: {
|
|
1784
|
+
bar: boolean;
|
|
1785
|
+
line: boolean;
|
|
1786
|
+
area: boolean;
|
|
1787
|
+
};
|
|
1788
|
+
}
|
|
1789
|
+
interface SeriesConfig {
|
|
1790
|
+
bar?: string[];
|
|
1791
|
+
line?: string[];
|
|
1792
|
+
area?: string[];
|
|
1810
1793
|
}
|
|
1794
|
+
type ValueFormatterType = (props: {
|
|
1795
|
+
value: number | string | undefined;
|
|
1796
|
+
formattedValue: string;
|
|
1797
|
+
[key: string]: unknown;
|
|
1798
|
+
}) => string;
|
|
1799
|
+
type Padding = number | Partial<{
|
|
1800
|
+
left: number;
|
|
1801
|
+
right: number;
|
|
1802
|
+
top: number;
|
|
1803
|
+
bottom: number;
|
|
1804
|
+
}>;
|
|
1805
|
+
type Margins = Partial<{
|
|
1806
|
+
top: number;
|
|
1807
|
+
right: number;
|
|
1808
|
+
left: number;
|
|
1809
|
+
bottom: number;
|
|
1810
|
+
}>;
|
|
1811
|
+
|
|
1811
1812
|
declare const Chart: React__default.FC<ChartProps>;
|
|
1812
1813
|
|
|
1813
1814
|
interface BarChartData {
|
|
@@ -1969,14 +1970,14 @@ interface TooltipData {
|
|
|
1969
1970
|
name: string;
|
|
1970
1971
|
[key: string]: string | number;
|
|
1971
1972
|
}
|
|
1972
|
-
interface Position$
|
|
1973
|
+
interface Position$2 {
|
|
1973
1974
|
top: number;
|
|
1974
1975
|
left: number;
|
|
1975
1976
|
}
|
|
1976
1977
|
interface DraggableTooltipProps {
|
|
1977
1978
|
id: string;
|
|
1978
1979
|
data: TooltipData;
|
|
1979
|
-
position: Position$
|
|
1980
|
+
position: Position$2;
|
|
1980
1981
|
isDragging?: boolean;
|
|
1981
1982
|
title?: string;
|
|
1982
1983
|
dataKeys: string[];
|
|
@@ -1990,7 +1991,7 @@ interface DraggableTooltipProps {
|
|
|
1990
1991
|
onCloseAll?: () => void;
|
|
1991
1992
|
closeAllButtonPosition?: "top-left" | "top-right" | "top-center";
|
|
1992
1993
|
closeAllButtonVariant?: "floating" | "inline";
|
|
1993
|
-
onPositionChange?: (id: string, position: Position$
|
|
1994
|
+
onPositionChange?: (id: string, position: Position$2) => void;
|
|
1994
1995
|
highlightedSeries?: Set<string>;
|
|
1995
1996
|
toggleHighlight?: (key: string) => void;
|
|
1996
1997
|
showOnlyHighlighted?: boolean;
|
|
@@ -2038,6 +2039,32 @@ interface Props {
|
|
|
2038
2039
|
}
|
|
2039
2040
|
declare const TooltipSimple: React__default.FC<Props>;
|
|
2040
2041
|
|
|
2042
|
+
interface Connection {
|
|
2043
|
+
id: string;
|
|
2044
|
+
name: string;
|
|
2045
|
+
type: "entrada" | "saida";
|
|
2046
|
+
status?: "active" | "inactive" | "warning";
|
|
2047
|
+
}
|
|
2048
|
+
interface SystemData {
|
|
2049
|
+
name: string;
|
|
2050
|
+
description: string;
|
|
2051
|
+
connections: Connection[];
|
|
2052
|
+
}
|
|
2053
|
+
interface Position$1 {
|
|
2054
|
+
top: number;
|
|
2055
|
+
left: number;
|
|
2056
|
+
}
|
|
2057
|
+
interface SystemTooltipProps {
|
|
2058
|
+
id: string;
|
|
2059
|
+
data: SystemData;
|
|
2060
|
+
position: Position$1;
|
|
2061
|
+
title?: string;
|
|
2062
|
+
onMouseDown?: (id: string, e: React__default.MouseEvent | React__default.TouchEvent) => void;
|
|
2063
|
+
onClose: (id: string) => void;
|
|
2064
|
+
onPositionChange?: (id: string, position: Position$1) => void;
|
|
2065
|
+
}
|
|
2066
|
+
declare const SystemTooltip: React__default.FC<SystemTooltipProps>;
|
|
2067
|
+
|
|
2041
2068
|
interface ChartData$2 {
|
|
2042
2069
|
[key: string]: string | number | boolean | null | undefined;
|
|
2043
2070
|
}
|
|
@@ -2175,9 +2202,8 @@ interface LeaderboardProps<T extends string> {
|
|
|
2175
2202
|
className?: string;
|
|
2176
2203
|
isLoading?: boolean;
|
|
2177
2204
|
legend?: string[];
|
|
2178
|
-
best?: boolean;
|
|
2179
2205
|
}
|
|
2180
|
-
declare function Leaderboard<T extends string>({ items, order: initialOrder, title, className, isLoading, legend,
|
|
2206
|
+
declare function Leaderboard<T extends string>({ items, order: initialOrder, title, className, isLoading, legend, }: LeaderboardProps<T>): react_jsx_runtime.JSX.Element;
|
|
2181
2207
|
|
|
2182
2208
|
declare function useIsMobile(): boolean;
|
|
2183
2209
|
|
|
@@ -2191,11 +2217,11 @@ interface UseDragOptions {
|
|
|
2191
2217
|
onDrag?: (id: string, position: Position) => void;
|
|
2192
2218
|
}
|
|
2193
2219
|
declare const useDrag: (options?: UseDragOptions) => {
|
|
2194
|
-
handleMouseDown: (id: string, e: React.MouseEvent) => void;
|
|
2220
|
+
handleMouseDown: (id: string, e: React.MouseEvent | React.TouchEvent) => void;
|
|
2195
2221
|
getPosition: (id: string) => Position;
|
|
2196
2222
|
setPosition: (id: string, position: Position) => void;
|
|
2197
2223
|
isElementDragging: (id: string) => boolean;
|
|
2198
2224
|
isDragging: boolean;
|
|
2199
2225
|
};
|
|
2200
2226
|
|
|
2201
|
-
export { AddButton, Agenda, AgendaDaysToShow, AgendaDaysToShowAgenda, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, type AvatarComboboxProps, type AvatarComboboxPropsWithGroupItems, type AvatarComboboxPropsWithItems, type AvatarComboboxTestIds, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, type BannerProps, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, Brush, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPreviousBase, ChangeButton, Chart, type ChartData$4 as ChartData, type ChartHooksArgs, ChartTotalLegend, CheckButton, CheckboxBase, CheckboxTree, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, DateTimePicker, DayView, DayViewAgenda, DebouncedInput, type DebouncedInputProps, type DefaultAvatarComboboxProps, DefaultEndHour, DefaultEndHourAgenda, type DefaultMultiSelectProps, type DefaultSelectProps, DefaultStartHour, DefaultStartHourAgenda, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, DroppableCellAgenda, EditButton, EndHour, EndHourAgenda, ErrorMessage, EventAgenda, EventCalendar, type EventColor, type EventColorAgenda, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, type FinalValueFormatter, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, Leaderboard, type LeaderboardItem, type LeaderboardProps, type LegendItem, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry,
|
|
2227
|
+
export { AddButton, Agenda, AgendaDaysToShow, AgendaDaysToShowAgenda, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, type AvatarComboboxProps, type AvatarComboboxPropsWithGroupItems, type AvatarComboboxPropsWithItems, type AvatarComboboxTestIds, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, type BannerProps, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, Brush, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPreviousBase, ChangeButton, Chart, type ChartData$4 as ChartData, type ChartHooksArgs, ChartTotalLegend, CheckButton, CheckboxBase, CheckboxTree, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, DateTimePicker, DayView, DayViewAgenda, DebouncedInput, type DebouncedInputProps, type DefaultAvatarComboboxProps, DefaultEndHour, DefaultEndHourAgenda, type DefaultMultiSelectProps, type DefaultSelectProps, DefaultStartHour, DefaultStartHourAgenda, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, DroppableCellAgenda, EditButton, EndHour, EndHourAgenda, ErrorMessage, EventAgenda, EventCalendar, type EventColor, type EventColorAgenda, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, type FinalValueFormatter, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, Leaderboard, type LeaderboardItem, type LeaderboardProps, type LegendItem, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, MultiSelect, MultiSelectBase, MultiSelectContentBase, type MultiSelectContextType, MultiSelectGroupBase, type MultiSelectItem, MultiSelectItemBase, type MultiSelectProps, type MultiSelectPropsWithGroupItems, type MultiSelectPropsWithItems, MultiSelectSeparatorBase, type MultiSelectTestIds, MultiSelectTriggerBase, MultiSelectValueBase, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, type NewSelectProps, NoData, NotificationButton, type Period, PeriodsDropdown, CustomPieChart as PieChart, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, SelectTriggerBase, SelectValueBase, SeparatorBase, type SeriesCounts, type SeriesEntry, type SeriesProp$1 as SeriesProp, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StartHourAgenda, StatusIndicator, type StatusProps, SwitchBase, SystemTooltip, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, TimeSeries, type TimeSeriesConfig, Toaster, type TooltipAdaptedRow, TooltipBase, TooltipContentBase, type TooltipItem$2 as TooltipItem, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, type ValueFormatter, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, type XAxisConfig$2 as XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, formatFieldName, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normalizeAttendDate, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, toast, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartTooltips, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useTheme, useTimeSeriesRange, type valueFormatter, visualForItem };
|