@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260623121646 → 0.8.1-dev.20260623122324

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 CHANGED
@@ -5739,7 +5739,7 @@ var DocumentNode = (props) => {
5739
5739
  }
5740
5740
  documentTitle = documentTitle.replace(/\.[^/.]+$/, "");
5741
5741
  }
5742
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "flex items-center justify-between py-4 border-b bg-default", children: [
5742
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "flex items-center justify-between py-4 bg-default", children: [
5743
5743
  /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "flex items-center space-x-4", children: [
5744
5744
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "flex items-center justify-center p-2 rounded bg-secondary-soft border", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon2, {}) }),
5745
5745
  /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "flex items-baseline space-x-2", children: [
package/dist/index.mjs CHANGED
@@ -4133,7 +4133,7 @@ var DocumentNode = (props) => {
4133
4133
  }
4134
4134
  documentTitle = documentTitle.replace(/\.[^/.]+$/, "");
4135
4135
  }
4136
- return /* @__PURE__ */ jsxs32("div", { className: "flex items-center justify-between py-4 border-b bg-default", children: [
4136
+ return /* @__PURE__ */ jsxs32("div", { className: "flex items-center justify-between py-4 bg-default", children: [
4137
4137
  /* @__PURE__ */ jsxs32("div", { className: "flex items-center space-x-4", children: [
4138
4138
  /* @__PURE__ */ jsx59("div", { className: "flex items-center justify-center p-2 rounded bg-secondary-soft border", children: /* @__PURE__ */ jsx59(Icon2, {}) }),
4139
4139
  /* @__PURE__ */ jsxs32("div", { className: "flex items-baseline space-x-2", children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acoustte-digital-services/digitalstore-controls-dev",
3
- "version": "0.8.1-dev.20260623121646",
3
+ "version": "0.8.1-dev.20260623122324",
4
4
  "description": "Reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",