@bendyline/gilde 0.1.22 → 0.1.23
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/data/connector-types/bl/bluesky-posts/versions/1.0.0/manifest.json +7 -1
- package/data/connector-types/ca/calendar-google/versions/1.0.0/manifest.json +14 -0
- package/data/connector-types/in/instagram-media/manifest.json +1 -1
- package/data/connector-types/in/instagram-media/versions/1.0.0/manifest.json +29 -3
- package/data/connector-types/index.json +1 -1
- package/data/connector-types/li/linkedin-posts/manifest.json +16 -0
- package/data/connector-types/li/linkedin-posts/versions/1.0.0/manifest.json +54 -0
- package/data/connector-types/ma/mail-gmail/versions/1.0.0/manifest.json +14 -0
- package/data/connector-types/ma/mail-microsoft365/versions/1.0.0/manifest.json +14 -1
- package/data/connector-types/ma/mail-outlook/versions/1.0.0/manifest.json +14 -1
- package/data/connector-types/x-/x-posts/manifest.json +1 -1
- package/data/connector-types/x-/x-posts/versions/1.0.0/manifest.json +30 -4
- package/data/craftbook-templates/dr/draft-social-post/manifest.json +2 -1
- package/data/craftbook-templates/dr/draft-social-post/versions/1.0.0/craftbook.json +8 -6
- package/data/craftbook-templates/index.json +1 -1
- package/data/project-types/ca/caregiving-binder/versions/1.1.0/about.md +8 -0
- package/data/project-types/ca/caregiving-binder/versions/1.1.0/care.json +4 -0
- package/data/project-types/ca/caregiving-binder/versions/1.1.0/manifest.json +178 -0
- package/data/project-types/ca/caregiving-binder/versions/1.1.0/meds.json +8 -0
- package/data/project-types/ca/caregiving-binder/versions/1.1.0/mission.md +8 -0
- package/data/project-types/ca/caregiving-binder/versions/1.1.0/pages/dashboard/index.html +265 -0
- package/data/project-types/ch/checkers/versions/1.2.0/about.md +9 -0
- package/data/project-types/ch/checkers/versions/1.2.0/game.json +77 -0
- package/data/project-types/ch/checkers/versions/1.2.0/manifest.json +167 -0
- package/data/project-types/ch/checkers/versions/1.2.0/mission.md +9 -0
- package/data/project-types/ch/checkers/versions/1.2.0/pages/board/index.html +1157 -0
- package/data/project-types/fl/flashcards/versions/1.1.0/about.md +8 -0
- package/data/project-types/fl/flashcards/versions/1.1.0/deck.json +7 -0
- package/data/project-types/fl/flashcards/versions/1.1.0/manifest.json +168 -0
- package/data/project-types/fl/flashcards/versions/1.1.0/mission.md +6 -0
- package/data/project-types/fl/flashcards/versions/1.1.0/pages/review/index.html +476 -0
- package/data/project-types/im/image-feed/versions/1.0.0/pages/gallery/index.html +2 -1
- package/data/project-types/index.json +1 -1
- package/data/project-types/so/social-feed/manifest.json +1 -0
- package/data/project-types/so/social-feed/versions/1.0.0/about.md +2 -2
- package/data/project-types/so/social-feed/versions/1.0.0/manifest.json +6 -0
- package/data/project-types/so/social-feed/versions/1.0.0/pages/dashboard/index.html +4 -2
- package/package.json +1 -1
|
@@ -418,12 +418,13 @@
|
|
|
418
418
|
demoPost(0, 'glaze-tests-week-33', 'Glaze tests, week 33', 'idea', ['instagram'], {
|
|
419
419
|
body: 'Notion: a carousel of this week’s glaze tests, ugly ones included. People love the misses.',
|
|
420
420
|
}),
|
|
421
|
-
demoPost(1, 'the-saltpan-series', 'The saltpan series', 'draft', ['instagram', 'bluesky'], {
|
|
421
|
+
demoPost(1, 'the-saltpan-series', 'The saltpan series', 'draft', ['instagram', 'bluesky', 'linkedin'], {
|
|
422
422
|
campaign: 'saltpan',
|
|
423
423
|
cover: svgUri('#e8ddcb', '#b5651d', 'circle'),
|
|
424
424
|
body: 'First proper look at the saltpan series — six vessels glazed from one bucket of coastal slip.',
|
|
425
425
|
variants: {
|
|
426
426
|
instagram: { charCount: 214, body: 'Six vessels, one bucket of coastal slip. The saltpan series is out of the kiln and sitting in the morning light.' },
|
|
427
|
+
linkedin: { charCount: 238, body: 'Six vessels, one bucket of coastal slip: the saltpan series is out of the kiln. A note on developing a glaze line from local material — and what it changes about lead times, pricing, and repeatability for a small studio.' },
|
|
427
428
|
},
|
|
428
429
|
}),
|
|
429
430
|
demoPost(3, 'studio-shelves-before-the-kiln', 'Studio shelves, before the kiln', 'in-review', ['instagram'], {
|