@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.
- package/dist/components/AppLayout/index.d.ts +5 -3
- package/dist/{createCustomLucideIcon-B5wlqp32.mjs → createCustomLucideIcon-cDqUoZBR.mjs} +2 -2
- package/dist/{createCustomLucideIcon-B5wlqp32.mjs.map → createCustomLucideIcon-cDqUoZBR.mjs.map} +1 -1
- package/dist/{gems-DEE9N12m.mjs → gems-g0yBo9Bc.mjs} +2 -2
- package/dist/{gems-DEE9N12m.mjs.map → gems-g0yBo9Bc.mjs.map} +1 -1
- package/dist/{go-BiO8JsrD.mjs → go-CKP5vJhW.mjs} +2 -2
- package/dist/{go-BiO8JsrD.mjs.map → go-CKP5vJhW.mjs.map} +1 -1
- package/dist/{index-kagJRwSK.mjs → index-Bd9Fo-Tm.mjs} +3140 -3127
- package/dist/index-Bd9Fo-Tm.mjs.map +1 -0
- package/dist/{maven-jOobp1Qp.mjs → maven-DzJu3p9k.mjs} +2 -2
- package/dist/{maven-jOobp1Qp.mjs.map → maven-DzJu3p9k.mjs.map} +1 -1
- package/dist/moonshine.es.js +1 -1
- package/dist/{npm-DZKZZ4Tj.mjs → npm-CbFMEWVp.mjs} +2 -2
- package/dist/{npm-DZKZZ4Tj.mjs.map → npm-CbFMEWVp.mjs.map} +1 -1
- package/dist/{nuget-DhfafCal.mjs → nuget-GVWyWn0L.mjs} +2 -2
- package/dist/{nuget-DhfafCal.mjs.map → nuget-GVWyWn0L.mjs.map} +1 -1
- package/dist/{packagist-C-1T7QBa.mjs → packagist-BvK-uYCG.mjs} +2 -2
- package/dist/{packagist-C-1T7QBa.mjs.map → packagist-BvK-uYCG.mjs.map} +1 -1
- package/dist/{pypi-CXI45b-T.mjs → pypi-CX90O1cv.mjs} +2 -2
- package/dist/{pypi-CXI45b-T.mjs.map → pypi-CX90O1cv.mjs.map} +1 -1
- package/dist/style.css +1 -1
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
- package/types/utilities.d.ts +1 -1
- 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
package/types/utilities.d.ts
CHANGED