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

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.
Files changed (3) hide show
  1. package/dist/index.js +109 -130
  2. package/dist/index.mjs +109 -130
  3. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5646,51 +5646,22 @@ var getNestedValue4 = (obj, path) => {
5646
5646
  var PdfIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5647
5647
  "svg",
5648
5648
  {
5649
- width: "24",
5650
- height: "24",
5651
- viewBox: "0 0 24 24",
5652
- fill: "none",
5653
5649
  xmlns: "http://www.w3.org/2000/svg",
5654
- className: "text-red-500 w-8 h-8",
5650
+ viewBox: "0 0 48 48",
5651
+ className: "w-10 h-10",
5655
5652
  children: [
5656
5653
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5657
5654
  "path",
5658
5655
  {
5659
- d: "M7 3H14L19 8V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V5C5 4.46957 5.21071 3.96086 5.58579 3.58579C5.96086 3.21071 6.46957 3 7 3Z",
5660
- stroke: "currentColor",
5661
- strokeWidth: "2",
5662
- strokeLinecap: "round",
5663
- strokeLinejoin: "round"
5664
- }
5665
- ),
5666
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5667
- "path",
5668
- {
5669
- d: "M14 3V8H19",
5670
- stroke: "currentColor",
5671
- strokeWidth: "2",
5672
- strokeLinecap: "round",
5673
- strokeLinejoin: "round"
5674
- }
5675
- ),
5676
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5677
- "path",
5678
- {
5679
- d: "M9 14H11C11.5304 14 12.0391 13.7893 12.4142 13.4142C12.7893 13.0391 13 12.5304 13 12C13 11.4696 12.7893 10.9609 12.4142 10.5858C12.0391 10.2107 11.5304 10 11 10H9V18",
5680
- stroke: "currentColor",
5681
- strokeWidth: "2",
5682
- strokeLinecap: "round",
5683
- strokeLinejoin: "round"
5656
+ fill: "#e53935",
5657
+ d: "M38,42H10c-2.209,0-4-1.791-4-4V10c0-2.209,1.791-4,4-4h28c2.209,0,4,1.791,4,4v28 C42,40.209,40.209,42,38,42z"
5684
5658
  }
5685
5659
  ),
5686
5660
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5687
5661
  "path",
5688
5662
  {
5689
- d: "M9 14H12",
5690
- stroke: "currentColor",
5691
- strokeWidth: "2",
5692
- strokeLinecap: "round",
5693
- strokeLinejoin: "round"
5663
+ fill: "#fff",
5664
+ d: "M34.841,26.799c-1.692-1.757-6.314-1.041-7.42-0.911c-1.627-1.562-2.734-3.45-3.124-4.101 c0.586-1.757,0.976-3.515,1.041-5.402c0-1.627-0.651-3.385-2.473-3.385c-0.651,0-1.237,0.391-1.562,0.911 c-0.781,1.367-0.456,4.101,0.781,6.899c-0.716,2.018-1.367,3.97-3.189,7.42c-1.888,0.781-5.858,2.604-6.183,4.556 c-0.13,0.586,0.065,1.172,0.521,1.627C13.688,34.805,14.273,35,14.859,35c2.408,0,4.751-3.32,6.379-6.118 c1.367-0.456,3.515-1.107,5.663-1.497c2.538,2.213,4.751,2.538,5.923,2.538c1.562,0,2.148-0.651,2.343-1.237 C35.492,28.036,35.297,27.32,34.841,26.799z M33.214,27.905c-0.065,0.456-0.651,0.911-1.692,0.651 c-1.237-0.325-2.343-0.911-3.32-1.692c0.846-0.13,2.734-0.325,4.101-0.065C32.824,26.929,33.344,27.254,33.214,27.905z M22.344,14.497c0.13-0.195,0.325-0.325,0.521-0.325c0.586,0,0.716,0.716,0.716,1.302c-0.065,1.367-0.325,2.734-0.781,4.036 C21.824,16.905,22.019,15.083,22.344,14.497z M22.214,27.124c0.521-1.041,1.237-2.864,1.497-3.645 c0.586,0.976,1.562,2.148,2.083,2.669C25.794,26.213,23.776,26.604,22.214,27.124z M18.374,29.728 c-1.497,2.473-3.059,4.036-3.905,4.036c-0.13,0-0.26-0.065-0.391-0.13c-0.195-0.13-0.26-0.325-0.195-0.586 C14.078,32.136,15.77,30.899,18.374,29.728z"
5694
5665
  }
5695
5666
  )
5696
5667
  ]
@@ -5699,51 +5670,56 @@ var PdfIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5699
5670
  var ExcelIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5700
5671
  "svg",
