Skip to content

Commit

Permalink
chore: testing bundle-size
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Feb 13, 2025
1 parent 722dffe commit 03949a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
1 change: 0 additions & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"dependencies": {
"@formwerk/core": "workspace:*",
"@internationalized/date": "^3.7.0",
"@js-temporal/polyfill": "^0.4.4",
"fuse.js": "^7.0.0",
"tailwindcss": "^3.4.17",
"vue": "^3.5.13",
Expand Down
3 changes: 1 addition & 2 deletions packages/playground/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import DateField from '@/components/DateField.vue';
import { createCalendar } from '@internationalized/date';
// import { createCalendar } from '@internationalized/date';
const today = new Date();
const minDate = new Date('2025-01-01');
Expand All @@ -14,7 +14,6 @@ const maxDate = new Date('2025-01-31');
label="Date"
:value="today"
locale="ar"
:calendar="createCalendar('islamic-umalqura')"
:format-options="{
day: '2-digit',
month: 'long',
Expand Down
17 changes: 0 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03949a7

Please sign in to comment.