@wrdagency/blockout 0.0.13 → 0.0.15

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.
Files changed (60) hide show
  1. package/dist/{2NBKRL7C-C6mXReCE.js → 2NBKRL7C-D-Q0qGRV.js} +3 -3
  2. package/dist/{P7GR5CS5-DNbthaqU.js → P7GR5CS5-qyeuZVEs.js} +1 -1
  3. package/dist/T7VMP3TM-BxgFbvdx.js +2106 -0
  4. package/dist/{UQQRIHDV-CFdrMoqW.js → UQQRIHDV-BGs025hb.js} +2 -2
  5. package/dist/{VIIRIBF3-B585VK9r.js → VIIRIBF3-D9clDhln.js} +1 -1
  6. package/dist/_commonjsHelpers-DaMA6jEr.js +8 -0
  7. package/dist/assets/button.css +1 -0
  8. package/dist/assets/form.css +1 -1
  9. package/dist/assets/index.css +1 -1
  10. package/dist/assets/index10.css +1 -1
  11. package/dist/assets/index11.css +1 -1
  12. package/dist/assets/index12.css +1 -0
  13. package/dist/assets/index13.css +1 -0
  14. package/dist/assets/index2.css +1 -1
  15. package/dist/assets/index3.css +1 -1
  16. package/dist/assets/index4.css +1 -1
  17. package/dist/components/breadcrumbs/index.js +23 -16
  18. package/dist/components/button/{index.d.ts → button.d.ts} +2 -3
  19. package/dist/components/button/button.js +28 -0
  20. package/dist/components/button/icon.d.ts +6 -0
  21. package/dist/components/button/icon.js +10 -0
  22. package/dist/components/button/index.js +6 -26
  23. package/dist/components/controls/base-control/affix.d.ts +6 -0
  24. package/dist/components/controls/base-control/affix.js +15 -0
  25. package/dist/components/controls/base-control/index.js +26 -21
  26. package/dist/components/controls/index.d.ts +1 -0
  27. package/dist/components/controls/index.js +10 -8
  28. package/dist/components/controls/number-control/index.d.ts +1 -1
  29. package/dist/components/controls/number-control/index.js +37 -31
  30. package/dist/components/controls/password-control/index.d.ts +7 -0
  31. package/dist/components/controls/password-control/index.js +114 -0
  32. package/dist/components/controls/select-control/index.js +9 -9
  33. package/dist/components/data-table/column.js +1 -1
  34. package/dist/components/form/components/pagination.js +1 -1
  35. package/dist/components/form/components/step.js +22 -16
  36. package/dist/components/form/index.d.ts +0 -2
  37. package/dist/components/form/types/fields.d.ts +1 -1
  38. package/dist/components/form/types/form.d.ts +1 -1
  39. package/dist/components/index.d.ts +2 -1
  40. package/dist/components/index.js +23 -19
  41. package/dist/components/markdown/index.d.ts +6 -0
  42. package/dist/components/markdown/index.js +25844 -0
  43. package/dist/components/menu/index.js +4 -4
  44. package/dist/components/menu/item.js +1 -1
  45. package/dist/components/menu/items/action.js +1 -1
  46. package/dist/components/menu/items/spacer.js +2 -2
  47. package/dist/components/menu/items/submenu.js +2 -2
  48. package/dist/components/menu/items/toggle.js +1 -1
  49. package/dist/floating-ui.dom-9sqP7IwC.js +1512 -0
  50. package/dist/hooks/index.d.ts +1 -0
  51. package/dist/hooks/index.js +4 -0
  52. package/dist/hooks/theme.d.ts +8 -0
  53. package/dist/hooks/theme.js +45 -0
  54. package/dist/index.d.ts +1 -0
  55. package/dist/index.js +30 -24
  56. package/dist/{item-C0kyELlf.js → item-D9r2-3fk.js} +5 -5
  57. package/dist/primitives/draggable/index.js +1 -1
  58. package/package.json +3 -1
  59. package/dist/T7VMP3TM-B3jxXFmj.js +0 -3548
  60. package/dist/_commonjsHelpers-C6fGbg64.js +0 -6
@@ -1,7 +1,7 @@
1
- import { u as _ } from "./VIIRIBF3-B585VK9r.js";
2
- import { c as H, C as T, b as k, m as y, f as P, d as w, e as A, _ as D, i as N, u as F, g as R, h as j, j as C, k as d, l as B, n as K, o as V } from "./P7GR5CS5-DNbthaqU.js";
1
+ import { u as _ } from "./VIIRIBF3-D9clDhln.js";
2
+ import { c as H, C as T, b as k, m as y, f as P, d as w, e as A, _ as D, i as N, u as F, g as R, h as j, j as C, k as d, l as B, n as K, o as V } from "./P7GR5CS5-qyeuZVEs.js";
3
3
  import { createContext as W } from "react";
4
- import { u as q, a as L, b as z, h as x } from "./UQQRIHDV-CFdrMoqW.js";
4
+ import { u as q, a as L, b as z, h as x } from "./UQQRIHDV-BGs025hb.js";
5
5
  var b = H(
6
6
  [k],
7
7
  [T]
@@ -1,5 +1,5 @@
1
1
  import * as l from "react";
2
- import { isValidElement as tt, useLayoutEffect as et, useEffect as y, useMemo as X, useReducer as rt, useRef as O, useCallback as K, useState as C, createContext as R } from "react";
2
+ import { isValidElement as tt, useLayoutEffect as et, useEffect as y, useMemo as X, useRef as O, useCallback as K, useReducer as rt, useState as C, createContext as R } from "react";
3
3
  import { jsx as p } from "react/jsx-runtime";
4
4
  var nt = Object.defineProperty, ot = Object.defineProperties, it = Object.getOwnPropertyDescriptors, _ = Object.getOwnPropertySymbols, Y = Object.prototype.hasOwnProperty, z = Object.prototype.propertyIsEnumerable, F = (t, e, r) => e in t ? nt(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r, c = (t, e) => {
5
5
  for (var r in e || (e = {}))