@transferwise/components 46.100.1 → 46.101.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/build/avatarLayout/AvatarLayout.js +1 -1
  2. package/build/avatarLayout/AvatarLayout.js.map +1 -1
  3. package/build/avatarLayout/AvatarLayout.mjs +1 -1
  4. package/build/avatarLayout/AvatarLayout.mjs.map +1 -1
  5. package/build/dateLookup/DateLookup.js +3 -2
  6. package/build/dateLookup/DateLookup.js.map +1 -1
  7. package/build/dateLookup/DateLookup.mjs +3 -2
  8. package/build/dateLookup/DateLookup.mjs.map +1 -1
  9. package/build/i18n/en.json +2 -0
  10. package/build/i18n/en.json.js +2 -0
  11. package/build/i18n/en.json.js.map +1 -1
  12. package/build/i18n/en.json.mjs +2 -0
  13. package/build/i18n/en.json.mjs.map +1 -1
  14. package/build/main.css +4 -94
  15. package/build/styles/accordion/Accordion.css +27 -16
  16. package/build/styles/avatar/Avatar.css +95 -50
  17. package/build/styles/inputs/Input.css +37 -21
  18. package/build/styles/inputs/TextArea.css +35 -20
  19. package/build/styles/loader/Loader.css +4 -90
  20. package/build/styles/main.css +4 -94
  21. package/build/styles/popover/Popover.css +19 -12
  22. package/build/styles/select/Select.css +131 -68
  23. package/build/styles/switch/Switch.css +27 -16
  24. package/build/styles/tile/Tile.css +31 -18
  25. package/build/types/dateLookup/DateLookup.d.ts +2 -2
  26. package/build/types/dateLookup/DateLookup.d.ts.map +1 -1
  27. package/build/types/test-utils/index.d.ts +4 -0
  28. package/build/types/test-utils/index.d.ts.map +1 -1
  29. package/build/types/test-utils/story-config.d.ts +2 -3
  30. package/build/types/test-utils/story-config.d.ts.map +1 -1
  31. package/build/types/upload/Upload.d.ts +6 -2
  32. package/build/types/upload/Upload.d.ts.map +1 -1
  33. package/build/types/upload/Upload.messages.d.ts +8 -0
  34. package/build/types/upload/Upload.messages.d.ts.map +1 -1
  35. package/build/types/uploadInput/UploadInput.d.ts +1 -1
  36. package/build/types/uploadInput/uploadButton/UploadButton.d.ts +4 -2
  37. package/build/types/uploadInput/uploadButton/UploadButton.d.ts.map +1 -1
  38. package/build/upload/Upload.js +16 -9
  39. package/build/upload/Upload.js.map +1 -1
  40. package/build/upload/Upload.messages.js +6 -0
  41. package/build/upload/Upload.messages.js.map +1 -1
  42. package/build/upload/Upload.messages.mjs +6 -0
  43. package/build/upload/Upload.messages.mjs.map +1 -1
  44. package/build/upload/Upload.mjs +16 -9
  45. package/build/upload/Upload.mjs.map +1 -1
  46. package/build/uploadInput/UploadInput.js +1 -1
  47. package/build/uploadInput/UploadInput.js.map +1 -1
  48. package/build/uploadInput/UploadInput.mjs +1 -1
  49. package/build/uploadInput/UploadInput.mjs.map +1 -1
  50. package/build/uploadInput/uploadButton/UploadButton.js +7 -4
  51. package/build/uploadInput/uploadButton/UploadButton.js.map +1 -1
  52. package/build/uploadInput/uploadButton/UploadButton.mjs +7 -4
  53. package/build/uploadInput/uploadButton/UploadButton.mjs.map +1 -1
  54. package/package.json +19 -27
  55. package/src/accordion/Accordion.css +27 -16
  56. package/src/accordion/Accordion.story.tsx +1 -1
  57. package/src/actionButton/ActionButton.story.tsx +3 -2
  58. package/src/actionOption/ActionOption.story.tsx +2 -2
  59. package/src/alert/Alert.story.tsx +2 -2
  60. package/src/alert/Alert.tests.story.tsx +2 -2
  61. package/src/avatar/Avatar.css +95 -50
  62. package/src/avatar/Avatar.spec.tsx +1 -1
  63. package/src/avatar/Avatar.story.tsx +3 -2
  64. package/src/avatarLayout/AvatarLayout.story.tsx +1 -1
  65. package/src/avatarLayout/AvatarLayout.tsx +1 -1
  66. package/src/avatarView/AvatarView.story.tsx +1 -1
  67. package/src/avatarWrapper/AvatarWrapper.story.tsx +3 -2
  68. package/src/badge/Badge.story.tsx +49 -28
  69. package/src/button/Button.accessibility.docs.mdx +1 -1
  70. package/src/button/Button.story.tsx +2 -2
  71. package/src/button/Button.tests.story.tsx +2 -2
  72. package/src/button/LegacyButton.story.tsx +3 -2
  73. package/src/card/Card.story.tsx +2 -2
  74. package/src/carousel/Carousel.story.tsx +1 -1
  75. package/src/checkbox/Checkbox.story.tsx +2 -2
  76. package/src/checkboxButton/CheckboxButton.story.tsx +2 -2
  77. package/src/checkboxOption/CheckboxOption.story.tsx +35 -29
  78. package/src/chevron/Chevron.story.tsx +1 -1
  79. package/src/chips/Chips.story.tsx +1 -1
  80. package/src/circularButton/CircularButton.story.tsx +1 -1
  81. package/src/circularButton/CircularButton.tests.story.tsx +1 -1
  82. package/src/common/bottomSheet/BottomSheet.story.tsx +2 -2
  83. package/src/common/card/Card.story.tsx +1 -1
  84. package/src/common/circle/Circle.story.tsx +2 -2
  85. package/src/common/locale/index.spec.ts +28 -16
  86. package/src/common/responsivePanel/ResponsivePanel.spec.js +8 -29
  87. package/src/criticalBanner/CriticalCommsBanner.story.tsx +1 -1
  88. package/src/dateInput/DateInput.story.tsx +2 -2
  89. package/src/dateInput/DateInput.tests.story.tsx +2 -2
  90. package/src/dateLookup/DateLookup.spec.tsx +5 -5
  91. package/src/dateLookup/DateLookup.story.tsx +43 -71
  92. package/src/dateLookup/DateLookup.tests.story.tsx +3 -3
  93. package/src/dateLookup/DateLookup.tsx +4 -1
  94. package/src/decision/Decision.story.tsx +24 -49
  95. package/src/definitionList/DefinitionList.story.tsx +1 -1
  96. package/src/dimmer/Dimmer.story.tsx +2 -2
  97. package/src/divider/Divider.accessibility.docs.mdx +1 -1
  98. package/src/divider/Divider.story.tsx +1 -1
  99. package/src/drawer/Drawer.story.tsx +13 -7
  100. package/src/dropFade/DropFade.story.tsx +1 -1
  101. package/src/emphasis/Emphasis.spec.tsx +8 -8
  102. package/src/emphasis/Emphasis.story.tsx +1 -1
  103. package/src/field/Field.story.tsx +3 -3
  104. package/src/flowNavigation/FlowNavigation.story.tsx +305 -260
  105. package/src/i18n/en.json +2 -0
  106. package/src/iconButton/IconButton.story.tsx +2 -2
  107. package/src/image/Image.story.tsx +27 -54
  108. package/src/info/Info.story.tsx +2 -2
  109. package/src/inlineAlert/InlineAlert.story.tsx +1 -1
  110. package/src/inputWithDisplayFormat/InputWithDisplayFormat.story.tsx +2 -2
  111. package/src/inputs/Input.css +37 -21
  112. package/src/inputs/InputGroup.story.tsx +1 -1
  113. package/src/inputs/SearchInput.story.tsx +1 -1
  114. package/src/inputs/SelectInput.docs.mdx +1 -1
  115. package/src/inputs/SelectInput.story.tsx +2 -2
  116. package/src/inputs/TextArea.css +35 -20
  117. package/src/instructionsList/InstructionsList.story.tsx +2 -2
  118. package/src/legacylistItem/LegacyListItem.story.tsx +1 -1
  119. package/src/loader/Loader.css +4 -90
  120. package/src/loader/Loader.story.tsx +1 -1
  121. package/src/logo/Logo.story.tsx +1 -1
  122. package/src/main.css +4 -94
  123. package/src/markdown/Markdown.story.tsx +1 -1
  124. package/src/modal/Modal.story.tsx +2 -2
  125. package/src/money/Money.story.tsx +1 -1
  126. package/src/moneyInput/MoneyInput.docs.mdx +1 -1
  127. package/src/moneyInput/MoneyInput.spec.tsx +8 -5
  128. package/src/moneyInput/MoneyInput.story.tsx +2 -2
  129. package/src/moneyInput/currencyFormatting.spec.ts +1 -1
  130. package/src/navigationOption/NavigationOption.story.tsx +265 -226
  131. package/src/nudge/Nudge.story.tsx +1 -1
  132. package/src/overlayHeader/OverlayHeader.story.tsx +32 -24
  133. package/src/phoneNumberInput/PhoneNumberInput.story.tsx +1 -1
  134. package/src/phoneNumberInput/utils/setDefaultPrefix/setDefaultPrefix.spec.ts +6 -3
  135. package/src/popover/Popover.css +19 -12
  136. package/src/popover/Popover.story.tsx +2 -2
  137. package/src/primitives/PrimitiveAnchor/stories/PrimitiveAnchor.story.tsx +2 -2
  138. package/src/primitives/PrimitiveAnchor/stories/PrimitiveAnchor.tests.story.tsx +2 -2
  139. package/src/primitives/PrimitiveButton/stories/PrimitiveButton.story.tsx +2 -2
  140. package/src/primitives/PrimitiveButton/stories/PrimitiveButton.tests.story.tsx +2 -2
  141. package/src/processIndicator/ProcessIndicator.story.tsx +1 -1
  142. package/src/progress/Progress.story.tsx +1 -1
  143. package/src/progressBar/ProgressBar.story.tsx +1 -1
  144. package/src/promoCard/PromoCard.story.tsx +1 -1
  145. package/src/promoCard/PromoCardGroup.story.tsx +1 -1
  146. package/src/provider/Provider.spec.tsx +2 -2
  147. package/src/provider/Provider.story.tsx +1 -1
  148. package/src/provider/direction/DirectionProvider.spec.tsx +1 -1
  149. package/src/provider/language/LanguageProvider.spec.tsx +1 -1
  150. package/src/provider/theme/ThemeProvider.story.tsx +1 -1
  151. package/src/radio/Radio.story.tsx +59 -42
  152. package/src/radioGroup/RadioGroup.story.tsx +2 -2
  153. package/src/radioOption/RadioOption.story.tsx +73 -38
  154. package/src/segmentedControl/SegmentedControl.story.tsx +1 -1
  155. package/src/select/Select.css +131 -68
  156. package/src/select/Select.story.tsx +385 -397
  157. package/src/slidingPanel/SlidingPanel.story.tsx +30 -13
  158. package/src/snackbar/Snackbar.story.tsx +50 -36
  159. package/src/snackbar/Snackbar.tests.story.tsx +3 -2
  160. package/src/statusIcon/StatusIcon.docs.mdx +1 -1
  161. package/src/statusIcon/StatusIcon.spec.tsx +8 -5
  162. package/src/statusIcon/StatusIcon.story.tsx +1 -1
  163. package/src/stepper/Stepper.story.tsx +2 -2
  164. package/src/stepper/Stepper.tests.story.tsx +2 -2
  165. package/src/sticky/Sticky.story.tsx +1 -1
  166. package/src/summary/Summary.story.tsx +18 -17
  167. package/src/switch/Switch.css +27 -16
  168. package/src/switch/Switch.story.tsx +2 -2
  169. package/src/switchOption/SwitchOption.story.tsx +1 -1
  170. package/src/table/Table.story.tsx +1 -1
  171. package/src/test-utils/story-config.ts +9 -6
  172. package/src/textareaWithDisplayFormat/TextareaWithDisplayFormat.story.tsx +2 -2
  173. package/src/tile/Tile.css +31 -18
  174. package/src/tile/Tile.story.tsx +43 -43
  175. package/src/tooltip/Tooltip.story.tsx +2 -2
  176. package/src/typeahead/Typeahead.story.tsx +2 -2
  177. package/src/upload/Upload.messages.ts +8 -0
  178. package/src/upload/Upload.spec.tsx +6 -0
  179. package/src/upload/Upload.story.tsx +120 -5
  180. package/src/upload/Upload.tests.story.tsx +5 -3
  181. package/src/upload/Upload.tsx +24 -15
  182. package/src/upload/utils/isTypeValid/isTypeValid.spec.ts +3 -1
  183. package/src/uploadInput/UploadInput.story.tsx +1 -1
  184. package/src/uploadInput/UploadInput.tests.story.tsx +10 -3
  185. package/src/uploadInput/UploadInput.tsx +2 -2
  186. package/src/uploadInput/uploadButton/UploadButton.spec.tsx +6 -0
  187. package/src/uploadInput/uploadButton/UploadButton.tsx +12 -6
  188. package/src/withId/withId.docs.mdx +1 -1
  189. package/src/withId/withId.story.tsx +1 -1
  190. package/src/common/responsivePanel/__snapshots__/ResponsivePanel.spec.js.snap +0 -21