5701
5672
  {
5702
- width: "24",
5703
- height: "24",
5704
- viewBox: "0 0 24 24",
5705
- fill: "none",
5706
5673
  xmlns: "http://www.w3.org/2000/svg",
5707
- className: "text-green-600 w-8 h-8",
5674
+ viewBox: "0 0 48 48",
5675
+ className: "w-10 h-10",
5708
5676
  children: [
5709
5677
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5710
5678
  "path",
5711
5679
  {
5712
- d: "M14 3V8H19",
5713
- stroke: "currentColor",
5714
- strokeWidth: "2",
5715
- strokeLinecap: "round",
5716
- strokeLinejoin: "round"
5680
+ fill: "#169154",
5681
+ d: "M29,6H15.744C14.781,6,14,6.781,14,7.744v7.259h15V6z"
5717
5682
  }
5718
5683
  ),
5719
5684
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5720
5685
  "path",
5721
5686
  {
5722
- d: "M5 20V5C5 4.46957 5.21071 3.96086 5.58579 3.58579C5.96086 3.21071 6.46957 3 7 3H14L19 8V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20Z",
5723
- stroke: "currentColor",
5724
- strokeWidth: "2",
5725
- strokeLinecap: "round",
5726
- strokeLinejoin: "round"
5687
+ fill: "#18482a",
5688
+ d: "M14,33.054v7.202C14,41.219,14.781,42,15.743,42H29v-8.946H14z"
5727
5689
  }
5728
5690
  ),
5691
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#0c8045", d: "M14 15.003H29V24.005000000000003H14z" }),
5692
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#17472a", d: "M14 24.005H29V33.055H14z" }),
5693
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("g", { children: [
5694
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5695
+ "path",
5696
+ {
5697
+ fill: "#29c27f",
5698
+ d: "M42.256,6H29v9.003h15V7.744C44,6.781,43.219,6,42.256,6z"
5699
+ }
5700
+ ),
5701
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5702
+ "path",
5703
+ {
5704
+ fill: "#27663f",
5705
+ d: "M29,33.054V42h13.257C43.219,42,44,41.219,44,40.257v-7.202H29z"
5706
+ }
5707
+ ),
5708
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#19ac65", d: "M29 15.003H44V24.005000000000003H29z" }),
5709
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#129652", d: "M29 24.005H44V33.055H29z" })
5710
+ ] }),
5729
5711
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5730
5712
  "path",
5731
5713
  {
5732
- d: "M9 11L15 17",
5733
- stroke: "currentColor",
5734
- strokeWidth: "2",
5735
- strokeLinecap: "round",
5736
- strokeLinejoin: "round"
5714
+ fill: "#0c7238",
5715
+ d: "M22.319,34H5.681C4.753,34,4,33.247,4,32.319V15.681C4,14.753,4.753,14,5.681,14h16.638 C23.247,14,24,14.753,24,15.681v16.638C24,33.247,23.247,34,22.319,34z"
5737
5716
  }
5738
5717
  ),
5739
5718
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5740
5719
  "path",
5741
5720
  {
5742
- d: "M15 11L9 17",
5743
- stroke: "currentColor",
5744
- strokeWidth: "2",
5745
- strokeLinecap: "round",
5746
- strokeLinejoin: "round"
5721
+ fill: "#fff",
5722
+ d: "M9.807 19L12.193 19 14.129 22.754 16.175 19 18.404 19 15.333 24 18.474 29 16.123 29 14.013 25.07 11.912 29 9.526 29 12.719 23.982z"
5747
5723
  }
5748
5724
  )
5749
5725
  ]
@@ -5752,131 +5728,134 @@ var ExcelIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5752
5728
  var WordIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5753
5729
  "svg",
5754
5730
  {
5755
- width: "24",
5756
- height: "24",
5757
- viewBox: "0 0 24 24",
5758
- fill: "none",
5759
5731
  xmlns: "http://www.w3.org/2000/svg",
5760
- className: "text-blue-600 w-8 h-8",
5732
+ viewBox: "0 0 48 48",
5733
+ className: "w-10 h-10",
5734
+ baseProfile: "basic",
5761
5735
  children: [
5762
5736
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5763
5737
  "path",
5764
5738
  {
5765
- d: "M14 3V8H19",
5766
- stroke: "currentColor",
5767
- strokeWidth: "2",
5768
- strokeLinecap: "round",
5769
- strokeLinejoin: "round"
5739
+ fill: "#283593",
5740
+ d: "M9,33.595l14.911-18.706L41,26v13.306C41,41.346,39.346,43,37.306,43H15.332 C11.835,43,9,40.164,9,36.667C9,36.667,9,33.595,9,33.595z"
5741
+ }
5742
+ ),
5743
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5744
+ "linearGradient",
5745
+ {
5746
+ id: "qh2LT5tehRDFkLLfb-odWa",
5747
+ x1: "9",
5748
+ x2: "33.506",
5749
+ y1: "364.445",
5750
+ y2: "364.445",
5751
+ gradientTransform: "translate(0 -339.89)",
5752
+ gradientUnits: "userSpaceOnUse",
5753
+ children: [
5754
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0", "stop-color": "#66c0ff" }),
5755
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: ".26", "stop-color": "#0094f0" })
5756
+ ]
5770
5757
  }
5771
5758
  ),
