@octaviaflow/core 3.1.0-beta.68 → 3.1.0-beta.70

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 (63) hide show
  1. package/dist/chunk-64R3BAO7.js +2755 -0
  2. package/dist/chunk-64R3BAO7.js.map +1 -0
  3. package/dist/chunk-7S3CSRRV.js +5700 -0
  4. package/dist/chunk-7S3CSRRV.js.map +1 -0
  5. package/dist/chunk-KCA7V5VN.js +5752 -0
  6. package/dist/chunk-KCA7V5VN.js.map +1 -0
  7. package/dist/chunk-KQKD4Z4H.js +1682 -0
  8. package/dist/chunk-KQKD4Z4H.js.map +1 -0
  9. package/dist/chunk-PWCRELX4.js +5700 -0
  10. package/dist/chunk-PWCRELX4.js.map +1 -0
  11. package/dist/chunk-U5T63SPL.js +5695 -0
  12. package/dist/chunk-U5T63SPL.js.map +1 -0
  13. package/dist/chunk-YIPBLM3G.js +2698 -0
  14. package/dist/chunk-YIPBLM3G.js.map +1 -0
  15. package/dist/components/Tabs/Tabs.d.ts.map +1 -1
  16. package/dist/index.cjs +5 -0
  17. package/dist/index.cjs.map +1 -1
  18. package/dist/index.js +4462 -6007
  19. package/dist/index.js.map +1 -1
  20. package/dist/marketing/components/BackedBy/BackedBy.d.ts +17 -0
  21. package/dist/marketing/components/BackedBy/BackedBy.d.ts.map +1 -0
  22. package/dist/marketing/components/BetaAccessForm/BetaAccessForm.d.ts +36 -0
  23. package/dist/marketing/components/BetaAccessForm/BetaAccessForm.d.ts.map +1 -0
  24. package/dist/marketing/components/BlogGrid/BlogGrid.d.ts +32 -0
  25. package/dist/marketing/components/BlogGrid/BlogGrid.d.ts.map +1 -0
  26. package/dist/marketing/components/ContactForm/ContactForm.d.ts +31 -0
  27. package/dist/marketing/components/ContactForm/ContactForm.d.ts.map +1 -0
  28. package/dist/marketing/components/FaqSection/FaqSection.d.ts +13 -0
  29. package/dist/marketing/components/FaqSection/FaqSection.d.ts.map +1 -0
  30. package/dist/marketing/components/IntegrationsFinder/IntegrationsFinder.d.ts +32 -0
  31. package/dist/marketing/components/IntegrationsFinder/IntegrationsFinder.d.ts.map +1 -0
  32. package/dist/marketing/components/IntegrationsWall/IntegrationsWall.d.ts +5 -3
  33. package/dist/marketing/components/IntegrationsWall/IntegrationsWall.d.ts.map +1 -1
  34. package/dist/marketing/components/LiveConsole/LiveConsole.d.ts.map +1 -1
  35. package/dist/marketing/components/LogoMarquee/LogoMarquee.d.ts +18 -0
  36. package/dist/marketing/components/LogoMarquee/LogoMarquee.d.ts.map +1 -0
  37. package/dist/marketing/components/MarketingFooter/MarketingFooter.d.ts +6 -1
  38. package/dist/marketing/components/MarketingFooter/MarketingFooter.d.ts.map +1 -1
  39. package/dist/marketing/components/PageHero/PageHero.d.ts +12 -0
  40. package/dist/marketing/components/PageHero/PageHero.d.ts.map +1 -0
  41. package/dist/marketing/components/PricingTiers/PricingTiers.d.ts +29 -0
  42. package/dist/marketing/components/PricingTiers/PricingTiers.d.ts.map +1 -0
  43. package/dist/marketing/components/TestimonialStrip/TestimonialStrip.d.ts +24 -0
  44. package/dist/marketing/components/TestimonialStrip/TestimonialStrip.d.ts.map +1 -0
  45. package/dist/marketing/components/WorkflowShowcase/ShowcaseScene.d.ts +4 -2
  46. package/dist/marketing/components/WorkflowShowcase/ShowcaseScene.d.ts.map +1 -1
  47. package/dist/marketing/components/WorkflowShowcase/WorkflowShowcase.d.ts +9 -1
  48. package/dist/marketing/components/WorkflowShowcase/WorkflowShowcase.d.ts.map +1 -1
  49. package/dist/marketing/components/WorkflowShowcase/showcaseEngine.d.ts +3 -1
  50. package/dist/marketing/components/WorkflowShowcase/showcaseEngine.d.ts.map +1 -1
  51. package/dist/marketing/index.d.ts +10 -0
  52. package/dist/marketing/index.d.ts.map +1 -1
  53. package/dist/marketing.cjs +5568 -2972
  54. package/dist/marketing.cjs.map +1 -1
  55. package/dist/marketing.js +1650 -717
  56. package/dist/marketing.js.map +1 -1
  57. package/dist/styles.css +1 -1
  58. package/dist/workflow/components/HttpActionPanel/HttpActionPanel.d.ts.map +1 -1
  59. package/dist/workflow.cjs +51 -4
  60. package/dist/workflow.cjs.map +1 -1
  61. package/dist/workflow.js +51 -9
  62. package/dist/workflow.js.map +1 -1
  63. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octaviaflow/core",
3
- "version": "3.1.0-beta.68",
3
+ "version": "3.1.0-beta.70",
4
4
  "description": "OctaviaFlow Design System React components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",