@speakeasy-api/moonshine 1.17.0 → 1.18.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.
Files changed (25) hide show
  1. package/dist/components/AppLayout/index.d.ts +5 -3
  2. package/dist/{createCustomLucideIcon-B5wlqp32.mjs → createCustomLucideIcon-cDqUoZBR.mjs} +2 -2
  3. package/dist/{createCustomLucideIcon-B5wlqp32.mjs.map → createCustomLucideIcon-cDqUoZBR.mjs.map} +1 -1
  4. package/dist/{gems-DEE9N12m.mjs → gems-g0yBo9Bc.mjs} +2 -2
  5. package/dist/{gems-DEE9N12m.mjs.map → gems-g0yBo9Bc.mjs.map} +1 -1
  6. package/dist/{go-BiO8JsrD.mjs → go-CKP5vJhW.mjs} +2 -2
  7. package/dist/{go-BiO8JsrD.mjs.map → go-CKP5vJhW.mjs.map} +1 -1
  8. package/dist/{index-kagJRwSK.mjs → index-Bd9Fo-Tm.mjs} +3140 -3127
  9. package/dist/index-Bd9Fo-Tm.mjs.map +1 -0
  10. package/dist/{maven-jOobp1Qp.mjs → maven-DzJu3p9k.mjs} +2 -2
  11. package/dist/{maven-jOobp1Qp.mjs.map → maven-DzJu3p9k.mjs.map} +1 -1
  12. package/dist/moonshine.es.js +1 -1
  13. package/dist/{npm-DZKZZ4Tj.mjs → npm-CbFMEWVp.mjs} +2 -2
  14. package/dist/{npm-DZKZZ4Tj.mjs.map → npm-CbFMEWVp.mjs.map} +1 -1
  15. package/dist/{nuget-DhfafCal.mjs → nuget-GVWyWn0L.mjs} +2 -2
  16. package/dist/{nuget-DhfafCal.mjs.map → nuget-GVWyWn0L.mjs.map} +1 -1
  17. package/dist/{packagist-C-1T7QBa.mjs → packagist-BvK-uYCG.mjs} +2 -2
  18. package/dist/{packagist-C-1T7QBa.mjs.map → packagist-BvK-uYCG.mjs.map} +1 -1
  19. package/dist/{pypi-CXI45b-T.mjs → pypi-CX90O1cv.mjs} +2 -2
  20. package/dist/{pypi-CXI45b-T.mjs.map → pypi-CX90O1cv.mjs.map} +1 -1
  21. package/dist/style.css +1 -1
  22. package/dist/types.d.ts +2 -2
  23. package/package.json +1 -1
  24. package/types/utilities.d.ts +1 -1
  25. package/dist/index-kagJRwSK.mjs.map +0 -1
package/dist/types.d.ts CHANGED
@@ -44,10 +44,10 @@ export declare const alignmentOptions: readonly ["start", "center", "end", "stre
44
44
  * and `align-items` properties.
45
45
  */
46
46
  export type Alignment = (typeof alignmentOptions)[number];
47
- export declare const supportedLanguages: readonly ["typescript", "go", "java", "python", "csharp", "terraform", "unity", "php", "swift", "ruby", "postman"];
47
+ export declare const supportedLanguages: readonly ["typescript", "go", "java", "python", "csharp", "terraform", "unity", "php", "swift", "ruby", "postman", "json"];
48
48
  export type SupportedLanguage = (typeof supportedLanguages)[number];
49
49
  export declare function isSupportedLanguage(language: string): language is SupportedLanguage;
50
- export declare function prettyLanguageName(language: SupportedLanguage): "TypeScript" | "Go" | "Ruby" | "Python" | "C#" | "PHP" | "Java" | "Swift" | "Postman" | "Terraform" | "Unity";
50
+ export declare function prettyLanguageName(language: SupportedLanguage): "TypeScript" | "Go" | "Ruby" | "Python" | "C#" | "PHP" | "Java" | "Swift" | "Postman" | "Terraform" | "Unity" | "JSON";
51
51
  export type ViewTransition = {
52
52
  ready: Promise<void>;
53
53
  finished: Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakeasy-api/moonshine",
3
- "version": "1.17.0",
3
+ "version": "1.18.1",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "description": "Speakeasy's design system Moonshine",
6
6
  "main": "dist/moonshine.cjs.js",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Auto-generated TypeScript definitions for Moonshine utilities
3
- * Generated on: 2025-08-05T14:32:20.477Z
3
+ * Generated on: 2025-08-06T09:50:06.982Z
4
4
  *
5
5
  * DO NOT EDIT THIS FILE DIRECTLY
6
6
  * Run 'pnpm generate:docs' to update