5772
5759
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5773
5760
  "path",
5774
5761
  {
5775
- d: "M5 20V5C5 4.46957 5.21071 3.96086 5.58579 3.58579C5.96086 3.21071 6.46957 3 7 3H14L19 8V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20Z",
5776
- stroke: "currentColor",
5777
- strokeWidth: "2",
5778
- strokeLinecap: "round",
5779
- strokeLinejoin: "round"
5762
+ fill: "url(#qh2LT5tehRDFkLLfb-odWa)",
5763
+ d: "M9,20.208c0-2.624,2.126-4.75,4.749-4.75h21.857L41,12.778v13.527 C41,28.346,39.346,30,37.306,30H15.332C11.835,30,9,32.836,9,36.333L9,20.208L9,20.208z"
5780
5764
  }
5781
5765
  ),
5782
5766
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5783
5767
  "path",
5784
5768
  {
5785
- d: "M8 12L10 17L12 14L14 17L16 12",
5786
- stroke: "currentColor",
5787
- strokeWidth: "2",
5788
- strokeLinecap: "round",
5789
- strokeLinejoin: "round"
5769
+ fill: "#1e88e5",
5770
+ "fill-opacity": ".6",
5771
+ d: "M9,20.208c0-2.624,2.126-4.75,4.749-4.75h21.857L41,12.778v13.527 C41,28.346,39.346,30,37.306,30H15.332C11.835,30,9,32.836,9,36.333L9,20.208L9,20.208z"
5790
5772
  }
5791
- )
5792
- ]
5793
- }
5794
- );
5795
- var StandardIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5796
- "svg",
5797
- {
5798
- width: "24",
5799
- height: "24",
5800
- viewBox: "0 0 24 24",
5801
- fill: "none",
5802
- xmlns: "http://www.w3.org/2000/svg",
5803
- className: "text-gray-500 w-8 h-8",
5804
- children: [
5773
+ ),
5805
5774
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5806
5775
  "path",
5807
5776
  {
5808
- d: "M14 3V8H19",
5809
- stroke: "currentColor",
5810
- strokeWidth: "2",
5811
- strokeLinecap: "round",
5812
- strokeLinejoin: "round"
5777
+ fill: "#00e5ff",
5778
+ d: "M9,10.333C9,6.836,11.835,4,15.332,4h21.975C39.346,4,41,5.654,41,7.694v5.611 C41,15.346,39.346,17,37.306,17H15.332C11.835,17,9,19.836,9,23.333C9,23.333,9,10.333,9,10.333z"
5813
5779
  }
5814
5780
  ),
5815
5781
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5816
5782
  "path",
5817
5783
  {
5818
- d: "M5 20V5C5 4.46957 5.21071 3.96086 5.58579 3.58579C5.96086 3.21071 6.46957 3 7 3H14L19 8V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20Z",
5819
- stroke: "currentColor",
5820
- strokeWidth: "2",
5821
- strokeLinecap: "round",
5822
- strokeLinejoin: "round"
5784
+ fill: "#1565c0",
5785
+ d: "M7.5,23h10c1.933,0,3.5,1.567,3.5,3.5v10c0,1.933-1.567,3.5-3.5,3.5h-10C5.567,40,4,38.433,4,36.5 v-10C4,24.567,5.567,23,7.5,23z"
5786
+ }
5787
+ ),
5788
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5789
+ "path",
5790
+ {
5791
+ fill: "#fff",
5792
+ d: "M18.327,26.643l-2.092,9.713l-2.501,0.002L12.5,30.529l-1.293,5.829H8.683l-2.01-9.713h2.062 l1.24,6.41l1.232-6.41h2.528l1.291,6.41l1.21-6.41L18.327,26.643L18.327,26.643z"
5823
5793
  }
5824
5794
  )
5825
5795
  ]
5826
5796
  }
5827
5797
  );
5798
+ var StandardIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5799
+ "svg",
5800
+ {
5801
+ xmlns: "http://www.w3.org/2000/svg",
5802
+ viewBox: "0 0 48 48",
5803
+ className: "w-10 h-10",
5804
+ children: [
5805
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#90CAF9", d: "M40 45L8 45 8 3 30 3 40 13z" }),
5806
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#E1F5FE", d: "M38.5 14L29 14 29 4.5z" })
5807
+ ]
5808
+ }
5809
+ );
5828
5810
  var PowerPointIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5829
5811
  "svg",
