quiver-cli 1.3.1 → 2.0.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/README.md +197 -239
- package/dist/cli.js +3163 -2040
- package/package.json +10 -11
- package/template/.agents/AGENTS.md +0 -26
- package/template/.agents/commands/cp.md +0 -108
- package/template/.agents/commands/next-setup.md +0 -1064
- package/template/.agents/commands/review.md +0 -68
- package/template/.agents/commands/terraform-readme.md +0 -38
- package/template/.agents/config.json +0 -80
- package/template/.agents/plugins/opencode/rtk.ts +0 -34
- package/template/.agents/skills/agent-browser/SKILL.md +0 -52
- package/template/.agents/skills/apps/skybridge/SKILL.md +0 -52
- package/template/.agents/skills/code/cleanup/SKILL.md +0 -26
- package/template/.agents/skills/code/improve/SKILL.md +0 -122
- package/template/.agents/skills/code/improve/references/audit-playbook.md +0 -130
- package/template/.agents/skills/code/improve/references/closing-the-loop.md +0 -96
- package/template/.agents/skills/code/improve/references/plan-template.md +0 -197
- package/template/.agents/skills/code/vercel-react-best-practices/AGENTS.md +0 -3810
- package/template/.agents/skills/code/vercel-react-best-practices/README.md +0 -123
- package/template/.agents/skills/code/vercel-react-best-practices/SKILL.md +0 -149
- package/template/.agents/skills/code/vercel-react-best-practices/metadata.json +0 -15
- package/template/.agents/skills/code/vercel-react-best-practices/rules/_sections.md +0 -46
- package/template/.agents/skills/code/vercel-react-best-practices/rules/_template.md +0 -28
- package/template/.agents/skills/code/vercel-react-best-practices/rules/advanced-effect-event-deps.md +0 -56
- package/template/.agents/skills/code/vercel-react-best-practices/rules/advanced-event-handler-refs.md +0 -55
- package/template/.agents/skills/code/vercel-react-best-practices/rules/advanced-init-once.md +0 -42
- package/template/.agents/skills/code/vercel-react-best-practices/rules/advanced-use-latest.md +0 -39
- package/template/.agents/skills/code/vercel-react-best-practices/rules/async-api-routes.md +0 -38
- package/template/.agents/skills/code/vercel-react-best-practices/rules/async-cheap-condition-before-await.md +0 -37
- package/template/.agents/skills/code/vercel-react-best-practices/rules/async-defer-await.md +0 -82
- package/template/.agents/skills/code/vercel-react-best-practices/rules/async-dependencies.md +0 -51
- package/template/.agents/skills/code/vercel-react-best-practices/rules/async-parallel.md +0 -28
- package/template/.agents/skills/code/vercel-react-best-practices/rules/async-suspense-boundaries.md +0 -99
- package/template/.agents/skills/code/vercel-react-best-practices/rules/bundle-analyzable-paths.md +0 -63
- package/template/.agents/skills/code/vercel-react-best-practices/rules/bundle-barrel-imports.md +0 -60
- package/template/.agents/skills/code/vercel-react-best-practices/rules/bundle-conditional.md +0 -31
- package/template/.agents/skills/code/vercel-react-best-practices/rules/bundle-defer-third-party.md +0 -49
- package/template/.agents/skills/code/vercel-react-best-practices/rules/bundle-dynamic-imports.md +0 -35
- package/template/.agents/skills/code/vercel-react-best-practices/rules/bundle-preload.md +0 -50
- package/template/.agents/skills/code/vercel-react-best-practices/rules/client-event-listeners.md +0 -74
- package/template/.agents/skills/code/vercel-react-best-practices/rules/client-localstorage-schema.md +0 -71
- package/template/.agents/skills/code/vercel-react-best-practices/rules/client-passive-event-listeners.md +0 -48
- package/template/.agents/skills/code/vercel-react-best-practices/rules/client-swr-dedup.md +0 -56
- package/template/.agents/skills/code/vercel-react-best-practices/rules/js-batch-dom-css.md +0 -107
- package/template/.agents/skills/code/vercel-react-best-practices/rules/js-cache-function-results.md +0 -80
- package/template/.agents/skills/code/vercel-react-best-practices/rules/js-cache-property-access.md +0 -28
- package/template/.agents/skills/code/vercel-react-best-practices/rules/js-cache-storage.md +0 -70
- package/template/.agents/skills/code/vercel-react-best-practices/rules/js-combine-iterations.md +0 -32
- package/template/.agents/skills/code/vercel-react-best-practices/rules/js-early-exit.md +0 -50
- package/template/.agents/skills/code/vercel-react-best-practices/rules/js-flatmap-filter.md +0 -60
- package/template/.agents/skills/code/vercel-react-best-practices/rules/js-hoist-regexp.md +0 -45
- package/template/.agents/skills/code/vercel-react-best-practices/rules/js-index-maps.md +0 -37
- package/template/.agents/skills/code/vercel-react-best-practices/rules/js-length-check-first.md +0 -49
- package/template/.agents/skills/code/vercel-react-best-practices/rules/js-min-max-loop.md +0 -82
- package/template/.agents/skills/code/vercel-react-best-practices/rules/js-request-idle-callback.md +0 -105
- package/template/.agents/skills/code/vercel-react-best-practices/rules/js-set-map-lookups.md +0 -24
- package/template/.agents/skills/code/vercel-react-best-practices/rules/js-tosorted-immutable.md +0 -57
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-activity.md +0 -26
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +0 -47
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-conditional-render.md +0 -40
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-content-visibility.md +0 -38
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-hoist-jsx.md +0 -46
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +0 -82
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-hydration-suppress-warning.md +0 -30
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-resource-hints.md +0 -85
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-script-defer-async.md +0 -68
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-svg-precision.md +0 -28
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-usetransition-loading.md +0 -75
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-defer-reads.md +0 -39
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-dependencies.md +0 -45
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-derived-state-no-effect.md +0 -40
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-derived-state.md +0 -29
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-functional-setstate.md +0 -74
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-lazy-state-init.md +0 -58
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-memo-with-default-value.md +0 -38
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-memo.md +0 -44
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-move-effect-to-event.md +0 -45
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-no-inline-components.md +0 -82
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +0 -35
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-split-combined-hooks.md +0 -64
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-transitions.md +0 -40
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-use-deferred-value.md +0 -59
- package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-use-ref-transient-values.md +0 -73
- package/template/.agents/skills/code/vercel-react-best-practices/rules/server-after-nonblocking.md +0 -73
- package/template/.agents/skills/code/vercel-react-best-practices/rules/server-auth-actions.md +0 -96
- package/template/.agents/skills/code/vercel-react-best-practices/rules/server-cache-lru.md +0 -41
- package/template/.agents/skills/code/vercel-react-best-practices/rules/server-cache-react.md +0 -76
- package/template/.agents/skills/code/vercel-react-best-practices/rules/server-dedup-props.md +0 -65
- package/template/.agents/skills/code/vercel-react-best-practices/rules/server-hoist-static-io.md +0 -149
- package/template/.agents/skills/code/vercel-react-best-practices/rules/server-no-shared-module-state.md +0 -50
- package/template/.agents/skills/code/vercel-react-best-practices/rules/server-parallel-fetching.md +0 -83
- package/template/.agents/skills/code/vercel-react-best-practices/rules/server-parallel-nested-fetching.md +0 -34
- package/template/.agents/skills/code/vercel-react-best-practices/rules/server-serialization.md +0 -38
- package/template/.agents/skills/data/prisma-cli/SKILL.md +0 -265
- package/template/.agents/skills/data/prisma-cli/references/agent-safety.md +0 -27
- package/template/.agents/skills/data/prisma-cli/references/complete.md +0 -22
- package/template/.agents/skills/data/prisma-cli/references/db-execute.md +0 -78
- package/template/.agents/skills/data/prisma-cli/references/db-pull.md +0 -185
- package/template/.agents/skills/data/prisma-cli/references/db-push.md +0 -150
- package/template/.agents/skills/data/prisma-cli/references/db-seed.md +0 -188
- package/template/.agents/skills/data/prisma-cli/references/debug.md +0 -46
- package/template/.agents/skills/data/prisma-cli/references/dev.md +0 -157
- package/template/.agents/skills/data/prisma-cli/references/format.md +0 -48
- package/template/.agents/skills/data/prisma-cli/references/generate.md +0 -173
- package/template/.agents/skills/data/prisma-cli/references/init.md +0 -139
- package/template/.agents/skills/data/prisma-cli/references/mcp.md +0 -39
- package/template/.agents/skills/data/prisma-cli/references/migrate-deploy.md +0 -127
- package/template/.agents/skills/data/prisma-cli/references/migrate-dev.md +0 -145
- package/template/.agents/skills/data/prisma-cli/references/migrate-diff.md +0 -89
- package/template/.agents/skills/data/prisma-cli/references/migrate-reset.md +0 -80
- package/template/.agents/skills/data/prisma-cli/references/migrate-resolve.md +0 -57
- package/template/.agents/skills/data/prisma-cli/references/migrate-status.md +0 -65
- package/template/.agents/skills/data/prisma-cli/references/studio.md +0 -137
- package/template/.agents/skills/data/prisma-cli/references/validate.md +0 -53
- package/template/.agents/skills/data/prisma-client-api/SKILL.md +0 -216
- package/template/.agents/skills/data/prisma-client-api/references/client-methods.md +0 -223
- package/template/.agents/skills/data/prisma-client-api/references/constructor.md +0 -221
- package/template/.agents/skills/data/prisma-client-api/references/filters.md +0 -256
- package/template/.agents/skills/data/prisma-client-api/references/model-queries.md +0 -281
- package/template/.agents/skills/data/prisma-client-api/references/query-options.md +0 -276
- package/template/.agents/skills/data/prisma-client-api/references/raw-queries.md +0 -198
- package/template/.agents/skills/data/prisma-client-api/references/relations.md +0 -308
- package/template/.agents/skills/data/prisma-client-api/references/transactions.md +0 -184
- package/template/.agents/skills/design/impeccable/SKILL.md +0 -84
- package/template/.agents/skills/design/impeccable/reference/adapt.md +0 -312
- package/template/.agents/skills/design/impeccable/reference/adapt.native.md +0 -58
- package/template/.agents/skills/design/impeccable/reference/android.md +0 -46
- package/template/.agents/skills/design/impeccable/reference/animate.md +0 -89
- package/template/.agents/skills/design/impeccable/reference/audit.md +0 -136
- package/template/.agents/skills/design/impeccable/reference/audit.native.md +0 -139
- package/template/.agents/skills/design/impeccable/reference/bolder.md +0 -33
- package/template/.agents/skills/design/impeccable/reference/clarify.md +0 -94
- package/template/.agents/skills/design/impeccable/reference/colorize.md +0 -86
- package/template/.agents/skills/design/impeccable/reference/craft-floor.md +0 -44
- package/template/.agents/skills/design/impeccable/reference/craft.md +0 -5
- package/template/.agents/skills/design/impeccable/reference/critique.md +0 -806
- package/template/.agents/skills/design/impeccable/reference/degraded/asset-producer.md +0 -37
- package/template/.agents/skills/design/impeccable/reference/degraded/documenter.md +0 -24
- package/template/.agents/skills/design/impeccable/reference/degraded/finish-reviewer.md +0 -38
- package/template/.agents/skills/design/impeccable/reference/degraded/manual-edit-applier.md +0 -92
- package/template/.agents/skills/design/impeccable/reference/delight.md +0 -70
- package/template/.agents/skills/design/impeccable/reference/distill.md +0 -111
- package/template/.agents/skills/design/impeccable/reference/doctor.md +0 -54
- package/template/.agents/skills/design/impeccable/reference/document.md +0 -416
- package/template/.agents/skills/design/impeccable/reference/extract.md +0 -69
- package/template/.agents/skills/design/impeccable/reference/harden.md +0 -336
- package/template/.agents/skills/design/impeccable/reference/hooks.md +0 -111
- package/template/.agents/skills/design/impeccable/reference/init.md +0 -131
- package/template/.agents/skills/design/impeccable/reference/ios.md +0 -51
- package/template/.agents/skills/design/impeccable/reference/layout.md +0 -84
- package/template/.agents/skills/design/impeccable/reference/live-setup.md +0 -102
- package/template/.agents/skills/design/impeccable/reference/live.md +0 -323
- package/template/.agents/skills/design/impeccable/reference/new-work.md +0 -145
- package/template/.agents/skills/design/impeccable/reference/onboard.md +0 -234
- package/template/.agents/skills/design/impeccable/reference/operate.md +0 -61
- package/template/.agents/skills/design/impeccable/reference/optimize.md +0 -258
- package/template/.agents/skills/design/impeccable/reference/overdrive.md +0 -127
- package/template/.agents/skills/design/impeccable/reference/polish.md +0 -105
- package/template/.agents/skills/design/impeccable/reference/quieter.md +0 -99
- package/template/.agents/skills/design/impeccable/reference/routing.md +0 -18
- package/template/.agents/skills/design/impeccable/reference/shape.md +0 -59
- package/template/.agents/skills/design/impeccable/reference/typeset.md +0 -80
- package/template/.agents/skills/design/impeccable/reference/visualize.md +0 -46
- package/template/.agents/skills/design/impeccable/scripts/build-phase.mjs +0 -1022
- package/template/.agents/skills/design/impeccable/scripts/command-metadata.json +0 -94
- package/template/.agents/skills/design/impeccable/scripts/comp-diff.mjs +0 -391
- package/template/.agents/skills/design/impeccable/scripts/comp-spec.mjs +0 -513
- package/template/.agents/skills/design/impeccable/scripts/concept-seed.mjs +0 -814
- package/template/.agents/skills/design/impeccable/scripts/context-signals.mjs +0 -325
- package/template/.agents/skills/design/impeccable/scripts/context.mjs +0 -1565
- package/template/.agents/skills/design/impeccable/scripts/critique-storage.mjs +0 -473
- package/template/.agents/skills/design/impeccable/scripts/data/font-index-failures.json +0 -121
- package/template/.agents/skills/design/impeccable/scripts/data/font-index.json +0 -1
- package/template/.agents/skills/design/impeccable/scripts/detect-csp.mjs +0 -198
- package/template/.agents/skills/design/impeccable/scripts/detect.mjs +0 -30
- package/template/.agents/skills/design/impeccable/scripts/detector/browser/injected/index.mjs +0 -2204
- package/template/.agents/skills/design/impeccable/scripts/detector/cli/main.mjs +0 -432
- package/template/.agents/skills/design/impeccable/scripts/detector/design-system.mjs +0 -1311
- package/template/.agents/skills/design/impeccable/scripts/detector/detect-antipatterns-browser.js +0 -9043
- package/template/.agents/skills/design/impeccable/scripts/detector/detect-antipatterns.mjs +0 -51
- package/template/.agents/skills/design/impeccable/scripts/detector/engines/browser/detect-url.mjs +0 -434
- package/template/.agents/skills/design/impeccable/scripts/detector/engines/regex/detect-text.mjs +0 -1319
- package/template/.agents/skills/design/impeccable/scripts/detector/engines/static-html/css-cascade.mjs +0 -1241
- package/template/.agents/skills/design/impeccable/scripts/detector/engines/static-html/detect-html.mjs +0 -288
- package/template/.agents/skills/design/impeccable/scripts/detector/engines/visual/screenshot-contrast.mjs +0 -189
- package/template/.agents/skills/design/impeccable/scripts/detector/findings.mjs +0 -18
- package/template/.agents/skills/design/impeccable/scripts/detector/node/file-system.mjs +0 -213
- package/template/.agents/skills/design/impeccable/scripts/detector/profile/profiler.mjs +0 -166
- package/template/.agents/skills/design/impeccable/scripts/detector/registry/antipatterns.mjs +0 -635
- package/template/.agents/skills/design/impeccable/scripts/detector/rules/checks.mjs +0 -5681
- package/template/.agents/skills/design/impeccable/scripts/detector/shared/color.mjs +0 -596
- package/template/.agents/skills/design/impeccable/scripts/detector/shared/constants.mjs +0 -127
- package/template/.agents/skills/design/impeccable/scripts/detector/shared/fonts.mjs +0 -30
- package/template/.agents/skills/design/impeccable/scripts/detector/shared/inline-ignores.mjs +0 -148
- package/template/.agents/skills/design/impeccable/scripts/detector/shared/page.mjs +0 -7
- package/template/.agents/skills/design/impeccable/scripts/doctor.mjs +0 -329
- package/template/.agents/skills/design/impeccable/scripts/embed-prompt.mjs +0 -166
- package/template/.agents/skills/design/impeccable/scripts/font-match.mjs +0 -457
- package/template/.agents/skills/design/impeccable/scripts/generate-image.mjs +0 -447
- package/template/.agents/skills/design/impeccable/scripts/hook-admin.mjs +0 -819
- package/template/.agents/skills/design/impeccable/scripts/hook-before-edit.mjs +0 -538
- package/template/.agents/skills/design/impeccable/scripts/hook-lib.mjs +0 -2490
- package/template/.agents/skills/design/impeccable/scripts/hook.mjs +0 -79
- package/template/.agents/skills/design/impeccable/scripts/lib/artifact-schema.mjs +0 -93
- package/template/.agents/skills/design/impeccable/scripts/lib/composition-catalog.mjs +0 -200
- package/template/.agents/skills/design/impeccable/scripts/lib/concept-catalog.mjs +0 -396
- package/template/.agents/skills/design/impeccable/scripts/lib/design-parser.mjs +0 -880
- package/template/.agents/skills/design/impeccable/scripts/lib/font-fingerprint.mjs +0 -564
- package/template/.agents/skills/design/impeccable/scripts/lib/font-index.mjs +0 -130
- package/template/.agents/skills/design/impeccable/scripts/lib/hero-checks.mjs +0 -246
- package/template/.agents/skills/design/impeccable/scripts/lib/image-metrics.mjs +0 -306
- package/template/.agents/skills/design/impeccable/scripts/lib/impeccable-config.mjs +0 -640
- package/template/.agents/skills/design/impeccable/scripts/lib/impeccable-paths.mjs +0 -137
- package/template/.agents/skills/design/impeccable/scripts/lib/is-generated.mjs +0 -72
- package/template/.agents/skills/design/impeccable/scripts/lib/live-path-globs.mjs +0 -37
- package/template/.agents/skills/design/impeccable/scripts/lib/open-system-browser.mjs +0 -26
- package/template/.agents/skills/design/impeccable/scripts/lib/png.mjs +0 -281
- package/template/.agents/skills/design/impeccable/scripts/lib/provider.mjs +0 -5
- package/template/.agents/skills/design/impeccable/scripts/lib/raster.mjs +0 -194
- package/template/.agents/skills/design/impeccable/scripts/lib/roll-selection.mjs +0 -369
- package/template/.agents/skills/design/impeccable/scripts/lib/staleness-deep.mjs +0 -485
- package/template/.agents/skills/design/impeccable/scripts/lib/staleness-notice.mjs +0 -169
- package/template/.agents/skills/design/impeccable/scripts/lib/staleness.mjs +0 -533
- package/template/.agents/skills/design/impeccable/scripts/lib/surface-briefs.mjs +0 -149
- package/template/.agents/skills/design/impeccable/scripts/lib/target-args.mjs +0 -42
- package/template/.agents/skills/design/impeccable/scripts/lib/target-slug.mjs +0 -33
- package/template/.agents/skills/design/impeccable/scripts/lib/template-extensions.mjs +0 -146
- package/template/.agents/skills/design/impeccable/scripts/live/accept-css.mjs +0 -617
- package/template/.agents/skills/design/impeccable/scripts/live/accept-verify.mjs +0 -60
- package/template/.agents/skills/design/impeccable/scripts/live/browser-script-parts.mjs +0 -84
- package/template/.agents/skills/design/impeccable/scripts/live/completion.mjs +0 -28
- package/template/.agents/skills/design/impeccable/scripts/live/event-validation.mjs +0 -199
- package/template/.agents/skills/design/impeccable/scripts/live/frameworks/astro.mjs +0 -47
- package/template/.agents/skills/design/impeccable/scripts/live/frameworks/detect-utils.mjs +0 -73
- package/template/.agents/skills/design/impeccable/scripts/live/frameworks/index.mjs +0 -143
- package/template/.agents/skills/design/impeccable/scripts/live/frameworks/journal.mjs +0 -197
- package/template/.agents/skills/design/impeccable/scripts/live/frameworks/nextjs.mjs +0 -49
- package/template/.agents/skills/design/impeccable/scripts/live/frameworks/nuxt.mjs +0 -161
- package/template/.agents/skills/design/impeccable/scripts/live/frameworks/script-src.mjs +0 -17
- package/template/.agents/skills/design/impeccable/scripts/live/frameworks/static-html.mjs +0 -26
- package/template/.agents/skills/design/impeccable/scripts/live/frameworks/sveltekit.mjs +0 -71
- package/template/.agents/skills/design/impeccable/scripts/live/frameworks/tag-strategy.mjs +0 -247
- package/template/.agents/skills/design/impeccable/scripts/live/frameworks/tanstack-start.mjs +0 -70
- package/template/.agents/skills/design/impeccable/scripts/live/frameworks/vite-generic.mjs +0 -42
- package/template/.agents/skills/design/impeccable/scripts/live/generation-preflight.mjs +0 -149
- package/template/.agents/skills/design/impeccable/scripts/live/insert-ui.mjs +0 -458
- package/template/.agents/skills/design/impeccable/scripts/live/instructions.mjs +0 -142
- package/template/.agents/skills/design/impeccable/scripts/live/manual-apply.mjs +0 -939
- package/template/.agents/skills/design/impeccable/scripts/live/manual-edit-routes.mjs +0 -357
- package/template/.agents/skills/design/impeccable/scripts/live/manual-edits-buffer.mjs +0 -152
- package/template/.agents/skills/design/impeccable/scripts/live/poll-lanes.mjs +0 -14
- package/template/.agents/skills/design/impeccable/scripts/live/project-ignores.mjs +0 -139
- package/template/.agents/skills/design/impeccable/scripts/live/roots.mjs +0 -508
- package/template/.agents/skills/design/impeccable/scripts/live/session-store.mjs +0 -563
- package/template/.agents/skills/design/impeccable/scripts/live/source-lock.mjs +0 -105
- package/template/.agents/skills/design/impeccable/scripts/live/source-search.mjs +0 -105
- package/template/.agents/skills/design/impeccable/scripts/live/svelte-ast.mjs +0 -969
- package/template/.agents/skills/design/impeccable/scripts/live/svelte-component.mjs +0 -1366
- package/template/.agents/skills/design/impeccable/scripts/live/sveltekit-adapter.mjs +0 -304
- package/template/.agents/skills/design/impeccable/scripts/live/tanstack-adapter.mjs +0 -259
- package/template/.agents/skills/design/impeccable/scripts/live/ui-surfaces.mjs +0 -75
- package/template/.agents/skills/design/impeccable/scripts/live/vocabulary.mjs +0 -171
- package/template/.agents/skills/design/impeccable/scripts/live-accept.mjs +0 -938
- package/template/.agents/skills/design/impeccable/scripts/live-browser-dom.js +0 -146
- package/template/.agents/skills/design/impeccable/scripts/live-browser-ignores.js +0 -242
- package/template/.agents/skills/design/impeccable/scripts/live-browser-session.js +0 -123
- package/template/.agents/skills/design/impeccable/scripts/live-browser.js +0 -12551
- package/template/.agents/skills/design/impeccable/scripts/live-commit-manual-edits.mjs +0 -1200
- package/template/.agents/skills/design/impeccable/scripts/live-complete.mjs +0 -107
- package/template/.agents/skills/design/impeccable/scripts/live-copy-edit-agent.mjs +0 -800
- package/template/.agents/skills/design/impeccable/scripts/live-discard-manual-edits.mjs +0 -51
- package/template/.agents/skills/design/impeccable/scripts/live-inject.mjs +0 -463
- package/template/.agents/skills/design/impeccable/scripts/live-insert.mjs +0 -292
- package/template/.agents/skills/design/impeccable/scripts/live-manual-edit-evidence.mjs +0 -368
- package/template/.agents/skills/design/impeccable/scripts/live-poll.mjs +0 -430
- package/template/.agents/skills/design/impeccable/scripts/live-resume.mjs +0 -123
- package/template/.agents/skills/design/impeccable/scripts/live-server.mjs +0 -1698
- package/template/.agents/skills/design/impeccable/scripts/live-status.mjs +0 -71
- package/template/.agents/skills/design/impeccable/scripts/live-target.mjs +0 -30
- package/template/.agents/skills/design/impeccable/scripts/live-wrap.mjs +0 -927
- package/template/.agents/skills/design/impeccable/scripts/live.mjs +0 -334
- package/template/.agents/skills/design/impeccable/scripts/modern-screenshot.umd.js +0 -14
- package/template/.agents/skills/design/impeccable/scripts/palette.mjs +0 -628
- package/template/.agents/skills/design/impeccable/scripts/pin.mjs +0 -224
- package/template/.agents/skills/design/impeccable/scripts/serve-question.mjs +0 -1783
- package/template/.agents/skills/design/impeccable/scripts/surface-brief.mjs +0 -74
- package/template/.agents/skills/design/shadcn/SKILL.md +0 -277
- package/template/.agents/skills/design/shadcn/agents/openai.yml +0 -5
- package/template/.agents/skills/design/shadcn/assets/shadcn-small.png +0 -0
- package/template/.agents/skills/design/shadcn/assets/shadcn.png +0 -0
- package/template/.agents/skills/design/shadcn/cli.md +0 -290
- package/template/.agents/skills/design/shadcn/customization.md +0 -209
- package/template/.agents/skills/design/shadcn/evals/evals.json +0 -77
- package/template/.agents/skills/design/shadcn/mcp.md +0 -105
- package/template/.agents/skills/design/shadcn/registry.md +0 -277
- package/template/.agents/skills/design/shadcn/rules/base-vs-radix.md +0 -306
- package/template/.agents/skills/design/shadcn/rules/chat.md +0 -250
- package/template/.agents/skills/design/shadcn/rules/composition.md +0 -213
- package/template/.agents/skills/design/shadcn/rules/forms.md +0 -192
- package/template/.agents/skills/design/shadcn/rules/icons.md +0 -101
- package/template/.agents/skills/design/shadcn/rules/styling.md +0 -185
- package/template/.agents/skills/find-skills/SKILL.md +0 -141
- package/template/.agents/skills/hono/SKILL.md +0 -593
- package/template/.agents/skills/integrations/langfuse/SKILL.md +0 -150
- package/template/.agents/skills/integrations/langfuse/references/ci-cd.md +0 -41
- package/template/.agents/skills/integrations/langfuse/references/cli.md +0 -60
- package/template/.agents/skills/integrations/langfuse/references/create-dataset.md +0 -35
- package/template/.agents/skills/integrations/langfuse/references/error-analysis.md +0 -87
- package/template/.agents/skills/integrations/langfuse/references/instrumentation.md +0 -121
- package/template/.agents/skills/integrations/langfuse/references/judge-calibration.md +0 -293
- package/template/.agents/skills/integrations/langfuse/references/prompt-engineering.md +0 -35
- package/template/.agents/skills/integrations/langfuse/references/prompt-migration.md +0 -79
- package/template/.agents/skills/integrations/langfuse/references/sdk-upgrade.md +0 -34
- package/template/.agents/skills/integrations/langfuse/references/setting-up-evals.md +0 -65
- package/template/.agents/skills/integrations/langfuse/references/skill-feedback.md +0 -35
- package/template/.agents/skills/integrations/langfuse/references/trace-evaluator-upgrade.md +0 -76
- package/template/.agents/skills/integrations/langfuse/references/user-feedback.md +0 -66
- package/template/.agents/skills/integrations/langfuse/references/v4-project-migration.md +0 -75
- package/template/.agents/skills/integrations/posthog/SKILL.md +0 -102
- package/template/.agents/skills/integrations/posthog/references/error-tracking-alerts.md +0 -63
- package/template/.agents/skills/integrations/posthog/references/error-tracking-assigning-issues.md +0 -77
- package/template/.agents/skills/integrations/posthog/references/error-tracking-fingerprints.md +0 -57
- package/template/.agents/skills/integrations/posthog/references/error-tracking-monitoring.md +0 -140
- package/template/.agents/skills/integrations/posthog/references/error-tracking-nextjs.md +0 -490
- package/template/.agents/skills/integrations/posthog/references/error-tracking-source-maps.md +0 -45
- package/template/.agents/skills/integrations/posthog/references/feature-flags-best-practices.md +0 -139
- package/template/.agents/skills/integrations/posthog/references/feature-flags-react.md +0 -302
- package/template/.agents/skills/integrations/posthog/references/identify-users.md +0 -202
- package/template/.agents/skills/integrations/posthog/references/integration-example.md +0 -706
- package/template/.agents/skills/integrations/posthog/references/integration-nextjs.md +0 -385
- package/template/.agents/skills/integrations/posthog/references/integration-step-1-begin.md +0 -43
- package/template/.agents/skills/integrations/posthog/references/integration-step-2-edit.md +0 -37
- package/template/.agents/skills/integrations/posthog/references/integration-step-3-revise.md +0 -22
- package/template/.agents/skills/integrations/posthog/references/integration-step-4-conclude.md +0 -38
- package/template/.agents/skills/integrations/posthog/references/llm-analytics-anthropic.md +0 -200
- package/template/.agents/skills/integrations/posthog/references/llm-analytics-basics.md +0 -62
- package/template/.agents/skills/integrations/posthog/references/llm-analytics-costs.md +0 -197
- package/template/.agents/skills/integrations/posthog/references/llm-analytics-manual-capture.md +0 -397
- package/template/.agents/skills/integrations/posthog/references/llm-analytics-traces.md +0 -98
- package/template/.agents/skills/integrations/posthog/references/llm-analytics-vercel-ai.md +0 -120
- package/template/.agents/skills/repo/repo-ci/SKILL.md +0 -265
- package/template/.agents/skills/repo/repo-init-next-js/SKILL.md +0 -129
- package/template/.agents/skills/repo/repo-init-next-js/references/file-contents.md +0 -800
- package/template/.agents/skills/repo/repo-init-next-js/scripts/setup.sh +0 -47
- package/template/.agents/skills/repo/repo-init-node/SKILL.md +0 -196
- package/template/.agents/skills/skill-creator/LICENSE.txt +0 -202
- package/template/.agents/skills/skill-creator/SKILL.md +0 -485
- package/template/.agents/skills/skill-creator/agents/analyzer.md +0 -274
- package/template/.agents/skills/skill-creator/agents/comparator.md +0 -202
- package/template/.agents/skills/skill-creator/agents/grader.md +0 -223
- package/template/.agents/skills/skill-creator/assets/eval_review.html +0 -146
- package/template/.agents/skills/skill-creator/eval-viewer/generate_review.py +0 -471
- package/template/.agents/skills/skill-creator/eval-viewer/viewer.html +0 -1325
- package/template/.agents/skills/skill-creator/references/schemas.md +0 -430
- package/template/.agents/skills/skill-creator/scripts/__init__.py +0 -0
- package/template/.agents/skills/skill-creator/scripts/aggregate_benchmark.py +0 -401
- package/template/.agents/skills/skill-creator/scripts/generate_report.py +0 -326
- package/template/.agents/skills/skill-creator/scripts/improve_description.py +0 -247
- package/template/.agents/skills/skill-creator/scripts/package_skill.py +0 -136
- package/template/.agents/skills/skill-creator/scripts/quick_validate.py +0 -103
- package/template/.agents/skills/skill-creator/scripts/run_eval.py +0 -310
- package/template/.agents/skills/skill-creator/scripts/run_loop.py +0 -328
- package/template/.agents/skills/skill-creator/scripts/utils.py +0 -47
- package/template/.agents/skills/supabase/CHANGELOG.md +0 -78
- package/template/.agents/skills/supabase/SKILL.md +0 -149
- package/template/.agents/skills/supabase/assets/feedback-issue-template.md +0 -17
- package/template/.agents/skills/supabase/references/skill-feedback.md +0 -17
- package/template/.agents/skills/supabase-postgres-best-practices/CHANGELOG.md +0 -73
- package/template/.agents/skills/supabase-postgres-best-practices/SKILL.md +0 -64
- package/template/.agents/skills/supabase-postgres-best-practices/references/_contributing.md +0 -170
- package/template/.agents/skills/supabase-postgres-best-practices/references/_sections.md +0 -39
- package/template/.agents/skills/supabase-postgres-best-practices/references/_template.md +0 -34
- package/template/.agents/skills/supabase-postgres-best-practices/references/advanced-full-text-search.md +0 -55
- package/template/.agents/skills/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md +0 -49
- package/template/.agents/skills/supabase-postgres-best-practices/references/conn-idle-timeout.md +0 -46
- package/template/.agents/skills/supabase-postgres-best-practices/references/conn-limits.md +0 -44
- package/template/.agents/skills/supabase-postgres-best-practices/references/conn-pooling.md +0 -41
- package/template/.agents/skills/supabase-postgres-best-practices/references/conn-prepared-statements.md +0 -46
- package/template/.agents/skills/supabase-postgres-best-practices/references/data-batch-inserts.md +0 -54
- package/template/.agents/skills/supabase-postgres-best-practices/references/data-n-plus-one.md +0 -53
- package/template/.agents/skills/supabase-postgres-best-practices/references/data-pagination.md +0 -50
- package/template/.agents/skills/supabase-postgres-best-practices/references/data-upsert.md +0 -50
- package/template/.agents/skills/supabase-postgres-best-practices/references/lock-advisory.md +0 -56
- package/template/.agents/skills/supabase-postgres-best-practices/references/lock-deadlock-prevention.md +0 -68
- package/template/.agents/skills/supabase-postgres-best-practices/references/lock-short-transactions.md +0 -50
- package/template/.agents/skills/supabase-postgres-best-practices/references/lock-skip-locked.md +0 -54
- package/template/.agents/skills/supabase-postgres-best-practices/references/monitor-explain-analyze.md +0 -45
- package/template/.agents/skills/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md +0 -55
- package/template/.agents/skills/supabase-postgres-best-practices/references/monitor-vacuum-analyze.md +0 -55
- package/template/.agents/skills/supabase-postgres-best-practices/references/query-composite-indexes.md +0 -44
- package/template/.agents/skills/supabase-postgres-best-practices/references/query-covering-indexes.md +0 -40
- package/template/.agents/skills/supabase-postgres-best-practices/references/query-index-types.md +0 -48
- package/template/.agents/skills/supabase-postgres-best-practices/references/query-missing-indexes.md +0 -43
- package/template/.agents/skills/supabase-postgres-best-practices/references/query-partial-indexes.md +0 -45
- package/template/.agents/skills/supabase-postgres-best-practices/references/schema-constraints.md +0 -80
- package/template/.agents/skills/supabase-postgres-best-practices/references/schema-data-types.md +0 -46
- package/template/.agents/skills/supabase-postgres-best-practices/references/schema-foreign-key-indexes.md +0 -59
- package/template/.agents/skills/supabase-postgres-best-practices/references/schema-lowercase-identifiers.md +0 -55
- package/template/.agents/skills/supabase-postgres-best-practices/references/schema-partitioning.md +0 -55
- package/template/.agents/skills/supabase-postgres-best-practices/references/schema-primary-keys.md +0 -61
- package/template/.agents/skills/supabase-postgres-best-practices/references/security-privileges.md +0 -54
- package/template/.agents/skills/supabase-postgres-best-practices/references/security-rls-basics.md +0 -50
- package/template/.agents/skills/supabase-postgres-best-practices/references/security-rls-performance.md +0 -63
- package/template/.agents/skills/writing/humanizer/LICENSE +0 -21
- package/template/.agents/skills/writing/humanizer/README.md +0 -209
- package/template/.agents/skills/writing/humanizer/SKILL.md +0 -456
- package/template/.agents/upstreams.json +0 -115
|
@@ -1,1241 +0,0 @@
|
|
|
1
|
-
import fs from 'node:fs';
|
|
2
|
-
import path from 'node:path';
|
|
3
|
-
|
|
4
|
-
import { profileStep, recordProfileEvent } from '../../profile/profiler.mjs';
|
|
5
|
-
import { CSS_NAMED_COLORS, collectCssCustomProps, cssLengthToPx, parseAnyColor, resolveLengthPx, resolveVarRefs } from '../../rules/checks.mjs';
|
|
6
|
-
|
|
7
|
-
// ---------------------------------------------------------------------------
|
|
8
|
-
// jsdom CSS-variable border override map
|
|
9
|
-
// ---------------------------------------------------------------------------
|
|
10
|
-
//
|
|
11
|
-
// jsdom's CSSOM silently drops any border shorthand that contains a var()
|
|
12
|
-
// reference — the computed style for the element then shows empty width,
|
|
13
|
-
// empty style, and a default black color. That's enough to hide the most
|
|
14
|
-
// common real-world side-tab pattern in AI-generated pages:
|
|
15
|
-
//
|
|
16
|
-
// :root { --brand: #87a8ff; }
|
|
17
|
-
// .card { border-left: 5px solid var(--brand); border-radius: 4px; }
|
|
18
|
-
//
|
|
19
|
-
// Real browsers (and therefore the browser detector path) resolve var()
|
|
20
|
-
// natively, so this only affects the Node jsdom path.
|
|
21
|
-
//
|
|
22
|
-
// This pre-pass walks the stylesheets, finds any rule whose per-side or
|
|
23
|
-
// all-sides border property contains var(), resolves the var() against
|
|
24
|
-
// :root-level custom properties (read from the documentElement's computed
|
|
25
|
-
// style, which jsdom DOES handle correctly), and attaches the resolved
|
|
26
|
-
// width+color to every element that matches the rule's selector. The
|
|
27
|
-
// Node-side `checkElementBorders` adapter consumes that map as a fallback
|
|
28
|
-
// whenever jsdom's computed style came back empty.
|
|
29
|
-
//
|
|
30
|
-
// Limitations (intentional, to keep the pass simple):
|
|
31
|
-
// * Only :root-level custom properties are resolved. Scoped overrides on
|
|
32
|
-
// descendants are not tracked — uncommon in practice and would require
|
|
33
|
-
// a per-element cascade walk.
|
|
34
|
-
// * @media / @supports wrapped rules are ignored (jsdom often mishandles
|
|
35
|
-
// these anyway).
|
|
36
|
-
// * The fallback only fills sides that jsdom left empty, so any rule
|
|
37
|
-
// whose border parses normally still wins via the computed style.
|
|
38
|
-
|
|
39
|
-
const BORDER_SHORTHAND_RE = /^(\d+(?:\.\d+)?)px\s+(solid|dashed|dotted|double|groove|ridge|inset|outset)\s+(.+)$/i;
|
|
40
|
-
|
|
41
|
-
// isNeutralColor only understands rgba()/oklch()/lch()/lab()/hsl()/hwb().
|
|
42
|
-
// CSS variables typically hold hex or named colors, so normalize those to
|
|
43
|
-
// rgb() before handing the value off to the shared check. Anything we don't
|
|
44
|
-
// recognise is passed through unchanged — isNeutralColor then treats it as
|
|
45
|
-
// non-neutral, which is the safer default (matches the oklch-era bugfix).
|
|
46
|
-
const NAMED_COLORS = {
|
|
47
|
-
white: [255, 255, 255], black: [0, 0, 0], gray: [128, 128, 128],
|
|
48
|
-
grey: [128, 128, 128], silver: [192, 192, 192], red: [255, 0, 0],
|
|
49
|
-
green: [0, 128, 0], blue: [0, 0, 255], yellow: [255, 255, 0],
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
function normalizeColorForCheck(value) {
|
|
53
|
-
if (!value) return value;
|
|
54
|
-
const v = value.trim();
|
|
55
|
-
const hex6 = v.match(/^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i);
|
|
56
|
-
if (hex6) {
|
|
57
|
-
const [r, g, b] = [parseInt(hex6[1], 16), parseInt(hex6[2], 16), parseInt(hex6[3], 16)];
|
|
58
|
-
return `rgb(${r}, ${g}, ${b})`;
|
|
59
|
-
}
|
|
60
|
-
const hex3 = v.match(/^#([0-9a-f])([0-9a-f])([0-9a-f])$/i);
|
|
61
|
-
if (hex3) {
|
|
62
|
-
const [r, g, b] = [
|
|
63
|
-
parseInt(hex3[1] + hex3[1], 16),
|
|
64
|
-
parseInt(hex3[2] + hex3[2], 16),
|
|
65
|
-
parseInt(hex3[3] + hex3[3], 16),
|
|
66
|
-
];
|
|
67
|
-
return `rgb(${r}, ${g}, ${b})`;
|
|
68
|
-
}
|
|
69
|
-
const named = NAMED_COLORS[v.toLowerCase()];
|
|
70
|
-
if (named) return `rgb(${named[0]}, ${named[1]}, ${named[2]})`;
|
|
71
|
-
return v;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
function buildBorderOverrideMap(document, window) {
|
|
75
|
-
const map = new Map();
|
|
76
|
-
const rootStyle = window.getComputedStyle(document.documentElement);
|
|
77
|
-
|
|
78
|
-
function resolveVar(value, depth = 0) {
|
|
79
|
-
if (!value || depth > 10 || !value.includes('var(')) return value;
|
|
80
|
-
return value.replace(
|
|
81
|
-
/var\(\s*(--[\w-]+)\s*(?:,\s*([^)]+))?\s*\)/g,
|
|
82
|
-
(_, name, fallback) => {
|
|
83
|
-
const v = rootStyle.getPropertyValue(name).trim();
|
|
84
|
-
if (v) return resolveVar(v, depth + 1);
|
|
85
|
-
if (fallback) return resolveVar(fallback.trim(), depth + 1);
|
|
86
|
-
return '';
|
|
87
|
-
}
|
|
88
|
-
);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
function parseShorthand(text) {
|
|
92
|
-
const m = text.trim().match(BORDER_SHORTHAND_RE);
|
|
93
|
-
if (!m) return null;
|
|
94
|
-
return { width: parseFloat(m[1]), color: normalizeColorForCheck(m[3]) };
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// Read from the per-property accessors on rule.style. jsdom preserves
|
|
98
|
-
// each border-* shorthand it parsed, even when the overall cssText has
|
|
99
|
-
// been truncated (e.g. a `border: 1px solid var(...)` followed by a
|
|
100
|
-
// `border-left: ...` loses the first declaration but keeps the second).
|
|
101
|
-
const SIDE_PROPS = [
|
|
102
|
-
['borderLeft', 'Left'],
|
|
103
|
-
['borderRight', 'Right'],
|
|
104
|
-
['borderTop', 'Top'],
|
|
105
|
-
['borderBottom', 'Bottom'],
|
|
106
|
-
['borderInlineStart', 'Left'],
|
|
107
|
-
['borderInlineEnd', 'Right'],
|
|
108
|
-
];
|
|
109
|
-
|
|
110
|
-
for (const sheet of document.styleSheets) {
|
|
111
|
-
let rules;
|
|
112
|
-
try { rules = sheet.cssRules || []; } catch { continue; }
|
|
113
|
-
for (const rule of rules) {
|
|
114
|
-
// CSSStyleRule only; skip @media / @keyframes / @supports wrappers.
|
|
115
|
-
if (rule.type !== 1 || !rule.style || !rule.selectorText) continue;
|
|
116
|
-
|
|
117
|
-
const perSide = {};
|
|
118
|
-
|
|
119
|
-
for (const [prop, side] of SIDE_PROPS) {
|
|
120
|
-
const val = rule.style[prop];
|
|
121
|
-
if (!val || !val.includes('var(')) continue;
|
|
122
|
-
const parsed = parseShorthand(resolveVar(val));
|
|
123
|
-
if (parsed && parsed.color) perSide[side] = parsed;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
// Uniform `border: <w> <style> var(...)` applies to every side the
|
|
127
|
-
// per-side map didn't already claim.
|
|
128
|
-
const borderAll = rule.style.border;
|
|
129
|
-
if (borderAll && borderAll.includes('var(')) {
|
|
130
|
-
const parsed = parseShorthand(resolveVar(borderAll));
|
|
131
|
-
if (parsed && parsed.color) {
|
|
132
|
-
for (const s of ['Top', 'Right', 'Bottom', 'Left']) {
|
|
133
|
-
if (!perSide[s]) perSide[s] = parsed;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
// Longhand `border-*-color: var(...)` with width/style in separate
|
|
139
|
-
// declarations. Rare in AI-generated pages, but cheap to cover.
|
|
140
|
-
for (const [prop, side] of [
|
|
141
|
-
['borderLeftColor', 'Left'],
|
|
142
|
-
['borderRightColor', 'Right'],
|
|
143
|
-
['borderTopColor', 'Top'],
|
|
144
|
-
['borderBottomColor', 'Bottom'],
|
|
145
|
-
]) {
|
|
146
|
-
const val = rule.style[prop];
|
|
147
|
-
if (!val || !val.includes('var(')) continue;
|
|
148
|
-
const resolved = resolveVar(val).trim();
|
|
149
|
-
if (!resolved) continue;
|
|
150
|
-
// Width may or may not come from this rule — that's fine; the
|
|
151
|
-
// adapter only substitutes the color when jsdom left it as a
|
|
152
|
-
// literal var() string.
|
|
153
|
-
if (!perSide[side]) perSide[side] = { width: 0, color: normalizeColorForCheck(resolved) };
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
if (Object.keys(perSide).length === 0) continue;
|
|
157
|
-
|
|
158
|
-
let matched;
|
|
159
|
-
try { matched = document.querySelectorAll(rule.selectorText); }
|
|
160
|
-
catch { continue; }
|
|
161
|
-
|
|
162
|
-
for (const el of matched) {
|
|
163
|
-
const existing = map.get(el);
|
|
164
|
-
if (existing) {
|
|
165
|
-
// Later rules overwrite earlier ones — approximates source-order
|
|
166
|
-
// cascade for equal-specificity rules and is good enough for the
|
|
167
|
-
// uncontested var()-dropped sides we're trying to recover.
|
|
168
|
-
Object.assign(existing, perSide);
|
|
169
|
-
} else {
|
|
170
|
-
map.set(el, { ...perSide });
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
return map;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
// Strip `@layer NAME { … }` wrappers from a CSS / HTML source, leaving
|
|
180
|
-
// the inner rules as flat CSS. jsdom doesn't implement CSS @layer, so
|
|
181
|
-
// any rule inside a layer block becomes invisible to getComputedStyle.
|
|
182
|
-
// Tailwind v4 makes this ubiquitous: every utility class lives in
|
|
183
|
-
// `@layer utilities`, and Preflight lives in `@layer base`. Without
|
|
184
|
-
// unwrapping, every Tailwind-styled element returns empty computed
|
|
185
|
-
// styles. We walk the source character-by-character, balancing braces
|
|
186
|
-
// so we correctly handle nested style rules inside the layer block.
|
|
187
|
-
function unwrapCssAtLayer(source) {
|
|
188
|
-
if (!source || !source.includes('@layer')) return source;
|
|
189
|
-
// Find `@layer <name>? {` openers. The match starts at the @, and
|
|
190
|
-
// we then balance braces from the opening { onward.
|
|
191
|
-
const re = /@layer\b[^{;]*\{/g;
|
|
192
|
-
let out = '';
|
|
193
|
-
let lastIdx = 0;
|
|
194
|
-
let m;
|
|
195
|
-
while ((m = re.exec(source)) !== null) {
|
|
196
|
-
const openStart = m.index;
|
|
197
|
-
const openEnd = m.index + m[0].length; // position right after `{`
|
|
198
|
-
let depth = 1;
|
|
199
|
-
let i = openEnd;
|
|
200
|
-
while (i < source.length && depth > 0) {
|
|
201
|
-
const c = source.charCodeAt(i);
|
|
202
|
-
if (c === 0x7b /* { */) depth++;
|
|
203
|
-
else if (c === 0x7d /* } */) depth--;
|
|
204
|
-
i++;
|
|
205
|
-
}
|
|
206
|
-
if (depth !== 0) {
|
|
207
|
-
// Unbalanced — bail and return source unchanged.
|
|
208
|
-
return source;
|
|
209
|
-
}
|
|
210
|
-
// Emit everything before the @layer, then the inner contents
|
|
211
|
-
// (between the opening { and the matched closing }), then advance.
|
|
212
|
-
out += source.slice(lastIdx, openStart);
|
|
213
|
-
out += source.slice(openEnd, i - 1); // i-1 = position of the closing }
|
|
214
|
-
lastIdx = i;
|
|
215
|
-
re.lastIndex = i;
|
|
216
|
-
}
|
|
217
|
-
out += source.slice(lastIdx);
|
|
218
|
-
return out;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
// ---------------------------------------------------------------------------
|
|
222
|
-
// Static HTML/CSS detection (default for local HTML files)
|
|
223
|
-
// ---------------------------------------------------------------------------
|
|
224
|
-
|
|
225
|
-
const STATIC_INHERITED_PROPS = new Set([
|
|
226
|
-
'color', 'fontFamily', 'fontSize', 'fontStyle', 'fontWeight', 'fontVariant',
|
|
227
|
-
'lineHeight', 'letterSpacing', 'textTransform', 'textAlign', 'hyphens',
|
|
228
|
-
'webkitHyphens',
|
|
229
|
-
// visibility inherits in real CSS, and the invisible-at-rest contrast skip
|
|
230
|
-
// relies on descendants of a hidden container computing as hidden. A child
|
|
231
|
-
// that declares `visibility: visible` still overrides the inherited value.
|
|
232
|
-
'visibility',
|
|
233
|
-
]);
|
|
234
|
-
|
|
235
|
-
const STATIC_DEFAULT_STYLE = {
|
|
236
|
-
color: 'rgb(0, 0, 0)',
|
|
237
|
-
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
238
|
-
backgroundImage: 'none',
|
|
239
|
-
borderTopWidth: '0px',
|
|
240
|
-
borderRightWidth: '0px',
|
|
241
|
-
borderBottomWidth: '0px',
|
|
242
|
-
borderLeftWidth: '0px',
|
|
243
|
-
borderTopColor: 'rgb(0, 0, 0)',
|
|
244
|
-
borderRightColor: 'rgb(0, 0, 0)',
|
|
245
|
-
borderBottomColor: 'rgb(0, 0, 0)',
|
|
246
|
-
borderLeftColor: 'rgb(0, 0, 0)',
|
|
247
|
-
borderRadius: '0px',
|
|
248
|
-
outlineWidth: '0px',
|
|
249
|
-
outlineColor: 'rgb(0, 0, 0)',
|
|
250
|
-
outlineStyle: 'none',
|
|
251
|
-
boxShadow: 'none',
|
|
252
|
-
// NOT in STATIC_INHERITED_PROPS even though text-shadow inherits in real
|
|
253
|
-
// CSS: the glow check only needs to fire once, on the element that
|
|
254
|
-
// declares the shadow, not on every descendant.
|
|
255
|
-
textShadow: 'none',
|
|
256
|
-
fontFamily: '',
|
|
257
|
-
fontSize: '16px',
|
|
258
|
-
fontStyle: 'normal',
|
|
259
|
-
fontVariant: 'normal',
|
|
260
|
-
fontWeight: '400',
|
|
261
|
-
lineHeight: 'normal',
|
|
262
|
-
letterSpacing: 'normal',
|
|
263
|
-
textTransform: 'none',
|
|
264
|
-
textAlign: 'start',
|
|
265
|
-
hyphens: 'manual',
|
|
266
|
-
webkitHyphens: 'manual',
|
|
267
|
-
transitionProperty: '',
|
|
268
|
-
transitionTimingFunction: '',
|
|
269
|
-
animationName: '',
|
|
270
|
-
animationTimingFunction: '',
|
|
271
|
-
webkitBackgroundClip: '',
|
|
272
|
-
backgroundClip: '',
|
|
273
|
-
width: '',
|
|
274
|
-
height: '',
|
|
275
|
-
paddingTop: '0px',
|
|
276
|
-
paddingRight: '0px',
|
|
277
|
-
paddingBottom: '0px',
|
|
278
|
-
paddingLeft: '0px',
|
|
279
|
-
marginTop: '0px',
|
|
280
|
-
marginRight: '0px',
|
|
281
|
-
marginBottom: '0px',
|
|
282
|
-
marginLeft: '0px',
|
|
283
|
-
position: 'static',
|
|
284
|
-
visibility: 'visible',
|
|
285
|
-
opacity: '1',
|
|
286
|
-
top: 'auto',
|
|
287
|
-
right: 'auto',
|
|
288
|
-
bottom: 'auto',
|
|
289
|
-
left: 'auto',
|
|
290
|
-
inset: '',
|
|
291
|
-
display: '',
|
|
292
|
-
overflow: 'visible',
|
|
293
|
-
overflowX: 'visible',
|
|
294
|
-
overflowY: 'visible',
|
|
295
|
-
};
|
|
296
|
-
|
|
297
|
-
const STATIC_PROP_MAP = {
|
|
298
|
-
'background-color': 'backgroundColor',
|
|
299
|
-
'background-image': 'backgroundImage',
|
|
300
|
-
'background-clip': 'backgroundClip',
|
|
301
|
-
'-webkit-background-clip': 'webkitBackgroundClip',
|
|
302
|
-
'border-radius': 'borderRadius',
|
|
303
|
-
'border-top-width': 'borderTopWidth',
|
|
304
|
-
'border-right-width': 'borderRightWidth',
|
|
305
|
-
'border-bottom-width': 'borderBottomWidth',
|
|
306
|
-
'border-left-width': 'borderLeftWidth',
|
|
307
|
-
'border-top-color': 'borderTopColor',
|
|
308
|
-
'border-right-color': 'borderRightColor',
|
|
309
|
-
'border-bottom-color': 'borderBottomColor',
|
|
310
|
-
'border-left-color': 'borderLeftColor',
|
|
311
|
-
'outline-width': 'outlineWidth',
|
|
312
|
-
'outline-color': 'outlineColor',
|
|
313
|
-
'outline-style': 'outlineStyle',
|
|
314
|
-
'box-shadow': 'boxShadow',
|
|
315
|
-
'text-shadow': 'textShadow',
|
|
316
|
-
'font-family': 'fontFamily',
|
|
317
|
-
'font-size': 'fontSize',
|
|
318
|
-
'font-style': 'fontStyle',
|
|
319
|
-
'font-weight': 'fontWeight',
|
|
320
|
-
'line-height': 'lineHeight',
|
|
321
|
-
'letter-spacing': 'letterSpacing',
|
|
322
|
-
'text-transform': 'textTransform',
|
|
323
|
-
'text-align': 'textAlign',
|
|
324
|
-
'hyphens': 'hyphens',
|
|
325
|
-
'-webkit-hyphens': 'webkitHyphens',
|
|
326
|
-
'transition-property': 'transitionProperty',
|
|
327
|
-
'transition-timing-function': 'transitionTimingFunction',
|
|
328
|
-
'animation-name': 'animationName',
|
|
329
|
-
'animation-timing-function': 'animationTimingFunction',
|
|
330
|
-
'width': 'width',
|
|
331
|
-
'height': 'height',
|
|
332
|
-
'padding-top': 'paddingTop',
|
|
333
|
-
'padding-right': 'paddingRight',
|
|
334
|
-
'padding-bottom': 'paddingBottom',
|
|
335
|
-
'padding-left': 'paddingLeft',
|
|
336
|
-
'margin-top': 'marginTop',
|
|
337
|
-
'margin-right': 'marginRight',
|
|
338
|
-
'margin-bottom': 'marginBottom',
|
|
339
|
-
'margin-left': 'marginLeft',
|
|
340
|
-
'position': 'position',
|
|
341
|
-
'visibility': 'visibility',
|
|
342
|
-
'opacity': 'opacity',
|
|
343
|
-
'top': 'top',
|
|
344
|
-
'right': 'right',
|
|
345
|
-
'bottom': 'bottom',
|
|
346
|
-
'left': 'left',
|
|
347
|
-
'inset': 'inset',
|
|
348
|
-
'display': 'display',
|
|
349
|
-
'overflow': 'overflow',
|
|
350
|
-
'overflow-x': 'overflowX',
|
|
351
|
-
'overflow-y': 'overflowY',
|
|
352
|
-
};
|
|
353
|
-
|
|
354
|
-
// parseStaticColor tries parseAnyColor first, which already resolves every
|
|
355
|
-
// name in the shared CSS_NAMED_COLORS table. This fallback only carries the
|
|
356
|
-
// keywords parseAnyColor deliberately returns null for: the cascade needs
|
|
357
|
-
// `transparent` to read as an actual zero-alpha color.
|
|
358
|
-
const STATIC_NAMED_COLORS = {
|
|
359
|
-
transparent: { r: 0, g: 0, b: 0, a: 0 },
|
|
360
|
-
};
|
|
361
|
-
|
|
362
|
-
// Named-color alternation for plucking a color token out of shorthand values
|
|
363
|
-
// (issue #359: a hardcoded 9-name list here silently dropped `purple`,
|
|
364
|
-
// `crimson`, `teal`, ... from border shorthands, so the side defaulted to
|
|
365
|
-
// neutral black and side-tab never fired on .html files). Derived from the
|
|
366
|
-
// same table parseAnyColor resolves against, so extraction and parsing can't
|
|
367
|
-
// drift apart. Longest-first so names containing other names as substrings
|
|
368
|
-
// (rebeccapurple) are matched whole.
|
|
369
|
-
const NAMED_COLOR_TOKENS = [...Object.keys(CSS_NAMED_COLORS), ...Object.keys(STATIC_NAMED_COLORS)]
|
|
370
|
-
.sort((a, b) => b.length - a.length)
|
|
371
|
-
.join('|');
|
|
372
|
-
const STATIC_COLOR_TOKEN_RE = new RegExp(
|
|
373
|
-
`(?:rgba?\\([^)]+\\)|oklch\\([^)]+\\)|oklab\\([^)]+\\)|lch\\([^)]+\\)|lab\\([^)]+\\)|hsla?\\([^)]+\\)|hwb\\([^)]+\\)|#[0-9a-f]{3,8}\\b|\\b(?:${NAMED_COLOR_TOKENS})\\b)`,
|
|
374
|
-
'i'
|
|
375
|
-
);
|
|
376
|
-
|
|
377
|
-
function splitCssList(value) {
|
|
378
|
-
const parts = [];
|
|
379
|
-
let depth = 0, quote = '', start = 0;
|
|
380
|
-
for (let i = 0; i < value.length; i++) {
|
|
381
|
-
const ch = value[i];
|
|
382
|
-
if (quote) {
|
|
383
|
-
if (ch === quote && value[i - 1] !== '\\') quote = '';
|
|
384
|
-
continue;
|
|
385
|
-
}
|
|
386
|
-
if (ch === '"' || ch === "'") { quote = ch; continue; }
|
|
387
|
-
if (ch === '(' || ch === '[') depth++;
|
|
388
|
-
else if (ch === ')' || ch === ']') depth = Math.max(0, depth - 1);
|
|
389
|
-
else if (ch === ',' && depth === 0) {
|
|
390
|
-
parts.push(value.slice(start, i).trim());
|
|
391
|
-
start = i + 1;
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
const tail = value.slice(start).trim();
|
|
395
|
-
if (tail) parts.push(tail);
|
|
396
|
-
return parts;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
function splitCssTokens(value) {
|
|
400
|
-
const tokens = [];
|
|
401
|
-
let depth = 0, quote = '', current = '';
|
|
402
|
-
for (let i = 0; i < value.length; i++) {
|
|
403
|
-
const ch = value[i];
|
|
404
|
-
if (quote) {
|
|
405
|
-
current += ch;
|
|
406
|
-
if (ch === quote && value[i - 1] !== '\\') quote = '';
|
|
407
|
-
continue;
|
|
408
|
-
}
|
|
409
|
-
if (ch === '"' || ch === "'") { quote = ch; current += ch; continue; }
|
|
410
|
-
if (ch === '(') { depth++; current += ch; continue; }
|
|
411
|
-
if (ch === ')') { depth = Math.max(0, depth - 1); current += ch; continue; }
|
|
412
|
-
if (/\s/.test(ch) && depth === 0) {
|
|
413
|
-
if (current) { tokens.push(current); current = ''; }
|
|
414
|
-
continue;
|
|
415
|
-
}
|
|
416
|
-
current += ch;
|
|
417
|
-
}
|
|
418
|
-
if (current) tokens.push(current);
|
|
419
|
-
return tokens;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
function cssPropToCamel(prop) {
|
|
423
|
-
if (!prop) return prop;
|
|
424
|
-
const mapped = STATIC_PROP_MAP[prop];
|
|
425
|
-
if (mapped) return mapped;
|
|
426
|
-
return prop.replace(/-([a-z])/g, (_m, ch) => ch.toUpperCase());
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
function staticColorToCss(c) {
|
|
430
|
-
if (!c) return '';
|
|
431
|
-
if (c.a != null && c.a < 1) return `rgba(${c.r}, ${c.g}, ${c.b}, ${Number(c.a.toFixed(3))})`;
|
|
432
|
-
return `rgb(${c.r}, ${c.g}, ${c.b})`;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
function parseStaticColor(value) {
|
|
436
|
-
const parsed = parseAnyColor(value);
|
|
437
|
-
if (parsed) return parsed;
|
|
438
|
-
const named = STATIC_NAMED_COLORS[String(value || '').trim().toLowerCase()];
|
|
439
|
-
return named ? { ...named } : null;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
function extractStaticColor(value) {
|
|
443
|
-
if (!value) return '';
|
|
444
|
-
const raw = String(value).trim();
|
|
445
|
-
if (/^var\(/i.test(raw)) return raw;
|
|
446
|
-
// color-mix(...) needs balanced-paren capture (its arguments regularly
|
|
447
|
-
// contain nested var()/oklch() calls AND the keyword `transparent`, which
|
|
448
|
-
// the flat regex below would otherwise pluck out of the middle of the
|
|
449
|
-
// expression and report as the whole color).
|
|
450
|
-
const mixStart = raw.search(/color-mix\(/i);
|
|
451
|
-
if (mixStart !== -1) {
|
|
452
|
-
let depth = 0;
|
|
453
|
-
for (let i = raw.indexOf('(', mixStart); i < raw.length; i++) {
|
|
454
|
-
if (raw[i] === '(') depth++;
|
|
455
|
-
else if (raw[i] === ')') {
|
|
456
|
-
depth--;
|
|
457
|
-
if (depth === 0) return raw.slice(mixStart, i + 1);
|
|
458
|
-
}
|
|
459
|
-
}
|
|
460
|
-
return '';
|
|
461
|
-
}
|
|
462
|
-
const colorLike = raw.match(STATIC_COLOR_TOKEN_RE);
|
|
463
|
-
if (!colorLike) return '';
|
|
464
|
-
return colorLike[0];
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
function normalizeStaticCssValue(prop, value, customProps, parentStyle, currentStyle = null) {
|
|
468
|
-
let resolved = resolveVarRefs(String(value || '').trim(), customProps);
|
|
469
|
-
if (resolved === 'inherit') return parentStyle?.[prop] || STATIC_DEFAULT_STYLE[prop] || '';
|
|
470
|
-
const isModernBorderColor = /^border[A-Z][a-z]+Color$/.test(prop) && /^(?:oklch|oklab|lch|lab|hsl|hwb)\(/i.test(resolved);
|
|
471
|
-
if (!isModernBorderColor && (/color$/i.test(prop) || prop === 'color' || prop === 'backgroundColor')) {
|
|
472
|
-
const parsed = parseStaticColor(resolved);
|
|
473
|
-
if (parsed) resolved = staticColorToCss(parsed);
|
|
474
|
-
}
|
|
475
|
-
if (prop === 'fontSize') {
|
|
476
|
-
const base = parseFloat(parentStyle?.fontSize) || 16;
|
|
477
|
-
const px = resolveLengthPx(resolved, base);
|
|
478
|
-
if (px != null) resolved = `${px}px`;
|
|
479
|
-
}
|
|
480
|
-
if (prop === 'letterSpacing') {
|
|
481
|
-
const base = parseFloat(currentStyle?.fontSize || parentStyle?.fontSize) || 16;
|
|
482
|
-
const px = resolveLengthPx(resolved, base);
|
|
483
|
-
if (px != null) resolved = `${px}px`;
|
|
484
|
-
}
|
|
485
|
-
if (prop === 'lineHeight' && resolved !== 'normal') {
|
|
486
|
-
const base = parseFloat(currentStyle?.fontSize || parentStyle?.fontSize) || 16;
|
|
487
|
-
const px = resolveLengthPx(resolved, base);
|
|
488
|
-
if (px != null) resolved = `${px}px`;
|
|
489
|
-
}
|
|
490
|
-
return resolved;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
function expandStaticBoxValues(tokens) {
|
|
494
|
-
if (tokens.length === 0) return ['0px', '0px', '0px', '0px'];
|
|
495
|
-
if (tokens.length === 1) return [tokens[0], tokens[0], tokens[0], tokens[0]];
|
|
496
|
-
if (tokens.length === 2) return [tokens[0], tokens[1], tokens[0], tokens[1]];
|
|
497
|
-
if (tokens.length === 3) return [tokens[0], tokens[1], tokens[2], tokens[1]];
|
|
498
|
-
return [tokens[0], tokens[1], tokens[2], tokens[3]];
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
function parseStaticBorder(value) {
|
|
502
|
-
const tokens = splitCssTokens(value);
|
|
503
|
-
let width = '', color = '';
|
|
504
|
-
for (const token of tokens) {
|
|
505
|
-
if (!width && /^-?[\d.]+(?:px|rem|em|%)$/.test(token)) width = token;
|
|
506
|
-
if (!color) color = extractStaticColor(token);
|
|
507
|
-
}
|
|
508
|
-
return { width, color };
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
function parseStaticFont(value) {
|
|
512
|
-
const out = [];
|
|
513
|
-
const slashParts = value.match(/(?:^|\s)([\d.]+(?:px|rem|em|%))(?:\/([^\s]+))?/);
|
|
514
|
-
if (/\bitalic\b/i.test(value)) out.push(['fontStyle', 'italic']);
|
|
515
|
-
const weight = value.match(/\b([1-9]00|bold|normal|lighter|bolder)\b/i);
|
|
516
|
-
if (weight) out.push(['fontWeight', weight[1]]);
|
|
517
|
-
if (slashParts) {
|
|
518
|
-
out.push(['fontSize', slashParts[1]]);
|
|
519
|
-
if (slashParts[2]) out.push(['lineHeight', slashParts[2]]);
|
|
520
|
-
const familyStart = value.indexOf(slashParts[0]) + slashParts[0].length;
|
|
521
|
-
const family = value.slice(familyStart).trim();
|
|
522
|
-
if (family) out.push(['fontFamily', family]);
|
|
523
|
-
}
|
|
524
|
-
return out;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
function parseStaticTransition(value) {
|
|
528
|
-
const props = [];
|
|
529
|
-
const timings = [];
|
|
530
|
-
for (const item of splitCssList(value)) {
|
|
531
|
-
const tokens = splitCssTokens(item);
|
|
532
|
-
const timing = tokens.find(token => /^(?:ease|linear|step-|cubic-bezier\()/i.test(token));
|
|
533
|
-
if (timing) timings.push(timing);
|
|
534
|
-
const prop = tokens.find(token => /^[a-z-]+$/i.test(token) && !/^(?:ease|linear|infinite|alternate|forwards|backwards|both|normal|none)$/.test(token) && !/s$/.test(token));
|
|
535
|
-
if (prop) props.push(prop);
|
|
536
|
-
}
|
|
537
|
-
return {
|
|
538
|
-
property: props.join(', '),
|
|
539
|
-
timing: timings.join(', '),
|
|
540
|
-
};
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
function parseStaticAnimation(value) {
|
|
544
|
-
const names = [];
|
|
545
|
-
const timings = [];
|
|
546
|
-
for (const item of splitCssList(value)) {
|
|
547
|
-
const tokens = splitCssTokens(item);
|
|
548
|
-
const timing = tokens.find(token => /^(?:ease|linear|step-|cubic-bezier\()/i.test(token));
|
|
549
|
-
if (timing) timings.push(timing);
|
|
550
|
-
const name = tokens.find(token =>
|
|
551
|
-
/^[a-z_-][\w-]*$/i.test(token) &&
|
|
552
|
-
!/^(?:ease|linear|infinite|alternate|forwards|backwards|both|normal|none|running|paused)$/.test(token)
|
|
553
|
-
);
|
|
554
|
-
if (name) names.push(name);
|
|
555
|
-
}
|
|
556
|
-
return {
|
|
557
|
-
name: names.join(', '),
|
|
558
|
-
timing: timings.join(', '),
|
|
559
|
-
};
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
function expandStaticDeclaration(prop, value) {
|
|
563
|
-
const p = prop.toLowerCase();
|
|
564
|
-
const v = String(value || '').trim();
|
|
565
|
-
if (!v) return [];
|
|
566
|
-
if (p.startsWith('--')) return [[p, v]];
|
|
567
|
-
if (p === 'background') {
|
|
568
|
-
const out = [];
|
|
569
|
-
const hasImage = /gradient|url\(/i.test(v);
|
|
570
|
-
if (hasImage) out.push(['backgroundImage', v]);
|
|
571
|
-
const beforeImage = hasImage ? v.split(/(?:repeating-)?(?:linear|radial|conic)-gradient\(|url\(/i)[0] : v;
|
|
572
|
-
const color = extractStaticColor(hasImage ? beforeImage : v);
|
|
573
|
-
if (color) out.push(['backgroundColor', color]);
|
|
574
|
-
// The `background` shorthand resets every longhand it does not set.
|
|
575
|
-
// Without this, `pre code { background: none }` leaves an earlier
|
|
576
|
-
// `background: var(--surface)` color standing and the contrast checks
|
|
577
|
-
// measure text against a surface the browser never paints. var() values
|
|
578
|
-
// stay untouched: they may resolve to a color later in the pipeline.
|
|
579
|
-
if (!color && !hasImage && !/var\(/i.test(v)) {
|
|
580
|
-
out.push(['backgroundColor', 'rgba(0, 0, 0, 0)']);
|
|
581
|
-
out.push(['backgroundImage', 'none']);
|
|
582
|
-
}
|
|
583
|
-
return out;
|
|
584
|
-
}
|
|
585
|
-
if (p === 'border') {
|
|
586
|
-
const parsed = parseStaticBorder(v);
|
|
587
|
-
const out = [];
|
|
588
|
-
for (const side of ['Top', 'Right', 'Bottom', 'Left']) {
|
|
589
|
-
if (parsed.width) out.push([`border${side}Width`, parsed.width]);
|
|
590
|
-
if (parsed.color) out.push([`border${side}Color`, parsed.color]);
|
|
591
|
-
}
|
|
592
|
-
return out;
|
|
593
|
-
}
|
|
594
|
-
if (p === 'outline') {
|
|
595
|
-
// `outline` shorthand: width | style | color, in any order. Reuse the
|
|
596
|
-
// border parser for width + color, then sniff a style keyword from the
|
|
597
|
-
// tokens (solid|dashed|...). `outline: 0` (single-token zero) zeros
|
|
598
|
-
// the width and effectively hides the outline.
|
|
599
|
-
const tokens = splitCssTokens(v);
|
|
600
|
-
const parsed = parseStaticBorder(v);
|
|
601
|
-
const styleToken = tokens.find(t =>
|
|
602
|
-
/^(none|hidden|solid|dashed|dotted|double|groove|ridge|inset|outset)$/i.test(t)
|
|
603
|
-
);
|
|
604
|
-
const out = [];
|
|
605
|
-
if (parsed.width) out.push(['outlineWidth', parsed.width]);
|
|
606
|
-
if (parsed.color) out.push(['outlineColor', parsed.color]);
|
|
607
|
-
if (styleToken) out.push(['outlineStyle', styleToken.toLowerCase()]);
|
|
608
|
-
// `outline: 0` with no other tokens: explicit zero width.
|
|
609
|
-
if (!parsed.width && /^0(?:px|rem|em|%)?$/.test(v.trim())) {
|
|
610
|
-
out.push(['outlineWidth', '0px']);
|
|
611
|
-
}
|
|
612
|
-
return out;
|
|
613
|
-
}
|
|
614
|
-
const sideMatch = p.match(/^border-(top|right|bottom|left)$/);
|
|
615
|
-
if (sideMatch) {
|
|
616
|
-
const parsed = parseStaticBorder(v);
|
|
617
|
-
const side = sideMatch[1][0].toUpperCase() + sideMatch[1].slice(1);
|
|
618
|
-
return [
|
|
619
|
-
...(parsed.width ? [[`border${side}Width`, parsed.width]] : []),
|
|
620
|
-
...(parsed.color ? [[`border${side}Color`, parsed.color]] : []),
|
|
621
|
-
];
|
|
622
|
-
}
|
|
623
|
-
if (p === 'border-width') {
|
|
624
|
-
const vals = expandStaticBoxValues(splitCssTokens(v));
|
|
625
|
-
return [
|
|
626
|
-
['borderTopWidth', vals[0]],
|
|
627
|
-
['borderRightWidth', vals[1]],
|
|
628
|
-
['borderBottomWidth', vals[2]],
|
|
629
|
-
['borderLeftWidth', vals[3]],
|
|
630
|
-
];
|
|
631
|
-
}
|
|
632
|
-
if (p === 'border-color') {
|
|
633
|
-
const vals = expandStaticBoxValues(splitCssTokens(v));
|
|
634
|
-
return [
|
|
635
|
-
['borderTopColor', vals[0]],
|
|
636
|
-
['borderRightColor', vals[1]],
|
|
637
|
-
['borderBottomColor', vals[2]],
|
|
638
|
-
['borderLeftColor', vals[3]],
|
|
639
|
-
];
|
|
640
|
-
}
|
|
641
|
-
if (p === 'padding') {
|
|
642
|
-
const vals = expandStaticBoxValues(splitCssTokens(v));
|
|
643
|
-
return [
|
|
644
|
-
['paddingTop', vals[0]],
|
|
645
|
-
['paddingRight', vals[1]],
|
|
646
|
-
['paddingBottom', vals[2]],
|
|
647
|
-
['paddingLeft', vals[3]],
|
|
648
|
-
];
|
|
649
|
-
}
|
|
650
|
-
if (p === 'margin') {
|
|
651
|
-
const vals = expandStaticBoxValues(splitCssTokens(v));
|
|
652
|
-
return [
|
|
653
|
-
['marginTop', vals[0]],
|
|
654
|
-
['marginRight', vals[1]],
|
|
655
|
-
['marginBottom', vals[2]],
|
|
656
|
-
['marginLeft', vals[3]],
|
|
657
|
-
];
|
|
658
|
-
}
|
|
659
|
-
if (p === 'font') return parseStaticFont(v);
|
|
660
|
-
if (p === 'transition') {
|
|
661
|
-
const parsed = parseStaticTransition(v);
|
|
662
|
-
return [
|
|
663
|
-
...(parsed.property ? [['transitionProperty', parsed.property]] : []),
|
|
664
|
-
...(parsed.timing ? [['transitionTimingFunction', parsed.timing]] : []),
|
|
665
|
-
];
|
|
666
|
-
}
|
|
667
|
-
if (p === 'animation') {
|
|
668
|
-
const parsed = parseStaticAnimation(v);
|
|
669
|
-
return [
|
|
670
|
-
...(parsed.name ? [['animationName', parsed.name]] : []),
|
|
671
|
-
...(parsed.timing ? [['animationTimingFunction', parsed.timing]] : []),
|
|
672
|
-
];
|
|
673
|
-
}
|
|
674
|
-
const mapped = cssPropToCamel(p);
|
|
675
|
-
if (STATIC_DEFAULT_STYLE[mapped] != null || STATIC_INHERITED_PROPS.has(mapped)) {
|
|
676
|
-
return [[mapped, v]];
|
|
677
|
-
}
|
|
678
|
-
return [];
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
function compareStaticPriority(a, b) {
|
|
682
|
-
if (!a) return true;
|
|
683
|
-
if (!!b.important !== !!a.important) return !!b.important;
|
|
684
|
-
if (!!b.inline !== !!a.inline) return !!b.inline;
|
|
685
|
-
for (let i = 0; i < 3; i++) {
|
|
686
|
-
if ((b.specificity[i] || 0) !== (a.specificity[i] || 0)) {
|
|
687
|
-
return (b.specificity[i] || 0) > (a.specificity[i] || 0);
|
|
688
|
-
}
|
|
689
|
-
}
|
|
690
|
-
return b.order >= a.order;
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
function staticSpecificity(selector) {
|
|
694
|
-
const noWhere = selector.replace(/:where\([^)]*\)/g, '');
|
|
695
|
-
const ids = (noWhere.match(/#[\w-]+/g) || []).length;
|
|
696
|
-
const classes = (noWhere.match(/\.[\w-]+|\[[^\]]+\]|:(?!:)[\w-]+(?:\([^)]*\))?/g) || []).length;
|
|
697
|
-
const stripped = noWhere
|
|
698
|
-
.replace(/#[\w-]+/g, ' ')
|
|
699
|
-
.replace(/\.[\w-]+|\[[^\]]+\]|:{1,2}[\w-]+(?:\([^)]*\))?/g, ' ')
|
|
700
|
-
.replace(/[*>+~(),]/g, ' ');
|
|
701
|
-
const types = (stripped.match(/\b[a-zA-Z][\w-]*\b/g) || []).length;
|
|
702
|
-
return [ids, classes, types];
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
function applyStaticDeclaration(specified, node, prop, value, meta) {
|
|
706
|
-
let map = specified.get(node);
|
|
707
|
-
if (!map) { map = new Map(); specified.set(node, map); }
|
|
708
|
-
for (const [expandedProp, expandedValue] of expandStaticDeclaration(prop, value)) {
|
|
709
|
-
const existing = map.get(expandedProp);
|
|
710
|
-
const next = { ...meta, prop: expandedProp, value: expandedValue };
|
|
711
|
-
if (compareStaticPriority(existing, next)) map.set(expandedProp, next);
|
|
712
|
-
}
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
function parseStaticStyleAttribute(styleText, orderBase = 0) {
|
|
716
|
-
const decls = [];
|
|
717
|
-
for (const part of String(styleText || '').split(';')) {
|
|
718
|
-
const idx = part.indexOf(':');
|
|
719
|
-
if (idx <= 0) continue;
|
|
720
|
-
const prop = part.slice(0, idx).trim();
|
|
721
|
-
let value = part.slice(idx + 1).trim();
|
|
722
|
-
const important = /!important\s*$/i.test(value);
|
|
723
|
-
value = value.replace(/\s*!important\s*$/i, '').trim();
|
|
724
|
-
decls.push({ prop, value, important, order: orderBase + decls.length });
|
|
725
|
-
}
|
|
726
|
-
return decls;
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
function collectStaticCssRules(cssText, csstree) {
|
|
730
|
-
const rules = [];
|
|
731
|
-
let ast;
|
|
732
|
-
try {
|
|
733
|
-
ast = csstree.parse(cssText, { positions: false, parseValue: true, parseCustomProperty: false });
|
|
734
|
-
} catch {
|
|
735
|
-
return rules;
|
|
736
|
-
}
|
|
737
|
-
let order = 0;
|
|
738
|
-
const walkList = (list, atRuleStack = []) => {
|
|
739
|
-
list?.forEach?.(node => {
|
|
740
|
-
if (node.type === 'Rule' && node.block) {
|
|
741
|
-
if (atRuleStack.some(name => /keyframes$/i.test(name))) return;
|
|
742
|
-
const selectorText = csstree.generate(node.prelude).trim();
|
|
743
|
-
const declarations = [];
|
|
744
|
-
node.block.children?.forEach?.(child => {
|
|
745
|
-
if (child.type !== 'Declaration') return;
|
|
746
|
-
declarations.push({
|
|
747
|
-
prop: child.property,
|
|
748
|
-
value: csstree.generate(child.value).trim(),
|
|
749
|
-
important: !!child.important,
|
|
750
|
-
});
|
|
751
|
-
});
|
|
752
|
-
for (const selector of splitCssList(selectorText)) {
|
|
753
|
-
if (!selector) continue;
|
|
754
|
-
// :hover rules can't be matched statically as-is (no interaction
|
|
755
|
-
// state), but they carry real cascade weight while hovered. Tag
|
|
756
|
-
// them and record a state-stripped selector so the hover pass can
|
|
757
|
-
// find their targets; specificity stays computed from the ORIGINAL
|
|
758
|
-
// selector (per CSS, :hover counts as a class).
|
|
759
|
-
const isHover = /:hover\b/i.test(selector);
|
|
760
|
-
let matchSelector = null;
|
|
761
|
-
if (isHover) {
|
|
762
|
-
matchSelector = selector.replace(/:hover\b/gi, '').trim();
|
|
763
|
-
if (!matchSelector || /[>+~]\s*$/.test(matchSelector)) matchSelector = null;
|
|
764
|
-
else matchSelector = matchSelector.replace(/(^|[\s>+~])(?=$|[\s>+~])/g, '$1*');
|
|
765
|
-
}
|
|
766
|
-
rules.push({ selector, declarations, specificity: staticSpecificity(selector), order: order++, isHover, matchSelector });
|
|
767
|
-
}
|
|
768
|
-
return;
|
|
769
|
-
}
|
|
770
|
-
if (node.type === 'Atrule' && node.block) {
|
|
771
|
-
const name = String(node.name || '').toLowerCase();
|
|
772
|
-
if (name === 'media' || name === 'supports' || name === 'layer') {
|
|
773
|
-
walkList(node.block.children, [...atRuleStack, name]);
|
|
774
|
-
}
|
|
775
|
-
}
|
|
776
|
-
});
|
|
777
|
-
};
|
|
778
|
-
walkList(ast.children);
|
|
779
|
-
return rules;
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
class StaticElement {
|
|
783
|
-
constructor(node, doc) {
|
|
784
|
-
this.node = node;
|
|
785
|
-
this._doc = doc;
|
|
786
|
-
this.nodeType = 1;
|
|
787
|
-
this.tagName = String(node.name || '').toUpperCase();
|
|
788
|
-
this.nodeName = this.tagName;
|
|
789
|
-
}
|
|
790
|
-
get parentElement() {
|
|
791
|
-
let cur = this.node.parent;
|
|
792
|
-
while (cur && cur.type !== 'tag') cur = cur.parent;
|
|
793
|
-
return cur ? this._doc.wrap(cur) : null;
|
|
794
|
-
}
|
|
795
|
-
get previousElementSibling() {
|
|
796
|
-
let cur = this.node.prev;
|
|
797
|
-
while (cur && cur.type !== 'tag') cur = cur.prev;
|
|
798
|
-
return cur ? this._doc.wrap(cur) : null;
|
|
799
|
-
}
|
|
800
|
-
get children() {
|
|
801
|
-
return (this.node.children || []).filter(child => child.type === 'tag').map(child => this._doc.wrap(child));
|
|
802
|
-
}
|
|
803
|
-
get childNodes() {
|
|
804
|
-
return (this.node.children || []).map(child => {
|
|
805
|
-
if (child.type === 'text') return { nodeType: 3, textContent: child.data || '' };
|
|
806
|
-
if (child.type === 'tag') return this._doc.wrap(child);
|
|
807
|
-
return { nodeType: 8, textContent: child.data || '' };
|
|
808
|
-
});
|
|
809
|
-
}
|
|
810
|
-
get textContent() {
|
|
811
|
-
return this._doc.domutils.textContent(this.node);
|
|
812
|
-
}
|
|
813
|
-
get className() {
|
|
814
|
-
return this.getAttribute('class') || '';
|
|
815
|
-
}
|
|
816
|
-
get id() {
|
|
817
|
-
return this.getAttribute('id') || '';
|
|
818
|
-
}
|
|
819
|
-
getAttribute(name) {
|
|
820
|
-
return this.node.attribs?.[name] ?? null;
|
|
821
|
-
}
|
|
822
|
-
querySelector(selector) {
|
|
823
|
-
try {
|
|
824
|
-
const found = this._doc.selectOne(selector, this.node.children || []);
|
|
825
|
-
return found ? this._doc.wrap(found) : null;
|
|
826
|
-
} catch {
|
|
827
|
-
return null;
|
|
828
|
-
}
|
|
829
|
-
}
|
|
830
|
-
querySelectorAll(selector) {
|
|
831
|
-
try {
|
|
832
|
-
return this._doc.selectAll(selector, this.node.children || []).map(node => this._doc.wrap(node));
|
|
833
|
-
} catch {
|
|
834
|
-
return [];
|
|
835
|
-
}
|
|
836
|
-
}
|
|
837
|
-
closest(selector) {
|
|
838
|
-
const matcher = this._doc.matcherFor(selector);
|
|
839
|
-
let cur = this.node;
|
|
840
|
-
while (cur && cur.type === 'tag') {
|
|
841
|
-
try {
|
|
842
|
-
if (matcher(cur)) return this._doc.wrap(cur);
|
|
843
|
-
} catch {
|
|
844
|
-
return null;
|
|
845
|
-
}
|
|
846
|
-
cur = cur.parent;
|
|
847
|
-
while (cur && cur.type !== 'tag') cur = cur.parent;
|
|
848
|
-
}
|
|
849
|
-
return null;
|
|
850
|
-
}
|
|
851
|
-
contains(other) {
|
|
852
|
-
let cur = other?.node || null;
|
|
853
|
-
while (cur) {
|
|
854
|
-
if (cur === this.node) return true;
|
|
855
|
-
cur = cur.parent;
|
|
856
|
-
}
|
|
857
|
-
return false;
|
|
858
|
-
}
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
class StaticDocument {
|
|
862
|
-
constructor(root, modules) {
|
|
863
|
-
this.root = root;
|
|
864
|
-
this.selectAll = modules.selectAll;
|
|
865
|
-
this.selectOne = modules.selectOne;
|
|
866
|
-
this.compile = modules.compile;
|
|
867
|
-
this.domutils = modules.domutils;
|
|
868
|
-
this._wrappers = new WeakMap();
|
|
869
|
-
this._compiledSelectors = new Map();
|
|
870
|
-
this._styleMap = new WeakMap();
|
|
871
|
-
this._hoverStyleMap = new WeakMap();
|
|
872
|
-
this._accentDashPseudo = new WeakSet();
|
|
873
|
-
// Elements whose ::before/::after paints a full-cover opaque surface
|
|
874
|
-
// (position absolute/fixed + inset 0 + solid background). The pseudo is
|
|
875
|
-
// the element's visible background for contrast purposes even though it
|
|
876
|
-
// never joins the element cascade.
|
|
877
|
-
this._pseudoSurface = new WeakMap();
|
|
878
|
-
}
|
|
879
|
-
wrap(node) {
|
|
880
|
-
let wrapped = this._wrappers.get(node);
|
|
881
|
-
if (!wrapped) {
|
|
882
|
-
wrapped = new StaticElement(node, this);
|
|
883
|
-
this._wrappers.set(node, wrapped);
|
|
884
|
-
}
|
|
885
|
-
return wrapped;
|
|
886
|
-
}
|
|
887
|
-
matcherFor(selector) {
|
|
888
|
-
let matcher = this._compiledSelectors.get(selector);
|
|
889
|
-
if (!matcher) {
|
|
890
|
-
try {
|
|
891
|
-
matcher = this.compile(selector);
|
|
892
|
-
} catch (err) {
|
|
893
|
-
// Cache the failure as a rethrower so a bad selector still reaches
|
|
894
|
-
// closest()'s catch on every call, first and repeat alike.
|
|
895
|
-
matcher = () => { throw err; };
|
|
896
|
-
}
|
|
897
|
-
this._compiledSelectors.set(selector, matcher);
|
|
898
|
-
}
|
|
899
|
-
return matcher;
|
|
900
|
-
}
|
|
901
|
-
querySelectorAll(selector) {
|
|
902
|
-
try {
|
|
903
|
-
return this.selectAll(selector, this.root.children || []).map(node => this.wrap(node));
|
|
904
|
-
} catch {
|
|
905
|
-
return [];
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
querySelector(selector) {
|
|
909
|
-
try {
|
|
910
|
-
const found = this.selectOne(selector, this.root.children || []);
|
|
911
|
-
return found ? this.wrap(found) : null;
|
|
912
|
-
} catch {
|
|
913
|
-
return null;
|
|
914
|
-
}
|
|
915
|
-
}
|
|
916
|
-
get documentElement() {
|
|
917
|
-
return this.querySelector('html');
|
|
918
|
-
}
|
|
919
|
-
get body() {
|
|
920
|
-
return this.querySelector('body');
|
|
921
|
-
}
|
|
922
|
-
setStyle(node, style) {
|
|
923
|
-
this._styleMap.set(node, style);
|
|
924
|
-
}
|
|
925
|
-
getStyle(el) {
|
|
926
|
-
return this._styleMap.get(el.node) || makeStaticStyle();
|
|
927
|
-
}
|
|
928
|
-
setHoverStyle(node, style) {
|
|
929
|
-
this._hoverStyleMap.set(node, style);
|
|
930
|
-
}
|
|
931
|
-
getHoverStyle(el) {
|
|
932
|
-
return this._hoverStyleMap.get(el.node) || null;
|
|
933
|
-
}
|
|
934
|
-
setAccentDashPseudo(node) {
|
|
935
|
-
this._accentDashPseudo.add(node);
|
|
936
|
-
}
|
|
937
|
-
hasAccentDashPseudo(el) {
|
|
938
|
-
return this._accentDashPseudo.has(el.node);
|
|
939
|
-
}
|
|
940
|
-
setPseudoSurface(node, color) {
|
|
941
|
-
this._pseudoSurface.set(node, color);
|
|
942
|
-
}
|
|
943
|
-
getPseudoSurface(el) {
|
|
944
|
-
return this._pseudoSurface.get(el.node) || null;
|
|
945
|
-
}
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
function makeStaticStyle(values = {}) {
|
|
949
|
-
const style = { ...STATIC_DEFAULT_STYLE, ...values };
|
|
950
|
-
style.getPropertyValue = (prop) => {
|
|
951
|
-
const key = cssPropToCamel(prop);
|
|
952
|
-
return style[key] || style[prop] || '';
|
|
953
|
-
};
|
|
954
|
-
return style;
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
function buildStaticWindow(staticDoc) {
|
|
958
|
-
return {
|
|
959
|
-
document: staticDoc,
|
|
960
|
-
getComputedStyle: (el) => staticDoc.getStyle(el),
|
|
961
|
-
getHoverStyle: (el) => staticDoc.getHoverStyle(el),
|
|
962
|
-
hasAccentDashPseudo: (el) => staticDoc.hasAccentDashPseudo(el),
|
|
963
|
-
getPseudoSurface: (el) => staticDoc.getPseudoSurface(el),
|
|
964
|
-
};
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
function resolveLinkedCssPath(fileDir, href) {
|
|
968
|
-
const stripped = href.split(/[?#]/)[0];
|
|
969
|
-
const rootRelative = stripped.startsWith('/') && !stripped.startsWith('//');
|
|
970
|
-
if (!rootRelative) return path.resolve(fileDir, stripped);
|
|
971
|
-
// Drop "." and reject ".." so /../outside.css cannot walk out of dir.
|
|
972
|
-
const segments = stripped.replace(/^\/+/, '').split(/[/\\]/).filter(p => p && p !== '.');
|
|
973
|
-
if (segments.some(p => p === '..')) return path.join(fileDir, segments.filter(p => p !== '..').join(path.sep));
|
|
974
|
-
const rel = segments.join(path.sep);
|
|
975
|
-
let dir = fileDir;
|
|
976
|
-
for (;;) {
|
|
977
|
-
const parent = path.dirname(dir);
|
|
978
|
-
if (parent === dir) break; // never use the filesystem root as document root
|
|
979
|
-
try {
|
|
980
|
-
const candidate = path.join(dir, rel);
|
|
981
|
-
if (fs.statSync(candidate).isFile()) return candidate;
|
|
982
|
-
} catch { /* missing or unreadable candidate */ }
|
|
983
|
-
// Stop at the project root so a coincidental ~/static/app.css cannot win.
|
|
984
|
-
try {
|
|
985
|
-
if (fs.existsSync(path.join(dir, 'package.json')) || fs.existsSync(path.join(dir, '.git'))) break;
|
|
986
|
-
} catch { /* unreadable marker */ }
|
|
987
|
-
dir = parent;
|
|
988
|
-
}
|
|
989
|
-
return path.join(fileDir, rel);
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
function collectStaticCssText(root, fileDir, profile, filePath, modules) {
|
|
993
|
-
const styleTexts = [];
|
|
994
|
-
const warnedMissingStylesheets = new Set();
|
|
995
|
-
for (const styleEl of modules.selectAll('style', root.children || [])) {
|
|
996
|
-
styleTexts.push(modules.domutils.textContent(styleEl));
|
|
997
|
-
}
|
|
998
|
-
const links = modules.selectAll('link', root.children || []);
|
|
999
|
-
for (const link of links) {
|
|
1000
|
-
const rel = link.attribs?.rel || '';
|
|
1001
|
-
const href = link.attribs?.href || '';
|
|
1002
|
-
if (!/\bstylesheet\b/i.test(rel) || !href || /^(https?:)?\/\//i.test(href)) continue;
|
|
1003
|
-
// Cache-busting (styles.css?v=3) and root-relative (/static/app.css) hrefs
|
|
1004
|
-
// must not resolve as OS-absolute paths; otherwise the whole stylesheet is
|
|
1005
|
-
// invisible to every element-level check.
|
|
1006
|
-
const cssPath = resolveLinkedCssPath(fileDir, href);
|
|
1007
|
-
try {
|
|
1008
|
-
const css = profileStep(profile, {
|
|
1009
|
-
engine: 'static-html',
|
|
1010
|
-
phase: 'preprocess',
|
|
1011
|
-
ruleId: 'inline-linked-stylesheet',
|
|
1012
|
-
target: filePath,
|
|
1013
|
-
detail: href,
|
|
1014
|
-
}, () => fs.readFileSync(cssPath, 'utf-8'));
|
|
1015
|
-
styleTexts.push(css);
|
|
1016
|
-
} catch {
|
|
1017
|
-
if (!warnedMissingStylesheets.has(cssPath)) {
|
|
1018
|
-
warnedMissingStylesheets.add(cssPath);
|
|
1019
|
-
process.stderr.write(
|
|
1020
|
-
`impeccable detect: could not read linked stylesheet ${href} (resolved to ${cssPath}); color and custom-property rules will be incomplete\n`
|
|
1021
|
-
);
|
|
1022
|
-
}
|
|
1023
|
-
}
|
|
1024
|
-
}
|
|
1025
|
-
return styleTexts.join('\n');
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
function buildStaticStyleMap(root, staticDoc, cssText, modules, profile, filePath) {
|
|
1029
|
-
const specified = new Map();
|
|
1030
|
-
// Declarations from :hover rules, matched via their state-stripped
|
|
1031
|
-
// selectors. Merged per-property against the resting cascade in
|
|
1032
|
-
// computeNode — a hover declaration only takes effect if it would win
|
|
1033
|
-
// the cascade while the element is hovered (all resting rules still
|
|
1034
|
-
// apply in that state).
|
|
1035
|
-
const hoverSpecified = new Map();
|
|
1036
|
-
const rootCustomProps = collectCssCustomProps(cssText);
|
|
1037
|
-
const allNodes = modules.selectAll('*', root.children || []);
|
|
1038
|
-
const rules = profileStep(profile, {
|
|
1039
|
-
engine: 'static-html',
|
|
1040
|
-
phase: 'parse-css',
|
|
1041
|
-
ruleId: 'css-rules',
|
|
1042
|
-
target: filePath,
|
|
1043
|
-
}, () => collectStaticCssRules(cssText, modules.csstree));
|
|
1044
|
-
|
|
1045
|
-
profileStep(profile, {
|
|
1046
|
-
engine: 'static-html',
|
|
1047
|
-
phase: 'selector-match',
|
|
1048
|
-
ruleId: 'css-selectors',
|
|
1049
|
-
target: filePath,
|
|
1050
|
-
}, () => {
|
|
1051
|
-
for (const rule of rules) {
|
|
1052
|
-
// ::before/::after rules can't join the element cascade (pseudo
|
|
1053
|
-
// elements aren't DOM nodes), but one shape matters to the eyebrow
|
|
1054
|
-
// check: the short chromatic "kicker dash" (content box 8-80px wide,
|
|
1055
|
-
// 1-6px tall, accent-colored fill). Mark the base-selector matches
|
|
1056
|
-
// so checkElementHeroEyebrow can see the dash.
|
|
1057
|
-
if (!rule.isHover) {
|
|
1058
|
-
const pm = rule.selector.match(/^(.+?)\s*::?(?:before|after)$/i);
|
|
1059
|
-
if (pm) {
|
|
1060
|
-
const decls = new Map();
|
|
1061
|
-
for (const d of rule.declarations) decls.set(d.prop.toLowerCase(), d.value);
|
|
1062
|
-
const w = cssLengthToPx(resolveVarRefs(decls.get('width') || decls.get('inline-size') || '', rootCustomProps));
|
|
1063
|
-
const h = cssLengthToPx(resolveVarRefs(decls.get('height') || decls.get('block-size') || '', rootCustomProps));
|
|
1064
|
-
if (w != null && h != null && w >= 8 && w <= 80 && h >= 1 && h <= 6) {
|
|
1065
|
-
const bgRaw = String(resolveVarRefs(decls.get('background-color') || decls.get('background') || '', rootCustomProps));
|
|
1066
|
-
const token = bgRaw.match(/(?:rgba?|hsla?|oklch|oklab|lab|lch|hwb|color-mix)\([^)]*(?:\([^)]*\))?[^)]*\)|#[0-9a-f]{3,8}\b/i);
|
|
1067
|
-
const c = parseAnyColor(token ? token[0] : bgRaw);
|
|
1068
|
-
if (c && (c.a ?? 1) >= 0.1 && Math.max(c.r, c.g, c.b) - Math.min(c.r, c.g, c.b) >= 30) {
|
|
1069
|
-
try {
|
|
1070
|
-
for (const node of modules.selectAll(pm[1], root.children || [])) {
|
|
1071
|
-
staticDoc.setAccentDashPseudo(node);
|
|
1072
|
-
}
|
|
1073
|
-
} catch { /* unsupported base selector */ }
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
// Full-cover surface pseudo: the CTA construction where the
|
|
1077
|
-
// element itself stays transparent and a ::before/::after with
|
|
1078
|
-
// position absolute/fixed + inset 0 (or all four sides 0, or
|
|
1079
|
-
// 100% width and height) plus an opaque background paints the
|
|
1080
|
-
// visible surface. Mark base-selector matches so the contrast
|
|
1081
|
-
// checks measure text against the surface the browser renders.
|
|
1082
|
-
const pseudoPos = String(decls.get('position') || '').toLowerCase();
|
|
1083
|
-
if (pseudoPos === 'absolute' || pseudoPos === 'fixed') {
|
|
1084
|
-
const zeroLen = v => v != null && /^0(?:px)?$/.test(String(v).trim());
|
|
1085
|
-
const insetRaw = String(decls.get('inset') || '').trim();
|
|
1086
|
-
const coversBox = (insetRaw !== '' && insetRaw.split(/\s+/).every(t => /^0(?:px)?$/.test(t)))
|
|
1087
|
-
|| ['top', 'right', 'bottom', 'left'].every(side => zeroLen(decls.get(side)))
|
|
1088
|
-
|| (String(decls.get('width') || '').trim() === '100%'
|
|
1089
|
-
&& String(decls.get('height') || '').trim() === '100%');
|
|
1090
|
-
if (coversBox && decls.has('content')) {
|
|
1091
|
-
const surfRaw = String(resolveVarRefs(decls.get('background-color') || decls.get('background') || '', rootCustomProps));
|
|
1092
|
-
const surfToken = surfRaw.match(/(?:rgba?|hsla?|oklch|oklab|lab|lch|hwb|color-mix)\([^)]*(?:\([^)]*\))?[^)]*\)|#[0-9a-f]{3,8}\b/i);
|
|
1093
|
-
const surf = parseAnyColor(surfToken ? surfToken[0] : surfRaw);
|
|
1094
|
-
if (surf && (surf.a ?? 1) >= 0.9 && !/gradient/i.test(surfRaw)) {
|
|
1095
|
-
try {
|
|
1096
|
-
for (const node of modules.selectAll(pm[1], root.children || [])) {
|
|
1097
|
-
staticDoc.setPseudoSurface(node, surf);
|
|
1098
|
-
}
|
|
1099
|
-
} catch { /* unsupported base selector */ }
|
|
1100
|
-
}
|
|
1101
|
-
}
|
|
1102
|
-
}
|
|
1103
|
-
continue;
|
|
1104
|
-
}
|
|
1105
|
-
}
|
|
1106
|
-
const matchSelector = rule.isHover ? rule.matchSelector : rule.selector;
|
|
1107
|
-
if (!matchSelector) continue;
|
|
1108
|
-
let matched;
|
|
1109
|
-
try {
|
|
1110
|
-
matched = modules.selectAll(matchSelector, root.children || []);
|
|
1111
|
-
} catch {
|
|
1112
|
-
recordProfileEvent(profile, {
|
|
1113
|
-
engine: 'static-html',
|
|
1114
|
-
phase: 'selector-match',
|
|
1115
|
-
ruleId: 'unsupported-selector',
|
|
1116
|
-
target: filePath,
|
|
1117
|
-
ms: 0,
|
|
1118
|
-
findings: 0,
|
|
1119
|
-
detail: matchSelector,
|
|
1120
|
-
});
|
|
1121
|
-
continue;
|
|
1122
|
-
}
|
|
1123
|
-
for (const node of matched) {
|
|
1124
|
-
for (const decl of rule.declarations) {
|
|
1125
|
-
applyStaticDeclaration(rule.isHover ? hoverSpecified : specified, node, decl.prop, decl.value, {
|
|
1126
|
-
important: decl.important,
|
|
1127
|
-
specificity: rule.specificity,
|
|
1128
|
-
order: rule.order,
|
|
1129
|
-
inline: false,
|
|
1130
|
-
});
|
|
1131
|
-
}
|
|
1132
|
-
}
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
let inlineOrder = rules.length + 1;
|
|
1136
|
-
for (const node of allNodes) {
|
|
1137
|
-
const styleText = node.attribs?.style;
|
|
1138
|
-
if (!styleText) continue;
|
|
1139
|
-
for (const decl of parseStaticStyleAttribute(styleText, inlineOrder)) {
|
|
1140
|
-
applyStaticDeclaration(specified, node, decl.prop, decl.value, {
|
|
1141
|
-
important: decl.important,
|
|
1142
|
-
specificity: [1, 0, 0],
|
|
1143
|
-
order: decl.order,
|
|
1144
|
-
inline: true,
|
|
1145
|
-
});
|
|
1146
|
-
}
|
|
1147
|
-
inlineOrder += 1000;
|
|
1148
|
-
}
|
|
1149
|
-
});
|
|
1150
|
-
|
|
1151
|
-
const computeNode = (node, parentStyle = null, parentCustom = new Map()) => {
|
|
1152
|
-
const specifiedMap = specified.get(node) || new Map();
|
|
1153
|
-
const customProps = new Map(parentCustom);
|
|
1154
|
-
for (const [prop, decl] of specifiedMap) {
|
|
1155
|
-
if (prop.startsWith('--')) customProps.set(prop, resolveVarRefs(decl.value, customProps));
|
|
1156
|
-
}
|
|
1157
|
-
const values = {};
|
|
1158
|
-
for (const prop of Object.keys(STATIC_DEFAULT_STYLE)) {
|
|
1159
|
-
if (STATIC_INHERITED_PROPS.has(prop) && parentStyle?.[prop] != null) values[prop] = parentStyle[prop];
|
|
1160
|
-
else values[prop] = STATIC_DEFAULT_STYLE[prop];
|
|
1161
|
-
}
|
|
1162
|
-
for (const [prop, decl] of specifiedMap) {
|
|
1163
|
-
if (prop.startsWith('--')) continue;
|
|
1164
|
-
values[prop] = normalizeStaticCssValue(prop, decl.value, customProps, parentStyle, values);
|
|
1165
|
-
}
|
|
1166
|
-
const style = makeStaticStyle(values);
|
|
1167
|
-
staticDoc.setStyle(node, style);
|
|
1168
|
-
|
|
1169
|
-
// Hover pass: limited to the two properties the hover-contrast check
|
|
1170
|
-
// consumes. A hover declaration wins only if it beats the resting
|
|
1171
|
-
// winner for that property under normal cascade rules (specificity /
|
|
1172
|
-
// order / importance) — exactly what a browser computes while the
|
|
1173
|
-
// element is hovered.
|
|
1174
|
-
const hoverMap = hoverSpecified.get(node);
|
|
1175
|
-
if (hoverMap) {
|
|
1176
|
-
let hoverValues = null;
|
|
1177
|
-
for (const prop of ['color', 'backgroundColor']) {
|
|
1178
|
-
const hoverDecl = hoverMap.get(prop);
|
|
1179
|
-
if (!hoverDecl) continue;
|
|
1180
|
-
const restingDecl = specifiedMap.get(prop);
|
|
1181
|
-
if (!compareStaticPriority(restingDecl, hoverDecl)) continue;
|
|
1182
|
-
const next = normalizeStaticCssValue(prop, hoverDecl.value, customProps, parentStyle, values);
|
|
1183
|
-
if (next === values[prop]) continue;
|
|
1184
|
-
if (!hoverValues) hoverValues = { ...values };
|
|
1185
|
-
hoverValues[prop] = next;
|
|
1186
|
-
}
|
|
1187
|
-
if (hoverValues) staticDoc.setHoverStyle(node, makeStaticStyle(hoverValues));
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
for (const child of node.children || []) {
|
|
1191
|
-
if (child.type === 'tag') computeNode(child, style, customProps);
|
|
1192
|
-
}
|
|
1193
|
-
};
|
|
1194
|
-
|
|
1195
|
-
profileStep(profile, {
|
|
1196
|
-
engine: 'static-html',
|
|
1197
|
-
phase: 'cascade',
|
|
1198
|
-
ruleId: 'compute-styles',
|
|
1199
|
-
target: filePath,
|
|
1200
|
-
}, () => {
|
|
1201
|
-
for (const child of root.children || []) {
|
|
1202
|
-
if (child.type === 'tag') computeNode(child);
|
|
1203
|
-
}
|
|
1204
|
-
});
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
export {
|
|
1208
|
-
BORDER_SHORTHAND_RE,
|
|
1209
|
-
NAMED_COLORS,
|
|
1210
|
-
normalizeColorForCheck,
|
|
1211
|
-
buildBorderOverrideMap,
|
|
1212
|
-
unwrapCssAtLayer,
|
|
1213
|
-
STATIC_INHERITED_PROPS,
|
|
1214
|
-
STATIC_DEFAULT_STYLE,
|
|
1215
|
-
STATIC_PROP_MAP,
|
|
1216
|
-
STATIC_NAMED_COLORS,
|
|
1217
|
-
splitCssList,
|
|
1218
|
-
splitCssTokens,
|
|
1219
|
-
cssPropToCamel,
|
|
1220
|
-
staticColorToCss,
|
|
1221
|
-
parseStaticColor,
|
|
1222
|
-
extractStaticColor,
|
|
1223
|
-
normalizeStaticCssValue,
|
|
1224
|
-
expandStaticBoxValues,
|
|
1225
|
-
parseStaticBorder,
|
|
1226
|
-
parseStaticFont,
|
|
1227
|
-
parseStaticTransition,
|
|
1228
|
-
parseStaticAnimation,
|
|
1229
|
-
expandStaticDeclaration,
|
|
1230
|
-
compareStaticPriority,
|
|
1231
|
-
staticSpecificity,
|
|
1232
|
-
applyStaticDeclaration,
|
|
1233
|
-
parseStaticStyleAttribute,
|
|
1234
|
-
collectStaticCssRules,
|
|
1235
|
-
StaticElement,
|
|
1236
|
-
StaticDocument,
|
|
1237
|
-
makeStaticStyle,
|
|
1238
|
-
buildStaticWindow,
|
|
1239
|
-
collectStaticCssText,
|
|
1240
|
-
buildStaticStyleMap,
|
|
1241
|
-
};
|