@progress/kendo-themes-html 7.1.0-dev.1 → 7.1.0-dev.2
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.
|
@@ -8519,7 +8519,7 @@ var gantt_default = () => /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(import
|
|
|
8519
8519
|
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "621px", top: "197px", height: "72px" } }),
|
|
8520
8520
|
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "621px", top: "269px", width: "191px" }, children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("span", { className: "k-arrow-e" }) })
|
|
8521
8521
|
] }),
|
|
8522
|
-
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: "k-current-time", style: { left: "243px", top: "0px", height: "828px" } })
|
|
8522
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: "k-current-time", style: { left: "243px", top: "0px", width: "1px", height: "828px" } })
|
|
8523
8523
|
] })
|
|
8524
8524
|
] }) })
|
|
8525
8525
|
] }),
|
|
@@ -8500,7 +8500,7 @@ var gantt_default = () => /* @__PURE__ */ jsxs55(Fragment36, { children: [
|
|
|
8500
8500
|
/* @__PURE__ */ jsx124("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "621px", top: "197px", height: "72px" } }),
|
|
8501
8501
|
/* @__PURE__ */ jsx124("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "621px", top: "269px", width: "191px" }, children: /* @__PURE__ */ jsx124("span", { className: "k-arrow-e" }) })
|
|
8502
8502
|
] }),
|
|
8503
|
-
/* @__PURE__ */ jsx124("div", { className: "k-current-time", style: { left: "243px", top: "0px", height: "828px" } })
|
|
8503
|
+
/* @__PURE__ */ jsx124("div", { className: "k-current-time", style: { left: "243px", top: "0px", width: "1px", height: "828px" } })
|
|
8504
8504
|
] })
|
|
8505
8505
|
] }) })
|
|
8506
8506
|
] }),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-themes-html",
|
|
3
3
|
"description": "A collection of HTML helpers used for developing Kendo UI themes",
|
|
4
|
-
"version": "7.1.0-dev.
|
|
4
|
+
"version": "7.1.0-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/react": "^18.0.2"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "5c463cc90be2d59355a047ce91142b02465fcc13"
|
|
56
56
|
}
|
|
@@ -758,7 +758,7 @@ export default () =>(
|
|
|
758
758
|
<div className="k-gantt-line k-gantt-line-v" style={{ left: "621px", top: "197px", height: "72px" }}></div>
|
|
759
759
|
<div className="k-gantt-line k-gantt-line-h" style={{ left: "621px", top: "269px", width: "191px" }}><span className="k-arrow-e"></span></div>
|
|
760
760
|
</div>
|
|
761
|
-
<div className="k-current-time" style={{ left: "243px", top: "0px", height: "828px" }}></div>
|
|
761
|
+
<div className="k-current-time" style={{ left: "243px", top: "0px", width: "1px", height: "828px" }}></div>
|
|
762
762
|
</div>
|
|
763
763
|
</div>
|
|
764
764
|
</div>
|