@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 +12 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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: "
|
|
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: "
|
|
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
|