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