@solibo/solibo-ui 1.0.10 → 1.0.11
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/index10.css +1 -1
- package/dist/assets/index26.css +1 -1
- package/dist/assets/index38.css +1 -1
- package/dist/assets/index41.css +1 -1
- package/dist/components/aside/index.cjs +1 -1
- package/dist/components/aside/index.js +18 -18
- package/dist/components/dialog/index.cjs +1 -1
- package/dist/components/dialog/index.js +38 -38
- package/dist/components/editor/index.cjs +1 -1
- package/dist/components/editor/index.cjs.map +1 -1
- package/dist/components/editor/index.js +3 -3
- package/dist/components/portal/index.cjs +1 -1
- package/dist/components/portal/index.js +15 -15
- package/dist/tokens.json +1 -1
- package/package.json +1 -1
|
@@ -11405,17 +11405,17 @@ function ts(n) {
|
|
|
11405
11405
|
return !1;
|
|
11406
11406
|
}
|
|
11407
11407
|
}
|
|
11408
|
-
const Q1 = "
|
|
11408
|
+
const Q1 = "_field_12mt8_3", Y1 = "_editor_12mt8_8", em = "_invalid_12mt8_31", tm = "_error_12mt8_35", nm = "_content_12mt8_41", rm = "_files_12mt8_45", um = "_placeholder_12mt8_57", im = "_fill_12mt8_65", sm = "_meta_12mt8_88", om = "_active_12mt8_97", am = "_submit_12mt8_109", lm = "_bold_12mt8_113", cm = "_italic_12mt8_117", fm = "_link_12mt8_121", dm = "_list_12mt8_127", hm = "_paragraph_12mt8_128", ce = {
|
|
11409
11409
|
field: Q1,
|
|
11410
11410
|
editor: Y1,
|
|
11411
11411
|
invalid: em,
|
|
11412
11412
|
error: tm,
|
|
11413
11413
|
content: nm,
|
|
11414
11414
|
files: rm,
|
|
11415
|
-
"has-files": "_has-
|
|
11415
|
+
"has-files": "_has-files_12mt8_53",
|
|
11416
11416
|
placeholder: um,
|
|
11417
11417
|
fill: im,
|
|
11418
|
-
"fill-editor": "_fill-
|
|
11418
|
+
"fill-editor": "_fill-editor_12mt8_72",
|
|
11419
11419
|
meta: sm,
|
|
11420
11420
|
active: om,
|
|
11421
11421
|
submit: am,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/index10.css');const e=require("react/jsx-runtime"),i=require("../../classix-5H4IWnMA.cjs"),c=require("../button/index.cjs"),a=require("../icon/index.cjs"),l=require("../aside/index.cjs"),_=require("../branding/index.cjs"),d=require("../figure/index.cjs"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/index10.css');const e=require("react/jsx-runtime"),i=require("../../classix-5H4IWnMA.cjs"),c=require("../button/index.cjs"),a=require("../icon/index.cjs"),l=require("../aside/index.cjs"),_=require("../branding/index.cjs"),d=require("../figure/index.cjs"),u=require("../nav/index.cjs"),g="_portal_1j8wd_41",p="_content_1j8wd_251",x="_toggle_1j8wd_258",m="_open_1j8wd_322",n={portal:g,content:p,toggle:x,open:m},j=({children:t,portals:o,open:s,setOpen:r})=>e.jsxs(l.Aside,{className:i.t(n.portal,s&&n.open),sticky:!0,"data-component":"portal",children:[e.jsx(c.Button,{className:n.toggle,onClick:()=>r(!s),variant:"tertiary",children:e.jsx(a.Icon,{name:"sidebar"})}),e.jsx(d.Figure,{children:e.jsx(_.Branding,{name:"logo",size:48,variant:"white"})}),e.jsxs("div",{className:n.content,children:[o&&e.jsx(u.Nav,{horizontal:!0,children:o}),t&&t]})]});exports.Portal=j;
|
|
2
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { t as
|
|
1
|
+
import { jsxs as i, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { t as m } from "../../classix-DG18itHa.js";
|
|
3
3
|
import { Button as c } from "../button/index.js";
|
|
4
4
|
import { Icon as l } from "../icon/index.js";
|
|
5
5
|
import { Aside as s } from "../aside/index.js";
|
|
6
6
|
import { Branding as p } from "../branding/index.js";
|
|
7
|
-
import { Figure as
|
|
8
|
-
import { Nav as
|
|
9
|
-
import '../../assets/index10.css';const
|
|
10
|
-
portal:
|
|
7
|
+
import { Figure as d } from "../figure/index.js";
|
|
8
|
+
import { Nav as _ } from "../nav/index.js";
|
|
9
|
+
import '../../assets/index10.css';const g = "_portal_1j8wd_41", f = "_content_1j8wd_251", h = "_toggle_1j8wd_258", j = "_open_1j8wd_322", t = {
|
|
10
|
+
portal: g,
|
|
11
11
|
content: f,
|
|
12
12
|
toggle: h,
|
|
13
|
-
open:
|
|
14
|
-
},
|
|
13
|
+
open: j
|
|
14
|
+
}, B = ({
|
|
15
15
|
children: r,
|
|
16
16
|
portals: n,
|
|
17
17
|
open: e,
|
|
18
|
-
setOpen:
|
|
19
|
-
}) => /* @__PURE__ */
|
|
20
|
-
/* @__PURE__ */ o(c, { className: t.toggle, onClick: () =>
|
|
21
|
-
/* @__PURE__ */ o(
|
|
22
|
-
/* @__PURE__ */
|
|
23
|
-
n && /* @__PURE__ */ o(
|
|
18
|
+
setOpen: a
|
|
19
|
+
}) => /* @__PURE__ */ i(s, { className: m(t.portal, e && t.open), sticky: !0, "data-component": "portal", children: [
|
|
20
|
+
/* @__PURE__ */ o(c, { className: t.toggle, onClick: () => a(!e), variant: "tertiary", children: /* @__PURE__ */ o(l, { name: "sidebar" }) }),
|
|
21
|
+
/* @__PURE__ */ o(d, { children: /* @__PURE__ */ o(p, { name: "logo", size: 48, variant: "white" }) }),
|
|
22
|
+
/* @__PURE__ */ i("div", { className: t.content, children: [
|
|
23
|
+
n && /* @__PURE__ */ o(_, { horizontal: !0, children: n }),
|
|
24
24
|
r && r
|
|
25
25
|
] })
|
|
26
26
|
] });
|
|
27
27
|
export {
|
|
28
|
-
|
|
28
|
+
B as Portal
|
|
29
29
|
};
|
|
30
30
|
//# sourceMappingURL=index.js.map
|
package/dist/tokens.json
CHANGED