@1agh/maude 0.42.0 → 0.43.0
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/apps/studio/.ai/cache/_stats.json +7 -0
- package/apps/studio/acp/bootstrap-brief.ts +12 -2
- package/apps/studio/annotations-layer.tsx +1055 -278
- package/apps/studio/annotations-model.ts +58 -0
- package/apps/studio/api.ts +173 -22
- package/apps/studio/bin/_ingest-footage.mjs +386 -0
- package/apps/studio/bin/_probe-footage-playwright.mjs +269 -0
- package/apps/studio/bin/_video-playwright.mjs +141 -71
- package/apps/studio/bin/ingest-footage.sh +27 -0
- package/apps/studio/bin/photo-adjust.sh +163 -0
- package/apps/studio/bin/photo-bg-remove.sh +160 -0
- package/apps/studio/bin/probe-footage.sh +28 -0
- package/apps/studio/bin/read-annotations.mjs +125 -2
- package/apps/studio/canvas-edit.ts +459 -10
- package/apps/studio/canvas-lib.tsx +523 -5
- package/apps/studio/canvas-pipeline.ts +65 -7
- package/apps/studio/canvas-shell.tsx +156 -16
- package/apps/studio/client/app.jsx +451 -34
- package/apps/studio/client/export-center.jsx +35 -1
- package/apps/studio/client/github.js +4 -0
- package/apps/studio/client/panels/GitPanel.jsx +8 -0
- package/apps/studio/client/panels/RepoBranchSwitcher.jsx +133 -21
- package/apps/studio/client/panels/StickerPicker.jsx +160 -0
- package/apps/studio/client/panels/TimelinePanel.jsx +15 -2
- package/apps/studio/client/photo-knobs.jsx +437 -0
- package/apps/studio/client/styles/3-shell-maude.css +42 -0
- package/apps/studio/commands/edit-source-command.ts +31 -4
- package/apps/studio/context-menu.tsx +31 -6
- package/apps/studio/dist/client.bundle.js +5561 -19
- package/apps/studio/dist/comment-mount.js +2 -2
- package/apps/studio/dist/runtime/.min-sizes.json +1 -0
- package/apps/studio/dist/runtime/@imgly_background-removal.js +5543 -0
- package/apps/studio/dist/runtime/pixi-js.js +519 -519
- package/apps/studio/dist/styles.css +1 -1
- package/apps/studio/dom-selection.ts +25 -0
- package/apps/studio/exporters/jobs.ts +47 -5
- package/apps/studio/exporters/video.ts +24 -4
- package/apps/studio/footage/schema.test.ts +195 -0
- package/apps/studio/footage/schema.ts +484 -0
- package/apps/studio/footage-store.ts +235 -0
- package/apps/studio/fs-watch.ts +10 -0
- package/apps/studio/git/endpoints.ts +68 -7
- package/apps/studio/git/service.ts +196 -20
- package/apps/studio/github/service.ts +67 -0
- package/apps/studio/handoff.ts +3 -2
- package/apps/studio/http.ts +173 -14
- package/apps/studio/input-router.tsx +10 -0
- package/apps/studio/inspect.ts +53 -1
- package/apps/studio/paths.ts +10 -0
- package/apps/studio/photo/filters.ts +285 -0
- package/apps/studio/photo/pipeline.ts +607 -0
- package/apps/studio/photo/schema.ts +367 -0
- package/apps/studio/photo-store.ts +154 -0
- package/apps/studio/runtime-bundle.ts +29 -6
- package/apps/studio/server.ts +5 -1
- package/apps/studio/stickers/figjam-doodle/manifest.json +104 -0
- package/apps/studio/stickers/figjam-doodle/slice1.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice10.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice11.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice12.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice13.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice14.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice15.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice16.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice17.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice18.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice19.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice2.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice20.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice21.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice22.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice23.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice24.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice3.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice4.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice5.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice6.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice7.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice8.png +0 -0
- package/apps/studio/stickers/figjam-doodle/slice9.png +0 -0
- package/apps/studio/stickers/life-style/best.png +0 -0
- package/apps/studio/stickers/life-style/come-on.png +0 -0
- package/apps/studio/stickers/life-style/cut.png +0 -0
- package/apps/studio/stickers/life-style/detox.png +0 -0
- package/apps/studio/stickers/life-style/just.png +0 -0
- package/apps/studio/stickers/life-style/manifest.json +68 -0
- package/apps/studio/stickers/life-style/mirror.png +0 -0
- package/apps/studio/stickers/life-style/nice.png +0 -0
- package/apps/studio/stickers/life-style/objects.png +0 -0
- package/apps/studio/stickers/life-style/ok.png +0 -0
- package/apps/studio/stickers/life-style/queen.png +0 -0
- package/apps/studio/stickers/life-style/star.png +0 -0
- package/apps/studio/stickers/life-style/sun.png +0 -0
- package/apps/studio/stickers/life-style/water.png +0 -0
- package/apps/studio/stickers/life-style/yeah.png +0 -0
- package/apps/studio/stickers/life-style/you-can.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/check-the-deets.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/cut-it.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/dope.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/fresh.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/hot.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/idea.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/keep-exploring.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/killed-it.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/love-it.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/manifest.json +88 -0
- package/apps/studio/stickers/opposing-thoughts/not-sure.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/ok.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/pure-gold.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/save-for-later.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/steal-this.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/take-a-peek.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/this-or-that.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/thoughts.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/vibes.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/winner.png +0 -0
- package/apps/studio/stickers/opposing-thoughts/wip.png +0 -0
- package/apps/studio/stickers/project-status/group-100.png +0 -0
- package/apps/studio/stickers/project-status/group-101.png +0 -0
- package/apps/studio/stickers/project-status/group-102.png +0 -0
- package/apps/studio/stickers/project-status/group-103.png +0 -0
- package/apps/studio/stickers/project-status/group-104.png +0 -0
- package/apps/studio/stickers/project-status/group-105.png +0 -0
- package/apps/studio/stickers/project-status/group-106.png +0 -0
- package/apps/studio/stickers/project-status/group-107.png +0 -0
- package/apps/studio/stickers/project-status/group-108.png +0 -0
- package/apps/studio/stickers/project-status/group-109.png +0 -0
- package/apps/studio/stickers/project-status/group-110.png +0 -0
- package/apps/studio/stickers/project-status/group-111.png +0 -0
- package/apps/studio/stickers/project-status/group-112.png +0 -0
- package/apps/studio/stickers/project-status/group-113.png +0 -0
- package/apps/studio/stickers/project-status/group-114.png +0 -0
- package/apps/studio/stickers/project-status/group-115.png +0 -0
- package/apps/studio/stickers/project-status/group-117.png +0 -0
- package/apps/studio/stickers/project-status/group-118.png +0 -0
- package/apps/studio/stickers/project-status/group-119.png +0 -0
- package/apps/studio/stickers/project-status/group-120.png +0 -0
- package/apps/studio/stickers/project-status/group-121.png +0 -0
- package/apps/studio/stickers/project-status/group-122.png +0 -0
- package/apps/studio/stickers/project-status/group-41.png +0 -0
- package/apps/studio/stickers/project-status/group-42.png +0 -0
- package/apps/studio/stickers/project-status/group-43.png +0 -0
- package/apps/studio/stickers/project-status/group-44.png +0 -0
- package/apps/studio/stickers/project-status/group-45.png +0 -0
- package/apps/studio/stickers/project-status/group-46.png +0 -0
- package/apps/studio/stickers/project-status/group-47.png +0 -0
- package/apps/studio/stickers/project-status/group-48.png +0 -0
- package/apps/studio/stickers/project-status/group-49.png +0 -0
- package/apps/studio/stickers/project-status/group-50.png +0 -0
- package/apps/studio/stickers/project-status/group-51.png +0 -0
- package/apps/studio/stickers/project-status/group-52.png +0 -0
- package/apps/studio/stickers/project-status/group-53.png +0 -0
- package/apps/studio/stickers/project-status/group-54.png +0 -0
- package/apps/studio/stickers/project-status/group-55.png +0 -0
- package/apps/studio/stickers/project-status/group-56.png +0 -0
- package/apps/studio/stickers/project-status/group-57.png +0 -0
- package/apps/studio/stickers/project-status/group-58.png +0 -0
- package/apps/studio/stickers/project-status/group-59.png +0 -0
- package/apps/studio/stickers/project-status/group-60.png +0 -0
- package/apps/studio/stickers/project-status/group-61.png +0 -0
- package/apps/studio/stickers/project-status/group-62.png +0 -0
- package/apps/studio/stickers/project-status/group-63.png +0 -0
- package/apps/studio/stickers/project-status/group-64.png +0 -0
- package/apps/studio/stickers/project-status/group-65.png +0 -0
- package/apps/studio/stickers/project-status/group-66.png +0 -0
- package/apps/studio/stickers/project-status/group-67.png +0 -0
- package/apps/studio/stickers/project-status/group-68.png +0 -0
- package/apps/studio/stickers/project-status/group-69.png +0 -0
- package/apps/studio/stickers/project-status/group-70.png +0 -0
- package/apps/studio/stickers/project-status/group-71.png +0 -0
- package/apps/studio/stickers/project-status/group-72.png +0 -0
- package/apps/studio/stickers/project-status/group-73.png +0 -0
- package/apps/studio/stickers/project-status/group-74.png +0 -0
- package/apps/studio/stickers/project-status/group-75.png +0 -0
- package/apps/studio/stickers/project-status/group-76.png +0 -0
- package/apps/studio/stickers/project-status/group-77.png +0 -0
- package/apps/studio/stickers/project-status/group-78.png +0 -0
- package/apps/studio/stickers/project-status/group-79.png +0 -0
- package/apps/studio/stickers/project-status/group-80.png +0 -0
- package/apps/studio/stickers/project-status/group-81.png +0 -0
- package/apps/studio/stickers/project-status/group-82.png +0 -0
- package/apps/studio/stickers/project-status/group-83.png +0 -0
- package/apps/studio/stickers/project-status/group-84.png +0 -0
- package/apps/studio/stickers/project-status/group-85.png +0 -0
- package/apps/studio/stickers/project-status/group-86.png +0 -0
- package/apps/studio/stickers/project-status/group-87.png +0 -0
- package/apps/studio/stickers/project-status/group-88.png +0 -0
- package/apps/studio/stickers/project-status/group-89.png +0 -0
- package/apps/studio/stickers/project-status/group-90.png +0 -0
- package/apps/studio/stickers/project-status/group-91.png +0 -0
- package/apps/studio/stickers/project-status/group-92.png +0 -0
- package/apps/studio/stickers/project-status/group-93.png +0 -0
- package/apps/studio/stickers/project-status/group-94.png +0 -0
- package/apps/studio/stickers/project-status/group-96.png +0 -0
- package/apps/studio/stickers/project-status/group-97.png +0 -0
- package/apps/studio/stickers/project-status/group-98.png +0 -0
- package/apps/studio/stickers/project-status/group-99.png +0 -0
- package/apps/studio/stickers/project-status/manifest.json +328 -0
- package/apps/studio/test/acp-bootstrap-brief.test.ts +11 -0
- package/apps/studio/test/acp-commands.test.ts +2 -1
- package/apps/studio/test/asset-api.test.ts +3 -3
- package/apps/studio/test/canvas-edit.test.ts +17 -6
- package/apps/studio/test/canvas-origin-gate.test.ts +13 -0
- package/apps/studio/test/dynamic-text-edit.test.ts +162 -0
- package/apps/studio/test/edit-source-command.test.ts +23 -0
- package/apps/studio/test/element-structural-edit.test.ts +46 -0
- package/apps/studio/test/footage-store.test.ts +100 -0
- package/apps/studio/test/git-branches.test.ts +97 -0
- package/apps/studio/test/github-api.test.ts +56 -1
- package/apps/studio/test/input-router.test.ts +33 -0
- package/apps/studio/test/inspect-script-syntax.test.ts +53 -0
- package/apps/studio/test/photo-canvas-bundle.test.ts +61 -0
- package/apps/studio/test/photo-edit-api.test.ts +201 -0
- package/apps/studio/test/photo-filters.test.ts +149 -0
- package/apps/studio/test/photo-pipeline.test.ts +106 -0
- package/apps/studio/test/photo-taxonomy.test.ts +96 -0
- package/apps/studio/test/read-annotations.test.ts +164 -0
- package/apps/studio/test/shell-importmap.test.ts +49 -0
- package/apps/studio/test/text-editability-stamp.test.ts +131 -0
- package/apps/studio/test/timeline-parse.test.ts +57 -0
- package/apps/studio/test/tool-palette-insert-anchor.test.ts +5 -3
- package/apps/studio/test/undo-stack.test.ts +33 -0
- package/apps/studio/test/video-asset.test.ts +5 -5
- package/apps/studio/test/video-render-bridge.test.ts +23 -1
- package/apps/studio/text-caret.ts +239 -0
- package/apps/studio/tool-palette.tsx +43 -20
- package/apps/studio/undo-stack.ts +94 -2
- package/apps/studio/use-annotation-resize.tsx +4 -4
- package/apps/studio/use-canvas-media-drop.tsx +38 -1
- package/apps/studio/use-selection-set.tsx +21 -0
- package/apps/studio/video-comp.tsx +48 -7
- package/apps/studio/whats-new.json +53 -0
- package/cli/commands/design.mjs +34 -3
- package/cli/lib/gitignore-block.mjs +1 -0
- package/package.json +10 -10
- package/plugins/design/templates/_shell.html +1 -0
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "FigJam Doodle Stickers",
|
|
3
|
+
"author": "CJ Xue",
|
|
4
|
+
"attributionUrl": "https://www.figma.com/community/file/1301623299668462371",
|
|
5
|
+
"license": "Figma Community (see attributionUrl for terms)",
|
|
6
|
+
"stickers": [
|
|
7
|
+
{
|
|
8
|
+
"file": "slice1.png",
|
|
9
|
+
"keywords": ["yes", "agree", "happy"]
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"file": "slice10.png",
|
|
13
|
+
"keywords": ["bad", "thumbs-down"]
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"file": "slice11.png",
|
|
17
|
+
"keywords": ["lovely", "sweet"]
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"file": "slice12.png",
|
|
21
|
+
"keywords": ["good", "thumbs-up"]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"file": "slice13.png",
|
|
25
|
+
"keywords": ["deadline", "due-date", "urgent"]
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"file": "slice14.png",
|
|
29
|
+
"keywords": ["confused", "thinking", "hmm"]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"file": "slice15.png",
|
|
33
|
+
"keywords": ["love", "crush", "admire"]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"file": "slice16.png",
|
|
37
|
+
"keywords": ["no-idea", "stuck", "blank"]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"file": "slice17.png",
|
|
41
|
+
"keywords": ["discuss", "talk", "meeting"]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"file": "slice18.png",
|
|
45
|
+
"keywords": ["group", "team", "together"]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"file": "slice19.png",
|
|
49
|
+
"keywords": ["hi-fi", "high-fidelity", "mockup"]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"file": "slice2.png",
|
|
53
|
+
"keywords": ["no", "disagree", "refuse"]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"file": "slice20.png",
|
|
57
|
+
"keywords": ["wireframe", "lo-fi", "sketch"]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"file": "slice21.png",
|
|
61
|
+
"keywords": ["questions", "ask", "confused"]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"file": "slice22.png",
|
|
65
|
+
"keywords": ["merge", "combine"]
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"file": "slice23.png",
|
|
69
|
+
"keywords": ["new", "baby", "fresh-start"]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"file": "slice24.png",
|
|
73
|
+
"keywords": ["old", "legacy"]
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"file": "slice3.png",
|
|
77
|
+
"keywords": ["fair", "ok", "neutral"]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"file": "slice4.png",
|
|
81
|
+
"keywords": ["love", "crush", "admire", "hearts"]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"file": "slice5.png",
|
|
85
|
+
"keywords": ["good-call", "nice-one", "agree"]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"file": "slice6.png",
|
|
89
|
+
"keywords": ["music", "listening", "headphones", "focus"]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"file": "slice7.png",
|
|
93
|
+
"keywords": ["research", "investigate"]
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"file": "slice8.png",
|
|
97
|
+
"keywords": ["error", "bug", "broken", "robot"]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"file": "slice9.png",
|
|
101
|
+
"keywords": ["better", "improved"]
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Life Style Stickers",
|
|
3
|
+
"author": "Pelin ŞENOĞLU",
|
|
4
|
+
"attributionUrl": "https://www.figma.com/community/file/1228731654126072640",
|
|
5
|
+
"license": "Figma Community (see attributionUrl for terms)",
|
|
6
|
+
"stickers": [
|
|
7
|
+
{
|
|
8
|
+
"file": "best.png",
|
|
9
|
+
"keywords": ["best"]
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"file": "come-on.png",
|
|
13
|
+
"keywords": ["come-on", "come", "on"]
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"file": "cut.png",
|
|
17
|
+
"keywords": ["cut"]
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"file": "detox.png",
|
|
21
|
+
"keywords": ["detox"]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"file": "just.png",
|
|
25
|
+
"keywords": ["just"]
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"file": "mirror.png",
|
|
29
|
+
"keywords": ["mirror"]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"file": "nice.png",
|
|
33
|
+
"keywords": ["nice"]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"file": "objects.png",
|
|
37
|
+
"keywords": ["objects"]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"file": "ok.png",
|
|
41
|
+
"keywords": ["ok"]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"file": "queen.png",
|
|
45
|
+
"keywords": ["queen"]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"file": "star.png",
|
|
49
|
+
"keywords": ["star"]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"file": "sun.png",
|
|
53
|
+
"keywords": ["sun"]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"file": "water.png",
|
|
57
|
+
"keywords": ["water"]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"file": "yeah.png",
|
|
61
|
+
"keywords": ["yeah"]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"file": "you-can.png",
|
|
65
|
+
"keywords": ["you-can", "you", "can"]
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Opposing Thoughts Stickers",
|
|
3
|
+
"author": "Erik Leib",
|
|
4
|
+
"attributionUrl": "https://www.figma.com/community/file/1130195021486928915",
|
|
5
|
+
"license": "Figma Community (see attributionUrl for terms)",
|
|
6
|
+
"stickers": [
|
|
7
|
+
{
|
|
8
|
+
"file": "check-the-deets.png",
|
|
9
|
+
"keywords": ["check-the-deets", "check", "the", "deets"]
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"file": "cut-it.png",
|
|
13
|
+
"keywords": ["cut-it", "cut", "it"]
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"file": "dope.png",
|
|
17
|
+
"keywords": ["dope"]
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"file": "fresh.png",
|
|
21
|
+
"keywords": ["fresh"]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"file": "hot.png",
|
|
25
|
+
"keywords": ["hot"]
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"file": "idea.png",
|
|
29
|
+
"keywords": ["idea"]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"file": "keep-exploring.png",
|
|
33
|
+
"keywords": ["keep-exploring", "keep", "exploring"]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"file": "killed-it.png",
|
|
37
|
+
"keywords": ["killed-it", "killed", "it"]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"file": "love-it.png",
|
|
41
|
+
"keywords": ["love-it", "love", "it"]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"file": "not-sure.png",
|
|
45
|
+
"keywords": ["not-sure", "not", "sure"]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"file": "ok.png",
|
|
49
|
+
"keywords": ["ok"]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"file": "pure-gold.png",
|
|
53
|
+
"keywords": ["pure-gold", "pure", "gold"]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"file": "save-for-later.png",
|
|
57
|
+
"keywords": ["save-for-later", "save", "for", "later"]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"file": "steal-this.png",
|
|
61
|
+
"keywords": ["steal-this", "steal", "this"]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"file": "take-a-peek.png",
|
|
65
|
+
"keywords": ["take-a-peek", "take", "a", "peek"]
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"file": "this-or-that.png",
|
|
69
|
+
"keywords": ["this-or-that", "this", "or", "that"]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"file": "thoughts.png",
|
|
73
|
+
"keywords": ["thoughts"]
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"file": "vibes.png",
|
|
77
|
+
"keywords": ["vibes"]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"file": "winner.png",
|
|
81
|
+
"keywords": ["winner"]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"file": "wip.png",
|
|
85
|
+
"keywords": ["wip"]
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|