@epam/ai-dial-scheduled-tasks 1.1.0-dev.286 → 1.1.0-dev.290
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/index.css +1 -1
- package/index.js +10 -10
- package/package.json +3 -3
package/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.
|
|
1
|
+
._title_1hxc3_1{color:var(--stc-title-text,var(--text-primary,#161b2d))}._description_1hxc3_5{color:var(--stc-desc-text,var(--text-control-disable-primary,#848e9c))}._schedulePill_1hxc3_9{background:var(--stc-pill-bg,var(--bg-layer-sunken,#eef1f7));border-color:var(--stc-pill-border,var(--stroke-tertiary,#e0e6f0))}._scheduleLabel_1hxc3_14{color:var(--stc-schedule-label-text,var(--text-control-disable-primary,#848e9c))}._locationLabel_1hxc3_18{color:var(--stc-location-label-text,var(--text-secondary,#57647a))}._locationLeaf_1hxc3_22{color:var(--stc-location-leaf-text,var(--text-secondary,#57647a))}._newBadge_1hxc3_26{background:var(--stc-new-badge-bg,var(--bg-control-accent,#1d4ed8));color:var(--stc-new-badge-text,var(--text-control-permanent,#fcfcfc))}._pausedPill_1hxc3_31{background:var(--stc-paused-bg,var(--bg-layer-sunken,#eef1f7));border-color:var(--stc-paused-border,var(--stroke-tertiary,#e0e6f0))}._pausedLabel_1hxc3_36{color:var(--stc-paused-text,var(--text-control-disable-primary,#848e9c))}._locationDivider_1hxc3_40{border-top:1px solid var(--stc-location-divider-border,var(--stroke-tertiary,#e0e6f0))}._card_11bez_1{--stcs-skeleton-bg:var(--bg-control-disable-primary,#dce0e8)}._container_r5sk9_1{background:var(--st-bg,var(--bg-layer-base,#f5f7fa))}._subtitle_r5sk9_5{color:var(--st-subtitle-text,var(--text-secondary,#57647a))}._sortButton_r5sk9_9{color:var(--st-sort-text,var(--text-accent,#1d4ed8))}._detailsColumn_1mg3v_1{border-inline-end-color:var(--stcf-details-border,var(--stroke-tertiary,#e0e6f0))}._sectionSubtitle_1mg3v_5{color:var(--stcf-subtitle-text,var(--text-secondary,#57647a))}._instructionsError_1mg3v_9{color:var(--stcf-error-text,var(--text-error,#ae2f2f))}._subtitleText_kxojs_1{color:var(--strhl-subtitle-text,var(--text-secondary,#57647a))}._successIcon_kxojs_5{color:var(--strhl-success-icon,var(--text-success,#007274))}._errorIcon_kxojs_9{color:var(--strhl-error-icon,var(--text-error,#ae2f2f))}._missedIcon_kxojs_13{color:var(--strhl-missed-icon,var(--text-secondary,#57647a))}._currentRun_kxojs_17{background:var(--strhl-current-run-bg,var(--bg-control-accent-alpha-active,#2764d933))}._container_1ci42_1{background:var(--stdv-bg,var(--bg-layer-base,#f5f7fa))}._header_1ci42_5{border-bottom-color:var(--stdv-header-border,var(--stroke-tertiary,#e0e6f0))}._detailsColumn_1ci42_9{border-inline-end-color:var(--stdv-details-border,var(--stroke-tertiary,#e0e6f0))}._subtitleText_1ci42_13{color:var(--stdv-subtitle-text,var(--text-secondary,#57647a))}._successIcon_1ci42_17{color:var(--stdv-success-icon,var(--text-success,#007274))}._errorIcon_1ci42_21{color:var(--stdv-error-icon,var(--text-error,#ae2f2f))}._missedIcon_1ci42_25{color:var(--stdv-missed-icon,var(--text-secondary,#57647a))}._historyCard_1ci42_29{background:var(--stdv-history-bg,var(--bg-layer-raised,#fcfcfc))}
|
|
2
2
|
/*$vite$:1*/
|
package/index.js
CHANGED
|
@@ -5,16 +5,16 @@ import { Suspense as P, lazy as F, useEffect as I, useRef as ae } from "react";
|
|
|
5
5
|
import { Fragment as L, jsx as R, jsxs as z } from "react/jsx-runtime";
|
|
6
6
|
import { BuilderFormContainer as B } from "@epam/ai-dial-builder-form";
|
|
7
7
|
var V = {
|
|
8
|
-
title: "
|
|
9
|
-
description: "
|
|
10
|
-
schedulePill: "
|
|
11
|
-
scheduleLabel: "
|
|
12
|
-
locationLabel: "
|
|
13
|
-
locationLeaf: "
|
|
14
|
-
newBadge: "
|
|
15
|
-
pausedPill: "
|
|
16
|
-
pausedLabel: "
|
|
17
|
-
locationDivider: "
|
|
8
|
+
title: "_title_1hxc3_1",
|
|
9
|
+
description: "_description_1hxc3_5",
|
|
10
|
+
schedulePill: "_schedulePill_1hxc3_9",
|
|
11
|
+
scheduleLabel: "_scheduleLabel_1hxc3_14",
|
|
12
|
+
locationLabel: "_locationLabel_1hxc3_18",
|
|
13
|
+
locationLeaf: "_locationLeaf_1hxc3_22",
|
|
14
|
+
newBadge: "_newBadge_1hxc3_26",
|
|
15
|
+
pausedPill: "_pausedPill_1hxc3_31",
|
|
16
|
+
pausedLabel: "_pausedLabel_1hxc3_36",
|
|
17
|
+
locationDivider: "_locationDivider_1hxc3_40"
|
|
18
18
|
}, oe = ({ item: e, searchQuery: t = "", onCardClick: i, labels: a, styles: o, className: s }) => {
|
|
19
19
|
let c = a?.newBadgeLabel ?? "NEW", d = a?.pausedBadgeLabel ?? "Paused", { colors: p, typography: m } = o ?? {}, g = m?.titleClassName ?? "dial-body-semi-text", _ = m?.descriptionClassName ?? "dial-small-text", v = m?.descriptionSizeClassName ?? "dial-tiny-text", y = m?.scheduleLabelClassName ?? "dial-tiny-text", b = m?.locationLabelClassName ?? "dial-tiny-text", x = m?.locationLeafClassName ?? "dial-tiny-semi-text", S = m?.newBadgeClassName ?? "dial-tiny-semi-text", C = m?.pausedBadgeClassName ?? "dial-tiny-text", w = n({
|
|
20
20
|
"--stc-title-text": p?.titleText,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-scheduled-tasks",
|
|
3
3
|
"description": "Presentational Scheduled Tasks page shell — header, toolbar, and empty state",
|
|
4
|
-
"version": "1.1.0-dev.
|
|
4
|
+
"version": "1.1.0-dev.290",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@epam/ai-dial-builder-form": "1.1.0-dev.
|
|
21
|
-
"@epam/ai-dial-chat-shared": "1.1.0-dev.
|
|
20
|
+
"@epam/ai-dial-builder-form": "1.1.0-dev.290",
|
|
21
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.290",
|
|
22
22
|
"@epam/ai-dial-ui-kit": "*",
|
|
23
23
|
"@tabler/icons-react": "^3.44.0",
|
|
24
24
|
"react": "^19.0.0"
|