@scaleflex/asset-picker 0.2.4 → 0.2.6
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/.claude/settings.local.json +38 -22
- package/dist/{asset-picker-Z_6-Ac0_.js → asset-picker-Cc1NFvo6.js} +696 -589
- package/dist/{asset-picker-D4Tqus2q.cjs → asset-picker-D62afrSd.cjs} +290 -197
- package/dist/components/filters/ap-filter-color.d.ts.map +1 -1
- package/dist/components/filters/ap-filter-image.d.ts.map +1 -1
- package/dist/components/filters/ap-filter-labels.d.ts.map +1 -1
- package/dist/components/filters/ap-filter-metadata.d.ts.map +1 -1
- package/dist/components/filters/ap-filter-product-ref.d.ts.map +1 -1
- package/dist/components/filters/ap-filter-tags.d.ts.map +1 -1
- package/dist/components/filters/shared/filter-styles.d.ts.map +1 -1
- package/dist/components/header/ap-header.d.ts.map +1 -1
- package/dist/components/navigation/ap-breadcrumb.d.ts.map +1 -1
- package/dist/components/preview/ap-preview-panel.d.ts.map +1 -1
- package/dist/components/selection/ap-selection-bar.d.ts.map +1 -1
- package/dist/components/shared/ap-badge.d.ts.map +1 -1
- package/dist/components/shared/ap-checkbox.d.ts.map +1 -1
- package/dist/components/shared/ap-dropdown.d.ts.map +1 -1
- package/dist/components/shared/ap-icon.d.ts.map +1 -1
- package/dist/components/shared/ap-radio-group.d.ts.map +1 -1
- package/dist/components/views/ap-asset-card.d.ts.map +1 -1
- package/dist/components/views/ap-asset-row.d.ts.map +1 -1
- package/dist/components/views/ap-folder-card.d.ts.map +1 -1
- package/dist/components/views/ap-folder-row.d.ts.map +1 -1
- package/dist/controllers/marquee.controller.d.ts +1 -0
- package/dist/controllers/marquee.controller.d.ts.map +1 -1
- package/dist/define.cjs +1 -1
- package/dist/define.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/types/asset.types.d.ts +1 -0
- package/dist/types/asset.types.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1,34 +1,50 @@
|
|
|
1
1
|
{
|
|
2
2
|
"permissions": {
|
|
3
3
|
"allow": [
|
|
4
|
-
"Bash(
|
|
5
|
-
"Bash(git add:*)",
|
|
6
|
-
"Bash(git commit:*)",
|
|
7
|
-
"Bash(npx tsc:*)",
|
|
8
|
-
"Bash(/tmp/report.txt:*)",
|
|
9
|
-
"Read(//tmp/**)",
|
|
10
|
-
"Bash(grep -r \"chip\\\\|pinned\" /Users/dmitry_stremous/scaleflex/asset-picker/src/styles/ --include=*.css --include=*.ts)",
|
|
4
|
+
"Bash(ls:*)",
|
|
11
5
|
"Bash(grep:*)",
|
|
12
|
-
"Bash(find /Users/dmitry_stremous/scaleflex/asset-picker/src/components -name *checkbox* -o -name *check*)",
|
|
13
|
-
"Bash(find /Users/dmitry_stremous/scaleflex/asset-picker/src -name *checkbox* -o -name *icon*)",
|
|
14
|
-
"WebFetch(domain:lucide.dev)",
|
|
15
|
-
"Bash(find /Users/dmitry_stremous/scaleflex/asset-picker/src -name *regional* -o -name *dropdown*)",
|
|
16
|
-
"Bash(find src/components/header src/components/shared -type f -name *.ts)",
|
|
17
|
-
"Bash(find /Users/dmitry_stremous/scaleflex/uploader/src -type f -name *.ts -o -name *.tsx)",
|
|
18
6
|
"Bash(npm install:*)",
|
|
7
|
+
"Bash(npx tsc:*)",
|
|
19
8
|
"Bash(npx vite:*)",
|
|
9
|
+
"WebFetch(domain:localhost)",
|
|
10
|
+
"Bash(curl:*)",
|
|
11
|
+
"Bash(node:*)",
|
|
12
|
+
"WebSearch",
|
|
20
13
|
"Bash(npm run:*)",
|
|
21
|
-
"Bash(
|
|
22
|
-
"Bash(npm publish:*)",
|
|
23
|
-
"Bash(find /Users/dmitry_stremous/scaleflex/uploader -maxdepth 2 -type f -name *DEPLOY* -o -name *deploy* -o -name *publish*)",
|
|
24
|
-
"Bash(find /Users/dmitry_stremous/scaleflex/asset-picker -maxdepth 2 -type f \\\\\\(-name *DEPLOY* -o -name *deploy* -o -name *publish* \\\\\\))",
|
|
14
|
+
"Bash(wc:*)",
|
|
25
15
|
"WebFetch(domain:unpkg.com)",
|
|
26
|
-
"Bash(git
|
|
27
|
-
"Bash(find /Users/
|
|
16
|
+
"Bash(git:*)",
|
|
17
|
+
"Bash(find /Users/dmitrystremous/scaleflex -maxdepth 3 -type d -name \"*admin*\" 2>/dev/null | grep -i filerobot)",
|
|
18
|
+
"Bash(gh run:*)",
|
|
19
|
+
"Bash(gh workflow:*)",
|
|
20
|
+
"Bash(find:*)",
|
|
21
|
+
"Bash(npx playwright:*)",
|
|
22
|
+
"Bash(npm ls:*)",
|
|
23
|
+
"Read(//Users/dmitrystremous/**)",
|
|
24
|
+
"Bash(npx:*)",
|
|
25
|
+
"Bash(rm:*)",
|
|
26
|
+
"Bash(tail:*)",
|
|
27
|
+
"WebFetch(domain:raw.githubusercontent.com)",
|
|
28
|
+
"Bash(gh api:*)",
|
|
29
|
+
"WebFetch(domain:www.scaleflex.com)",
|
|
30
|
+
"WebFetch(domain:scaleflex.github.io)",
|
|
31
|
+
"WebFetch(domain:github.com)",
|
|
32
|
+
"WebFetch(domain:portals.scaleflex.com)",
|
|
33
|
+
"Bash(for f:*)",
|
|
34
|
+
"Bash(do echo:*)",
|
|
35
|
+
"Read(//Users/dmitrystremous/scaleflex/asset-picker/**)",
|
|
36
|
+
"Bash(done)",
|
|
37
|
+
"Bash(cd:*)",
|
|
38
|
+
"Bash(chmod:*)",
|
|
39
|
+
"Bash(./scripts/publish-github.sh \"v0.1.0 — initial release\" 2>&1)",
|
|
40
|
+
"Bash(npm whoami:*)",
|
|
41
|
+
"Bash(npm publish:*)",
|
|
42
|
+
"Bash(gh repo:*)",
|
|
43
|
+
"Bash(./scripts/publish-github.sh \"Update README with demo and docs links\" 2>&1)",
|
|
44
|
+
"Bash(lsof:*)",
|
|
45
|
+
"Bash(kill:*)",
|
|
28
46
|
"Bash(npm view:*)",
|
|
29
|
-
"Bash(
|
|
30
|
-
"Bash(npm pack:*)",
|
|
31
|
-
"Bash(find /Users/dmitry_stremous/scaleflex/asset-picker -name *.test.ts -o -name *.spec.ts)"
|
|
47
|
+
"Bash(find ~/.claude -type f \\\\\\(-name *release* -o -name *.mdc -o -name *.md \\\\\\))"
|
|
32
48
|
]
|
|
33
49
|
}
|
|
34
50
|
}
|