@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.
@@ -1 +1 @@
1
- ._aside_1szf9_1{background-color:var(--color-white)}._aside_1szf9_1 footer{position:absolute;bottom:0}._aside_1szf9_1 section{padding:var(--unit) 0}._meta_1szf9_14{min-height:100vh;padding:var(--unit)}._meta_1szf9_14 [data-component=croppable]{border-radius:var(--unit);margin-top:calc(var(--unit) * 4)}._meta_1szf9_14 [data-component=croppable] div{border-radius:var(--unit)}._meta_1szf9_14 a{text-decoration:none}._meta_1szf9_14 a:hover,._meta_1szf9_14 a:focus{text-decoration:underline}._meta_1szf9_14 section:has(+section){border-bottom:var(--border-width) solid var(--colors-semantic-border-default)}._sticky_1szf9_41{position:-webkit-sticky;position:sticky;top:0}
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="_aside_1szf9_1",o="_meta_1szf9_14",r="_sticky_1szf9_41",s={aside:d,meta:o,sticky:r},u={default:s.default,meta:s.meta},l=({children:e,className:t,sticky:a=!1,variant:i="default"})=>c.jsx("aside",{className:n.t(t&&t,s.aside,a&&s.sticky,u[i]),"data-component":"aside",children:e});exports.Aside=l;
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 = "_aside_1szf9_1", m = "_meta_1szf9_14", n = "_sticky_1szf9_41", t = {
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
- }, f = {
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, f[i]), "data-component": "aside", children: e });
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
@@ -221,7 +221,7 @@
221
221
  },
222
222
  "com.solibo": {
223
223
  "packageName": "@solibo/solibo-ui",
224
- "packageVersion": "0.4.4"
224
+ "packageVersion": "0.4.5"
225
225
  }
226
226
  },
227
227
  "$name": "Solibo UI Tokens",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solibo/solibo-ui",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "pnpm run tokens:build && vite build --watch",