@progress/kendo-themes-html 7.2.1 → 7.3.0-dev.0
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/cjs/appbar/tests/appbar-rtl.js +1 -1
- package/dist/cjs/appbar/tests/appbar.js +1 -1
- package/dist/esm/appbar/tests/appbar-rtl.mjs +1 -1
- package/dist/esm/appbar/tests/appbar.mjs +1 -1
- package/package.json +2 -2
- package/src/appbar/tests/appbar-rtl.tsx +1 -1
- package/src/appbar/tests/appbar.tsx +1 -1
|
@@ -5098,7 +5098,7 @@ var appbar_rtl_default = () => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(im
|
|
|
5098
5098
|
themeColor,
|
|
5099
5099
|
" theme color"
|
|
5100
5100
|
] }),
|
|
5101
|
-
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(AppbarNormal, {
|
|
5101
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(AppbarNormal, { themeColor, dir: "rtl", children: [
|
|
5102
5102
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Icon, { icon: "menu" }) }),
|
|
5103
5103
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
|
|
5104
5104
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("h1", { className: "title", children: "Page Title" }) }),
|
|
@@ -5098,7 +5098,7 @@ var appbar_default = () => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import
|
|
|
5098
5098
|
themeColor,
|
|
5099
5099
|
" theme color"
|
|
5100
5100
|
] }),
|
|
5101
|
-
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(AppbarNormal, {
|
|
5101
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(AppbarNormal, { themeColor, children: [
|
|
5102
5102
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Icon, { icon: "menu" }) }),
|
|
5103
5103
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
|
|
5104
5104
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(AppbarSection, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("h1", { className: "title", children: "Page Title" }) }),
|
|
@@ -5079,7 +5079,7 @@ var appbar_rtl_default = () => /* @__PURE__ */ jsxs5(Fragment14, { children: [
|
|
|
5079
5079
|
themeColor,
|
|
5080
5080
|
" theme color"
|
|
5081
5081
|
] }),
|
|
5082
|
-
/* @__PURE__ */ jsx28("section", { children: /* @__PURE__ */ jsxs5(AppbarNormal, {
|
|
5082
|
+
/* @__PURE__ */ jsx28("section", { children: /* @__PURE__ */ jsxs5(AppbarNormal, { themeColor, dir: "rtl", children: [
|
|
5083
5083
|
/* @__PURE__ */ jsx28(AppbarSection, { children: /* @__PURE__ */ jsx28(Icon, { icon: "menu" }) }),
|
|
5084
5084
|
/* @__PURE__ */ jsx28("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
|
|
5085
5085
|
/* @__PURE__ */ jsx28(AppbarSection, { children: /* @__PURE__ */ jsx28("h1", { className: "title", children: "Page Title" }) }),
|
|
@@ -5079,7 +5079,7 @@ var appbar_default = () => /* @__PURE__ */ jsxs5(Fragment14, { children: [
|
|
|
5079
5079
|
themeColor,
|
|
5080
5080
|
" theme color"
|
|
5081
5081
|
] }),
|
|
5082
|
-
/* @__PURE__ */ jsx28("section", { children: /* @__PURE__ */ jsxs5(AppbarNormal, {
|
|
5082
|
+
/* @__PURE__ */ jsx28("section", { children: /* @__PURE__ */ jsxs5(AppbarNormal, { themeColor, children: [
|
|
5083
5083
|
/* @__PURE__ */ jsx28(AppbarSection, { children: /* @__PURE__ */ jsx28(Icon, { icon: "menu" }) }),
|
|
5084
5084
|
/* @__PURE__ */ jsx28("span", { className: "k-spacer k-spacer-sized", style: { width: "8px" } }),
|
|
5085
5085
|
/* @__PURE__ */ jsx28(AppbarSection, { children: /* @__PURE__ */ jsx28("h1", { className: "title", children: "Page Title" }) }),
|
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.
|
|
4
|
+
"version": "7.3.0-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/react": "^18.0.2"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "01297a87bc94d867851e28577c04a0596e35e4f9"
|
|
57
57
|
}
|
|
@@ -72,7 +72,7 @@ export default () =>(
|
|
|
72
72
|
<>
|
|
73
73
|
<span>RTL Appbar - {themeColor} theme color</span>
|
|
74
74
|
<section>
|
|
75
|
-
<AppbarNormal
|
|
75
|
+
<AppbarNormal themeColor={themeColor} dir="rtl">
|
|
76
76
|
<AppbarSection>
|
|
77
77
|
<Icon icon="menu" />
|
|
78
78
|
</AppbarSection>
|