@danxbot/ui 3.1.0 → 3.2.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.
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Say something once, in development, about a misconfiguration that would
3
+ * otherwise be silent.
4
+ *
5
+ * @param component the component that noticed, so the message is greppable
6
+ * @param message what is wrong and what to do about it
7
+ */
8
+ export declare function devWarn(component: string, message: string): void;
9
+ /** Test seam. Nothing in the library calls this. */
10
+ export declare function resetDevWarnings(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danxbot/ui",
3
- "version": "3.1.0",
3
+ "version": "3.2.1",
4
4
  "type": "module",
5
5
  "description": "Danxbot — a domain-agnostic React design system with motion as a first-class primitive.",
6
6
  "license": "MIT",
@@ -69,7 +69,7 @@
69
69
  "gates": "npm run shoot && npm run a11y && node scripts/shoot-overlays.mjs && npm run probe",
70
70
  "a11y": "node scripts/a11y-scan.mjs",
71
71
  "shoot": "node scripts/shoot.mjs",
72
- "probe": "node scripts/probe-scale.mjs && node scripts/probe-switch.mjs && node scripts/probe-slider.mjs && node scripts/probe-panel.mjs && node scripts/probe-popover-width.mjs && node scripts/probe-api.mjs && node scripts/probe-api-live.mjs && node scripts/probe-tabs-overflow.mjs && node scripts/probe-stat-row.mjs && node scripts/probe-packaging.mjs",
72
+ "probe": "node scripts/probe-scale.mjs && node scripts/probe-switch.mjs && node scripts/probe-slider.mjs && node scripts/probe-panel.mjs && node scripts/probe-popover-width.mjs && node scripts/probe-api.mjs && node scripts/probe-api-live.mjs && node scripts/probe-tabs-overflow.mjs && node scripts/probe-stat-row.mjs && node scripts/probe-packaging.mjs && node scripts/probe-containment.mjs",
73
73
  "sync": "node scripts/sync.mjs",
74
74
  "visual": "node scripts/visual-docker.mjs",
75
75
  "visual:update": "node scripts/visual-docker.mjs --update-snapshots",