5830
5812
  {
5831
- width: "24",
5832
- height: "24",
5833
- viewBox: "0 0 24 24",
5834
- fill: "none",
5835
5813
  xmlns: "http://www.w3.org/2000/svg",
5836
- className: "text-orange-600 w-8 h-8",
5814
+ viewBox: "0 0 48 48",
5815
+ className: "w-10 h-10",
5837
5816
  children: [
5838
5817
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5839
5818
  "path",
5840
5819
  {
5841
- d: "M14 3V8H19",
5842
- stroke: "currentColor",
5843
- strokeWidth: "2",
5844
- strokeLinecap: "round",
5845
- strokeLinejoin: "round"
5820
+ fill: "#dc4c2c",
5821
+ d: "M8,24c0,9.941,8.059,18,18,18s18-8.059,18-18H26H8z"
5846
5822
  }
5847
5823
  ),
5824
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#f7a278", d: "M26,6v18h18C44,14.059,35.941,6,26,6z" }),
5825
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#c06346", d: "M26,6C16.059,6,8,14.059,8,24h18V6z" }),
5848
5826
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5849
5827
  "path",
5850
5828
  {
5851
- d: "M5 20V5C5 3.9 5.9 3 7 3H14L19 8V20C19 21.1 18.1 22 17 22H7C5.9 22 5 21.1 5 20Z",
5852
- stroke: "currentColor",
5853
- strokeWidth: "2"
5829
+ fill: "#9b341f",
5830
+ d: "M22.319,34H5.681C4.753,34,4,33.247,4,32.319V15.681C4,14.753,4.753,14,5.681,14h16.638 C23.247,14,24,14.753,24,15.681v16.638C24,33.247,23.247,34,22.319,34z"
5854
5831
  }
5855
5832
  ),
5856
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("text", { x: "8", y: "16", fontSize: "6", fill: "currentColor", children: "P" })
5833
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5834
+ "path",
5835
+ {
5836
+ fill: "#fff",
5837
+ d: "M14.673,19.012H10v10h2.024v-3.521H14.3c1.876,0,3.397-1.521,3.397-3.397v-0.058 C17.697,20.366,16.343,19.012,14.673,19.012z M15.57,22.358c0,0.859-0.697,1.556-1.556,1.556h-1.99v-3.325h1.99 c0.859,0,1.556,0.697,1.556,1.556V22.358z"
5838
+ }
5839
+ )
5857
5840
  ]
5858
5841
  }
5859
5842
  );
5860
5843
  var TextIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5861
5844
  "svg",
5862
5845
  {
5863
- width: "24",
5864
- height: "24",
5865
- viewBox: "0 0 24 24",
5866
- fill: "none",
5867
5846
  xmlns: "http://www.w3.org/2000/svg",
5868
- className: "text-gray-600 w-8 h-8",
5847
+ viewBox: "0 0 48 48",
5848
+ className: "w-10 h-10",
5869
5849
  children: [
5870
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { d: "M14 3V8H19", stroke: "currentColor", strokeWidth: "2" }),
5850
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#90CAF9", d: "M40 45L8 45 8 3 30 3 40 13z" }),
5851
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#E1F5FE", d: "M38.5 14L29 14 29 4.5z" }),
5871
5852
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5872
5853
  "path",
5873
5854
  {
5874
- d: "M5 20V5C5 3.9 5.9 3 7 3H14L19 8V20C19 21.1 18.1 22 17 22H7C5.9 22 5 21.1 5 20Z",
5875
- stroke: "currentColor",
5876
- strokeWidth: "2"
5855
+ fill: "#1976D2",
5856
+ d: "M16 21H33V23H16zM16 25H29V27H16zM16 29H33V31H16zM16 33H29V35H16z"
5877
5857
  }
5878
- ),
5879
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { d: "M8 11H16M8 15H14", stroke: "currentColor", strokeWidth: "2" })
5858
+ )
5880
5859
  ]
5881
5860
  }
5882
5861
  );
@@ -5888,7 +5867,7 @@ var ArchiveIcon = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5888
5867
  viewBox: "0 0 24 24",
5889
5868
  fill: "none",
5890
5869
  xmlns: "http://www.w3.org/2000/svg",
