Skip to content

Commit 3f24823

Browse files
committed
Merge branch 'main' into feat/avatar-square
2 parents 9a795bc + 4c152f7 commit 3f24823

File tree

133 files changed

+6208
-2185
lines changed

Some content is hidden

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

133 files changed

+6208
-2185
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
FIGMA_FILE_ID: ${{ secrets.FIGMA_FILE_ID_ILUSTRATION }}
6060

6161
- name: Create Pull Request
62-
uses: peter-evans/create-pull-request@v6
62+
uses: peter-evans/create-pull-request@v7
6363
with:
6464
token: ${{ secrets.PAT }}
6565
branch: feat/sync-icon

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@
2323
"css.lint.validProperties": [
2424
"rx",
2525
"ry"
26-
]
26+
],
27+
"javascript.preferences.importModuleSpecifier": "shortest",
28+
"js/ts.implicitProjectConfig.module": "NodeNext"
2729
}

.yarn/releases/yarn-4.4.0.cjs renamed to .yarn/releases/yarn-4.4.1.cjs

Lines changed: 174 additions & 174 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: true
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.4.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.4.1.cjs

package.json

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@privyid/design-system",
33
"version": "1.0.0-rc.7",
4-
"packageManager": "[email protected].0",
4+
"packageManager": "[email protected].1",
55
"private": true,
66
"type": "module",
77
"scripts": {
@@ -35,15 +35,15 @@
3535
"@privyid/tailwind-preset": "workspace:^",
3636
"@rollup/plugin-inject": "5.0.5",
3737
"@rushstack/eslint-patch": "1.10.4",
38-
"@testing-library/jest-dom": "6.4.8",
38+
"@testing-library/jest-dom": "6.5.0",
3939
"@testing-library/vue": "8.1.0",
4040
"@types/html-escaper": "3.0.2",
4141
"@types/lodash-es": "4.17.12",
4242
"@types/marked": "6.0.0",
4343
"@types/sanitize-html": "2.13.0",
4444
"@types/scroll-into-view": "1.16.4",
4545
"@types/webfontloader": "1.6.38",
46-
"@types/zxcvbn": "4.4.4",
46+
"@types/zxcvbn": "4.4.5",
4747
"@typescript-eslint/eslint-plugin": "5.62.0",
4848
"@typescript-eslint/parser": "5.62.0",
4949
"@vitejs/plugin-vue": "4.5.2",
@@ -64,11 +64,11 @@
6464
"eslint-plugin-varspacing": "1.2.2",
6565
"eslint-plugin-vue": "9.23.0",
6666
"happy-dom": "8.9.0",
67-
"husky": "9.1.4",
67+
"husky": "9.1.5",
6868
"jest-extended": "4.0.2",
69-
"lint-staged": "15.2.9",
69+
"lint-staged": "15.2.10",
7070
"nanodelay": "2.0.2",
71-
"postcss": "8.4.41",
71+
"postcss": "8.4.45",
7272
"postcss-import": "16.1.0",
7373
"postcss-nested": "6.2.0",
7474
"sharp": "0.33.5",
@@ -78,9 +78,9 @@
7878
"ufo": "1.5.4",
7979
"unenv": "1.10.0",
8080
"vite-plugin-image-optimizer": "1.1.8",
81-
"vitepress": "1.3.3",
81+
"vitepress": "1.3.4",
8282
"vitest": "0.24.5",
83-
"vue-tsc": "2.0.29"
83+
"vue-tsc": "2.1.6"
8484
},
8585
"dependencies": {
8686
"@floating-ui/dom": "^1.0.4",
@@ -91,11 +91,26 @@
9191
"@privyid/persona-ilustration": "workspace:^",
9292
"@splidejs/splide": "^4.1.4",
9393
"@testing-library/user-event": "^14.4.3",
94-
"@vueuse/core": "11.0.0",
95-
"@vueuse/math": "11.0.0",
94+
"@tiptap/extension-font-family": "2.6.6",
95+
"@tiptap/extension-highlight": "2.6.6",
96+
"@tiptap/extension-image": "2.6.6",
97+
"@tiptap/extension-link": "2.6.6",
98+
"@tiptap/extension-placeholder": "2.6.6",
99+
"@tiptap/extension-table": "2.6.6",
100+
"@tiptap/extension-table-cell": "2.6.6",
101+
"@tiptap/extension-table-header": "2.6.6",
102+
"@tiptap/extension-table-row": "2.6.6",
103+
"@tiptap/extension-text-align": "2.6.6",
104+
"@tiptap/extension-text-style": "2.6.6",
105+
"@tiptap/extension-underline": "2.6.6",
106+
"@tiptap/pm": "2.6.6",
107+
"@tiptap/starter-kit": "2.6.6",
108+
"@tiptap/vue-3": "2.6.6",
109+
"@vueuse/core": "11.0.3",
110+
"@vueuse/math": "11.0.3",
96111
"@zxing/browser": "0.1.5",
97-
"@zxing/library": "0.21.2",
98-
"chart.js": "4.4.3",
112+
"@zxing/library": "0.21.3",
113+
"chart.js": "4.4.4",
99114
"date-fns": "3.6.0",
100115
"defu": "6.1.4",
101116
"fast-equals": "^5.0.0",
@@ -113,6 +128,7 @@
113128
"qr-code-styling": "^1.6.0-rc.1",
114129
"scroll-into-view": "^1.16.2",
115130
"tabbable": "6.2.0",
131+
"tiptap-extension-font-size": "^1.2.0",
116132
"vue-collapsed": "^1.2.5",
117133
"vue-content-loader": "^2.0.1",
118134
"vue-demi": "0.14.10",

packages/browserslist-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/browserslist-config",
33
"description": "Browserslist shareable config for Persona project",
44
"version": "1.0.0-rc.7",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"license": "MIT",
77
"repository": {
88
"url": "https://github.com/privy-open-source/design-system.git",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
declare module '@privyid/eslint-config-persona' {
2+
import type { ESLint } from 'eslint'
3+
4+
const config: ESLint.ConfigData
5+
6+
export default config
7+
}

packages/eslint-config-persona/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/eslint-config-persona",
33
"description": "Eslint shareable config for Persona project",
44
"version": "1.0.0-rc.7",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"license": "MIT",
77
"repository": {
88
"url": "https://github.com/privy-open-source/design-system.git",
@@ -15,6 +15,7 @@
1515
},
1616
"homepage": "https://privy-open-source.github.io/design-system/",
1717
"main": "./index.js",
18+
"types": "./index.d.ts",
1819
"peerDependencies": {
1920
"@typescript-eslint/eslint-plugin": "5.62.0",
2021
"@typescript-eslint/parser": "5.62.0",

0 commit comments

Comments
 (0)