@@ -1,36 +1,27 @@
1
- import { action } from '@storybook/addon-actions';
2
- import { boolean, select } from '@storybook/addon-knobs';
3
1
  import { Illustration } from '@wise/art';
4
-
2
+ import { fn } from 'storybook/test';
5
3
  import { Size } from '../common';
6
-
7
- import Decision, { DecisionPresentation, DecisionType } from '.';
8
4
  import AvatarView from '../avatarView';
5
+ import Decision, { DecisionPresentation, DecisionType } from '.';
9
6
 
10
7
  export default {
11
8
  component: Decision,
12
9
  title: 'Layouts/Decision',
10
+ parameters: {
11
+ docs: {
12
+ source: { type: 'auto' },
13
+ },
14
+ },
13
15
  };
14
16
 
15
- export const Basic = () => {
16
- const presentation = select(
17
- 'presentation',
18
- DecisionPresentation,
19
- DecisionPresentation.LIST_BLOCK,
20
- );
21
- const disabled = boolean('disabled', false);
22
- const showMediaCircleInList = boolean('showMediaCircleInList', true);
23
- const isContainerAligned = boolean('isContainerAligned', false);
24
- const size = select('size', [Size.MEDIUM, Size.SMALL], Size.MEDIUM);
25
-
17
+ export const Basic = function Render() {
26
18
  return (
27
19
  <Decision
28
20
  options={[
29
21
  {
30
22
  description: 'Short text test.',
31
- onClick: action('clicked'),
23
+ onClick: fn(),
32
24
  href: '#href1',
33
- disabled,
34
25
  media: {
35
26
  block: <Illustration name="globe" alt="" disablePadding />,
36
27
  list: <AvatarView profileName="Henry Mike" />,
@@ -41,8 +32,7 @@ export const Basic = () => {
41
32
  {
42
33
  description:
43
34
  "Click here to send money to Hank Miller. Money will be sent directly to Han Miller's multi-currency account.",
44
- onClick: action('clicked'),
45
- disabled,
35
+ onClick: fn(),
46
36
  href: '#href2',
47
37
  media: {
48
38
  block: <Illustration name="confetti" alt="" disablePadding />,
@@ -68,32 +58,23 @@ export const Basic = () => {
68
58
  title: 'Hank Miller',
69
59
  },
70
60
  ]}
71
- presentation={presentation}
61
+ presentation={DecisionPresentation.LIST_BLOCK}
72
62
  type={DecisionType.NAVIGATION}
73
- showMediaCircleInList={showMediaCircleInList}
74
- isContainerAligned={isContainerAligned}
75
- size={size}
63
+ showMediaCircleInList
64
+ isContainerAligned={false}
65
+ size={Size.MEDIUM}
76
66
  />
77
67
  );
78
68
  };
79
69
 
80
- export const grid = () => {
81
- const presentation = select(
82
- 'presentation',
83
- DecisionPresentation,
84
- DecisionPresentation.LIST_BLOCK_GRID,
85
- );
86
- const disabled = boolean('disabled', false);
87
- const size = select('size', [Size.MEDIUM, Size.SMALL], Size.MEDIUM);
88
-
70
+ export const Grid = function Render() {
89
71
  return (
90
72
  <Decision
91
73
  options={[
92
74
  {
93
75
  description: 'Short text test.',
94
- onClick: action('clicked'),
76
+ onClick: fn(),
95
77
  href: '#href1',
96
- disabled,
97
78
  media: {
98
79
  block: (
99
80
  <img
@@ -109,8 +90,7 @@ export const grid = () => {
109
90
  {
110
91
  description:
111
92
  "Click here to send money to Hank Miller. Money will be sent directly to Han Miller's multi-currency account.",
112
- onClick: action('clicked'),
113
- disabled,
93
+ onClick: fn(),
114
94
  href: '#href2',
115
95
  media: {
116
96
  block: (
@@ -127,7 +107,7 @@ export const grid = () => {
127
107
  {
128
108
  description:
129
109
  "Click here to send money to Hank Miller. Money will be sent directly to Han Miller's multi-currency account.",
130
- onClick: action('clicked'),
110
+ onClick: fn(),
131
111
  href: '#href3',
132
112
  media: {
133
113
  block: (
@@ -139,15 +119,13 @@ export const grid = () => {
139
119
  list: <AvatarView profileName="Henry Mike" />,
140
120
  },
141
121
  'aria-label': 'Click here to send money to Hank Miller.',
142
- disabled,
143
122
  title: 'Hank Miller',
144
123
  },
145
124
  {
146
125
  description:
147
126
  "Click here to send money to Hank Miller. Money will be sent directly to Hank Miller's multi-currency account.",
148
- onClick: action('clicked'),
127
+ onClick: fn(),
149
128
  href: '#href1',
150
- disabled,
151
129
  media: {
152
130
  block: (
153
131
  <img
@@ -163,9 +141,8 @@ export const grid = () => {
163
141
  {
164
142
  description:
165
143
  "Click here to send money to Hank Miller. Money will be sent directly to Hank Miller's multi-currency account.",
166
- onClick: action('clicked'),
144
+ onClick: fn(),
167
145
  href: '#href1',
168
- disabled,
169
146
  media: {
170
147
  block: (
171
148
  <img
@@ -181,9 +158,8 @@ export const grid = () => {
181
158
  {
182
159
  description:
183
160
  "Click here to send money to Hank Miller. Money will be sent directly to Hank Miller's multi-currency account.",
184
- onClick: action('clicked'),
161
+ onClick: fn(),
185
162
  href: '#href1',
186
- disabled,
187
163
  media: {
188
164
  block: (
189
165
  <img
@@ -199,9 +175,8 @@ export const grid = () => {
199
175
  {
200
176
  description:
201
177
  "Click here to send money to Hank Miller. Money will be sent directly to Hank Miller's multi-currency account.",
202
- onClick: action('clicked'),
178
+ onClick: fn(),
203
179
  href: '#href1',
204
- disabled,
205
180
  media: {
206
181
  block: (
207
182
  <img
@@ -215,9 +190,9 @@ export const grid = () => {
215
190
  title: 'Hank Miller',
216
191
  },
217
192
  ]}
218
- presentation={presentation}
193
+ presentation={DecisionPresentation.LIST_BLOCK_GRID}
219
194
  type={DecisionType.NAVIGATION}
220
- size={size}
195
+ size={Size.MEDIUM}
221
196
  />
222
197
  );
223
198
  };
@@ -1,4 +1,4 @@
1
- import { action } from '@storybook/addon-actions';
1
+ import { action } from 'storybook/actions';
2
2
 
3
3
  import { Layout } from '../common';
4
4
 
@@ -1,5 +1,5 @@
1
- import { action } from '@storybook/addon-actions';
2
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { action } from 'storybook/actions';
2
+ import { Meta, StoryObj } from '@storybook/react-webpack5';
3
3
  import { useState } from 'react';
4
4
 
5
5
  import { Button, Dimmer } from '..';
@@ -1,4 +1,4 @@
1
- import { Meta, Canvas, Source } from '@storybook/blocks';
1
+ import { Meta, Canvas, Source } from '@storybook/addon-docs/blocks';
2
2
  import { NavigationOption } from '..';
3
3
  import { Bulb } from '@transferwise/icons';
4
4
 
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
1
+ import type { Meta, StoryObj } from '@storybook/react-webpack5';
2
2
  import Divider from './Divider';
3
3
 
4
4
  /**
@@ -1,20 +1,22 @@
1
- import { select } from '@storybook/addon-knobs';
2
1
  import { useState } from 'react';
3
-
4
- import { Section, Button, Input, Modal } from '..';
5
2
  import { Position, Priority } from '../common';
6
-
3
+ import { Section, Button, Input, Modal, type DrawerProps } from '..';
7
4
  import Drawer from './Drawer';
8
5
 
9
6
  export default {
10
7
  component: Drawer,
11
8
  title: 'Dialogs/Drawer',
9
+ argTypes: {
10
+ position: {
11
+ control: 'select',
12
+ options: [Position.LEFT, Position.RIGHT],
13
+ },
14
+ },
12
15
  };
13
16
 
14
- export const Basic = () => {
17
+ export const Basic = (args: DrawerProps) => {
15
18
  const [openDrawer, setOpenDrawer] = useState(false);
16
19
  const [openModal, setOpenModal] = useState(false);
17
- const position = select('position', [Position.LEFT, Position.RIGHT], Position.RIGHT);
18
20
 
19
21
  return (
20
22
  <>
@@ -23,7 +25,7 @@ export const Basic = () => {
23
25
  </Button>
24
26
  <Drawer
25
27
  open={openDrawer}
26
- position={position}
28
+ position={args.position}
27
29
  headerTitle="This is the title of the drawer"
28
30
  footerContent={
29
31
  <>
@@ -115,3 +117,7 @@ export const Basic = () => {
115
117
  </>
116
118
  );
117
119
  };
120
+
121
+ Basic.args = {
122
+ position: Position.RIGHT,
123
+ };
@@ -1,4 +1,4 @@
1
- import { action } from '@storybook/addon-actions';
1
+ import { action } from 'storybook/actions';
2
2
  import { useState } from 'react';
3
3
 
4
4
  import { Button, Nudge } from '..';
@@ -1,5 +1,4 @@
1
1
  import { render } from '../test-utils';
2
-
3
2
  import Emphasis from './Emphasis';
4
3
 
5
4
  describe('Emphasis', () => {
@@ -10,13 +9,14 @@ describe('Emphasis', () => {
10
9
  ${'<positive>positive</positive>'} | ${'em.emphasis.emphasis--positive'}
11
10
  ${'<negative>negative</negative>'} | ${'em.emphasis.emphasis--negative'}
12
11
  ${'<warning>warning</warning>'} | ${'em.emphasis.emphasis--warning'}
13
- `('$text renders as expected with selectoe $selector', ({ text, selector }) => {
14
- // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
15
- const { container } = render(<Emphasis text={text} />);
16
-
17
- expect(container.querySelector(selector)).toBeInTheDocument();
18
- expect(container?.firstElementChild?.tagName).toBe('SPAN');
19
- });
12
+ `(
13
+ '$text renders as expected with selectoe $selector',
14
+ ({ text, selector }: Record<string, string>) => {
15
+ const { container } = render(<Emphasis text={text} />);
16
+ expect(container.querySelector(selector)).toBeInTheDocument();
17
+ expect(container?.firstElementChild?.tagName).toBe('SPAN');
18
+ },
19
+ );
20
20
  });
21
21
 
22
22
  it('escapes malicious tags', () => {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-webpack5';
2
2
 
3
3
  import Emphasis from './Emphasis';
4
4
 
@@ -1,10 +1,10 @@
1
1
  import { useState } from 'react';
2
+ import { action } from 'storybook/actions';
2
3
 
3
4
  import { Input } from '../inputs/Input';
4
5
  import { Field, FieldProps } from './Field';
5
6
  import { Sentiment } from '../common';
6
7
  import DateInput from '../dateInput';
7
- import { fn } from '@storybook/test';
8
8
  import { lorem10, lorem40 } from '../test-utils';
9
9
  import { TextArea } from '../inputs/TextArea';
10
10
  import { SearchInput } from '../inputs/SearchInput';
@@ -51,11 +51,11 @@ export const Basic = (args: FieldProps) => {
51
51
  </Field>
52
52
 
53
53
  <Field label="Date Of Birth" required={false}>
54
- <DateInput onChange={fn} />
54
+ <DateInput value={undefined} onChange={action('date-input-changed')} />
55
55
  </Field>
56
56
 
57
57
  <Field label="Date Of Birth with Description" required={false} description={lorem10}>
58
- <DateInput onChange={fn} />
58
+ <DateInput value={undefined} onChange={action('date-input-changed')} />
59
59
  </Field>
60
60
 
61
61
  <Field label="Search business" required={false}>