@speakeasy-api/moonshine 1.28.4 → 1.29.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 (28) hide show
  1. package/dist/components/AppLayout/index.d.ts +12 -1
  2. package/dist/components/Timeline/index.d.ts +49 -0
  3. package/dist/components/__beta__/CLIWizard/index.d.ts +1 -3
  4. package/dist/{createCustomLucideIcon-yKU2LZVu.mjs → createCustomLucideIcon-ynAk_Cfy.mjs} +2 -2
  5. package/dist/{createCustomLucideIcon-yKU2LZVu.mjs.map → createCustomLucideIcon-ynAk_Cfy.mjs.map} +1 -1
  6. package/dist/{gems-Dv_c1ms0.mjs → gems-UqA6tDLa.mjs} +2 -2
  7. package/dist/{gems-Dv_c1ms0.mjs.map → gems-UqA6tDLa.mjs.map} +1 -1
  8. package/dist/{go-DnvL5408.mjs → go-CpmA32Fm.mjs} +2 -2
  9. package/dist/{go-DnvL5408.mjs.map → go-CpmA32Fm.mjs.map} +1 -1
  10. package/dist/{index-r1tIVjKM.mjs → index-miGgpWlP.mjs} +8631 -8484
  11. package/dist/index-miGgpWlP.mjs.map +1 -0
  12. package/dist/index.d.ts +1 -0
  13. package/dist/{maven-DEVWKHmb.mjs → maven-tIyOMeAT.mjs} +2 -2
  14. package/dist/{maven-DEVWKHmb.mjs.map → maven-tIyOMeAT.mjs.map} +1 -1
  15. package/dist/moonshine.es.js +25 -24
  16. package/dist/{npm-DI6FOdUa.mjs → npm-Af8NEAcP.mjs} +2 -2
  17. package/dist/{npm-DI6FOdUa.mjs.map → npm-Af8NEAcP.mjs.map} +1 -1
  18. package/dist/{nuget-A9qKGGLZ.mjs → nuget-Dc1hpxfR.mjs} +2 -2
  19. package/dist/{nuget-A9qKGGLZ.mjs.map → nuget-Dc1hpxfR.mjs.map} +1 -1
  20. package/dist/{packagist-CgRyKA-j.mjs → packagist-DnOW598i.mjs} +2 -2
  21. package/dist/{packagist-CgRyKA-j.mjs.map → packagist-DnOW598i.mjs.map} +1 -1
  22. package/dist/{pypi-BqqY7bI7.mjs → pypi-DA24YvRl.mjs} +2 -2
  23. package/dist/{pypi-BqqY7bI7.mjs.map → pypi-DA24YvRl.mjs.map} +1 -1
  24. package/dist/style.css +1 -1
  25. package/dist/types.d.ts +4 -3
  26. package/package.json +10 -16
  27. package/types/utilities.d.ts +1 -1
  28. package/dist/index-r1tIVjKM.mjs.map +0 -1
package/dist/types.d.ts CHANGED
@@ -14,11 +14,12 @@ export type ResponsiveValue<T> = T | {
14
14
  };
15
15
  export declare const directionOptions: readonly ["row", "column"];
16
16
  export type Direction = (typeof directionOptions)[number];
17
- export declare const gapValues: readonly [0, 0.5, 1, 2, 3, 4, 5, 6, 8, 10, 12, 16];
17
+ export declare const tailwindScale: readonly [0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 72, 80, 96];
18
+ export declare const gapValues: readonly [0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 72, 80, 96];
18
19
  export type Gap = (typeof gapValues)[number];
19
- export declare const gridColumnValues: number[];
20
+ export declare const gridColumnValues: readonly [0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 72, 80, 96];
20
21
  export type Columns = (typeof gridColumnValues)[number];
21
- export declare const paddingValues: readonly [0, 0.5, 1, 2, 3, 4, 5, 6, 8, 10, 12, 16];
22
+ export declare const paddingValues: readonly [0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 72, 80, 96];
22
23
  export type PaddingValue = (typeof paddingValues)[number];
23
24
  export type PaddingPerAxis = {
24
25
  x?: PaddingValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakeasy-api/moonshine",
3
- "version": "1.28.4",
3
+ "version": "1.29.1",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "description": "Speakeasy's design system Moonshine",
6
6
  "main": "dist/moonshine.cjs.js",
@@ -51,25 +51,17 @@
51
51
  "author": "Speakeasy",
52
52
  "license": "ISC",
53
53
  "devDependencies": {
54
- "@chromatic-com/storybook": "^3.2.6",
54
+ "@chromatic-com/storybook": "^4.1.1",
55
55
  "@eslint/compat": "^1.2.2",
56
56
  "@eslint/js": "^9.13.0",
57
57
  "@faker-js/faker": "^9.2.0",
58
58
  "@semantic-release/commit-analyzer": "^13.0.0",
59
59
  "@semantic-release/npm": "^12.0.1",
60
60
  "@semantic-release/release-notes-generator": "^14.0.1",
61
- "@storybook/addon-essentials": "^8.6.9",
62
- "@storybook/addon-interactions": "^8.6.9",
63
- "@storybook/addon-links": "^8.6.9",
64
- "@storybook/addon-themes": "^8.6.9",
65
- "@storybook/blocks": "^8.6.9",
66
- "@storybook/builder-vite": "^8.6.9",
67
- "@storybook/manager-api": "^8.6.9",
68
- "@storybook/preview-api": "^8.6.9",
69
- "@storybook/react": "^8.6.9",
70
- "@storybook/react-vite": "^8.6.9",
71
- "@storybook/test": "^8.6.9",
72
- "@storybook/theming": "^8.6.9",
61
+ "@storybook/addon-links": "^9.1.7",
62
+ "@storybook/addon-themes": "^9.1.7",
63
+ "@storybook/builder-vite": "^9.1.7",
64
+ "@storybook/react-vite": "^9.1.7",
73
65
  "@tailwindcss/typography": "^0.5.16",
74
66
  "@tailwindcss/vite": "^4.1.2",
75
67
  "@testing-library/jest-dom": "^6.6.3",
@@ -91,7 +83,7 @@
91
83
  "prettier-plugin-tailwindcss": "^0.6.11",
92
84
  "rimraf": "^6.0.1",
93
85
  "semantic-release": "^24.2.0",
94
- "storybook": "^8.6.9",
86
+ "storybook": "^9.1.7",
95
87
  "svgo": "^3.3.2",
96
88
  "tsx": "^4.19.3",
97
89
  "typescript": "^5.6.3",
@@ -100,7 +92,9 @@
100
92
  "vite-plugin-dts": "^4.3.0",
101
93
  "vite-plugin-dynamic-import": "^1.6.0",
102
94
  "vite-plugin-svgr": "^4.3.0",
103
- "vitest": "^2.1.4"
95
+ "vitest": "^2.1.4",
96
+ "eslint-plugin-storybook": "9.1.7",
97
+ "@storybook/addon-docs": "^9.1.7"
104
98
  },
105
99
  "peerDependencies": {
106
100
  "@types/react": "^18.3.11 || ^19.0.0",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Auto-generated TypeScript definitions for Moonshine utilities
3
- * Generated on: 2025-09-17T19:14:55.717Z
3
+ * Generated on: 2025-09-19T19:41:06.662Z
4
4
  *
5
5
  * DO NOT EDIT THIS FILE DIRECTLY
6
6
  * Run 'pnpm generate:docs' to update