Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/password component #562

Open
wants to merge 57 commits into
base: main
Choose a base branch
from
Open

Feature/password component #562

wants to merge 57 commits into from

Conversation

ins0
Copy link
Member

@ins0 ins0 commented Jul 2, 2024

Copy link
Contributor

github-actions bot commented Jul 2, 2024

Coverage Report for ./packages/components/

Status Category Percentage Covered / Total
🔵 Lines 31.66% 4875 / 15397
🔵 Statements 31.66% 4875 / 15397
🔵 Functions 34.66% 243 / 701
🔵 Branches 59.97% 571 / 952
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/components/vite.build.config.base.ts 0% 0% 0% 0% 1-145
packages/components/src/components/Label/Label.tsx 97.22% 33.33% 100% 97.22% 35
packages/components/src/components/PasswordCreationField/PasswordCreationField.tsx 97.81% 89.47% 80% 97.81% 207-208, 234-235, 273-274
packages/components/src/components/PasswordCreationField/index.ts 0% 0% 0% 0% 1-6
packages/components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx 100% 100% 100% 100%
packages/components/src/components/PasswordCreationField/components/FieldLabel/FieldLabel.tsx 100% 100% 100% 100%
packages/components/src/components/PasswordCreationField/lib/generateValidationTranslation.ts 93.75% 92.3% 100% 93.75% 28-29
packages/components/src/components/PasswordCreationField/lib/getStatusFromPolicyValidationResult.ts 81.25% 60% 100% 81.25% 15, 17-18
packages/components/src/components/PasswordCreationField/lib/getStatusTextFromPolicyValidationResult.ts 64.28% 80% 100% 64.28% 14-18, 24-28
packages/components/src/components/PasswordCreationField/stories/Default.stories.tsx 0% 0% 0% 0% 1-94
packages/components/src/components/propTypes/index.ts 100% 100% 100% 100%
packages/components/src/integrations/react-hook-form/components/Field/Field.tsx 95.65% 57.14% 100% 95.65% 43-45
packages/components/src/integrations/react-hook-form/components/Field/stories/Default.stories.tsx 0% 0% 0% 0% 1-205
Generated in workflow #1805 for commit 0065ba0 by the Vitest Coverage Report Action

@ins0 ins0 temporarily deployed to github-pages-preview July 3, 2024 11:24 — with GitHub Actions Inactive
@ins0 ins0 temporarily deployed to github-pages-preview-storybook July 3, 2024 11:24 — with GitHub Actions Inactive
@ins0 ins0 marked this pull request as draft July 3, 2024 13:23
ins0 added 4 commits July 17, 2024 13:22
…password-component

# Conflicts:
#	.pnp.cjs
#	packages/components/src/components/propTypes/index.ts
#	yarn.lock
… feature/password-component

# Conflicts:
#	packages/components/src/components/propTypes/index.ts
@ins0 ins0 temporarily deployed to github-pages-preview July 29, 2024 09:02 — with GitHub Actions Inactive
@ins0 ins0 temporarily deployed to github-pages-preview-storybook July 29, 2024 09:02 — with GitHub Actions Inactive
ins0 added 2 commits July 29, 2024 11:06
…password-component

# Conflicts:
#	.pnp.cjs
#	.yarnrc.yml
#	packages/components/package.json
#	packages/components/src/components/propTypes/index.ts
#	yarn.lock
@ins0 ins0 temporarily deployed to github-pages-preview July 29, 2024 09:08 — with GitHub Actions Inactive
@ins0 ins0 temporarily deployed to github-pages-preview-storybook July 29, 2024 09:08 — with GitHub Actions Inactive
ins0 added 2 commits November 25, 2024 15:34
# Conflicts:
#	.pnp.cjs
#	.yarn/releases/yarn-4.3.1.cjs
#	.yarnrc.yml
#	packages/components/package.json
#	packages/components/src/integrations/react-hook-form/components/Field/Field.tsx
#	packages/components/src/integrations/react-hook-form/components/Field/stories/Default.stories.tsx
#	packages/components/vite.build.config.ts
#	packages/design-tokens/src/content/label.yml
#	packages/design-tokens/src/status/password-creation-field.yml
#	yarn.lock
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.

Password component
2 participants