@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260624060244 → 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
@@ -5648,8 +5648,7 @@ var PdfIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5648
5648
  {
5649
5649
  xmlns: "http://www.w3.org/2000/svg",
5650
5650
  viewBox: "0 0 48 48",
5651
- width: "96px",
5652
- height: "96px",
5651
+ className: "w-10 h-10",
5653
5652
  children: [
5654
5653
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5655
5654
  "path",
@@ -5673,8 +5672,7 @@ var ExcelIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5673
5672
  {
5674
5673
  xmlns: "http://www.w3.org/2000/svg",
5675
5674
  viewBox: "0 0 48 48",
5676
- width: "96px",
5677
- height: "96px",
5675
+ className: "w-10 h-10",
5678
5676
  children: [
5679
5677
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5680
5678
  "path",
@@ -5732,8 +5730,7 @@ var WordIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5732
5730
  {
5733
5731
  xmlns: "http://www.w3.org/2000/svg",
5734
5732
  viewBox: "0 0 48 48",
5735
- width: "96px",
5736
- height: "96px",
5733
+ className: "w-10 h-10",
5737
5734
  baseProfile: "basic",
5738
5735
  children: [
5739
5736
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
@@ -5803,8 +5800,7 @@ var StandardIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5803
5800
  {
5804
5801
  xmlns: "http://www.w3.org/2000/svg",
5805
5802
  viewBox: "0 0 48 48",
5806
- width: "96px",
5807
- height: "96px",
5803
+ className: "w-10 h-10",
5808
5804
  children: [
5809
5805
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#90CAF9", d: "M40 45L8 45 8 3 30 3 40 13z" }),
5810
5806
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#E1F5FE", d: "M38.5 14L29 14 29 4.5z" })
@@ -5816,8 +5812,7 @@ var PowerPointIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5816
5812
  {
5817
5813
  xmlns: "http://www.w3.org/2000/svg",
5818
5814
  viewBox: "0 0 48 48",
5819
- width: "96px",
5820
- height: "96px",
5815
+ className: "w-10 h-10",
5821
5816
  children: [
5822
5817
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5823
5818
  "path",
@@ -5850,8 +5845,7 @@ var TextIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5850
5845
  {
5851
5846
  xmlns: "http://www.w3.org/2000/svg",
5852
5847
  viewBox: "0 0 48 48",
5853
- width: "96px",
5854
- height: "96px",
5848
+ className: "w-10 h-10",
5855
5849
  children: [
5856
5850
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#90CAF9", d: "M40 45L8 45 8 3 30 3 40 13z" }),
5857
5851
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#E1F5FE", d: "M38.5 14L29 14 29 4.5z" }),
@@ -5873,7 +5867,7 @@ var ArchiveIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5873
5867
  viewBox: "0 0 24 24",
5874
5868
  fill: "none",
5875
5869
  xmlns: "http://www.w3.org/2000/svg",
5876
- className: "text-yellow-700 w-8 h-8",
5870
+ className: "text-yellow-700 w-10 h-10",
5877
5871
  children: [
5878
5872
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5879
5873
  "rect",
@@ -5976,7 +5970,7 @@ var DocumentNode = (props) => {
5976
5970
  return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5977
5971
  "div",
5978
5972
  {
5979
- 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" : ""}`,
5980
5974
  children: [
5981
5975
  /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "flex items-center space-x-4", children: [
5982
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
@@ -4042,8 +4042,7 @@ var PdfIcon = () => /* @__PURE__ */ jsxs32(
4042
4042
  {
4043
4043
  xmlns: "http://www.w3.org/2000/svg",
4044
4044
  viewBox: "0 0 48 48",
4045
- width: "96px",
4046
- height: "96px",
4045
+ className: "w-10 h-10",
4047
4046
  children: [
4048
4047
  /* @__PURE__ */ jsx59(
4049
4048
  "path",
@@ -4067,8 +4066,7 @@ var ExcelIcon = () => /* @__PURE__ */ jsxs32(
4067
4066
  {
4068
4067
  xmlns: "http://www.w3.org/2000/svg",
4069
4068
  viewBox: "0 0 48 48",
4070
- width: "96px",
4071
- height: "96px",
4069
+ className: "w-10 h-10",
4072
4070
  children: [
4073
4071
  /* @__PURE__ */ jsx59(
4074
4072
  "path",
@@ -4126,8 +4124,7 @@ var WordIcon = () => /* @__PURE__ */ jsxs32(
4126
4124
  {
4127
4125
  xmlns: "http://www.w3.org/2000/svg",
4128
4126
  viewBox: "0 0 48 48",
4129
- width: "96px",
4130
- height: "96px",
4127
+ className: "w-10 h-10",
4131
4128
  baseProfile: "basic",
4132
4129
  children: [
4133
4130
  /* @__PURE__ */ jsx59(
@@ -4197,8 +4194,7 @@ var StandardIcon = () => /* @__PURE__ */ jsxs32(
4197
4194
  {
4198
4195
  xmlns: "http://www.w3.org/2000/svg",
4199
4196
  viewBox: "0 0 48 48",
4200
- width: "96px",
4201
- height: "96px",
4197
+ className: "w-10 h-10",
4202
4198
  children: [
4203
4199
  /* @__PURE__ */ jsx59("path", { fill: "#90CAF9", d: "M40 45L8 45 8 3 30 3 40 13z" }),
4204
4200
  /* @__PURE__ */ jsx59("path", { fill: "#E1F5FE", d: "M38.5 14L29 14 29 4.5z" })
@@ -4210,8 +4206,7 @@ var PowerPointIcon = () => /* @__PURE__ */ jsxs32(
4210
4206
  {
4211
4207
  xmlns: "http://www.w3.org/2000/svg",
4212
4208
  viewBox: "0 0 48 48",
4213
- width: "96px",
4214
- height: "96px",
4209
+ className: "w-10 h-10",
4215
4210
  children: [
4216
4211
  /* @__PURE__ */ jsx59(
4217
4212
  "path",
@@ -4244,8 +4239,7 @@ var TextIcon = () => /* @__PURE__ */ jsxs32(
4244
4239
  {
4245
4240
  xmlns: "http://www.w3.org/2000/svg",
4246
4241
  viewBox: "0 0 48 48",
4247
- width: "96px",
4248
- height: "96px",
4242
+ className: "w-10 h-10",
4249
4243
  children: [
4250
4244
  /* @__PURE__ */ jsx59("path", { fill: "#90CAF9", d: "M40 45L8 45 8 3 30 3 40 13z" }),
4251
4245
  /* @__PURE__ */ jsx59("path", { fill: "#E1F5FE", d: "M38.5 14L29 14 29 4.5z" }),
@@ -4267,7 +4261,7 @@ var ArchiveIcon = () => /* @__PURE__ */ jsxs32(
4267
4261
  viewBox: "0 0 24 24",
4268
4262
  fill: "none",
4269
4263
  xmlns: "http://www.w3.org/2000/svg",
4270
- className: "text-yellow-700 w-8 h-8",
4264
+ className: "text-yellow-700 w-10 h-10",
4271
4265
  children: [
4272
4266
  /* @__PURE__ */ jsx59(
4273
4267
  "rect",
@@ -4370,7 +4364,7 @@ var DocumentNode = (props) => {
4370
4364
  return /* @__PURE__ */ jsxs32(
4371
4365
  "div",
4372
4366
  {
4373
- 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" : ""}`,
4374
4368
  children: [
4375
4369
  /* @__PURE__ */ jsxs32("div", { className: "flex items-center space-x-4", children: [
4376
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.20260624060244",
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",