@datatechsolutions/ui 2.7.125 → 2.7.126
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/{chunk-LESGCI4H.mjs → chunk-4R5BRIVH.mjs} +3 -3
- package/dist/{chunk-LESGCI4H.mjs.map → chunk-4R5BRIVH.mjs.map} +1 -1
- package/dist/{chunk-DU4V77OX.js → chunk-IFGMRQET.js} +42 -2
- package/dist/chunk-IFGMRQET.js.map +1 -0
- package/dist/{chunk-5SX7UGRB.mjs → chunk-J4LJFUTW.mjs} +42 -2
- package/dist/chunk-J4LJFUTW.mjs.map +1 -0
- package/dist/{chunk-5EZ34P4Y.js → chunk-RIZB23TT.js} +52 -52
- package/dist/{chunk-5EZ34P4Y.js.map → chunk-RIZB23TT.js.map} +1 -1
- package/dist/index.js +360 -360
- package/dist/index.mjs +1 -1
- package/dist/workflow/index.js +119 -119
- package/dist/workflow/index.mjs +3 -3
- package/dist/workflow/workflow-canvas.js +3 -3
- package/dist/workflow/workflow-canvas.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-5SX7UGRB.mjs.map +0 -1
- package/dist/chunk-DU4V77OX.js.map +0 -1
|
@@ -9306,12 +9306,20 @@ var ICON_MAP = {
|
|
|
9306
9306
|
"check-circle": getIcon("CheckCircleIcon"),
|
|
9307
9307
|
"building-storefront": getIcon("BuildingStorefrontIcon"),
|
|
9308
9308
|
"shopping-bag": getIcon("ShoppingBagIcon"),
|
|
9309
|
+
"shopping-cart": getIcon("ShoppingCartIcon"),
|
|
9309
9310
|
"users": getIcon("UsersIcon"),
|
|
9311
|
+
"user-group": getIcon("UserGroupIcon"),
|
|
9310
9312
|
"cpu-chip": getIcon("CpuChipIcon"),
|
|
9311
9313
|
"shield-check": getIcon("ShieldCheckIcon"),
|
|
9312
9314
|
"credit-card": getIcon("CreditCardIcon"),
|
|
9315
|
+
"currency-dollar": getIcon("CurrencyDollarIcon"),
|
|
9313
9316
|
"scale": getIcon("ScaleIcon"),
|
|
9314
9317
|
"cube": getIcon("CubeIcon"),
|
|
9318
|
+
"calendar": getIcon("CalendarIcon"),
|
|
9319
|
+
"chart-bar": getIcon("ChartBarIcon"),
|
|
9320
|
+
"document": getIcon("DocumentIcon"),
|
|
9321
|
+
"plus-circle": getIcon("PlusCircleIcon"),
|
|
9322
|
+
"link": getIcon("LinkIcon"),
|
|
9315
9323
|
"folder-open": getIcon("FolderOpenIcon")
|
|
9316
9324
|
};
|
|
9317
9325
|
var ACCENT_MAP = {
|
|
@@ -9355,6 +9363,38 @@ var ACCENT_MAP = {
|
|
|
9355
9363
|
container: "bg-fuchsia-50/80 dark:bg-fuchsia-900/30 border-fuchsia-100/50 dark:border-fuchsia-800/30",
|
|
9356
9364
|
icon: "text-fuchsia-500 dark:text-fuchsia-400"
|
|
9357
9365
|
},
|
|
9366
|
+
"shopping-cart": {
|
|
9367
|
+
container: "bg-emerald-50/80 dark:bg-emerald-900/30 border-emerald-100/50 dark:border-emerald-800/30",
|
|
9368
|
+
icon: "text-emerald-500 dark:text-emerald-400"
|
|
9369
|
+
},
|
|
9370
|
+
"user-group": {
|
|
9371
|
+
container: "bg-fuchsia-50/80 dark:bg-fuchsia-900/30 border-fuchsia-100/50 dark:border-fuchsia-800/30",
|
|
9372
|
+
icon: "text-fuchsia-500 dark:text-fuchsia-400"
|
|
9373
|
+
},
|
|
9374
|
+
"currency-dollar": {
|
|
9375
|
+
container: "bg-green-50/80 dark:bg-green-900/30 border-green-100/50 dark:border-green-800/30",
|
|
9376
|
+
icon: "text-green-500 dark:text-green-400"
|
|
9377
|
+
},
|
|
9378
|
+
"calendar": {
|
|
9379
|
+
container: "bg-indigo-50/80 dark:bg-indigo-900/30 border-indigo-100/50 dark:border-indigo-800/30",
|
|
9380
|
+
icon: "text-indigo-500 dark:text-indigo-400"
|
|
9381
|
+
},
|
|
9382
|
+
"chart-bar": {
|
|
9383
|
+
container: "bg-purple-50/80 dark:bg-purple-900/30 border-purple-100/50 dark:border-purple-800/30",
|
|
9384
|
+
icon: "text-purple-500 dark:text-purple-400"
|
|
9385
|
+
},
|
|
9386
|
+
"document": {
|
|
9387
|
+
container: "bg-cyan-50/80 dark:bg-cyan-900/30 border-cyan-100/50 dark:border-cyan-800/30",
|
|
9388
|
+
icon: "text-cyan-500 dark:text-cyan-400"
|
|
9389
|
+
},
|
|
9390
|
+
"plus-circle": {
|
|
9391
|
+
container: "bg-pink-50/80 dark:bg-pink-900/30 border-pink-100/50 dark:border-pink-800/30",
|
|
9392
|
+
icon: "text-pink-500 dark:text-pink-400"
|
|
9393
|
+
},
|
|
9394
|
+
"link": {
|
|
9395
|
+
container: "bg-sky-50/80 dark:bg-sky-900/30 border-sky-100/50 dark:border-sky-800/30",
|
|
9396
|
+
icon: "text-sky-500 dark:text-sky-400"
|
|
9397
|
+
},
|
|
9358
9398
|
"folder-open": {
|
|
9359
9399
|
container: "bg-slate-50/80 dark:bg-slate-900/30 border-slate-100/50 dark:border-slate-800/30",
|
|
9360
9400
|
icon: "text-slate-500 dark:text-slate-400"
|
|
@@ -15219,5 +15259,5 @@ exports.useGeoMapState = useGeoMapState;
|
|
|
15219
15259
|
exports.useNotifications = useNotifications;
|
|
15220
15260
|
exports.usePlatformShellStore = usePlatformShellStore;
|
|
15221
15261
|
exports.usePullToRefresh = usePullToRefresh;
|
|
15222
|
-
//# sourceMappingURL=chunk-
|
|
15223
|
-
//# sourceMappingURL=chunk-
|
|
15262
|
+
//# sourceMappingURL=chunk-IFGMRQET.js.map
|
|
15263
|
+
//# sourceMappingURL=chunk-IFGMRQET.js.map
|