@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.
@@ -1 +1 @@
1
- ._card_1seyh_1{background-color:var(--color-white);border-radius:var(--border-radius);box-shadow:var(--shadow-big);overflow:hidden;padding:var(--padding-box);text-overflow:ellipsis;transition:width var(--transition-duration) var(--transition-timing-function)}._card_1seyh_1._draft_1seyh_10{background-color:var(--color-draft)}._card_1seyh_1._scheduled_1seyh_14{opacity:.5}._card_1seyh_1 figure{margin:0 var(--negative-unit);width:100%}._card_1seyh_1 figure img{height:calc(12 * var(--unit));width:calc(100% + calc(2 * var(--unit)))}._card_1seyh_1 figure>*{border-bottom-left-radius:0;border-bottom-right-radius:0}._card_1seyh_1 p{max-width:100%;overflow:hidden;text-overflow:ellipsis}._card_1seyh_1 p img{max-width:calc(100% - calc(2 * var(--unit)))}._card_1seyh_1 *>p{margin:0}._card_1seyh_1 table{border-collapse:collapse;margin-bottom:var(--unit);overflow:hidden;table-layout:fixed;text-overflow:ellipsis;width:100%}._card_1seyh_1 table th,._card_1seyh_1 table td{border:1px solid var(--color-border);padding:var(--unit-small) var(--unit);text-align:left}._card_1seyh_1 table th{background-color:var(--color-background-light)}._card_1seyh_1 ul{list-style-type:disc;padding-left:var(--unit-large)}
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 s=require("react/jsx-runtime"),n=require("../../classix-5H4IWnMA.cjs"),o=require("../figure/index.cjs"),u="_card_1seyh_1",i="_draft_1seyh_10",l="_scheduled_1seyh_14",e={card:u,draft:i,scheduled:l},_=({children:c,draft:d,image:r,onClick:t,scheduled:a})=>s.jsxs("article",{className:n.t(e.card,d&&e.draft,a&&e.scheduled),onClick:t,"data-cy":"Card",children:[r&&s.jsx(o.Figure,{children:r}),c]});exports.Card=_;
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 a, jsx as o } from "react/jsx-runtime";
2
- import { t as h } from "../../classix-DG18itHa.js";
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 _ = "_card_1seyh_1", n = "_draft_1seyh_10", f = "_scheduled_1seyh_14", r = {
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: f
8
- }, y = ({
9
- children: s,
10
- draft: c,
7
+ scheduled: h
8
+ }, p = ({
9
+ children: c,
10
+ draft: t,
11
11
  image: d,
12
- onClick: e,
13
- scheduled: t
14
- }) => /* @__PURE__ */ a("article", { className: h(r.card, c && r.draft, t && r.scheduled), onClick: e, "data-cy": "Card", children: [
15
- d && /* @__PURE__ */ o(l, { children: d }),
16
- s
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
- y as Card
19
+ p as Card
20
20
  };
21
21
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solibo/solibo-ui",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite build --watch",