Skip to content

Commit c86d401

Browse files
Revert "feat(registry): the video-primitive moves, documented and customisable (#3090)" (#3162)
This reverts commit 3b53bfd.
1 parent 3b53bfd commit c86d401

2,328 files changed

Lines changed: 5738 additions & 458357 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎.github/workflows/catalog-previews.yml‎

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,9 @@ jobs:
7070
env:
7171
BASE_SHA: ${{ github.event.pull_request.base.sha }}
7272
run: |
73-
# Find which blocks/components changed in this PR. The trailing slash
74-
# in the grep matters: an item is a directory, and a file sitting
75-
# directly under registry/components (CATALOG.md) does not match the
76-
# sed, so without it the whole path survives and is passed to the
77-
# renderer as if it were an item name.
73+
# Find which blocks/components changed in this PR
7874
CHANGED_ITEMS=$(git diff --name-only --diff-filter=ACMR "$BASE_SHA"...HEAD -- registry/blocks/ registry/components/ \
79-
| grep -E '^registry/(blocks|components)/[^/]+/' \
75+
| grep -E '^registry/(blocks|components)/' \
8076
| sed 's|^registry/[^/]*/\([^/]*\)/.*|\1|' \
8177
| sort -u)
8278

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,10 @@ jobs:
293293
node-version: 22
294294
- uses: ./.github/actions/prepare-ffmpeg-bin
295295
- run: bash scripts/ci/install-workspace-dependencies.sh
296+
- run: bun run test:scripts
296297
- run: bun run --filter '@hyperframes/{parsers,lint,studio-server}' build
297298
- run: bun run --cwd packages/core build
298299
- run: bun run --cwd packages/core build:hyperframes-runtime
299-
# After the builds: the preview scripts drive the producer, which imports
300-
# @hyperframes/core from dist, so running these first fails on a missing
301-
# module rather than on anything the test is actually checking.
302-
- run: bun run test:scripts
303300
- run: bun run --filter '!@hyperframes/producer' test
304301

305302
producer-source-tests:

‎.oxlintrc.json‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"node_modules/",
1212
"playground/",
1313
"packages/producer/tests/**/src/vendor/**",
14-
"docs/public/catalog/",
1514
"registry/blocks/**/lib/*.iife.js",
1615
"chrome/"
1716
],
@@ -35,9 +34,6 @@
3534
},
3635
{
3736
"files": ["docs/snippets/**/*.jsx", "docs/snippets/**/*.tsx"],
38-
"globals": {
39-
"CodeBlock": "readonly"
40-
},
4137
"rules": {
4238
"react-hooks/rules-of-hooks": "error",
4339
"react-hooks/exhaustive-deps": "warn"

‎bun.lock‎

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)