From 2babe1537ac826d1f00681a7912f91106f9b7667 Mon Sep 17 00:00:00 2001 From: Balbina K <41303231+BalbinaK@users.noreply.github.com> Date: Tue, 14 May 2024 14:58:11 +0200 Subject: [PATCH] fix(textfield/textarea): clean up classes (#163) * refactor(textfield): update component classes * refactor(textarea): update component classes * chore(deps): update @warp-ds/uno to 1.12.0 and @warp-ds/css to 1.9.6 * chore(workflows): use pnpm v9 in github actions --- .github/workflows/i18n.yml | 2 +- .github/workflows/lint.pr.yaml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- components/forms/w-textarea.vue | 25 +- components/forms/w-textfield.vue | 46 +- package.json | 4 +- pnpm-lock.yaml | 16721 ++++++++++++++++------------- 8 files changed, 9224 insertions(+), 7580 deletions(-) diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index a58dbfb1..28069dec 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -15,7 +15,7 @@ jobs: - name: Install pnpm and dependencies uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 run_install: true - name: Validate extracted messages run: pnpm messages:compile diff --git a/.github/workflows/lint.pr.yaml b/.github/workflows/lint.pr.yaml index c6a9bd9e..09f9aaf3 100644 --- a/.github/workflows/lint.pr.yaml +++ b/.github/workflows/lint.pr.yaml @@ -15,7 +15,7 @@ jobs: - name: Install pnpm and dependencies uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 run_install: true - name: Lint run: pnpm lint:check diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae5a5b2c..d041bb69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Install pnpm and dependencies uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 run_install: true - name: Build run: pnpm build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b001244..2ecf5bc3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - name: Install pnpm and dependencies uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 run_install: true - name: Test run: pnpm test diff --git a/components/forms/w-textarea.vue b/components/forms/w-textarea.vue index 1d5aff0a..2073e0fd 100644 --- a/components/forms/w-textarea.vue +++ b/components/forms/w-textarea.vue @@ -1,13 +1,15 @@