diff --git a/changelog.md b/changelog.md index a1aa1969..50ae4011 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,6 @@ -2024-11-08 - 30e71393cff4e116c842c56bf35ef84bd659448d - Update OXD CheckBox/SelectInput Component +2024-11-11 - 30e71393cff4e116c842c56bf35ef84bd659448d - Icons.ts - Add oxd-on-leave,oxd-holiday,oxd-disabled-url,oxd-generate-link,oxd-enable-url icons + +2024-11-11 - 30e71393cff4e116c842c56bf35ef84bd659448d - Update OXD CheckBox Component - Add a border prop to enable borders for the checkbox and an optionInfoIconPosition prop to adjust optional icon position. 2024-11-08 - cca468f6ad704248ff1de9f34672f3cf29d516e2 - components/CardTable/Cell/LinkWithPill.vue - header pass as props diff --git a/storybook/stories/core/components/Input/CheckboxInput.stories.js b/storybook/stories/core/components/Input/CheckboxInput.stories.js index 551637d5..af1c9e6a 100644 --- a/storybook/stories/core/components/Input/CheckboxInput.stories.js +++ b/storybook/stories/core/components/Input/CheckboxInput.stories.js @@ -235,7 +235,6 @@ OptionInfoIcon.parameters = { export const EnableBorder= Template.bind({ optionLabel: 'check this!', border: true, - }); EnableBorder.parameters = { diff --git a/storybook/stories/core/components/Input/SelectInputCustomSelect.story.vue b/storybook/stories/core/components/Input/SelectInputCustomSelect.story.vue index 54d1dd95..ae2a8bad 100644 --- a/storybook/stories/core/components/Input/SelectInputCustomSelect.story.vue +++ b/storybook/stories/core/components/Input/SelectInputCustomSelect.story.vue @@ -1,7 +1,7 @@