5891
- className: "text-yellow-700 w-8 h-8",
5870
+ className: "text-yellow-700 w-10 h-10",
5892
5871
  children: [
5893
5872
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5894
5873
  "rect",
package/dist/index.mjs CHANGED
@@ -4040,51 +4040,22 @@ var getNestedValue4 = (obj, path) => {
4040
4040
  var PdfIcon = () => /* @__PURE__ */ jsxs32(
4041
4041
  "svg",
4042
4042
  {
4043
- width: "24",
4044
- height: "24",
4045
- viewBox: "0 0 24 24",
4046
- fill: "none",
4047
4043
  xmlns: "http://www.w3.org/2000/svg",
4048
- className: "text-red-500 w-8 h-8",
4044
+ viewBox: "0 0 48 48",
4045
+ className: "w-10 h-10",
4049
4046
  children: [
4050
4047
  /* @__PURE__ */ jsx59(
4051
4048
  "path",
4052
4049
  {
4053
- d: "M7 3H14L19 8V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V5C5 4.46957 5.21071 3.96086 5.58579 3.58579C5.96086 3.21071 6.46957 3 7 3Z",
4054
- stroke: "currentColor",
4055
- strokeWidth: "2",
4056
- strokeLinecap: "round",
4057
- strokeLinejoin: "round"
4058
- }
4059
- ),
4060
- /* @__PURE__ */ jsx59(
4061
- "path",
4062
- {
4063
- d: "M14 3V8H19",
4064
- stroke: "currentColor",
4065
- strokeWidth: "2",
4066
- strokeLinecap: "round",
4067
- strokeLinejoin: "round"
4068
- }
4069
- ),
4070
- /* @__PURE__ */ jsx59(
4071
- "path",
4072
- {
4073
- d: "M9 14H11C11.5304 14 12.0391 13.7893 12.4142 13.4142C12.7893 13.0391 13 12.5304 13 12C13 11.4696 12.7893 10.9609 12.4142 10.5858C12.0391 10.2107 11.5304 10 11 10H9V18",
4074
- stroke: "currentColor",
4075
- strokeWidth: "2",
4076
- strokeLinecap: "round",
4077
- strokeLinejoin: "round"
4050
+ fill: "#e53935",
4051
+ d: "M38,42H10c-2.209,0-4-1.791-4-4V10c0-2.209,1.791-4,4-4h28c2.209,0,4,1.791,4,4v28 C42,40.209,40.209,42,38,42z"
4078
4052
  }
4079
4053
  ),
4080
4054
  /* @__PURE__ */ jsx59(
4081
4055
  "path",
4082
4056
  {
4083
- d: "M9 14H12",
4084
- stroke: "currentColor",
4085
- strokeWidth: "2",
4086
- strokeLinecap: "round",
4087
- strokeLinejoin: "round"
4057
+ fill: "#fff",
4058
+ d: "M34.841,26.799c-1.692-1.757-6.314-1.041-7.42-0.911c-1.627-1.562-2.734-3.45-3.124-4.101 c0.586-1.757,0.976-3.515,1.041-5.402c0-1.627-0.651-3.385-2.473-3.385c-0.651,0-1.237,0.391-1.562,0.911 c-0.781,1.367-0.456,4.101,0.781,6.899c-0.716,2.018-1.367,3.97-3.189,7.42c-1.888,0.781-5.858,2.604-6.183,4.556 c-0.13,0.586,0.065,1.172,0.521,1.627C13.688,34.805,14.273,35,14.859,35c2.408,0,4.751-3.32,6.379-6.118 c1.367-0.456,3.515-1.107,5.663-1.497c2.538,2.213,4.751,2.538,5.923,2.538c1.562,0,2.148-0.651,2.343-1.237 C35.492,28.036,35.297,27.32,34.841,26.799z M33.214,27.905c-0.065,0.456-0.651,0.911-1.692,0.651 c-1.237-0.325-2.343-0.911-3.32-1.692c0.846-0.13,2.734-0.325,4.101-0.065C32.824,26.929,33.344,27.254,33.214,27.905z M22.344,14.497c0.13-0.195,0.325-0.325,0.521-0.325c0.586,0,0.716,0.716,0.716,1.302c-0.065,1.367-0.325,2.734-0.781,4.036 C21.824,16.905,22.019,15.083,22.344,14.497z M22.214,27.124c0.521-1.041,1.237-2.864,1.497-3.645 c0.586,0.976,1.562,2.148,2.083,2.669C25.794,26.213,23.776,26.604,22.214,27.124z M18.374,29.728 c-1.497,2.473-3.059,4.036-3.905,4.036c-0.13,0-0.26-0.065-0.391-0.13c-0.195-0.13-0.26-0.325-0.195-0.586 C14.078,32.136,15.77,30.899,18.374,29.728z"
4088
4059
  }
4089
4060
  )
4090
4061
  ]
@@ -4093,51 +4064,56 @@ var PdfIcon = () => /* @__PURE__ */ jsxs32(
4093
4064
  var ExcelIcon = () => /* @__PURE__ */ jsxs32(
4094
4065
  "svg",
4095
4066
  {
4096
- width: "24",
4097
- height: "24",
4098
- viewBox: "0 0 24 24",
4099
- fill: "none",
4100
4067
  xmlns: "http://www.w3.org/2000/svg",
4101
- className: "text-green-600 w-8 h-8",
4068
+ viewBox: "0 0 48 48",
4069
+ className: "w-10 h-10",
4102
4070
  children: [
4103
4071
  /* @__PURE__ */ jsx59(
4104
4072
  "path",
4105
4073
  {
4106
- d: "M14 3V8H19",
4107
- stroke: "currentColor",
4108
- strokeWidth: "2",
4109
- strokeLinecap: "round",
4110
- strokeLinejoin: "round"
4074
+ fill: "#169154",
4075
+ d: "M29,6H15.744C14.781,6,14,6.781,14,7.744v7.259h15V6z"
4111
4076
  }
4112
4077
  ),
4113
4078
  /* @__PURE__ */ jsx59(
4114
4079
  "path",
4115
4080
  {
4116
- d: "M5 20V5C5 4.46957 5.21071 3.96086 5.58579 3.58579C5.96086 3.21071 6.46957 3 7 3H14L19 8V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20Z",
4117
- stroke: "currentColor",
4118
- strokeWidth: "2",
4119
- strokeLinecap: "round",
4120
- strokeLinejoin: "round"
4081
+ fill: "#18482a",
4082
+ d: "M14,33.054v7.202C14,41.219,14.781,42,15.743,42H29v-8.946H14z"
4121
4083
  }
4122
4084
  ),
4085
+ /* @__PURE__ */ jsx59("path", { fill: "#0c8045", d: "M14 15.003H29V24.005000000000003H14z" }),
4086
+ /* @__PURE__ */ jsx59("path", { fill: "#17472a", d: "M14 24.005H29V33.055H14z" }),
4087
+ /* @__PURE__ */ jsxs32("g", { children: [
4088
+ /* @__PURE__ */ jsx59(
4089
+ "path",
4090
+ {
4091
+ fill: "#29c27f",
4092
+ d: "M42.256,6H29v9.003h15V7.744C44,6.781,43.219,6,42.256,6z"
4093
+ }
4094
+ ),
4095
+ /* @__PURE__ */ jsx59(
4096
+ "path",
4097
+ {
4098
+ fill: "#27663f",
4099
+ d: "M29,33.054V42h13.257C43.219,42,44,41.219,44,40.257v-7.202H29z"
4100
+ }
4101
+ ),
4102
+ /* @__PURE__ */ jsx59("path", { fill: "#19ac65", d: "M29 15.003H44V24.005000000000003H29z" }),
4103
+ /* @__PURE__ */ jsx59("path", { fill: "#129652", d: "M29 24.005H44V33.055H29z" })
4104
+ ] }),
4123
4105
  /* @__PURE__ */ jsx59(
4124
4106
  "path",
4125
4107
  {
4126
- d: "M9 11L15 17",
4127
- stroke: "currentColor",
4128
- strokeWidth: "2",
4129
- strokeLinecap: "round",
4130
- strokeLinejoin: "round"
4108
+ fill: "#0c7238",
4109
+ d: "M22.319,34H5.681C4.753,34,4,33.247,4,32.319V15.681C4,14.753,4.753,14,5.681,14h16.638 C23.247,14,24,14.753,24,15.681v16.638C24,33.247,23.247,34,22.319,34z"
4131
4110
  }
4132
4111
  ),
4133
4112
  /* @__PURE__ */ jsx59(
4134
4113
  "path",
4135
4114
  {
4136
- d: "M15 11L9 17",
4137
- stroke: "currentColor",
4138
- strokeWidth: "2",
4139
- strokeLinecap: "round",
4140
- strokeLinejoin: "round"
4115
+ fill: "#fff",
4116
+ d: "M9.807 19L12.193 19 14.129 22.754 16.175 19 18.404 19 15.333 24 18.474 29 16.123 29 14.013 25.07 11.912 29 9.526 29 12.719 23.982z"
4141
4117
  }
4142
4118
  )
4143
4119
  ]
@@ -4146,131 +4122,134 @@ var ExcelIcon = () => /* @__PURE__ */ jsxs32(
4146
4122
  var WordIcon = () => /* @__PURE__ */ jsxs32(
4147
4123
  "svg",
4148
4124
  {
4149
- width: "24",
4150
- height: "24",
4151
- viewBox: "0 0 24 24",
4152
- fill: "none",
4153
4125
  xmlns: "http://www.w3.org/2000/svg",
4154
- className: "text-blue-600 w-8 h-8",
4126
+ viewBox: "0 0 48 48",
4127
+ className: "w-10 h-10",
4128
+ baseProfile: "basic",
4155
4129
  children: [
4156
4130
  /* @__PURE__ */ jsx59(
4157
4131
  "path",
4158
4132
  {
4159
- d: "M14 3V8H19",
4160
- stroke: "currentColor",
4161
- strokeWidth: "2",
4162
- strokeLinecap: "round",
4163
- strokeLinejoin: "round"
4133
+ fill: "#283593",
4134
+ d: "M9,33.595l14.911-18.706L41,26v13.306C41,41.346,39.346,43,37.306,43H15.332 C11.835,43,9,40.164,9,36.667C9,36.667,9,33.595,9,33.595z"
4135
+ }
4136
+ ),
4137
+ /* @__PURE__ */ jsxs32(
4138
+ "linearGradient",
4139
+ {
4140
+ id: "qh2LT5tehRDFkLLfb-odWa",
4141
+ x1: "9",
4142
+ x2: "33.506",
4143
+ y1: "364.445",
4144
+ y2: "364.445",
4145
+ gradientTransform: "translate(0 -339.89)",
4146
+ gradientUnits: "userSpaceOnUse",
4147
+ children: [
4148
+ /* @__PURE__ */ jsx59("stop", { offset: "0", "stop-color": "#66c0ff" }),
4149
+ /* @__PURE__ */ jsx59("stop", { offset: ".26", "stop-color": "#0094f0" })
4150
+ ]
4164
4151
  }
4165
4152
  ),
4166
4153
  /* @__PURE__ */ jsx59(
4167
4154
  "path",
4168
4155
  {
4169
- d: "M5 20V5C5 4.46957 5.21071 3.96086 5.58579 3.58579C5.96086 3.21071 6.46957 3 7 3H14L19 8V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20Z",
4170
- stroke: "currentColor",
4171
- strokeWidth: "2",
4172
- strokeLinecap: "round",
4173
- strokeLinejoin: "round"
4156
+ fill: "url(#qh2LT5tehRDFkLLfb-odWa)",
4157
+ d: "M9,20.208c0-2.624,2.126-4.75,4.749-4.75h21.857L41,12.778v13.527 C41,28.346,39.346,30,37.306,30H15.332C11.835,30,9,32.836,9,36.333L9,20.208L9,20.208z"
4174
4158
  }
4175
4159
  ),
4176
4160
  /* @__PURE__ */ jsx59(
4177
4161
  "path",
4178
4162
  {
4179
- d: "M8 12L10 17L12 14L14 17L16 12",
4180
- stroke: "currentColor",
4181
- strokeWidth: "2",
4182
- strokeLinecap: "round",
4183
- strokeLinejoin: "round"
4163
+ fill: "#1e88e5",
4164
+ "fill-opacity": ".6",
4165
+ d: "M9,20.208c0-2.624,2.126-4.75,4.749-4.75h21.857L41,12.778v13.527 C41,28.346,39.346,30,37.306,30H15.332C11.835,30,9,32.836,9,36.333L9,20.208L9,20.208z"
4184
4166
  }
4185
- )
4186
- ]
4187
- }
4188
- );
4189
- var StandardIcon = () => /* @__PURE__ */ jsxs32(
4190
- "svg",
4191
- {
4192
- width: "24",
4193
- height: "24",
4194
- viewBox: "0 0 24 24",
4195
- fill: "none",
4196
- xmlns: "http://www.w3.org/2000/svg",
4197
- className: "text-gray-500 w-8 h-8",
4198
- children: [
4167
+ ),
4199
4168
  /* @__PURE__ */ jsx59(
4200
4169
  "path",
4201
4170
  {
4202
- d: "M14 3V8H19",
4203
- stroke: "currentColor",
4204
- strokeWidth: "2",
4205
- strokeLinecap: "round",
4206
- strokeLinejoin: "round"
4171
+ fill: "#00e5ff",
4172
+ d: "M9,10.333C9,6.836,11.835,4,15.332,4h21.975C39.346,4,41,5.654,41,7.694v5.611 C41,15.346,39.346,17,37.306,17H15.332C11.835,17,9,19.836,9,23.333C9,23.333,9,10.333,9,10.333z"
4207
4173
  }
4208
4174
  ),
4209
4175
  /* @__PURE__ */ jsx59(
4210
4176
  "path",
4211
4177
  {
4212
- d: "M5 20V5C5 4.46957 5.21071 3.96086 5.58579 3.58579C5.96086 3.21071 6.46957 3 7 3H14L19 8V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20Z",
4213
- stroke: "currentColor",
4214
- strokeWidth: "2",
4215
- strokeLinecap: "round",
4216
- strokeLinejoin: "round"
4178
+ fill: "#1565c0",
4179
+ d: "M7.5,23h10c1.933,0,3.5,1.567,3.5,3.5v10c0,1.933-1.567,3.5-3.5,3.5h-10C5.567,40,4,38.433,4,36.5 v-10C4,24.567,5.567,23,7.5,23z"
4180
+ }
4181
+ ),
4182
+ /* @__PURE__ */ jsx59(
4183
+ "path",
4184
+ {
4185
+ fill: "#fff",
4186
+ d: "M18.327,26.643l-2.092,9.713l-2.501,0.002L12.5,30.529l-1.293,5.829H8.683l-2.01-9.713h2.062 l1.24,6.41l1.232-6.41h2.528l1.291,6.41l1.21-6.41L18.327,26.643L18.327,26.643z"
4217
4187
  }
4218
4188
  )
4219
4189
  ]
4220
4190
  }
4221
4191
  );
4192
+ var StandardIcon = () => /* @__PURE__ */ jsxs32(
4193
+ "svg",
4194
+ {
4195
+ xmlns: "http://www.w3.org/2000/svg",
4196
+ viewBox: "0 0 48 48",
4197
+ className: "w-10 h-10",
4198
+ children: [
4199
+ /* @__PURE__ */ jsx59("path", { fill: "#90CAF9", d: "M40 45L8 45 8 3 30 3 40 13z" }),
4200
+ /* @__PURE__ */ jsx59("path", { fill: "#E1F5FE", d: "M38.5 14L29 14 29 4.5z" })
4201
+ ]
4202
+ }
4203
+ );
4222
4204
  var PowerPointIcon = () => /* @__PURE__ */ jsxs32(
4223
4205
  "svg",
4224
4206
  {
4225
- width: "24",
4226
- height: "24",
4227
- viewBox: "0 0 24 24",
4228
- fill: "none",
4229
4207
  xmlns: "http://www.w3.org/2000/svg",
4230
- className: "text-orange-600 w-8 h-8",
4208
+ viewBox: "0 0 48 48",
4209
+ className: "w-10 h-10",
4231
4210
  children: [
4232
4211
  /* @__PURE__ */ jsx59(
4233
4212
  "path",
4234
4213
  {
4235
- d: "M14 3V8H19",
4236
- stroke: "currentColor",
4237
- strokeWidth: "2",
4238
- strokeLinecap: "round",
4239
- strokeLinejoin: "round"
4214
+ fill: "#dc4c2c",
4215
+ d: "M8,24c0,9.941,8.059,18,18,18s18-8.059,18-18H26H8z"
4240
4216
  }
4241
4217
  ),
4218
+ /* @__PURE__ */ jsx59("path", { fill: "#f7a278", d: "M26,6v18h18C44,14.059,35.941,6,26,6z" }),
4219
+ /* @__PURE__ */ jsx59("path", { fill: "#c06346", d: "M26,6C16.059,6,8,14.059,8,24h18V6z" }),
4242
4220
  /* @__PURE__ */ jsx59(
4243
4221
  "path",
4244
4222
  {
4245
- d: "M5 20V5C5 3.9 5.9 3 7 3H14L19 8V20C19 21.1 18.1 22 17 22H7C5.9 22 5 21.1 5 20Z",
4246
- stroke: "currentColor",
4247
- strokeWidth: "2"
4223
+ fill: "#9b341f",
4224
+ d: "M22.319,34H5.681C4.753,34,4,33.247,4,32.319V15.681C4,14.753,4.753,14,5.681,14h16.638 C23.247,14,24,14.753,24,15.681v16.638C24,33.247,23.247,34,22.319,34z"
4248
4225
  }
4249
4226
  ),
4250
- /* @__PURE__ */ jsx59("text", { x: "8", y: "16", fontSize: "6", fill: "currentColor", children: "P" })
4227
+ /* @__PURE__ */ jsx59(
4228
+ "path",
4229
+ {
4230
+ fill: "#fff",
4231
+ d: "M14.673,19.012H10v10h2.024v-3.521H14.3c1.876,0,3.397-1.521,3.397-3.397v-0.058 C17.697,20.366,16.343,19.012,14.673,19.012z M15.57,22.358c0,0.859-0.697,1.556-1.556,1.556h-1.99v-3.325h1.99 c0.859,0,1.556,0.697,1.556,1.556V22.358z"
4232
+ }
4233
+ )
4251
4234
  ]
4252
4235
  }
4253
4236
  );
4254
4237
  var TextIcon = () => /* @__PURE__ */ jsxs32(
4255
4238
  "svg",
4256
4239
  {
4257
- width: "24",
4258
- height: "24",
4259
- viewBox: "0 0 24 24",
4260
- fill: "none",
4261
4240
  xmlns: "http://www.w3.org/2000/svg",
4262
- className: "text-gray-600 w-8 h-8",
4241
+ viewBox: "0 0 48 48",
4242
+ className: "w-10 h-10",
4263
4243
  children: [
4264
- /* @__PURE__ */ jsx59("path", { d: "M14 3V8H19", stroke: "currentColor", strokeWidth: "2" }),
4244
+ /* @__PURE__ */ jsx59("path", { fill: "#90CAF9", d: "M40 45L8 45 8 3 30 3 40 13z" }),
4245
+ /* @__PURE__ */ jsx59("path", { fill: "#E1F5FE", d: "M38.5 14L29 14 29 4.5z" }),
4265
4246
  /* @__PURE__ */ jsx59(
4266
4247
  "path",
4267
4248
  {
4268
- d: "M5 20V5C5 3.9 5.9 3 7 3H14L19 8V20C19 21.1 18.1 22 17 22H7C5.9 22 5 21.1 5 20Z",
4269
- stroke: "currentColor",
4270
- strokeWidth: "2"
4249
+ fill: "#1976D2",
4250
+ d: "M16 21H33V23H16zM16 25H29V27H16zM16 29H33V31H16zM16 33H29V35H16z"
4271
4251
  }
4272
- ),
4273
- /* @__PURE__ */ jsx59("path", { d: "M8 11H16M8 15H14", stroke: "currentColor", strokeWidth: "2" })
4252
+ )
4274
4253
  ]
4275
4254
  }
4276
4255
  );
@@ -4282,7 +4261,7 @@ var ArchiveIcon = () => /* @__PURE__ */ jsxs32(
4282
4261
  viewBox: "0 0 24 24",
4283
4262
  fill: "none",
4284
4263
  xmlns: "http://www.w3.org/2000/svg",
4285
- className: "text-yellow-700 w-8 h-8",
4264
+ className: "text-yellow-700 w-10 h-10",
4286
4265
  children: [
4287
4266
  /* @__PURE__ */ jsx59(
4288
4267
  "rect",
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.20260624054020",
3
+ "version": "0.8.1-dev.20260624061417",
4
4
  "description": "Reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",