@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260624061417 → 0.8.1-dev.20260624062618

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
@@ -5970,7 +5970,7 @@ var DocumentNode = (props) => {
5970
5970
  return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5971
5971
  "div",
5972
5972
  {
5973
- className: "flex items-center justify-between py-4 bg-default border-t first:border-t-0 gap-4",
5973
+ className: `flex items-center justify-between py-4 bg-default gap-4 ${index !== 0 ? "border-t" : ""}`,
5974
5974
  children: [
5975
5975
  /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "flex items-center space-x-4", children: [
5976
5976
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "flex items-center justify-center p-2 rounded bg-neutral-soft", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon2, {}) }),
package/dist/index.mjs CHANGED
@@ -4364,7 +4364,7 @@ var DocumentNode = (props) => {
4364
4364
  return /* @__PURE__ */ jsxs32(
4365
4365
  "div",
4366
4366
  {
4367
- className: "flex items-center justify-between py-4 bg-default border-t first:border-t-0 gap-4",
4367
+ className: `flex items-center justify-between py-4 bg-default gap-4 ${index !== 0 ? "border-t" : ""}`,
4368
4368
  children: [
4369
4369
  /* @__PURE__ */ jsxs32("div", { className: "flex items-center space-x-4", children: [
4370
4370
  /* @__PURE__ */ jsx59("div", { className: "flex items-center justify-center p-2 rounded bg-neutral-soft", children: /* @__PURE__ */ jsx59(Icon2, {}) }),
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.20260624061417",
3
+ "version": "0.8.1-dev.20260624062618",
4
4
  "description": "Reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",