@solibo/solibo-ui 0.3.12 → 0.3.13
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/assets/index29.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._card_o47ff_1{background-color:var(--color-white);border-radius:var(--border-radius);box-shadow:var(--shadow-big);max-width:100%!important;overflow:hidden!important;padding:var(--padding-box);text-overflow:ellipsis;transition:width var(--transition-duration) var(--transition-timing-function)}._card_o47ff_1._draft_o47ff_11{background-color:var(--color-draft)}._card_o47ff_1._scheduled_o47ff_15{opacity:.5}._card_o47ff_1 figure{margin:0 var(--negative-unit);width:100%}._card_o47ff_1 figure img{height:calc(12 * var(--unit));width:calc(100% + calc(2 * var(--unit)))}._card_o47ff_1 figure>*{border-bottom-left-radius:0;border-bottom-right-radius:0}._card_o47ff_1 p{max-width:100%;overflow:hidden;text-overflow:ellipsis}._card_o47ff_1 p img{max-width:calc(100% - calc(2 * var(--unit)))}._card_o47ff_1 *>p{margin:0}._card_o47ff_1 table{border-collapse:collapse;margin-bottom:var(--unit);overflow:hidden!important;table-layout:fixed;text-overflow:ellipsis;width:100%!important}._card_o47ff_1 table th,._card_o47ff_1 table td{border:1px solid var(--color-border);padding:var(--unit-small) var(--unit);text-align:left}._card_o47ff_1 table th{background-color:var(--color-background-light)}._card_o47ff_1 table th:first-child{border-top-left-radius:var(--border-radius)}._card_o47ff_1 table th:last-child{border-top-right-radius:var(--border-radius)}._card_o47ff_1 ul{list-style-type:disc!important;padding-left:var(--unit-large)!important}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/index29.css');const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/index29.css');const c=require("react/jsx-runtime"),n=require("../../classix-5H4IWnMA.cjs"),o=require("../figure/index.cjs"),u="_card_o47ff_1",i="_draft_o47ff_11",l="_scheduled_o47ff_15",e={card:u,draft:i,scheduled:l},f=({children:d,draft:s,image:r,onClick:t,scheduled:a})=>c.jsxs("article",{className:n.t(e.card,s&&e.draft,a&&e.scheduled),onClick:t,"data-cy":"Card",children:[r&&c.jsx(o.Figure,{children:r}),d]});exports.Card=f;
|
|
2
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { t as
|
|
1
|
+
import { jsxs as o, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { t as f } from "../../classix-DG18itHa.js";
|
|
3
3
|
import { Figure as l } from "../figure/index.js";
|
|
4
|
-
import '../../assets/index29.css';const _ = "
|
|
4
|
+
import '../../assets/index29.css';const _ = "_card_o47ff_1", n = "_draft_o47ff_11", h = "_scheduled_o47ff_15", r = {
|
|
5
5
|
card: _,
|
|
6
6
|
draft: n,
|
|
7
|
-
scheduled:
|
|
8
|
-
},
|
|
9
|
-
children:
|
|
10
|
-
draft:
|
|
7
|
+
scheduled: h
|
|
8
|
+
}, p = ({
|
|
9
|
+
children: c,
|
|
10
|
+
draft: t,
|
|
11
11
|
image: d,
|
|
12
|
-
onClick:
|
|
13
|
-
scheduled:
|
|
14
|
-
}) => /* @__PURE__ */
|
|
15
|
-
d && /* @__PURE__ */
|
|
16
|
-
|
|
12
|
+
onClick: s,
|
|
13
|
+
scheduled: e
|
|
14
|
+
}) => /* @__PURE__ */ o("article", { className: f(r.card, t && r.draft, e && r.scheduled), onClick: s, "data-cy": "Card", children: [
|
|
15
|
+
d && /* @__PURE__ */ a(l, { children: d }),
|
|
16
|
+
c
|
|
17
17
|
] });
|
|
18
18
|
export {
|
|
19
|
-
|
|
19
|
+
p as Card
|
|
20
20
|
};
|
|
21
21
|
//# sourceMappingURL=index.js.map
|