@speakeasy-api/moonshine 1.28.3 → 1.29.0

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 (27) hide show
  1. package/dist/components/CodeSnippet/index.d.ts +6 -2
  2. package/dist/components/Timeline/index.d.ts +49 -0
  3. package/dist/{createCustomLucideIcon-BoT2cjsP.mjs → createCustomLucideIcon-B9cKQ6LA.mjs} +2 -2
  4. package/dist/{createCustomLucideIcon-BoT2cjsP.mjs.map → createCustomLucideIcon-B9cKQ6LA.mjs.map} +1 -1
  5. package/dist/{gems-BmvzGPWL.mjs → gems-6HGrueSa.mjs} +2 -2
  6. package/dist/{gems-BmvzGPWL.mjs.map → gems-6HGrueSa.mjs.map} +1 -1
  7. package/dist/{go-493Fy3HR.mjs → go-BUwdo47Q.mjs} +2 -2
  8. package/dist/{go-493Fy3HR.mjs.map → go-BUwdo47Q.mjs.map} +1 -1
  9. package/dist/{index-B1XU4FeZ.mjs → index-BzL0cTrm.mjs} +8786 -8622
  10. package/dist/index-BzL0cTrm.mjs.map +1 -0
  11. package/dist/index.d.ts +1 -0
  12. package/dist/{maven-_O-oy_hr.mjs → maven-Hsks1Ivx.mjs} +2 -2
  13. package/dist/{maven-_O-oy_hr.mjs.map → maven-Hsks1Ivx.mjs.map} +1 -1
  14. package/dist/moonshine.es.js +25 -24
  15. package/dist/{npm-CQaAwchz.mjs → npm-DOPj5l_J.mjs} +2 -2
  16. package/dist/{npm-CQaAwchz.mjs.map → npm-DOPj5l_J.mjs.map} +1 -1
  17. package/dist/{nuget-CiUIN3bF.mjs → nuget-CkPB8lD1.mjs} +2 -2
  18. package/dist/{nuget-CiUIN3bF.mjs.map → nuget-CkPB8lD1.mjs.map} +1 -1
  19. package/dist/{packagist-dJ10GkHG.mjs → packagist-CLyf9MMG.mjs} +2 -2
  20. package/dist/{packagist-dJ10GkHG.mjs.map → packagist-CLyf9MMG.mjs.map} +1 -1
  21. package/dist/{pypi-CDWOpgmr.mjs → pypi-DYxaUkbO.mjs} +2 -2
  22. package/dist/{pypi-CDWOpgmr.mjs.map → pypi-DYxaUkbO.mjs.map} +1 -1
  23. package/dist/style.css +1 -1
  24. package/package.json +1 -1
  25. package/src/utilities.css +7 -1
  26. package/types/utilities.d.ts +1 -1
  27. package/dist/index-B1XU4FeZ.mjs.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakeasy-api/moonshine",
3
- "version": "1.28.3",
3
+ "version": "1.29.0",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "description": "Speakeasy's design system Moonshine",
6
6
  "main": "dist/moonshine.cjs.js",
package/src/utilities.css CHANGED
@@ -1055,7 +1055,13 @@
1055
1055
 
1056
1056
  @utility bg-btn-brand-disabled {
1057
1057
  background-color: var(--color-base-white);
1058
- opacity: 0.4;
1058
+ opacity: 1 !important;
1059
+ color: var(--text-muted) !important;
1060
+
1061
+ &:before {
1062
+ opacity: 0.4;
1063
+ }
1064
+
1059
1065
 
1060
1066
  @variant dark {
1061
1067
  background-color: var(--color-base-black);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Auto-generated TypeScript definitions for Moonshine utilities
3
- * Generated on: 2025-09-16T00:32:27.756Z
3
+ * Generated on: 2025-09-18T19:24:01.029Z
4
4
  *
5
5
  * DO NOT EDIT THIS FILE DIRECTLY
6
6
  * Run 'pnpm generate:docs' to update