diff --git a/package-lock.json b/package-lock.json index dcf870208..2cf99b394 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sysvale/cuida", - "version": "3.154.11", + "version": "3.154.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sysvale/cuida", - "version": "3.154.11", + "version": "3.154.12", "dependencies": { "@popperjs/core": "^2.11.6", "@sysvale/cuida-icons": "^1.18.0", diff --git a/package.json b/package.json index 82c939c6a..357a70484 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sysvale/cuida", - "version": "3.154.11", + "version": "3.154.12", "description": "A design system built by Sysvale, using storybook and Vue components", "repository": { "type": "git", diff --git a/src/components/InlineDateInput.vue b/src/components/InlineDateInput.vue index 75e3c4f8b..6d95bbe87 100644 --- a/src/components/InlineDateInput.vue +++ b/src/components/InlineDateInput.vue @@ -184,7 +184,7 @@ export default { inputControl: 0, attributes: [ { - dates: new Date(), + dates: DateTime.now().toJSDate(), dot: true, }, ], diff --git a/src/components/InternalComponents/MonthSelectorGrid.vue b/src/components/InternalComponents/MonthSelectorGrid.vue index 49972af64..aa8e2fac4 100644 --- a/src/components/InternalComponents/MonthSelectorGrid.vue +++ b/src/components/InternalComponents/MonthSelectorGrid.vue @@ -20,6 +20,7 @@