File tree Expand file tree Collapse file tree 3 files changed +60
-2
lines changed Expand file tree Collapse file tree 3 files changed +60
-2
lines changed Original file line number Diff line number Diff line change 58
58
"dev:prepare" : " nuxt-module-build --stub && nuxi prepare playground"
59
59
},
60
60
"dependencies" : {
61
- "@carbon/icons-vue" : " 10.71.1" ,
62
61
"@floating-ui/dom" : " ^1.0.4" ,
63
62
"@juggle/resize-observer" : " ^3.4.0" ,
64
63
"@nuxt/kit" : " ^3.3.2" ,
91
90
" extends @privyid/browserslist-config"
92
91
],
93
92
"peerDependencies" : {
93
+ "@privyid/browserslist-config" : " workspace:^" ,
94
94
"@privyid/tailwind-preset" : " workspace:^" ,
95
95
"postcss-custom-properties" : " ^12.1.11 || ^13.0.0" ,
96
96
"postcss-hexrgba" : " ^2.1.0" ,
Original file line number Diff line number Diff line change
1
+ <style lang =" postcss " >
2
+ ._design-system_icons_changelog ul {
3
+ @apply grid grid-cols- 1 md :grid-cols-3 lg:grid-cols-3;
4
+
5
+ > li {
6
+ @apply mt- 0 ml- 4;
7
+ }
8
+ }
9
+ </style >
10
+
1
11
# Changelog
2
12
3
13
> Icons changelog
4
14
15
+ ## 0.18.0
16
+
17
+ ### Added
18
+
19
+ - align-center
20
+ - align-justify
21
+ - align-left
22
+ - align-right
23
+ - bold
24
+ - font-family
25
+ - font-size
26
+ - github
27
+ - highlight
28
+ - italic
29
+ - list-bullets
30
+ - list-numbers
31
+ - new-page
32
+ - redo
33
+ - save
34
+ - strikethrough
35
+ - table
36
+ - underlined
37
+ - undo
38
+
39
+ ### Changed
40
+
41
+ - brush/32
42
+ - clip/16
43
+ - clip/32
44
+ - edit-square/16
45
+ - edit-square/32
46
+ - no-image/32
47
+ - pallete/20
48
+ - pallete/32
49
+ - print/32
50
+ - rotate-left/32
51
+ - rotate-right/32
52
+ - signature-draw/32
53
+ - unlink/32
54
+
55
+ ## 0.17.1
56
+
57
+ Nothing Changed
58
+
59
+ ## 0.17.0
60
+
61
+ Nothing Changed
62
+
5
63
## 0.16.0
6
64
7
65
### Added
Original file line number Diff line number Diff line change @@ -3725,7 +3725,6 @@ __metadata:
3725
3725
version: 0.0.0-use.local
3726
3726
resolution: "@privyid/persona@workspace:packages/persona"
3727
3727
dependencies:
3728
- "@carbon/icons-vue": 10.71.1
3729
3728
"@floating-ui/dom": ^1.0.4
3730
3729
"@juggle/resize-observer": ^3.4.0
3731
3730
"@nuxt/kit": ^3.3.2
@@ -3766,6 +3765,7 @@ __metadata:
3766
3765
webfontloader: 1.6.28
3767
3766
zxcvbn: ^4.4.2
3768
3767
peerDependencies:
3768
+ "@privyid/browserslist-config": "workspace:^"
3769
3769
"@privyid/tailwind-preset": "workspace:^"
3770
3770
postcss-custom-properties: ^12.1.11 || ^13.0.0
3771
3771
postcss-hexrgba: ^2.1.0
You can’t perform that action at this time.
0 commit comments