@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260216111522 → 0.8.1-dev.20260218092649
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1139,7 +1139,7 @@ var ToastService_default = ToastService;
|
|
|
1139
1139
|
var buttonClasses = /* @__PURE__ */ new Map([
|
|
1140
1140
|
[
|
|
1141
1141
|
"Primary" /* Primary */,
|
|
1142
|
-
"relative inline-flex items-center justify-center bg-primary rounded px-4 py-3 lg:py-2 font-medium shadow-sm hover:shadow-lg hover:bg-primary-strong focus:outline-none active:scale-95 disabled:opacity-50 disabled:cursor-not-allowed transition duration-150 ease-in-out text-
|
|
1142
|
+
"relative inline-flex items-center justify-center bg-primary rounded px-4 py-3 lg:py-2 font-medium shadow-sm hover:shadow-lg hover:bg-primary-strong focus:outline-none active:scale-95 disabled:opacity-50 disabled:cursor-not-allowed transition duration-150 ease-in-out text-black"
|
|
1143
1143
|
],
|
|
1144
1144
|
[
|
|
1145
1145
|
"Secondary" /* Secondary */,
|
|
@@ -2318,7 +2318,7 @@ var DataList = (props) => {
|
|
|
2318
2318
|
{
|
|
2319
2319
|
className: `flex justify-between items-center bg-white pl-6 pr-2 h-14 mb-3 shadow-sm rounded-md border-b border-neutral-200 sticky top-0`,
|
|
2320
2320
|
children: [
|
|
2321
|
-
props.title ? /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "inline-flex items-center gap-2", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("h2", { className: "text-lg font-semibold text-
|
|
2321
|
+
props.title ? /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "inline-flex items-center gap-2", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("h2", { className: "text-lg font-semibold text-black-800", children: props.title }) }) : /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", {}),
|
|
2322
2322
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: "flex items-center gap-3", children: [
|
|
2323
2323
|
props.filters && props.filters.map((filter) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2324
2324
|
InputControl_default,
|
package/dist/index.mjs
CHANGED
|
@@ -1099,7 +1099,7 @@ var ToastService_default = ToastService;
|
|
|
1099
1099
|
var buttonClasses = /* @__PURE__ */ new Map([
|
|
1100
1100
|
[
|
|
1101
1101
|
"Primary" /* Primary */,
|
|
1102
|
-
"relative inline-flex items-center justify-center bg-primary rounded px-4 py-3 lg:py-2 font-medium shadow-sm hover:shadow-lg hover:bg-primary-strong focus:outline-none active:scale-95 disabled:opacity-50 disabled:cursor-not-allowed transition duration-150 ease-in-out text-
|
|
1102
|
+
"relative inline-flex items-center justify-center bg-primary rounded px-4 py-3 lg:py-2 font-medium shadow-sm hover:shadow-lg hover:bg-primary-strong focus:outline-none active:scale-95 disabled:opacity-50 disabled:cursor-not-allowed transition duration-150 ease-in-out text-black"
|
|
1103
1103
|
],
|
|
1104
1104
|
[
|
|
1105
1105
|
"Secondary" /* Secondary */,
|
|
@@ -2286,7 +2286,7 @@ var DataList = (props) => {
|
|
|
2286
2286
|
{
|
|
2287
2287
|
className: `flex justify-between items-center bg-white pl-6 pr-2 h-14 mb-3 shadow-sm rounded-md border-b border-neutral-200 sticky top-0`,
|
|
2288
2288
|
children: [
|
|
2289
|
-
props.title ? /* @__PURE__ */ jsx40("div", { className: "inline-flex items-center gap-2", children: /* @__PURE__ */ jsx40("h2", { className: "text-lg font-semibold text-
|
|
2289
|
+
props.title ? /* @__PURE__ */ jsx40("div", { className: "inline-flex items-center gap-2", children: /* @__PURE__ */ jsx40("h2", { className: "text-lg font-semibold text-black-800", children: props.title }) }) : /* @__PURE__ */ jsx40("div", {}),
|
|
2290
2290
|
/* @__PURE__ */ jsxs22("div", { className: "flex items-center gap-3", children: [
|
|
2291
2291
|
props.filters && props.filters.map((filter) => /* @__PURE__ */ jsx40(
|
|
2292
2292
|
InputControl_default,
|
package/package.json
CHANGED