lilact 0.15.4 → 0.16.0

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 (114) hide show
  1. package/README.md +7 -6
  2. package/bin/bundle.cjs +148 -60
  3. package/dist/lilact.development.js +5332 -10264
  4. package/dist/lilact.development.js.map +7 -1
  5. package/dist/lilact.development.min.js +54 -11
  6. package/dist/lilact.development.min.js.map +7 -1
  7. package/dist/lilact.production.min.js +53 -10
  8. package/docs/assets/hierarchy.js +1 -1
  9. package/docs/classes/accessories.ErrorBoundary.html +11 -11
  10. package/docs/classes/accessories.Suspense.html +10 -10
  11. package/docs/classes/components.Component.html +11 -11
  12. package/docs/classes/components.HTMLComponent.html +11 -11
  13. package/docs/classes/components.RootComponent.html +11 -11
  14. package/docs/functions/accessories.DragHandle.html +1 -1
  15. package/docs/functions/accessories.Spinner.html +1 -1
  16. package/docs/functions/components.createComponent.html +1 -1
  17. package/docs/functions/components.createRoot.html +1 -1
  18. package/docs/functions/components.render.html +1 -1
  19. package/docs/functions/errors.globalErrorHandler.html +1 -1
  20. package/docs/functions/errors.traceError.html +1 -1
  21. package/docs/functions/hooks.createContext.html +1 -1
  22. package/docs/functions/hooks.useActionState.html +1 -1
  23. package/docs/functions/hooks.useCallback.html +1 -1
  24. package/docs/functions/hooks.useContext.html +1 -1
  25. package/docs/functions/hooks.useDeferredValue.html +1 -1
  26. package/docs/functions/hooks.useEffect.html +1 -1
  27. package/docs/functions/hooks.useHook.html +1 -1
  28. package/docs/functions/hooks.useId.html +1 -1
  29. package/docs/functions/hooks.useImperativeHandle.html +1 -1
  30. package/docs/functions/hooks.useLayoutEffect.html +1 -1
  31. package/docs/functions/hooks.useLocalStorage.html +1 -1
  32. package/docs/functions/hooks.useMemo.html +1 -1
  33. package/docs/functions/hooks.useReducer.html +1 -1
  34. package/docs/functions/hooks.useRef.html +1 -1
  35. package/docs/functions/hooks.useState.html +1 -1
  36. package/docs/functions/hooks.useTransition.html +1 -1
  37. package/docs/functions/misc.Fragment.html +2 -2
  38. package/docs/functions/misc.deepEqual.html +1 -1
  39. package/docs/functions/misc.findDOMNode.html +1 -1
  40. package/docs/functions/misc.forwardRef.html +1 -1
  41. package/docs/functions/misc.getComponentByPointer.html +1 -1
  42. package/docs/functions/misc.isAsync.html +1 -1
  43. package/docs/functions/misc.isClass.html +1 -1
  44. package/docs/functions/misc.isEmpty.html +1 -1
  45. package/docs/functions/misc.isError.html +1 -1
  46. package/docs/functions/misc.isThenable.html +1 -1
  47. package/docs/functions/misc.isValidElement.html +1 -1
  48. package/docs/functions/misc.shallowEqual.html +1 -1
  49. package/docs/functions/misc.toBool.html +1 -1
  50. package/docs/functions/redux.Provider.html +1 -1
  51. package/docs/functions/redux.combineReducers.html +1 -1
  52. package/docs/functions/redux.connect.html +1 -1
  53. package/docs/functions/redux.useDispatch.html +1 -1
  54. package/docs/functions/redux.useSelector.html +1 -1
  55. package/docs/functions/redux.useStore.html +1 -1
  56. package/docs/functions/router.HashRouter.html +1 -1
  57. package/docs/functions/router.Link.html +1 -1
  58. package/docs/functions/router.NavLink.html +1 -1
  59. package/docs/functions/router.Route.html +1 -1
  60. package/docs/functions/router.Routes.html +1 -1
  61. package/docs/functions/router.useLocation.html +1 -1
  62. package/docs/functions/router.useNavigate.html +1 -1
  63. package/docs/functions/run.lazy.html +1 -1
  64. package/docs/functions/run.require.html +1 -1
  65. package/docs/functions/run.run.html +1 -1
  66. package/docs/functions/run.runScripts.html +1 -1
  67. package/docs/functions/timers.animationFramePromise.html +1 -1
  68. package/docs/functions/timers.clearInterval.html +1 -1
  69. package/docs/functions/timers.clearTimeout.html +1 -1
  70. package/docs/functions/timers.grabTimers.html +1 -1
  71. package/docs/functions/timers.pauseTimers.html +1 -1
  72. package/docs/functions/timers.releaseTimers.html +1 -1
  73. package/docs/functions/timers.resetTimers.html +1 -1
  74. package/docs/functions/timers.resumeTimers.html +1 -1
  75. package/docs/functions/timers.setInterval.html +1 -1
  76. package/docs/functions/timers.setTimeout.html +1 -1
  77. package/docs/functions/timers.timeoutPromise.html +12 -12
  78. package/docs/functions/transition.CSSTransition.html +1 -1
  79. package/docs/functions/transition.SwitchTransition.html +1 -1
  80. package/docs/functions/transition.Transition.html +1 -1
  81. package/docs/functions/transition.TransitionGroup.html +1 -1
  82. package/docs/hierarchy.html +1 -1
  83. package/docs/index.html +8 -7
  84. package/docs/static/index.html +2 -0
  85. package/docs/static/lilact.development.js +5332 -10264
  86. package/docs/static/lilact.development.js.map +7 -0
  87. package/docs/static/lilact.development.min.js +54 -11
  88. package/docs/static/lilact.development.min.js.map +7 -0
  89. package/docs/static/lilact.production.min.js +53 -10
  90. package/docs/variables/accessories.SplitPane.html +1 -1
  91. package/docs/variables/misc.Children.html +2 -2
  92. package/package.json +11 -14
  93. package/root/index.html +2 -0
  94. package/root/lilact.development.js +5332 -10264
  95. package/root/lilact.development.js.map +7 -0
  96. package/root/lilact.development.min.js +54 -11
  97. package/root/lilact.development.min.js.map +7 -0
  98. package/root/lilact.production.min.js +53 -10
  99. package/{webpack.config.factory.cjs → scripts/build.mjs} +48 -73
  100. package/scripts/copy-dist-to-root.mjs +13 -0
  101. package/scripts/esbuild-preprocessor-plugin.cjs +29 -0
  102. package/scripts/preprocess.mjs +42 -0
  103. package/src/accessories.jsx +2 -28
  104. package/src/components.jsx +1 -1
  105. package/src/hooks.jsx +5 -6
  106. package/src/jsx.js +30 -26
  107. package/src/lilact.jsx +3 -2
  108. package/src/proptypes.jsx +407 -0
  109. package/tsconfig.json +1 -2
  110. package/typedoc.json +13 -13
  111. package/dist/lilact.development.min.js.LICENSE.txt +0 -83
  112. package/dist/lilact.production.min.js.map +0 -1
  113. package/src/loader.cjs +0 -59
  114. package/webpack.config.js +0 -206

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.