@apexcura/ui-components 0.0.14-Beta222 → 0.0.14-Beta223

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.css CHANGED
@@ -344,6 +344,9 @@ video {
344
344
  .m-\[10px\] {
345
345
  margin: 10px;
346
346
  }
347
+ .mr-2 {
348
+ margin-right: 0.5rem;
349
+ }
347
350
  .flex {
348
351
  display: flex;
349
352
  }
@@ -353,6 +356,12 @@ video {
353
356
  .grid {
354
357
  display: grid;
355
358
  }
359
+ .h-4 {
360
+ height: 1rem;
361
+ }
362
+ .w-4 {
363
+ width: 1rem;
364
+ }
356
365
  .rounded-\[8px\] {
357
366
  border-radius: 8px;
358
367
  }
@@ -375,6 +384,9 @@ video {
375
384
  --tw-bg-opacity: 1;
376
385
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
377
386
  }
387
+ .fill-current {
388
+ fill: currentColor;
389
+ }
378
390
  .p-\[6px\] {
379
391
  padding: 6px;
380
392
  }
package/dist/index.js CHANGED
@@ -387,7 +387,7 @@ var import_react12 = __toESM(require("react"));
387
387
  // src/constants/icons.tsx
388
388
  var import_react11 = __toESM(require("react"));
389
389
  var icons = {
390
- download: /* @__PURE__ */ import_react11.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react11.default.createElement("path", { d: "M18.4602 4.67108H6.6883C5.5994 4.67108 4.72632 5.55397 4.72632 6.63306V20.3669C4.72632 21.446 5.5994 22.3289 6.6883 22.3289H20.4222C21.5013 22.3289 22.3842 21.446 22.3842 20.3669V8.59505L18.4602 4.67108ZM13.5552 20.3669C11.9268 20.3669 10.6123 19.0524 10.6123 17.424C10.6123 15.7955 11.9268 14.481 13.5552 14.481C15.1837 14.481 16.4982 15.7955 16.4982 17.424C16.4982 19.0524 15.1837 20.3669 13.5552 20.3669ZM16.4982 10.557H6.6883V6.63306H16.4982V10.557Z", fill: "#A3A3A3" }))
390
+ download: /* @__PURE__ */ import_react11.default.createElement("svg", { className: "fill-current w-4 h-4 mr-2", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }, /* @__PURE__ */ import_react11.default.createElement("path", { d: "M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z" }))
391
391
  };
392
392
 
393
393
  // src/Components/Button.tsx
package/dist/index.mjs CHANGED
@@ -321,7 +321,7 @@ import React12 from "react";
321
321
  // src/constants/icons.tsx
322
322
  import React11 from "react";
323
323
  var icons = {
324
- download: /* @__PURE__ */ React11.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React11.createElement("path", { d: "M18.4602 4.67108H6.6883C5.5994 4.67108 4.72632 5.55397 4.72632 6.63306V20.3669C4.72632 21.446 5.5994 22.3289 6.6883 22.3289H20.4222C21.5013 22.3289 22.3842 21.446 22.3842 20.3669V8.59505L18.4602 4.67108ZM13.5552 20.3669C11.9268 20.3669 10.6123 19.0524 10.6123 17.424C10.6123 15.7955 11.9268 14.481 13.5552 14.481C15.1837 14.481 16.4982 15.7955 16.4982 17.424C16.4982 19.0524 15.1837 20.3669 13.5552 20.3669ZM16.4982 10.557H6.6883V6.63306H16.4982V10.557Z", fill: "#A3A3A3" }))
324
+ download: /* @__PURE__ */ React11.createElement("svg", { className: "fill-current w-4 h-4 mr-2", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }, /* @__PURE__ */ React11.createElement("path", { d: "M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z" }))
325
325
  };
326
326
 
327
327
  // src/Components/Button.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta222",
3
+ "version": "0.0.14-Beta223",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",