@solibo/solibo-ui 0.4.5 → 0.4.6
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/index31.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._aside_p6xyd_1{background-color:var(--color-white)}._aside_p6xyd_1 footer{position:absolute;bottom:0}._aside_p6xyd_1 section{padding:var(--unit) 0}._meta_p6xyd_14{min-height:100vh;padding:var(--unit)}._meta_p6xyd_14 [data-component=croppable]{border-radius:var(--unit);margin-top:calc(var(--unit) * 4)}._meta_p6xyd_14 [data-component=croppable] div{border-radius:var(--unit)}._meta_p6xyd_14 a{text-decoration:none}._meta_p6xyd_14 a:hover,._meta_p6xyd_14 a:focus{text-decoration:underline}._meta_p6xyd_14 section:has(+section){border-bottom:var(--border-width) solid var(--colors-semantic-border-default)}._sticky_p6xyd_41{position:-webkit-sticky;position:sticky;top:0}@media (width > 960px){._meta_p6xyd_14{overflow-y:scroll;position:fixed;right:0;top:0;width:calc(18 * var(--unit))}}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/index31.css');const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/index31.css');const d=require("react/jsx-runtime"),c=require("../../classix-5H4IWnMA.cjs"),n="_aside_p6xyd_1",o="_meta_p6xyd_14",r="_sticky_p6xyd_41",t={aside:n,meta:o,sticky:r},u={default:t.default,meta:t.meta},y=({children:s,className:e,sticky:a=!1,variant:i="default"})=>d.jsx("aside",{className:c.t(e&&e,t.aside,a&&t.sticky,u[i]),"data-component":"aside",children:s});exports.Aside=y;
|
|
2
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { t as
|
|
3
|
-
import '../../assets/index31.css';const
|
|
4
|
-
aside:
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { t as o } from "../../classix-DG18itHa.js";
|
|
3
|
+
import '../../assets/index31.css';const c = "_aside_p6xyd_1", m = "_meta_p6xyd_14", n = "_sticky_p6xyd_41", t = {
|
|
4
|
+
aside: c,
|
|
5
5
|
meta: m,
|
|
6
6
|
sticky: n
|
|
7
7
|
}, _ = {
|
|
8
8
|
default: t.default,
|
|
9
9
|
meta: t.meta
|
|
10
|
-
},
|
|
10
|
+
}, p = ({
|
|
11
11
|
children: e,
|
|
12
12
|
className: s,
|
|
13
13
|
sticky: a = !1,
|
|
14
|
-
variant:
|
|
15
|
-
}) => /* @__PURE__ */
|
|
14
|
+
variant: d = "default"
|
|
15
|
+
}) => /* @__PURE__ */ i("aside", { className: o(s && s, t.aside, a && t.sticky, _[d]), "data-component": "aside", children: e });
|
|
16
16
|
export {
|
|
17
|
-
|
|
17
|
+
p as Aside
|
|
18
18
|
};
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
package/dist/tokens.json
CHANGED