Skip to content

Commit 8f0a9b2

Browse files
feat(yoco): add draggable_dots icon
1 parent bbdbdfd commit 8f0a9b2

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

packages/yoco/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@
7171
"style": "./style.css",
7272
"type": "module",
7373
"types": "./dist/mjs/index.d.ts",
74-
"version": "2.17.2"
74+
"version": "2.18.0"
7575
}

packages/yoco/source/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export namespace Yoco {
6060
DOTS = 'dots',
6161
DOTS_VERTICAL = 'dots_vertical',
6262
DOWNLOAD = 'download',
63+
DRAGGABLE_DOTS = 'draggable_dots',
6364
EDIT = 'edit',
6465
EMAIL = 'email',
6566
EXIT = 'exit',
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)