diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a69b5e..a6e461f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ miru.ink / Changelog
- Add: New `escape` property on `DialogStd` component to allow closing the modal using the ESC key.
- Add: New wobble animation when trying to close a static modal by an click outside.
- Add: `CheckCircle` / `XCircle` lucide icon components.
+- Add: `TimeSlots` input control field component, supporting booking a timeslot.
- Update: Change the `AvatarGroup` limit class and label when not enough space is available.
- Update: `package.json` dependencies.
- Update: Decrease height (by lower the padding) on `BadgeStd` component.
@@ -26,6 +27,8 @@ miru.ink / Changelog
- Update: Apply new 32 / 40 / 56 px height system on `NumberField` control field.
- Update: Apply new 32 / 40 / 56 px height system on `PasswordField` control field.
- Update: Apply new 32 / 40 / 56 px height system on `SelectField` control field.
+- Update: Rename `TimeFrameField` to `TimeFrame`.
+- Update: Add `type` option to `now()` utility function to change returning value.
- Fix: Add media-query based `max-width` stylings on `DialogStd` to support some space to screen-borders.
- Fix: Demo-Icons on histoire stories.
- Fix: Minor styling changes on `TooltipStd` component.
diff --git a/src/components/badge/BadgeStd.vue b/src/components/badge/BadgeStd.vue
index 27defd0..7c5df8f 100644
--- a/src/components/badge/BadgeStd.vue
+++ b/src/components/badge/BadgeStd.vue
@@ -32,7 +32,7 @@ export interface BadgeProps {
/**
* The desired color used for this badge.
*/
- color?: 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info';
+ color?: null | 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info';
/**
* The desired label text for this badge.
diff --git a/src/components/control/SelectField.story.vue b/src/components/control/SelectField.story.vue
index f779899..e9bb8a4 100644
--- a/src/components/control/SelectField.story.vue
+++ b/src/components/control/SelectField.story.vue
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/src/components/control/TimeFrameField.story.vue b/src/components/control/TimeFrame.story.vue
similarity index 61%
rename from src/components/control/TimeFrameField.story.vue
rename to src/components/control/TimeFrame.story.vue
index 606e793..36de1d6 100644
--- a/src/components/control/TimeFrameField.story.vue
+++ b/src/components/control/TimeFrame.story.vue
@@ -1,22 +1,22 @@
-
+