@wrdagency/blockout 0.0.13 → 0.0.14
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/{2NBKRL7C-C6mXReCE.js → 2NBKRL7C-D-Q0qGRV.js} +3 -3
- package/dist/{P7GR5CS5-DNbthaqU.js → P7GR5CS5-qyeuZVEs.js} +1 -1
- package/dist/T7VMP3TM-BxgFbvdx.js +2106 -0
- package/dist/{UQQRIHDV-CFdrMoqW.js → UQQRIHDV-BGs025hb.js} +2 -2
- package/dist/{VIIRIBF3-B585VK9r.js → VIIRIBF3-D9clDhln.js} +1 -1
- package/dist/_commonjsHelpers-DaMA6jEr.js +8 -0
- package/dist/assets/button.css +1 -0
- package/dist/assets/form.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index12.css +1 -0
- package/dist/assets/index13.css +1 -0
- package/dist/assets/index2.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/components/breadcrumbs/index.js +23 -16
- package/dist/components/button/{index.d.ts → button.d.ts} +2 -3
- package/dist/components/button/button.js +28 -0
- package/dist/components/button/icon.d.ts +6 -0
- package/dist/components/button/icon.js +10 -0
- package/dist/components/button/index.js +6 -26
- package/dist/components/controls/base-control/affix.d.ts +6 -0
- package/dist/components/controls/base-control/affix.js +15 -0
- package/dist/components/controls/base-control/index.js +26 -21
- package/dist/components/controls/index.d.ts +1 -0
- package/dist/components/controls/index.js +10 -8
- package/dist/components/controls/number-control/index.d.ts +1 -1
- package/dist/components/controls/number-control/index.js +37 -31
- package/dist/components/controls/password-control/index.d.ts +7 -0
- package/dist/components/controls/password-control/index.js +114 -0
- package/dist/components/controls/select-control/index.js +9 -9
- package/dist/components/data-table/column.js +1 -1
- package/dist/components/form/components/pagination.js +1 -1
- package/dist/components/form/components/step.js +22 -16
- package/dist/components/form/index.d.ts +0 -2
- package/dist/components/form/types/fields.d.ts +1 -1
- package/dist/components/form/types/form.d.ts +1 -1
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +23 -19
- package/dist/components/markdown/index.d.ts +6 -0
- package/dist/components/markdown/index.js +25844 -0
- package/dist/components/menu/index.js +4 -4
- package/dist/components/menu/item.js +1 -1
- package/dist/components/menu/items/action.js +1 -1
- package/dist/components/menu/items/spacer.js +2 -2
- package/dist/components/menu/items/submenu.js +2 -2
- package/dist/components/menu/items/toggle.js +1 -1
- package/dist/floating-ui.dom-9sqP7IwC.js +1512 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.js +4 -0
- package/dist/hooks/theme.d.ts +8 -0
- package/dist/hooks/theme.js +45 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +30 -24
- package/dist/{item-C0kyELlf.js → item-D9r2-3fk.js} +5 -5
- package/package.json +3 -1
- package/dist/T7VMP3TM-B3jxXFmj.js +0 -3548
- package/dist/_commonjsHelpers-C6fGbg64.js +0 -6
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as a, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import { cn as E } from "../../utils/css.js";
|
|
3
|
-
import { M as V, a as C, b as R, c as z } from "../../item-
|
|
4
|
-
import { a as H } from "../../VIIRIBF3-
|
|
5
|
-
import { d as P, _, q as I, i as O, r as j, j as L, k as f, s as T, t as U, v as B, w as D, m as q, f as k, e as x } from "../../P7GR5CS5-
|
|
6
|
-
import { u as y } from "../../UQQRIHDV-
|
|
3
|
+
import { M as V, a as C, b as R, c as z } from "../../item-D9r2-3fk.js";
|
|
4
|
+
import { a as H } from "../../VIIRIBF3-D9clDhln.js";
|
|
5
|
+
import { d as P, _, q as I, i as O, r as j, j as L, k as f, s as T, t as U, v as B, w as D, m as q, f as k, e as x } from "../../P7GR5CS5-qyeuZVEs.js";
|
|
6
|
+
import { u as y } from "../../UQQRIHDV-BGs025hb.js";
|
|
7
7
|
import { useMemo as w, useState as Z } from "react";
|
|
8
8
|
import '../../assets/index10.css';var g = "M23 27.8C24.1 29 26.4 30 28 30H30H0H2C3.7 30 5.9 29 7 27.8L14 20.6C14.7 19.8 15.3 19.8 16 20.6L23 27.8Z", F = "div", h = 30, s = h / 2, G = {
|
|
9
9
|
top: `rotate(180 ${s} ${s})`,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { EmptyIcon as c } from "../icon.js";
|
|
3
|
-
import { M as t } from "../../../2NBKRL7C-
|
|
3
|
+
import { M as t } from "../../../2NBKRL7C-D-Q0qGRV.js";
|
|
4
4
|
const l = ({ item: n }) => {
|
|
5
5
|
const m = n.icon || c;
|
|
6
6
|
return /* @__PURE__ */ o(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
-
import { a as l } from "../../../VIIRIBF3-
|
|
3
|
-
import { d as s, _ as p, k as i, f as u, e as m, p as h, i as C, j as d } from "../../../P7GR5CS5-
|
|
2
|
+
import { a as l } from "../../../VIIRIBF3-D9clDhln.js";
|
|
3
|
+
import { d as s, _ as p, k as i, f as u, e as m, p as h, i as C, j as d } from "../../../P7GR5CS5-qyeuZVEs.js";
|
|
4
4
|
var x = "hr", c = s(
|
|
5
5
|
function(o) {
|
|
6
6
|
var r = o, { orientation: e = "horizontal" } = r, t = p(r, ["orientation"]);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { S as p } from "../../../item-
|
|
2
|
+
import { S as p } from "../../../item-D9r2-3fk.js";
|
|
3
3
|
import "../icon.js";
|
|
4
|
-
import "../../../2NBKRL7C-
|
|
4
|
+
import "../../../2NBKRL7C-D-Q0qGRV.js";
|
|
5
5
|
export {
|
|
6
6
|
p as SubmenuMenuItem
|
|
7
7
|
};
|
|
@@ -3,7 +3,7 @@ import { cn as d } from "../../../utils/css.js";
|
|
|
3
3
|
import * as e from "react";
|
|
4
4
|
import { w as H } from "../../../SSRBase.es-BUXS72ra.js";
|
|
5
5
|
import { EmptyIcon as h } from "../icon.js";
|
|
6
|
-
import { M as i } from "../../../2NBKRL7C-
|
|
6
|
+
import { M as i } from "../../../2NBKRL7C-D-Q0qGRV.js";
|
|
7
7
|
const s = /* @__PURE__ */ new Map([
|
|
8
8
|
[
|
|
9
9
|
"bold",
|