Skip to content

Commit 9bd22b7

Browse files
Feat/header (#55)
* feat: add icons lib * fix: make font work in storybook * feat: Header * feat: runtime global added, icon library created, icons added, type file added * feat: header props added * fix: remove icons and type file as we are using lib for icons * fix: heading style * fix: color and icons, git merge branch 51, 54 * fix: color * fix: header-styling * fix: classes * chore: handlers added * chore: handlers added * fix: added heading --------- Co-authored-by: Soham Jaiswal <[email protected]>
1 parent 3baaf2f commit 9bd22b7

Some content is hidden

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

43 files changed

+5151
-3256
lines changed

infrastructure/eid-wallet/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
},
1616
"license": "MIT",
1717
"dependencies": {
18+
"@hugeicons/core-free-icons": "^1.0.13",
19+
"@hugeicons/svelte": "^1.0.2",
1820
"@tailwindcss/container-queries": "^0.1.1",
1921
"@tauri-apps/api": "^2",
2022
"@tauri-apps/plugin-opener": "^2",
@@ -33,18 +35,18 @@
3335
"@sveltejs/adapter-static": "^3.0.6",
3436
"@sveltejs/kit": "^2.9.0",
3537
"@sveltejs/vite-plugin-svelte": "^5.0.0",
38+
"@tailwindcss/forms": "^0.5.10",
39+
"@tailwindcss/typography": "^0.5.16",
40+
"@tailwindcss/vite": "^4.0.14",
3641
"@tauri-apps/cli": "^2",
3742
"@types/node": "^22.13.10",
3843
"@vitest/browser": "^3.0.9",
3944
"@vitest/coverage-v8": "^3.0.9",
40-
"playwright": "^1.51.1",
41-
"storybook": "^8.6.7",
42-
"@tailwindcss/forms": "^0.5.10",
43-
"@tailwindcss/typography": "^0.5.16",
44-
"@tailwindcss/vite": "^4.0.14",
4545
"autoprefixer": "^10.4.21",
4646
"daisyui": "^5.0.6",
47+
"playwright": "^1.51.1",
4748
"postcss": "^8.5.3",
49+
"storybook": "^8.6.7",
4850
"svelte": "^5.0.0",
4951
"svelte-check": "^4.0.0",
5052
"tailwindcss": "^4.0.14",
17 Bytes
Binary file not shown.

infrastructure/eid-wallet/src-tauri/gen/android/.gradle/8.9/dependencies-accessors/gc.properties

Whitespace-only changes.
1.18 MB
Binary file not shown.
17 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
123 KB
Binary file not shown.
17 Bytes
Binary file not shown.
21.7 KB
Binary file not shown.

infrastructure/eid-wallet/src-tauri/gen/android/.gradle/8.9/gc.properties

Whitespace-only changes.

0 commit comments

Comments
 (0)