@wrdagency/blockout 0.1.0 → 0.1.1
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-7XoDiJp9.js → 2NBKRL7C-BAzCMGOw.js} +2 -2
- package/dist/{4CMBR7SL-BHIN8rB4.js → 4CMBR7SL-BAGv8IL2.js} +1 -1
- package/dist/{6VRAQV3D-Clhw_nNS.js → 6VRAQV3D-2rb_aClP.js} +1 -1
- package/dist/WMYDSCNQ-Dy1O-Kdl.js +2405 -0
- package/dist/{WYCIER3C-8jmp2F15.js → WYCIER3C-DRn904Gy.js} +2 -2
- package/dist/{YV4JVR4I-LkUIiJWj.js → YV4JVR4I-kvospPUa.js} +1 -1
- package/dist/_commonjsHelpers-C6fGbg64.js +6 -0
- package/dist/assets/index.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index15.css +1 -1
- package/dist/assets/index16.css +1 -1
- package/dist/assets/index17.css +1 -1
- package/dist/assets/index18.css +1 -1
- package/dist/assets/index9.css +1 -1
- package/dist/components/breadcrumbs/index.js +2 -2
- package/dist/components/controls/base-popover-control/index.js +2 -2
- package/dist/components/controls/password-control/index.js +1 -1
- package/dist/components/controls/recurrence-control/index.js +1 -1
- package/dist/components/controls/select-control/component.js +6 -6
- package/dist/components/data-table/column.js +1 -1
- package/dist/components/filesystem/file.js +1 -1
- package/dist/components/filesystem/folder.js +2 -2
- package/dist/components/filesystem/root.js +1 -1
- package/dist/components/form/components/progress.d.ts +3 -2
- package/dist/components/index.d.ts +0 -1
- package/dist/components/index.js +16 -18
- package/dist/components/menu/index.js +3 -3
- package/dist/components/menu/item.js +1 -1
- package/dist/components/menu/items/action.js +1 -1
- package/dist/components/menu/items/submenu.js +2 -2
- package/dist/components/menu/items/toggle.js +1 -1
- package/dist/components/progress/index.d.ts +5 -3
- package/dist/components/progress/index.js +44 -27
- package/dist/components/tabs/panel.js +2 -2
- package/dist/components/tabs/root.js +2 -2
- package/dist/components/tabs/tab.js +2 -2
- package/dist/components/toolbar/index.js +2 -2
- package/dist/components/toolbar/root.js +1 -1
- package/dist/{composite-provider-DxKEAxsZ.js → composite-provider-DNftbE5U.js} +1 -1
- package/dist/{index-BI5rPXbu.js → index-Cgx3BqdJ.js} +11 -14
- package/dist/index.js +31 -33
- package/dist/{item-BrZqCoM7.js → item-B1ugJ7YQ.js} +5 -5
- package/dist/primitives/scroll-area/index.js +522 -290
- package/dist/{root-CdR32nP9.js → root-CaKPdqzv.js} +2 -2
- package/dist/types/date.js +433 -404
- package/package.json +1 -2
- package/dist/WMYDSCNQ-DECXdiUT.js +0 -1346
- package/dist/_commonjsHelpers-DaMA6jEr.js +0 -8
- package/dist/assets/index19.css +0 -1
- package/dist/components/markdown/editor/component.d.ts +0 -7
- package/dist/components/markdown/editor/component.js +0 -25583
- package/dist/components/markdown/editor/index.d.ts +0 -1
- package/dist/components/markdown/editor/index.js +0 -4
- package/dist/components/markdown/formats.d.ts +0 -11
- package/dist/components/markdown/formats.js +0 -320
- package/dist/components/markdown/index.js +0 -8
- package/dist/components/markdown/prose.d.ts +0 -3
- package/dist/components/markdown/prose.js +0 -15
- package/dist/components/markdown/types/format.d.ts +0 -27
- package/dist/components/markdown/types/format.js +0 -4
- package/dist/floating-ui.dom-BqewRPVB.js +0 -1124
- package/dist/index-B5y9bioP.js +0 -258
- package/dist/tslib.es6-DN7pKd6F.js +0 -44
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import T from "react";
|
|
1
|
+
import E from "react";
|
|
3
2
|
var O = { exports: {} }, c = {};
|
|
4
3
|
/**
|
|
5
4
|
* @license React
|
|
@@ -11,10 +10,10 @@ var O = { exports: {} }, c = {};
|
|
|
11
10
|
* LICENSE file in the root directory of this source tree.
|
|
12
11
|
*/
|
|
13
12
|
var h;
|
|
14
|
-
function
|
|
13
|
+
function R() {
|
|
15
14
|
if (h) return c;
|
|
16
15
|
h = 1;
|
|
17
|
-
var d =
|
|
16
|
+
var d = E;
|
|
18
17
|
function p(n) {
|
|
19
18
|
var r = "https://react.dev/errors/" + n;
|
|
20
19
|
if (1 < arguments.length) {
|
|
@@ -154,7 +153,7 @@ var s = {};
|
|
|
154
153
|
* LICENSE file in the root directory of this source tree.
|
|
155
154
|
*/
|
|
156
155
|
var S;
|
|
157
|
-
function
|
|
156
|
+
function D() {
|
|
158
157
|
return S || (S = 1, process.env.NODE_ENV !== "production" && function() {
|
|
159
158
|
function d() {
|
|
160
159
|
}
|
|
@@ -202,7 +201,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
202
201
|
), t;
|
|
203
202
|
}
|
|
204
203
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
|
|
205
|
-
var m =
|
|
204
|
+
var m = E, n = {
|
|
206
205
|
d: {
|
|
207
206
|
f: d,
|
|
208
207
|
r: function() {
|
|
@@ -366,10 +365,10 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
366
365
|
}, s.version = "19.1.0", typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
367
366
|
}()), s;
|
|
368
367
|
}
|
|
369
|
-
var
|
|
370
|
-
function
|
|
371
|
-
if (
|
|
372
|
-
|
|
368
|
+
var T;
|
|
369
|
+
function b() {
|
|
370
|
+
if (T) return O.exports;
|
|
371
|
+
T = 1;
|
|
373
372
|
function d() {
|
|
374
373
|
if (!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ > "u" || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE != "function")) {
|
|
375
374
|
if (process.env.NODE_ENV !== "production")
|
|
@@ -381,11 +380,9 @@ function M() {
|
|
|
381
380
|
}
|
|
382
381
|
}
|
|
383
382
|
}
|
|
384
|
-
return process.env.NODE_ENV === "production" ? (d(), O.exports =
|
|
383
|
+
return process.env.NODE_ENV === "production" ? (d(), O.exports = R()) : O.exports = D(), O.exports;
|
|
385
384
|
}
|
|
386
|
-
var N =
|
|
387
|
-
const L = /* @__PURE__ */ R(N);
|
|
385
|
+
var N = b();
|
|
388
386
|
export {
|
|
389
|
-
L as R,
|
|
390
387
|
N as r
|
|
391
388
|
};
|
package/dist/index.js
CHANGED
|
@@ -10,55 +10,53 @@ import { RecurrenceControl as d } from "./components/controls/recurrence-control
|
|
|
10
10
|
import './assets/style.css';import './assets/index.css';/* empty css */
|
|
11
11
|
import { SelectControl as B } from "./components/controls/select-control/component.js";
|
|
12
12
|
import { o as F } from "./options-Cfoqhxw2.js";
|
|
13
|
-
import { TextControl as
|
|
14
|
-
import { TextareaControl as
|
|
15
|
-
import { ToggleControl as
|
|
16
|
-
import { ToggleGroupControl as
|
|
17
|
-
import { DataTable as
|
|
13
|
+
import { TextControl as E } from "./components/controls/text-control/index.js";
|
|
14
|
+
import { TextareaControl as R } from "./components/controls/textarea-control/index.js";
|
|
15
|
+
import { ToggleControl as k } from "./components/controls/toggle-control/index.js";
|
|
16
|
+
import { ToggleGroupControl as z } from "./components/controls/toggle-group-control/index.js";
|
|
17
|
+
import { DataTable as G, ExampleDataTable as H } from "./components/data-table/index.js";
|
|
18
18
|
import { Filesystem as N } from "./components/filesystem/index.js";
|
|
19
19
|
import { Form as V } from "./components/form/components/index.js";
|
|
20
20
|
import { createForm as q } from "./components/form/types/form.js";
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import { VisuallyHidden as lo } from "./primitives/visually-hidden/index.js";
|
|
21
|
+
import { Menu as I } from "./components/menu/index.js";
|
|
22
|
+
import { Progress as K } from "./components/progress/index.js";
|
|
23
|
+
import { Tabs as Q } from "./components/tabs/index.js";
|
|
24
|
+
import { Toolbar as W } from "./components/toolbar/index.js";
|
|
25
|
+
import { useTheme as Y } from "./hooks/theme.js";
|
|
26
|
+
import { Draggable as _ } from "./primitives/draggable/index.js";
|
|
27
|
+
import { Resizable as oo } from "./primitives/resizable/index.js";
|
|
28
|
+
import { ScrollArea as eo } from "./primitives/scroll-area/index.js";
|
|
29
|
+
import { Truncate as mo } from "./primitives/truncate/index.js";
|
|
30
|
+
import { VisuallyHidden as xo } from "./primitives/visually-hidden/index.js";
|
|
32
31
|
export {
|
|
33
32
|
a as BaseControl,
|
|
34
33
|
p as Breadcrumbs,
|
|
35
34
|
f as Button,
|
|
36
35
|
s as CheckboxControl,
|
|
37
36
|
T as ChoiceControl,
|
|
38
|
-
|
|
39
|
-
|
|
37
|
+
G as DataTable,
|
|
38
|
+
_ as Draggable,
|
|
40
39
|
t as Editor,
|
|
41
|
-
|
|
40
|
+
H as ExampleDataTable,
|
|
42
41
|
N as Filesystem,
|
|
43
42
|
V as Form,
|
|
44
|
-
I as
|
|
45
|
-
K as Menu,
|
|
43
|
+
I as Menu,
|
|
46
44
|
c as NumberControl,
|
|
47
45
|
F as Options,
|
|
48
46
|
i as PasswordControl,
|
|
49
|
-
|
|
47
|
+
K as Progress,
|
|
50
48
|
d as RecurrenceControl,
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
oo as Resizable,
|
|
50
|
+
eo as ScrollArea,
|
|
53
51
|
B as SelectControl,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
52
|
+
Q as Tabs,
|
|
53
|
+
E as TextControl,
|
|
54
|
+
R as TextareaControl,
|
|
55
|
+
k as ToggleControl,
|
|
56
|
+
z as ToggleGroupControl,
|
|
57
|
+
W as Toolbar,
|
|
58
|
+
mo as Truncate,
|
|
59
|
+
xo as VisuallyHidden,
|
|
62
60
|
q as createForm,
|
|
63
|
-
|
|
61
|
+
Y as useTheme
|
|
64
62
|
};
|
|
@@ -7,15 +7,15 @@ import { w as Ze } from "./SSRBase.es-BUXS72ra.js";
|
|
|
7
7
|
import { EmptyIcon as $e } from "./components/menu/icon.js";
|
|
8
8
|
import { ToggleMenuItem as Ke } from "./components/menu/items/toggle.js";
|
|
9
9
|
import { b as de, H as Ue, u as qe, c as ae, M as We, d as Ee } from "./VIIRIBF3-D5DmZNtI.js";
|
|
10
|
-
import { u as Xe, M as Ye } from "./2NBKRL7C-
|
|
11
|
-
import { c as ze, b as Ge, d as Je, e as Se, R as Qe, f as et } from "./WMYDSCNQ-
|
|
12
|
-
import { c as Pe, f as re, b as ce, m as tt, o as nt, p as ot, t as rt, s as pe, e as st, a as W } from "./YV4JVR4I-
|
|
13
|
-
import { c as ut, b as at } from "./4CMBR7SL-
|
|
10
|
+
import { u as Xe, M as Ye } from "./2NBKRL7C-BAzCMGOw.js";
|
|
11
|
+
import { c as ze, b as Ge, d as Je, e as Se, R as Qe, f as et } from "./WMYDSCNQ-Dy1O-Kdl.js";
|
|
12
|
+
import { c as Pe, f as re, b as ce, m as tt, o as nt, p as ot, t as rt, s as pe, e as st, a as W } from "./YV4JVR4I-kvospPUa.js";
|
|
13
|
+
import { c as ut, b as at } from "./4CMBR7SL-BAGv8IL2.js";
|
|
14
14
|
import { a as it } from "./S43UC3DV-Dn8EFLaT.js";
|
|
15
15
|
import { Y as $, X as k, U as I, a as J, _ as K, i as Q, a8 as ct, L as _e, j as le, a0 as ve, V as z, a7 as lt, b as mt, l as fe, m as L, n as ee, o as E, a9 as Oe, M as me, e as q, f as te, q as ne, t as ye, $ as dt, a5 as ft, Z as pt, s as Ae, aa as vt, R as ht, ab as bt } from "./LMDWO4NN--KEvZePp.js";
|
|
16
16
|
import { a as se, u as wt } from "./PFRGBC2K-BEg8ahbY.js";
|
|
17
17
|
import { u as Fe } from "./T7VMP3TM-DeRMoW8g.js";
|
|
18
|
-
import { i as Mt } from "./WYCIER3C-
|
|
18
|
+
import { i as Mt } from "./WYCIER3C-DRn904Gy.js";
|
|
19
19
|
import { u as gt } from "./5JTVDSTH-CG1NL6Fw.js";
|
|
20
20
|
function Et(n = {}) {
|
|
21
21
|
var o;
|