bitwrench 2.0.10 → 2.0.12

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.
@@ -0,0 +1,14 @@
1
+ /**
2
+ * bitwrench-lean.js — Entry point for the lean build.
3
+ *
4
+ * This is identical to bitwrench.js but the Rollup config redirects
5
+ * the bitwrench-components-v2.js import to an empty stub, so no
6
+ * BCCL component code is included in the output.
7
+ *
8
+ * Includes: HTML/DOM generation, CSS generation, color utilities,
9
+ * state management, pub/sub, file I/O, random/lorem,
10
+ * cookies, URL params, logging, makeTable, makeDataTable.
11
+ * Excludes: All make* component helpers from bitwrench-components-v2.js
12
+ * (makeButton, makeCard, makeAlert, makeTabs, etc.)
13
+ */
14
+ export { default } from './bitwrench.js';