Skip to content

Conversation

wp-aberg
Copy link
Contributor

@wp-aberg wp-aberg commented Mar 7, 2025

What I did

This PR adds the Skeleton component

@wp-aberg wp-aberg requested a review from a team as a code owner March 7, 2025 15:07
Copy link

vercel bot commented Mar 7, 2025

You must have Developer access to commit code to The Washington Post on Vercel. If you contact an administrator and receive Developer access, commit again to see your changes.

Learn more: https://vercel.com/docs/accounts/team-members-and-roles/access-roles#team-level-roles

import { styled } from "../theme";

const parseValue = (value: string): [number, string] => {
const match = value.match(/(\d+)([a-zA-Z%]+)/);

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings with many repetitions of '9'.
Copy link

vercel bot commented Mar 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
wpds-docs ✅ Ready (Inspect) Visit Preview Mar 7, 2025 8:39pm
wpds-ui-kit-storybook ✅ Ready (Inspect) Visit Preview Mar 7, 2025 8:39pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant