Skip to content

Commit 822dbd8

Browse files
committed
re-order sections
1 parent 3f1b371 commit 822dbd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formkit/barcode",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "Barcode reader input for FormKit.",
55
"type": "module",
66
"main": "dist/index.cjs",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export const barcode: FormKitTypeDefinition = {
5757
),
5858
dialog(
5959
scannerContainer(
60-
video(),
6160
$attrs({ onClick: "$handlers.closeCamera" }, icon("close")),
61+
video(),
6262
overlay(overlayDecorators(), laser())
6363
)
6464
),

0 commit comments

Comments
 (0)