-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtmp.yml
More file actions
62 lines (51 loc) · 2.51 KB
/
tmp.yml
File metadata and controls
62 lines (51 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
| rg -i funnel ~/dev/aws/cloudcomp/src
expandable-section/expandable-section-container.tsx
31: <AnalyticsFunnelSubStep>
44: </AnalyticsFunnelSubStep>
modal/internal.tsx
122: <FunnelNameSelectorContext.Provider value={`.${styles['header--text']}`}>
188: </FunnelNameSelectorContext.Provider>
cards/index.tsx
144: <AnalyticsFunnelSubStep>
208: </AnalyticsFunnelSubStep>
container/internal.tsx
39: __funnelSubStepProps?: ReturnType<typeof useFunnelSubStep>['funnelSubStepProps'];
40: __subStepRef?: ReturnType<typeof useFunnelSubStep>['subStepRef'];
75: __funnelSubStepProps,
128: {...__funnelSubStepProps}
button/internal.tsx
129: [DATA_ATTR_FUNNEL_VALUE]: uniqueId,
container/index.tsx
26: <AnalyticsFunnelSubStep>
36: </AnalyticsFunnelSubStep>
form/index.tsx
24: funnelNextOrSubmitAttempt();
25: funnelSubmit();
39: const funnelNameSelector = inheritedFunnelNameSelector || `.${headerStyles['heading-text']}`;
42: <AnalyticsFunnel
43: funnelType="single-page"
45: totalFunnelSteps={1}
46: funnelNameSelectors={[funnelNameSelector, `.${formStyles.header}`]}
48: <AnalyticsFunnelStep stepNumber={1}>
50: </AnalyticsFunnelStep>
51: </AnalyticsFunnel>
link/internal.tsx
118: [DATA_ATTR_FUNNEL_VALUE]: uniqueId,
header/internal.tsx
72: {...(HeadingTag === 'h2' ? { [DATA_ATTR_FUNNEL_KEY]: FUNNEL_KEY_SUBSTEP_NAME } : {})}
table/internal.tsx
58: __funnelSubStepProps?: InternalContainerProps['__funnelSubStepProps'];
117: __funnelSubStepProps,
282: __funnelSubStepProps={__funnelSubStepProps}
breadcrumb-group/item/item.tsx
22: funnelAttributes: Record<string, string>;
29: funnelAttributes,
104: <span {...funnelAttributes} className={styles.text} ref={textRef}>
153: const funnelAttributes: Record<string, string> = {};
155: funnelAttributes[DATA_ATTR_FUNNEL_KEY] = FUNNEL_KEY_FUNNEL_NAME;
165: funnelAttributes={funnelAttributes}
170: <span {...funnelAttributes} className={styles.text}>
table/index.tsx
44: <AnalyticsFunnelSubStep>
46: </AnalyticsFunnelSubStep>
| ~/dev/aws/cloudcomp/src