@fctc/sme-widget-ui 2.7.6 → 2.7.7
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.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/widgets.js +2 -2
- package/dist/widgets.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16097,7 +16097,7 @@ var Search = ({
|
|
|
16097
16097
|
/* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
|
|
16098
16098
|
"div",
|
|
16099
16099
|
{
|
|
16100
|
-
className: `relative flex md:min-w-[400px] max-w-full items-center gap-[8px] w-full ${
|
|
16100
|
+
className: `relative flex md:min-w-[400px] max-w-full items-center gap-[8px] w-full ${showFiltersGroups && "border-r border-[rgba(242,242,242,1)]"}`,
|
|
16101
16101
|
children: [
|
|
16102
16102
|
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "min-h-5 min-w-5", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(SearchIcon, {}) }),
|
|
16103
16103
|
/* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "flex flex-1 flex-wrap items-center gap-[8px]", children: [
|
|
@@ -16139,7 +16139,7 @@ var Search = ({
|
|
|
16139
16139
|
]
|
|
16140
16140
|
}
|
|
16141
16141
|
),
|
|
16142
|
-
|
|
16142
|
+
showFiltersGroups && /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
|
|
16143
16143
|
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
16144
16144
|
"div",
|
|
16145
16145
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -15970,7 +15970,7 @@ var Search = ({
|
|
|
15970
15970
|
/* @__PURE__ */ jsxs41(
|
|
15971
15971
|
"div",
|
|
15972
15972
|
{
|
|
15973
|
-
className: `relative flex md:min-w-[400px] max-w-full items-center gap-[8px] w-full ${
|
|
15973
|
+
className: `relative flex md:min-w-[400px] max-w-full items-center gap-[8px] w-full ${showFiltersGroups && "border-r border-[rgba(242,242,242,1)]"}`,
|
|
15974
15974
|
children: [
|
|
15975
15975
|
/* @__PURE__ */ jsx65("div", { className: "min-h-5 min-w-5", children: /* @__PURE__ */ jsx65(SearchIcon, {}) }),
|
|
15976
15976
|
/* @__PURE__ */ jsxs41("div", { className: "flex flex-1 flex-wrap items-center gap-[8px]", children: [
|
|
@@ -16012,7 +16012,7 @@ var Search = ({
|
|
|
16012
16012
|
]
|
|
16013
16013
|
}
|
|
16014
16014
|
),
|
|
16015
|
-
|
|
16015
|
+
showFiltersGroups && /* @__PURE__ */ jsxs41(Fragment10, { children: [
|
|
16016
16016
|
/* @__PURE__ */ jsx65(
|
|
16017
16017
|
"div",
|
|
16018
16018
|
{
|
package/dist/widgets.js
CHANGED
|
@@ -15346,7 +15346,7 @@ var Search = ({
|
|
|
15346
15346
|
/* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
|
|
15347
15347
|
"div",
|
|
15348
15348
|
{
|
|
15349
|
-
className: `relative flex md:min-w-[400px] max-w-full items-center gap-[8px] w-full ${
|
|
15349
|
+
className: `relative flex md:min-w-[400px] max-w-full items-center gap-[8px] w-full ${showFiltersGroups && "border-r border-[rgba(242,242,242,1)]"}`,
|
|
15350
15350
|
children: [
|
|
15351
15351
|
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "min-h-5 min-w-5", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(SearchIcon, {}) }),
|
|
15352
15352
|
/* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "flex flex-1 flex-wrap items-center gap-[8px]", children: [
|
|
@@ -15388,7 +15388,7 @@ var Search = ({
|
|
|
15388
15388
|
]
|
|
15389
15389
|
}
|
|
15390
15390
|
),
|
|
15391
|
-
|
|
15391
|
+
showFiltersGroups && /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
|
|
15392
15392
|
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
15393
15393
|
"div",
|
|
15394
15394
|
{
|
package/dist/widgets.mjs
CHANGED
|
@@ -15283,7 +15283,7 @@ var Search = ({
|
|
|
15283
15283
|
/* @__PURE__ */ jsxs41(
|
|
15284
15284
|
"div",
|
|
15285
15285
|
{
|
|
15286
|
-
className: `relative flex md:min-w-[400px] max-w-full items-center gap-[8px] w-full ${
|
|
15286
|
+
className: `relative flex md:min-w-[400px] max-w-full items-center gap-[8px] w-full ${showFiltersGroups && "border-r border-[rgba(242,242,242,1)]"}`,
|
|
15287
15287
|
children: [
|
|
15288
15288
|
/* @__PURE__ */ jsx65("div", { className: "min-h-5 min-w-5", children: /* @__PURE__ */ jsx65(SearchIcon, {}) }),
|
|
15289
15289
|
/* @__PURE__ */ jsxs41("div", { className: "flex flex-1 flex-wrap items-center gap-[8px]", children: [
|
|
@@ -15325,7 +15325,7 @@ var Search = ({
|
|
|
15325
15325
|
]
|
|
15326
15326
|
}
|
|
15327
15327
|
),
|
|
15328
|
-
|
|
15328
|
+
showFiltersGroups && /* @__PURE__ */ jsxs41(Fragment10, { children: [
|
|
15329
15329
|
/* @__PURE__ */ jsx65(
|
|
15330
15330
|
"div",
|
|
15331
15331
|
{
|