@tracked/emails 0.2.1 → 0.2.2
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/emails/index.d.ts +20 -4
- package/dist/emails/index.d.ts.map +1 -1
- package/dist/emails/index.js +20 -4
- package/dist/emails/index.js.map +1 -1
- package/package.json +1 -1
- package/src/emails/index.tsx +20 -4
package/dist/emails/index.d.ts
CHANGED
|
@@ -1,9 +1,25 @@
|
|
|
1
|
+
export * from "./anniversary";
|
|
2
|
+
export * from "./app-review-request";
|
|
3
|
+
export * from "./bodyweight-goal-reached";
|
|
4
|
+
export * from "./client-inactive-alert";
|
|
1
5
|
export * from "./client-onboarded";
|
|
6
|
+
export * from "./coach-invite";
|
|
7
|
+
export * from "./coach-removed-client";
|
|
8
|
+
export * from "./direct-message";
|
|
9
|
+
export * from "./feature-discovery";
|
|
10
|
+
export * from "./first-workout-assigned";
|
|
11
|
+
export * from "./first-workout-completed";
|
|
12
|
+
export * from "./inactive-reengagement";
|
|
13
|
+
export * from "./monthly-report";
|
|
14
|
+
export * from "./new-follower";
|
|
15
|
+
export * from "./nps-survey";
|
|
16
|
+
export * from "./subscription-canceled";
|
|
2
17
|
export * from "./support-email";
|
|
3
|
-
export * from "./tracked-magic-link";
|
|
4
|
-
export * from "./tracked-magic-link-activate";
|
|
5
18
|
export * from "./team-invite";
|
|
6
|
-
export * from "./coach-invite";
|
|
7
19
|
export * from "./team-member-removed-email";
|
|
8
|
-
export * from "./
|
|
20
|
+
export * from "./tracked-magic-link";
|
|
21
|
+
export * from "./tracked-magic-link-activate";
|
|
22
|
+
export * from "./week-one-checkin";
|
|
23
|
+
export * from "./weekly-progress-digest";
|
|
24
|
+
export * from "./welcome";
|
|
9
25
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/emails/index.tsx"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/emails/index.tsx"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,WAAW,CAAC"}
|
package/dist/emails/index.js
CHANGED
|
@@ -1,9 +1,25 @@
|
|
|
1
|
+
export * from "./anniversary";
|
|
2
|
+
export * from "./app-review-request";
|
|
3
|
+
export * from "./bodyweight-goal-reached";
|
|
4
|
+
export * from "./client-inactive-alert";
|
|
1
5
|
export * from "./client-onboarded";
|
|
6
|
+
export * from "./coach-invite";
|
|
7
|
+
export * from "./coach-removed-client";
|
|
8
|
+
export * from "./direct-message";
|
|
9
|
+
export * from "./feature-discovery";
|
|
10
|
+
export * from "./first-workout-assigned";
|
|
11
|
+
export * from "./first-workout-completed";
|
|
12
|
+
export * from "./inactive-reengagement";
|
|
13
|
+
export * from "./monthly-report";
|
|
14
|
+
export * from "./new-follower";
|
|
15
|
+
export * from "./nps-survey";
|
|
16
|
+
export * from "./subscription-canceled";
|
|
2
17
|
export * from "./support-email";
|
|
3
|
-
export * from "./tracked-magic-link";
|
|
4
|
-
export * from "./tracked-magic-link-activate";
|
|
5
18
|
export * from "./team-invite";
|
|
6
|
-
export * from "./coach-invite";
|
|
7
19
|
export * from "./team-member-removed-email";
|
|
8
|
-
export * from "./
|
|
20
|
+
export * from "./tracked-magic-link";
|
|
21
|
+
export * from "./tracked-magic-link-activate";
|
|
22
|
+
export * from "./week-one-checkin";
|
|
23
|
+
export * from "./weekly-progress-digest";
|
|
24
|
+
export * from "./welcome";
|
|
9
25
|
//# sourceMappingURL=index.js.map
|
package/dist/emails/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/emails/index.tsx"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/emails/index.tsx"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,WAAW,CAAC"}
|
package/package.json
CHANGED
package/src/emails/index.tsx
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
|
+
export * from "./anniversary";
|
|
2
|
+
export * from "./app-review-request";
|
|
3
|
+
export * from "./bodyweight-goal-reached";
|
|
4
|
+
export * from "./client-inactive-alert";
|
|
1
5
|
export * from "./client-onboarded";
|
|
6
|
+
export * from "./coach-invite";
|
|
7
|
+
export * from "./coach-removed-client";
|
|
8
|
+
export * from "./direct-message";
|
|
9
|
+
export * from "./feature-discovery";
|
|
10
|
+
export * from "./first-workout-assigned";
|
|
11
|
+
export * from "./first-workout-completed";
|
|
12
|
+
export * from "./inactive-reengagement";
|
|
13
|
+
export * from "./monthly-report";
|
|
14
|
+
export * from "./new-follower";
|
|
15
|
+
export * from "./nps-survey";
|
|
16
|
+
export * from "./subscription-canceled";
|
|
2
17
|
export * from "./support-email";
|
|
3
|
-
export * from "./tracked-magic-link";
|
|
4
|
-
export * from "./tracked-magic-link-activate";
|
|
5
18
|
export * from "./team-invite";
|
|
6
|
-
export * from "./coach-invite";
|
|
7
19
|
export * from "./team-member-removed-email";
|
|
8
|
-
export * from "./
|
|
20
|
+
export * from "./tracked-magic-link";
|
|
21
|
+
export * from "./tracked-magic-link-activate";
|
|
22
|
+
export * from "./week-one-checkin";
|
|
23
|
+
export * from "./weekly-progress-digest";
|
|
24
|
+
export * from "./welcome";
|