@optifye/dashboard-core 6.11.19 → 6.11.20
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 +22 -0
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -6772,6 +6772,10 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
6772
6772
|
font-size: 1.875rem;
|
|
6773
6773
|
line-height: 2.25rem;
|
|
6774
6774
|
}
|
|
6775
|
+
.sm\:text-4xl {
|
|
6776
|
+
font-size: 2.25rem;
|
|
6777
|
+
line-height: 2.5rem;
|
|
6778
|
+
}
|
|
6775
6779
|
.sm\:text-5xl {
|
|
6776
6780
|
font-size: 3rem;
|
|
6777
6781
|
line-height: 1;
|
|
@@ -7047,6 +7051,10 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
7047
7051
|
font-size: 2.25rem;
|
|
7048
7052
|
line-height: 2.5rem;
|
|
7049
7053
|
}
|
|
7054
|
+
.md\:text-5xl {
|
|
7055
|
+
font-size: 3rem;
|
|
7056
|
+
line-height: 1;
|
|
7057
|
+
}
|
|
7050
7058
|
.md\:text-6xl {
|
|
7051
7059
|
font-size: 3.75rem;
|
|
7052
7060
|
line-height: 1;
|
|
@@ -7362,6 +7370,10 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
7362
7370
|
font-size: 2.25rem;
|
|
7363
7371
|
line-height: 2.5rem;
|
|
7364
7372
|
}
|
|
7373
|
+
.lg\:text-5xl {
|
|
7374
|
+
font-size: 3rem;
|
|
7375
|
+
line-height: 1;
|
|
7376
|
+
}
|
|
7365
7377
|
.lg\:text-7xl {
|
|
7366
7378
|
font-size: 4.5rem;
|
|
7367
7379
|
line-height: 1;
|
|
@@ -7457,6 +7469,10 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
7457
7469
|
font-size: 1.875rem;
|
|
7458
7470
|
line-height: 2.25rem;
|
|
7459
7471
|
}
|
|
7472
|
+
.xl\:text-5xl {
|
|
7473
|
+
font-size: 3rem;
|
|
7474
|
+
line-height: 1;
|
|
7475
|
+
}
|
|
7460
7476
|
.xl\:text-\[10px\] {
|
|
7461
7477
|
font-size: 10px;
|
|
7462
7478
|
}
|
|
@@ -7481,6 +7497,12 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
7481
7497
|
line-height: 1rem;
|
|
7482
7498
|
}
|
|
7483
7499
|
}
|
|
7500
|
+
@media (min-width: 1536px) {
|
|
7501
|
+
.\32xl\:text-6xl {
|
|
7502
|
+
font-size: 3.75rem;
|
|
7503
|
+
line-height: 1;
|
|
7504
|
+
}
|
|
7505
|
+
}
|
|
7484
7506
|
@media (prefers-color-scheme: dark) {
|
|
7485
7507
|
.dark\:border-amber-800 {
|
|
7486
7508
|
--tw-border-opacity: 1;
|
package/dist/index.js
CHANGED
|
@@ -61207,7 +61207,7 @@ var MetricCards = React142.memo(({
|
|
|
61207
61207
|
] }),
|
|
61208
61208
|
/* @__PURE__ */ jsxRuntime.jsxs(motion.div, { variants: itemVariants, className: "bg-white rounded-xl shadow-sm p-3 sm:p-4 overflow-hidden h-[240px] sm:h-[260px] md:h-auto", children: [
|
|
61209
61209
|
/* @__PURE__ */ jsxRuntime.jsx("h2", { className: "text-sm sm:text-base font-bold text-gray-700 text-center mb-2", children: "Average Efficiency" }),
|
|
61210
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center justify-center h-[calc(100%-2.5rem)]", children: /* @__PURE__ */ jsxRuntime.jsxs("span", { className: `text-
|
|
61210
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center justify-center h-[calc(100%-2.5rem)]", children: /* @__PURE__ */ jsxRuntime.jsxs("span", { className: `whitespace-nowrap tracking-tight text-3xl sm:text-4xl md:text-5xl lg:text-5xl xl:text-5xl 2xl:text-6xl font-bold ${efficiencyColorClass}`, children: [
|
|
61211
61211
|
efficiency.toFixed(1),
|
|
61212
61212
|
"%"
|
|
61213
61213
|
] }) })
|
|
@@ -61230,7 +61230,7 @@ var MetricCards = React142.memo(({
|
|
|
61230
61230
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute -top-1.5 left-1/2 transform -translate-x-1/2 w-3 h-3 bg-white border-l border-t border-gray-200 rotate-45" })
|
|
61231
61231
|
] })
|
|
61232
61232
|
] }),
|
|
61233
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-[calc(100%-2.5rem)] flex flex-col items-center justify-center gap-3", children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: `text-
|
|
61233
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-[calc(100%-2.5rem)] flex flex-col items-center justify-center gap-3", children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: `whitespace-nowrap tracking-tight text-3xl sm:text-4xl md:text-5xl lg:text-5xl xl:text-5xl 2xl:text-6xl font-bold ${shouldMaskIssueResolution ? "text-gray-400" : "text-gray-900"}`, children: issueResolutionValue }) })
|
|
61234
61234
|
]
|
|
61235
61235
|
}
|
|
61236
61236
|
),
|
package/dist/index.mjs
CHANGED
|
@@ -61178,7 +61178,7 @@ var MetricCards = memo$1(({
|
|
|
61178
61178
|
] }),
|
|
61179
61179
|
/* @__PURE__ */ jsxs(motion.div, { variants: itemVariants, className: "bg-white rounded-xl shadow-sm p-3 sm:p-4 overflow-hidden h-[240px] sm:h-[260px] md:h-auto", children: [
|
|
61180
61180
|
/* @__PURE__ */ jsx("h2", { className: "text-sm sm:text-base font-bold text-gray-700 text-center mb-2", children: "Average Efficiency" }),
|
|
61181
|
-
/* @__PURE__ */ jsx("div", { className: "flex items-center justify-center h-[calc(100%-2.5rem)]", children: /* @__PURE__ */ jsxs("span", { className: `text-
|
|
61181
|
+
/* @__PURE__ */ jsx("div", { className: "flex items-center justify-center h-[calc(100%-2.5rem)]", children: /* @__PURE__ */ jsxs("span", { className: `whitespace-nowrap tracking-tight text-3xl sm:text-4xl md:text-5xl lg:text-5xl xl:text-5xl 2xl:text-6xl font-bold ${efficiencyColorClass}`, children: [
|
|
61182
61182
|
efficiency.toFixed(1),
|
|
61183
61183
|
"%"
|
|
61184
61184
|
] }) })
|
|
@@ -61201,7 +61201,7 @@ var MetricCards = memo$1(({
|
|
|
61201
61201
|
/* @__PURE__ */ jsx("div", { className: "absolute -top-1.5 left-1/2 transform -translate-x-1/2 w-3 h-3 bg-white border-l border-t border-gray-200 rotate-45" })
|
|
61202
61202
|
] })
|
|
61203
61203
|
] }),
|
|
61204
|
-
/* @__PURE__ */ jsx("div", { className: "h-[calc(100%-2.5rem)] flex flex-col items-center justify-center gap-3", children: /* @__PURE__ */ jsx("span", { className: `text-
|
|
61204
|
+
/* @__PURE__ */ jsx("div", { className: "h-[calc(100%-2.5rem)] flex flex-col items-center justify-center gap-3", children: /* @__PURE__ */ jsx("span", { className: `whitespace-nowrap tracking-tight text-3xl sm:text-4xl md:text-5xl lg:text-5xl xl:text-5xl 2xl:text-6xl font-bold ${shouldMaskIssueResolution ? "text-gray-400" : "text-gray-900"}`, children: issueResolutionValue }) })
|
|
61205
61205
|
]
|
|
61206
61206
|
}
|
|
61207
61207
|
),
|