@speakeasy-api/moonshine 1.20.0 → 1.20.2

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 (29) hide show
  1. package/README.md +22 -13
  2. package/dist/components/AppLayout/index.d.ts +7 -0
  3. package/dist/components/ThemeSwitcher/index.d.ts +2 -1
  4. package/dist/createCustomLucideIcon-XbD-heqT.mjs +19 -0
  5. package/dist/{createCustomLucideIcon-DSxx0O3v.mjs.map → createCustomLucideIcon-XbD-heqT.mjs.map} +1 -1
  6. package/dist/{gems-glbrElVy.mjs → gems-TBSqj4DF.mjs} +2 -2
  7. package/dist/{gems-glbrElVy.mjs.map → gems-TBSqj4DF.mjs.map} +1 -1
  8. package/dist/{go-BthFBciR.mjs → go--uba-LB-.mjs} +2 -2
  9. package/dist/{go-BthFBciR.mjs.map → go--uba-LB-.mjs.map} +1 -1
  10. package/dist/{index-XVxLZOcn.mjs → index-DqLwaWEQ.mjs} +16469 -17976
  11. package/dist/index-DqLwaWEQ.mjs.map +1 -0
  12. package/dist/{maven-BTFoXX3T.mjs → maven-BdyALhSy.mjs} +2 -2
  13. package/dist/{maven-BTFoXX3T.mjs.map → maven-BdyALhSy.mjs.map} +1 -1
  14. package/dist/moonshine.es.js +1 -1
  15. package/dist/{npm-Cc7OtqSV.mjs → npm-UvfadGAl.mjs} +2 -2
  16. package/dist/{npm-Cc7OtqSV.mjs.map → npm-UvfadGAl.mjs.map} +1 -1
  17. package/dist/{nuget-DsJOgteI.mjs → nuget-CAb9Y_bT.mjs} +2 -2
  18. package/dist/{nuget-DsJOgteI.mjs.map → nuget-CAb9Y_bT.mjs.map} +1 -1
  19. package/dist/{packagist-DD3FlUgj.mjs → packagist-B4ZVDGbG.mjs} +2 -2
  20. package/dist/{packagist-DD3FlUgj.mjs.map → packagist-B4ZVDGbG.mjs.map} +1 -1
  21. package/dist/{pypi-EVWh4KPt.mjs → pypi-DX10SEq1.mjs} +2 -2
  22. package/dist/{pypi-EVWh4KPt.mjs.map → pypi-DX10SEq1.mjs.map} +1 -1
  23. package/dist/style.css +1 -1
  24. package/package.json +2 -2
  25. package/types/utilities.d.ts +1 -1
  26. package/dist/createCustomLucideIcon-DSxx0O3v.mjs +0 -19
  27. package/dist/index-XVxLZOcn.mjs.map +0 -1
  28. package/dist/lucide-icons-BDw0imyx.mjs +0 -28054
  29. package/dist/lucide-icons-BDw0imyx.mjs.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakeasy-api/moonshine",
3
- "version": "1.20.0",
3
+ "version": "1.20.2",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "description": "Speakeasy's design system Moonshine",
6
6
  "main": "dist/moonshine.cjs.js",
@@ -44,7 +44,7 @@
44
44
  "lint": "eslint",
45
45
  "lint:fix": "eslint --fix",
46
46
  "test": "vitest",
47
- "visualize": "npx vite-bundle-visualizer",
47
+ "analyze-bundle": "npx vite-bundle-visualizer",
48
48
  "generate:docs": "node scripts/generate-utility-docs.js",
49
49
  "postbuild": "pnpm generate:docs"
50
50
  },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Auto-generated TypeScript definitions for Moonshine utilities
3
- * Generated on: 2025-08-08T13:57:51.602Z
3
+ * Generated on: 2025-08-11T19:59:56.192Z
4
4
  *
5
5
  * DO NOT EDIT THIS FILE DIRECTLY
6
6
  * Run 'pnpm generate:docs' to update
@@ -1,19 +0,0 @@
1
- import { c as m, t as n } from "./index-XVxLZOcn.mjs";
2
- import { forwardRef as p, createElement as f } from "react";
3
- import { I as i } from "./lucide-icons-BDw0imyx.mjs";
4
- const C = (e, t, r) => {
5
- const o = p(
6
- ({ className: a, ...c }, s) => f(i, {
7
- ref: s,
8
- iconNode: t,
9
- className: m(`lucide-${n(e)}`, a),
10
- ...r ?? {},
11
- ...c
12
- })
13
- );
14
- return o.displayName = `${e}`, o;
15
- };
16
- export {
17
- C as c
18
- };
19
- //# sourceMappingURL=createCustomLucideIcon-DSxx0O3v.mjs.map