@octaviaflow/core 3.1.0-beta.68 → 3.1.0-beta.69
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/chunk-64R3BAO7.js +2755 -0
- package/dist/chunk-64R3BAO7.js.map +1 -0
- package/dist/chunk-7S3CSRRV.js +5700 -0
- package/dist/chunk-7S3CSRRV.js.map +1 -0
- package/dist/chunk-KCA7V5VN.js +5752 -0
- package/dist/chunk-KCA7V5VN.js.map +1 -0
- package/dist/chunk-KQKD4Z4H.js +1682 -0
- package/dist/chunk-KQKD4Z4H.js.map +1 -0
- package/dist/chunk-PWCRELX4.js +5700 -0
- package/dist/chunk-PWCRELX4.js.map +1 -0
- package/dist/chunk-U5T63SPL.js +5695 -0
- package/dist/chunk-U5T63SPL.js.map +1 -0
- package/dist/chunk-YIPBLM3G.js +2698 -0
- package/dist/chunk-YIPBLM3G.js.map +1 -0
- package/dist/components/Tabs/Tabs.d.ts.map +1 -1
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4462 -6007
- package/dist/index.js.map +1 -1
- package/dist/marketing/components/BackedBy/BackedBy.d.ts +17 -0
- package/dist/marketing/components/BackedBy/BackedBy.d.ts.map +1 -0
- package/dist/marketing/components/BetaAccessForm/BetaAccessForm.d.ts +36 -0
- package/dist/marketing/components/BetaAccessForm/BetaAccessForm.d.ts.map +1 -0
- package/dist/marketing/components/BlogGrid/BlogGrid.d.ts +32 -0
- package/dist/marketing/components/BlogGrid/BlogGrid.d.ts.map +1 -0
- package/dist/marketing/components/ContactForm/ContactForm.d.ts +31 -0
- package/dist/marketing/components/ContactForm/ContactForm.d.ts.map +1 -0
- package/dist/marketing/components/FaqSection/FaqSection.d.ts +13 -0
- package/dist/marketing/components/FaqSection/FaqSection.d.ts.map +1 -0
- package/dist/marketing/components/IntegrationsFinder/IntegrationsFinder.d.ts +32 -0
- package/dist/marketing/components/IntegrationsFinder/IntegrationsFinder.d.ts.map +1 -0
- package/dist/marketing/components/IntegrationsWall/IntegrationsWall.d.ts +5 -3
- package/dist/marketing/components/IntegrationsWall/IntegrationsWall.d.ts.map +1 -1
- package/dist/marketing/components/LiveConsole/LiveConsole.d.ts.map +1 -1
- package/dist/marketing/components/LogoMarquee/LogoMarquee.d.ts +18 -0
- package/dist/marketing/components/LogoMarquee/LogoMarquee.d.ts.map +1 -0
- package/dist/marketing/components/MarketingFooter/MarketingFooter.d.ts +6 -1
- package/dist/marketing/components/MarketingFooter/MarketingFooter.d.ts.map +1 -1
- package/dist/marketing/components/PageHero/PageHero.d.ts +12 -0
- package/dist/marketing/components/PageHero/PageHero.d.ts.map +1 -0
- package/dist/marketing/components/PricingTiers/PricingTiers.d.ts +29 -0
- package/dist/marketing/components/PricingTiers/PricingTiers.d.ts.map +1 -0
- package/dist/marketing/components/TestimonialStrip/TestimonialStrip.d.ts +24 -0
- package/dist/marketing/components/TestimonialStrip/TestimonialStrip.d.ts.map +1 -0
- package/dist/marketing/components/WorkflowShowcase/ShowcaseScene.d.ts +4 -2
- package/dist/marketing/components/WorkflowShowcase/ShowcaseScene.d.ts.map +1 -1
- package/dist/marketing/components/WorkflowShowcase/WorkflowShowcase.d.ts +9 -1
- package/dist/marketing/components/WorkflowShowcase/WorkflowShowcase.d.ts.map +1 -1
- package/dist/marketing/components/WorkflowShowcase/showcaseEngine.d.ts +3 -1
- package/dist/marketing/components/WorkflowShowcase/showcaseEngine.d.ts.map +1 -1
- package/dist/marketing/index.d.ts +10 -0
- package/dist/marketing/index.d.ts.map +1 -1
- package/dist/marketing.cjs +5568 -2972
- package/dist/marketing.cjs.map +1 -1
- package/dist/marketing.js +1650 -717
- package/dist/marketing.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/workflow/components/HttpActionPanel/HttpActionPanel.d.ts.map +1 -1
- package/dist/workflow.cjs +11 -2
- package/dist/workflow.cjs.map +1 -1
- package/dist/workflow.js +11 -7
- package/dist/workflow.js.map +1 -1
- package/package.json +1 -1
package/dist/workflow.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import {
|
|
2
|
-
Accordion,
|
|
3
2
|
ActionNode,
|
|
4
3
|
Badge,
|
|
5
4
|
Banner,
|
|
@@ -26,7 +25,6 @@ import {
|
|
|
26
25
|
ParallelNode,
|
|
27
26
|
PasswordInput,
|
|
28
27
|
SegmentedControl,
|
|
29
|
-
Spinner,
|
|
30
28
|
StickyNode,
|
|
31
29
|
Switch,
|
|
32
30
|
Tabs,
|
|
@@ -64,12 +62,14 @@ import {
|
|
|
64
62
|
useSelection,
|
|
65
63
|
useViewport,
|
|
66
64
|
useViewportOrNull
|
|
67
|
-
} from "./chunk-
|
|
65
|
+
} from "./chunk-7S3CSRRV.js";
|
|
68
66
|
import {
|
|
67
|
+
Accordion,
|
|
69
68
|
Button,
|
|
70
69
|
Input,
|
|
71
|
-
Select
|
|
72
|
-
|
|
70
|
+
Select,
|
|
71
|
+
Spinner
|
|
72
|
+
} from "./chunk-64R3BAO7.js";
|
|
73
73
|
import {
|
|
74
74
|
cn
|
|
75
75
|
} from "./chunk-ZAUUGK2Y.js";
|
|
@@ -1214,7 +1214,7 @@ function HttpActionPanel({
|
|
|
1214
1214
|
KeyValueEditor,
|
|
1215
1215
|
{
|
|
1216
1216
|
pairs: toPairs(rows),
|
|
1217
|
-
onChange: (pairs) => emit({ [key]:
|
|
1217
|
+
onChange: (pairs) => emit({ [key]: pairs }),
|
|
1218
1218
|
rowToggle: true,
|
|
1219
1219
|
showDescription: true,
|
|
1220
1220
|
keyPlaceholder,
|
|
@@ -1361,7 +1361,11 @@ function HttpActionPanel({
|
|
|
1361
1361
|
KeyValueEditor,
|
|
1362
1362
|
{
|
|
1363
1363
|
pairs: toPairs(formData),
|
|
1364
|
-
onChange: (pairs) =>
|
|
1364
|
+
onChange: (pairs) => (
|
|
1365
|
+
// Raw rows — see the params/headers note; serializing here ate
|
|
1366
|
+
// the blank row that Add appends.
|
|
1367
|
+
emit({ formData: pairs, bodyType: "form-data" })
|
|
1368
|
+
),
|
|
1365
1369
|
rowToggle: true,
|
|
1366
1370
|
keyPlaceholder: "field name",
|
|
1367
1371
|
valuePlaceholder: "value or {{var}}",
|