File tree 14 files changed +640
-1565
lines changed
14 files changed +640
-1565
lines changed Original file line number Diff line number Diff line change 12
12
types : [checks_requested]
13
13
14
14
env :
15
- NODE_VERSION : 20
15
+ NODE_VERSION : 22
16
16
17
17
jobs :
18
18
test :
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ permissions:
9
9
contents : write
10
10
pull-requests : write
11
11
12
- env :
13
- NODE_VERSION : 20
14
-
15
12
jobs :
16
13
sync :
17
14
runs-on : ubuntu-latest
@@ -37,10 +34,10 @@ jobs:
37
34
restore-keys : |
38
35
${{ runner.os }}-yarn-
39
36
40
- - name : Use Node.js ${{ env.NODE_VERSION }}
37
+ - name : Use Node.js
41
38
uses : actions/setup-node@v4
42
39
with :
43
- node-version : ${{ env.NODE_VERSION }}
40
+ node-version-file : .nvmrc
44
41
cache : " yarn"
45
42
46
43
- name : Install Deps
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/design-system" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"packageManager" :
" [email protected] " ,
5
5
"private" : true ,
6
6
"type" : " module" ,
47
47
"@typescript-eslint/eslint-plugin" : " 5.62.0" ,
48
48
"@typescript-eslint/parser" : " 5.62.0" ,
49
49
"@vitejs/plugin-vue" : " 4.5.2" ,
50
- "@vitest/browser" : " 0.34.6" ,
51
- "@vitest/coverage-c8" : " 0.33.0" ,
50
+ "@vitest/coverage-c8" : " 0.24.5" ,
52
51
"@vue/eslint-config-typescript" : " 13.0.0" ,
53
52
"@vue/server-renderer" : " 3.5.13" ,
54
53
"@vue/test-utils" : " 2.4.6" ,
81
80
"unenv" : " 1.10.0" ,
82
81
"vite-plugin-image-optimizer" : " 1.1.8" ,
83
82
"vitepress" : " 1.6.3" ,
84
- "vitest" : " 0.34.6 " ,
83
+ "vitest" : " 0.24.5 " ,
85
84
"vue-tsc" : " 2.1.10"
86
85
},
87
86
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/browserslist-config" ,
3
3
"description" : " Browserslist shareable config for Persona project" ,
4
- "version" : " 1.1.2 " ,
4
+ "version" : " 1.2.0 " ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/eslint-config-persona" ,
3
3
"description" : " Eslint shareable config for Persona project" ,
4
- "version" : " 1.1.2 " ,
4
+ "version" : " 1.2.0 " ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/persona-icon" ,
3
3
"description" : " Persona icon package" ,
4
- "version" : " 1.1.2 " ,
4
+ "version" : " 1.2.0 " ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"type" : " module" ,
7
7
"main" : " ./dist/module.cjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/persona-ilustration" ,
3
3
"description" : " Persona ilustration package" ,
4
- "version" : " 1.1.2 " ,
4
+ "version" : " 1.2.0 " ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"type" : " module" ,
7
7
"main" : " ./dist/module.cjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/persona" ,
3
3
"description" : " Persona core package" ,
4
- "version" : " 1.1.2 " ,
4
+ "version" : " 1.2.0 " ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
7
7
"url" : " https://github.com/privy-open-source/design-system.git" ,
117
117
"postcss-custom-properties" : " ^12.1.11 || ^13.0.0 || ^14.0.0" ,
118
118
"postcss-hexrgba" : " ^2.1.0" ,
119
119
"postcss-lighten-darken" : " ^0.9.0" ,
120
- "tailwind " : " >= 3.0.0" ,
120
+ "tailwindcss " : " ^ 3.0.0" ,
121
121
"vue-router" : " >=4.0.0"
122
122
},
123
123
"devDependencies" : {
132
132
"postcss-custom-properties" : " 14.0.4" ,
133
133
"postcss-hexrgba" : " 2.1.0" ,
134
134
"postcss-lighten-darken" : " 0.9.0" ,
135
- "tailwind " : " 4.0.0 "
135
+ "tailwindcss " : " 3 "
136
136
},
137
137
"installConfig" : {
138
138
"hoistingLimits" : " workspaces"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/tailwind-animation" ,
3
3
"description" : " Collection animation class for vue `<transition>`" ,
4
- "version" : " 1.1.2 " ,
4
+ "version" : " 1.2.0 " ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/tailwind-extended" ,
3
3
"description" : " Add missing tailwind utilities" ,
4
- "version" : " 1.1.2 " ,
4
+ "version" : " 1.2.0 " ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/tailwind-preset" ,
3
3
"description" : " Tailwind preset for Persona project" ,
4
- "version" : " 1.1.2 " ,
4
+ "version" : " 1.2.0 " ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 12
12
13
13
> Icons changelog
14
14
15
+ ## 1.2.0
16
+
17
+ ### Added
18
+
19
+ - forward-2-solid
20
+ - forward-2
21
+ - jpeg
22
+ - png
23
+
24
+ ### Changed
25
+
26
+ - add-circle
27
+ - adjust
28
+ - apps
29
+ - archive-box
30
+ - arrow-circle-down
31
+ - arrow-circle-left
32
+ - arrow-circle-right
33
+ - arrow-circle-up
34
+ - background-process
35
+ - backspace
36
+ - blog
37
+ - blood-drop
38
+ - broom-solid/16
39
+ - broom-solid/24
40
+ - broom-solid/32
41
+ - bus-solid/20
42
+ - bus
43
+ - calculator-check
44
+ - camera
45
+ - checkmark-circle
46
+ - chevron-circle-down
47
+ - chevron-circle-left
48
+ - chevron-circle-right
49
+ - chevron-circle-up
50
+ - clip/16
51
+ - clip/20
52
+ - clip/24
53
+ - clipboard-check
54
+ - close-circle-solid/16
55
+ - cloud-solid/16
56
+ - collaboration
57
+ - contact-book
58
+ - dashboard
59
+ - data-branch/24
60
+ - document-copy/16
61
+ - document-copy/20
62
+ - document-copy/32
63
+ - document-draft/16
64
+ - document-draft/24
65
+ - document-filled
66
+ - document-history
67
+ - document-search
68
+ - document-verified/16
69
+ - document-verified/24
70
+ - document-verified/32
71
+ - e-meterai
72
+ - edit-square/32
73
+ - edit/32
74
+ - email-download
75
+ - email-invitation
76
+ - email-signature/20
77
+ - email-signature/24
78
+ - email-upload
79
+ - email-user
80
+ - employee-tree
81
+ - envelope/16
82
+ - face-accessories
83
+ - flash-off
84
+ - forward-solid
85
+ - forward
86
+ - gala-dinner
87
+ - gift-solid/20
88
+ - gift/16
89
+ - gift/24
90
+ - gift/32
91
+ - grid-view/20
92
+ - grid-view/24
93
+ - grid-view/32
94
+ - group-contact
95
+ - hospital/20
96
+ - hospital/24
97
+ - hybrid-event
98
+ - instagram
99
+ - ktp
100
+ - lock
101
+ - mask
102
+ - medicines/20
103
+ - message
104
+ - no-image/24
105
+ - note
106
+ - notification-off
107
+ - online-event
108
+ - pallete
109
+ - people-insurance
110
+ - privy-balance
111
+ - profile
112
+ - qr-code-scan
113
+ - qr-code
114
+ - qr-position-bottom-left
115
+ - qr-position-bottom-right
116
+ - qr-position-top-left
117
+ - qr-position-top-right
118
+ - remove-circle
119
+ - report-statistics/20
120
+ - rocket
121
+ - rotate-left
122
+ - settings
123
+ - shield-off
124
+ - signature-manage
125
+ - signature
126
+ - speaker-mute
127
+ - speaker-off
128
+ - speaker-on/32
129
+ - spoon-and-fork
130
+ - stamp-solid/16
131
+ - stopwatch
132
+ - sun
133
+ - switch-solid/20
134
+ - switch
135
+ - system-administrator
136
+ - tablet-landscape
137
+ - tablet
138
+ - template
139
+ - time
140
+ - transmit-data
141
+ - trash/16
142
+ - trash/24
143
+ - trash/32
144
+ - two-grid-view
145
+ - user-biometric
146
+ - user-circle
147
+ - user-cross/16
148
+ - user-cross/24
149
+ - user-cross/32
150
+ - user-event
151
+ - user-find
152
+ - user-groups
153
+ - user-logs
154
+ - user-minus
155
+ - user-multiple
156
+ - user-plus
157
+ - user-square
158
+ - user-suspend
159
+ - user-transfer
160
+ - user-verified
161
+ - user-wait
162
+ - view-off
163
+ - view
164
+ - whatsapp
165
+ - zoom-in
166
+ - zoom-out
167
+
15
168
## 1.0.0
16
169
17
170
### Added
Original file line number Diff line number Diff line change 12
12
13
13
> Ilustration changelog
14
14
15
+ ## 1.2.0
16
+
17
+ ### Added
18
+
19
+ - discussion-2
20
+ - id-card-2
21
+
22
+ ### Changed
23
+
24
+ - balance
25
+ - bill
26
+ - biometric
27
+ - cake-slice
28
+ - checkmark-document
29
+ - citizenship
30
+ - coming-soon
31
+ - contact-book
32
+ - department
33
+ - discussion
34
+ - document-processing
35
+ - document-template
36
+ - empty-locker
37
+ - expired-document
38
+ - forbidden-sign
39
+ - gift
40
+ - group
41
+ - id-card
42
+ - id-face
43
+ - illustration
44
+ - internet
45
+ - link-expired
46
+ - liveness
47
+ - maintenance
48
+ - new-update
49
+ - no-bill
50
+ - no-process
51
+ - notification
52
+ - order
53
+ - organization-document
54
+ - organization-structure
55
+ - padlock
56
+ - page-not-found
57
+ - paperbag
58
+ - position
59
+ - premium-plan
60
+ - privy-app
61
+ - registration
62
+ - roles
63
+ - sand-clock
64
+ - security
65
+ - sequence
66
+ - server-busy
67
+ - server-error
68
+ - signature
69
+ - ticket
70
+ - treasure
71
+ - unable-to-process
72
+ - user-activities
73
+ - verification
74
+
75
+ ### Removed
76
+
77
+ - id-card-scan
78
+
15
79
## 1.0.0
16
80
17
81
### Added
You can’t perform that action at this time.
0 commit comments