@transferwise/components 0.0.0-experimental-a9ab536 → 0.0.0-experimental-3df0347

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 (236) hide show
  1. package/build/dateInput/DateInput.js +5 -12
  2. package/build/dateInput/DateInput.js.map +1 -1
  3. package/build/dateInput/DateInput.mjs +4 -11
  4. package/build/dateInput/DateInput.mjs.map +1 -1
  5. package/build/expressiveMoneyInput/currencySelector/CurrencySelector.js +8 -16
  6. package/build/expressiveMoneyInput/currencySelector/CurrencySelector.js.map +1 -1
  7. package/build/expressiveMoneyInput/currencySelector/CurrencySelector.mjs +6 -14
  8. package/build/expressiveMoneyInput/currencySelector/CurrencySelector.mjs.map +1 -1
  9. package/build/index.js +7 -14
  10. package/build/index.js.map +1 -1
  11. package/build/index.mjs +3 -10
  12. package/build/index.mjs.map +1 -1
  13. package/build/inputs/SelectInput.js +890 -0
  14. package/build/inputs/SelectInput.js.map +1 -0
  15. package/build/inputs/SelectInput.messages.js.map +1 -0
  16. package/build/inputs/SelectInput.messages.mjs.map +1 -0
  17. package/build/inputs/SelectInput.mjs +881 -0
  18. package/build/inputs/SelectInput.mjs.map +1 -0
  19. package/build/inputs/{SelectInput/BottomSheet/SelectInputBottomSheet.js → _BottomSheet.js} +7 -7
  20. package/build/inputs/_BottomSheet.js.map +1 -0
  21. package/build/inputs/{SelectInput/BottomSheet/SelectInputBottomSheet.mjs → _BottomSheet.mjs} +7 -7
  22. package/build/inputs/_BottomSheet.mjs.map +1 -0
  23. package/build/inputs/{SelectInput/ButtonInput/SelectInputButtonInput.js → _ButtonInput.js} +5 -5
  24. package/build/inputs/_ButtonInput.js.map +1 -0
  25. package/build/inputs/{SelectInput/ButtonInput/SelectInputButtonInput.mjs → _ButtonInput.mjs} +5 -5
  26. package/build/inputs/_ButtonInput.mjs.map +1 -0
  27. package/build/inputs/{SelectInput/Popover/SelectInputPopover.js → _Popover.js} +4 -4
  28. package/build/inputs/_Popover.js.map +1 -0
  29. package/build/inputs/{SelectInput/Popover/SelectInputPopover.mjs → _Popover.mjs} +4 -4
  30. package/build/inputs/_Popover.mjs.map +1 -0
  31. package/build/main.css +91 -91
  32. package/build/moneyInput/MoneyInput.js +2 -9
  33. package/build/moneyInput/MoneyInput.js.map +1 -1
  34. package/build/moneyInput/MoneyInput.mjs +1 -8
  35. package/build/moneyInput/MoneyInput.mjs.map +1 -1
  36. package/build/phoneNumberInput/PhoneNumberInput.js +3 -10
  37. package/build/phoneNumberInput/PhoneNumberInput.js.map +1 -1
  38. package/build/phoneNumberInput/PhoneNumberInput.mjs +2 -9
  39. package/build/phoneNumberInput/PhoneNumberInput.mjs.map +1 -1
  40. package/build/styles/main.css +91 -91
  41. package/build/styles/sentimentSurface/SentimentSurface.css +1 -1
  42. package/build/types/inputs/{SelectInput/SelectInput.types.d.ts → SelectInput.d.ts} +38 -12
  43. package/build/types/inputs/SelectInput.d.ts.map +1 -0
  44. package/build/types/inputs/SelectInput.messages.d.ts.map +1 -0
  45. package/build/types/inputs/{SelectInput/BottomSheet/SelectInputBottomSheet.d.ts → _BottomSheet.d.ts} +3 -3
  46. package/build/types/inputs/_BottomSheet.d.ts.map +1 -0
  47. package/build/types/inputs/_ButtonInput.d.ts +5 -0
  48. package/build/types/inputs/_ButtonInput.d.ts.map +1 -0
  49. package/build/types/inputs/{SelectInput/Popover/SelectInputPopover.d.ts → _Popover.d.ts} +3 -3
  50. package/build/types/inputs/_Popover.d.ts.map +1 -0
  51. package/package.json +1 -1
  52. package/src/inputs/{SelectInput/_stories/SelectInput.docs.mdx → SelectInput.docs.mdx} +1 -0
  53. package/src/inputs/SelectInput.less +219 -0
  54. package/src/inputs/{SelectInput/_stories/SelectInput.story.tsx → SelectInput.story.tsx} +8 -11
  55. package/src/inputs/{SelectInput/_stories/SelectInput.test.story.tsx → SelectInput.test.story.tsx} +10 -5
  56. package/src/inputs/{SelectInput/SelectInput.test.tsx → SelectInput.test.tsx} +11 -9
  57. package/src/inputs/SelectInput.tsx +1269 -0
  58. package/src/inputs/{SelectInput/BottomSheet/SelectInputBottomSheet.tsx → _BottomSheet.tsx} +7 -7
  59. package/src/inputs/{SelectInput/ButtonInput/SelectInputButtonInput.tsx → _ButtonInput.tsx} +5 -5
  60. package/src/inputs/{SelectInput/Popover/SelectInputPopover.tsx → _Popover.tsx} +4 -4
  61. package/src/main.css +91 -91
  62. package/src/main.less +1 -1
  63. package/src/sentimentSurface/SentimentSurface.css +1 -1
  64. package/src/sentimentSurface/SentimentSurface.less +1 -1
  65. package/build/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.js.map +0 -1
  66. package/build/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.mjs.map +0 -1
  67. package/build/inputs/SelectInput/ButtonInput/SelectInputButtonInput.js.map +0 -1
  68. package/build/inputs/SelectInput/ButtonInput/SelectInputButtonInput.mjs.map +0 -1
  69. package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.js +0 -27
  70. package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.js.map +0 -1
  71. package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.mjs +0 -25
  72. package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.mjs.map +0 -1
  73. package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.js +0 -59
  74. package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.js.map +0 -1
  75. package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.mjs +0 -56
  76. package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.mjs.map +0 -1
  77. package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.js +0 -50
  78. package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.js.map +0 -1
  79. package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.mjs +0 -48
  80. package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.mjs.map +0 -1
  81. package/build/inputs/SelectInput/ItemView/SelectInputItemView.js +0 -47
  82. package/build/inputs/SelectInput/ItemView/SelectInputItemView.js.map +0 -1
  83. package/build/inputs/SelectInput/ItemView/SelectInputItemView.mjs +0 -45
  84. package/build/inputs/SelectInput/ItemView/SelectInputItemView.mjs.map +0 -1
  85. package/build/inputs/SelectInput/Option/SelectInputOption.js +0 -42
  86. package/build/inputs/SelectInput/Option/SelectInputOption.js.map +0 -1
  87. package/build/inputs/SelectInput/Option/SelectInputOption.mjs +0 -40
  88. package/build/inputs/SelectInput/Option/SelectInputOption.mjs.map +0 -1
  89. package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.js +0 -40
  90. package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.js.map +0 -1
  91. package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.mjs +0 -38
  92. package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.mjs.map +0 -1
  93. package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.js +0 -48
  94. package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.js.map +0 -1
  95. package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.mjs +0 -46
  96. package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.mjs.map +0 -1
  97. package/build/inputs/SelectInput/Options/SelectInputOptions.js +0 -300
  98. package/build/inputs/SelectInput/Options/SelectInputOptions.js.map +0 -1
  99. package/build/inputs/SelectInput/Options/SelectInputOptions.mjs +0 -298
  100. package/build/inputs/SelectInput/Options/SelectInputOptions.mjs.map +0 -1
  101. package/build/inputs/SelectInput/Popover/SelectInputPopover.js.map +0 -1
  102. package/build/inputs/SelectInput/Popover/SelectInputPopover.mjs.map +0 -1
  103. package/build/inputs/SelectInput/SelectInput.contexts.js +0 -29
  104. package/build/inputs/SelectInput/SelectInput.contexts.js.map +0 -1
  105. package/build/inputs/SelectInput/SelectInput.contexts.mjs +0 -24
  106. package/build/inputs/SelectInput/SelectInput.contexts.mjs.map +0 -1
  107. package/build/inputs/SelectInput/SelectInput.js +0 -222
  108. package/build/inputs/SelectInput/SelectInput.js.map +0 -1
  109. package/build/inputs/SelectInput/SelectInput.messages.js.map +0 -1
  110. package/build/inputs/SelectInput/SelectInput.messages.mjs.map +0 -1
  111. package/build/inputs/SelectInput/SelectInput.mjs +0 -216
  112. package/build/inputs/SelectInput/SelectInput.mjs.map +0 -1
  113. package/build/inputs/SelectInput/SelectInput.utils.js +0 -164
  114. package/build/inputs/SelectInput/SelectInput.utils.js.map +0 -1
  115. package/build/inputs/SelectInput/SelectInput.utils.mjs +0 -154
  116. package/build/inputs/SelectInput/SelectInput.utils.mjs.map +0 -1
  117. package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.js +0 -43
  118. package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.js.map +0 -1
  119. package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.mjs +0 -37
  120. package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.mjs.map +0 -1
  121. package/build/styles/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +0 -96
  122. package/build/styles/inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +0 -16
  123. package/build/styles/inputs/SelectInput/ClearButton/SelectInputClearButton.css +0 -46
  124. package/build/styles/inputs/SelectInput/ItemView/SelectInputItemView.css +0 -16
  125. package/build/styles/inputs/SelectInput/Option/SelectInputOption.css +0 -33
  126. package/build/styles/inputs/SelectInput/OptionContent/SelectInputOptionContent.css +0 -37
  127. package/build/styles/inputs/SelectInput/Options/SelectInputOptions.css +0 -81
  128. package/build/styles/inputs/SelectInput/Popover/SelectInputPopover.css +0 -46
  129. package/build/types/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.d.ts.map +0 -1
  130. package/build/types/inputs/SelectInput/BottomSheet/index.d.ts +0 -3
  131. package/build/types/inputs/SelectInput/BottomSheet/index.d.ts.map +0 -1
  132. package/build/types/inputs/SelectInput/ButtonInput/SelectInputButtonInput.d.ts +0 -5
  133. package/build/types/inputs/SelectInput/ButtonInput/SelectInputButtonInput.d.ts.map +0 -1
  134. package/build/types/inputs/SelectInput/ButtonInput/index.d.ts +0 -3
  135. package/build/types/inputs/SelectInput/ButtonInput/index.d.ts.map +0 -1
  136. package/build/types/inputs/SelectInput/ClearButton/SelectInputClearButton.d.ts +0 -7
  137. package/build/types/inputs/SelectInput/ClearButton/SelectInputClearButton.d.ts.map +0 -1
  138. package/build/types/inputs/SelectInput/ClearButton/index.d.ts +0 -3
  139. package/build/types/inputs/SelectInput/ClearButton/index.d.ts.map +0 -1
  140. package/build/types/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.d.ts +0 -16
  141. package/build/types/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.d.ts.map +0 -1
  142. package/build/types/inputs/SelectInput/DefaultRenderTrigger/index.d.ts +0 -2
  143. package/build/types/inputs/SelectInput/DefaultRenderTrigger/index.d.ts.map +0 -1
  144. package/build/types/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.d.ts +0 -12
  145. package/build/types/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.d.ts.map +0 -1
  146. package/build/types/inputs/SelectInput/ItemView/GroupItemView/index.d.ts +0 -3
  147. package/build/types/inputs/SelectInput/ItemView/GroupItemView/index.d.ts.map +0 -1
  148. package/build/types/inputs/SelectInput/ItemView/SelectInputItemView.d.ts +0 -14
  149. package/build/types/inputs/SelectInput/ItemView/SelectInputItemView.d.ts.map +0 -1
  150. package/build/types/inputs/SelectInput/ItemView/index.d.ts +0 -4
  151. package/build/types/inputs/SelectInput/ItemView/index.d.ts.map +0 -1
  152. package/build/types/inputs/SelectInput/Option/SelectInputOption.d.ts +0 -14
  153. package/build/types/inputs/SelectInput/Option/SelectInputOption.d.ts.map +0 -1
  154. package/build/types/inputs/SelectInput/Option/index.d.ts +0 -3
  155. package/build/types/inputs/SelectInput/Option/index.d.ts.map +0 -1
  156. package/build/types/inputs/SelectInput/OptionContent/SelectInputOptionContent.d.ts +0 -16
  157. package/build/types/inputs/SelectInput/OptionContent/SelectInputOptionContent.d.ts.map +0 -1
  158. package/build/types/inputs/SelectInput/OptionContent/index.d.ts +0 -3
  159. package/build/types/inputs/SelectInput/OptionContent/index.d.ts.map +0 -1
  160. package/build/types/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.d.ts +0 -12
  161. package/build/types/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.d.ts.map +0 -1
  162. package/build/types/inputs/SelectInput/Options/OptionsContainer/index.d.ts +0 -3
  163. package/build/types/inputs/SelectInput/Options/OptionsContainer/index.d.ts.map +0 -1
  164. package/build/types/inputs/SelectInput/Options/SelectInputOptions.d.ts +0 -21
  165. package/build/types/inputs/SelectInput/Options/SelectInputOptions.d.ts.map +0 -1
  166. package/build/types/inputs/SelectInput/Options/index.d.ts +0 -4
  167. package/build/types/inputs/SelectInput/Options/index.d.ts.map +0 -1
  168. package/build/types/inputs/SelectInput/Popover/SelectInputPopover.d.ts.map +0 -1
  169. package/build/types/inputs/SelectInput/Popover/index.d.ts +0 -3
  170. package/build/types/inputs/SelectInput/Popover/index.d.ts.map +0 -1
  171. package/build/types/inputs/SelectInput/SelectInput.contexts.d.ts +0 -33
  172. package/build/types/inputs/SelectInput/SelectInput.contexts.d.ts.map +0 -1
  173. package/build/types/inputs/SelectInput/SelectInput.d.ts +0 -10
  174. package/build/types/inputs/SelectInput/SelectInput.d.ts.map +0 -1
  175. package/build/types/inputs/SelectInput/SelectInput.messages.d.ts.map +0 -1
  176. package/build/types/inputs/SelectInput/SelectInput.types.d.ts.map +0 -1
  177. package/build/types/inputs/SelectInput/SelectInput.utils.d.ts +0 -61
  178. package/build/types/inputs/SelectInput/SelectInput.utils.d.ts.map +0 -1
  179. package/build/types/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.d.ts +0 -18
  180. package/build/types/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.d.ts.map +0 -1
  181. package/build/types/inputs/SelectInput/TriggerButton/index.d.ts +0 -3
  182. package/build/types/inputs/SelectInput/TriggerButton/index.d.ts.map +0 -1
  183. package/build/types/inputs/SelectInput/components.d.ts +0 -10
  184. package/build/types/inputs/SelectInput/components.d.ts.map +0 -1
  185. package/build/types/inputs/SelectInput/index.d.ts +0 -12
  186. package/build/types/inputs/SelectInput/index.d.ts.map +0 -1
  187. package/src/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +0 -96
  188. package/src/inputs/SelectInput/BottomSheet/index.ts +0 -2
  189. package/src/inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +0 -16
  190. package/src/inputs/SelectInput/ButtonInput/index.ts +0 -2
  191. package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.css +0 -46
  192. package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.less +0 -40
  193. package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.tsx +0 -29
  194. package/src/inputs/SelectInput/ClearButton/index.ts +0 -2
  195. package/src/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.tsx +0 -74
  196. package/src/inputs/SelectInput/DefaultRenderTrigger/index.ts +0 -5
  197. package/src/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.tsx +0 -64
  198. package/src/inputs/SelectInput/ItemView/GroupItemView/index.ts +0 -2
  199. package/src/inputs/SelectInput/ItemView/SelectInputItemView.css +0 -16
  200. package/src/inputs/SelectInput/ItemView/SelectInputItemView.less +0 -17
  201. package/src/inputs/SelectInput/ItemView/SelectInputItemView.tsx +0 -51
  202. package/src/inputs/SelectInput/ItemView/index.ts +0 -3
  203. package/src/inputs/SelectInput/Option/SelectInputOption.css +0 -33
  204. package/src/inputs/SelectInput/Option/SelectInputOption.less +0 -32
  205. package/src/inputs/SelectInput/Option/SelectInputOption.tsx +0 -60
  206. package/src/inputs/SelectInput/Option/index.ts +0 -2
  207. package/src/inputs/SelectInput/OptionContent/SelectInputOptionContent.css +0 -37
  208. package/src/inputs/SelectInput/OptionContent/SelectInputOptionContent.less +0 -38
  209. package/src/inputs/SelectInput/OptionContent/SelectInputOptionContent.tsx +0 -75
  210. package/src/inputs/SelectInput/OptionContent/index.ts +0 -2
  211. package/src/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.tsx +0 -62
  212. package/src/inputs/SelectInput/Options/OptionsContainer/index.ts +0 -2
  213. package/src/inputs/SelectInput/Options/SelectInputOptions.css +0 -81
  214. package/src/inputs/SelectInput/Options/SelectInputOptions.less +0 -77
  215. package/src/inputs/SelectInput/Options/SelectInputOptions.tsx +0 -418
  216. package/src/inputs/SelectInput/Options/index.ts +0 -3
  217. package/src/inputs/SelectInput/Popover/SelectInputPopover.css +0 -46
  218. package/src/inputs/SelectInput/Popover/index.ts +0 -2
  219. package/src/inputs/SelectInput/SelectInput.contexts.tsx +0 -40
  220. package/src/inputs/SelectInput/SelectInput.less +0 -22
  221. package/src/inputs/SelectInput/SelectInput.tsx +0 -258
  222. package/src/inputs/SelectInput/SelectInput.types.ts +0 -113
  223. package/src/inputs/SelectInput/SelectInput.utils.ts +0 -206
  224. package/src/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.tsx +0 -44
  225. package/src/inputs/SelectInput/TriggerButton/index.ts +0 -5
  226. package/src/inputs/SelectInput/components.ts +0 -10
  227. package/src/inputs/SelectInput/index.ts +0 -14
  228. package/build/inputs/{SelectInput/SelectInput.messages.js → SelectInput.messages.js} +0 -0
  229. package/build/inputs/{SelectInput/SelectInput.messages.mjs → SelectInput.messages.mjs} +0 -0
  230. package/{src/inputs/SelectInput → build/styles/inputs}/SelectInput.css +90 -90
  231. package/build/types/inputs/{SelectInput/SelectInput.messages.d.ts → SelectInput.messages.d.ts} +0 -0
  232. package/{build/styles/inputs/SelectInput → src/inputs}/SelectInput.css +90 -90
  233. /package/src/inputs/{SelectInput/SelectInput.messages.ts → SelectInput.messages.ts} +0 -0
  234. /package/src/inputs/{SelectInput/BottomSheet/SelectInputBottomSheet.less → _BottomSheet.less} +0 -0
  235. /package/src/inputs/{SelectInput/ButtonInput/SelectInputButtonInput.less → _ButtonInput.less} +0 -0
  236. /package/src/inputs/{SelectInput/Popover/SelectInputPopover.less → _Popover.less} +0 -0
package/build/index.js CHANGED
@@ -58,16 +58,7 @@ var InputWithDisplayFormat = require('./inputWithDisplayFormat/InputWithDisplayF
58
58
  var Input = require('./inputs/Input.js');
59
59
  var InputGroup = require('./inputs/InputGroup.js');
60
60
  var SearchInput = require('./inputs/SearchInput.js');
61
- var SelectInput = require('./inputs/SelectInput/SelectInput.js');
62
- var SelectInput_utils = require('./inputs/SelectInput/SelectInput.utils.js');
63
- require('react-intl');
64
- require('./dateLookup/dateTrigger/DateTrigger.messages.js');
65
- require('@headlessui/react');
66
- var SelectInputOptionContent = require('./inputs/SelectInput/OptionContent/SelectInputOptionContent.js');
67
- var SelectInputTriggerButton = require('./inputs/SelectInput/TriggerButton/SelectInputTriggerButton.js');
68
- var Section = require('./section/Section.js');
69
- require('virtua');
70
- require('./inputs/SelectInput/SelectInput.messages.js');
61
+ var SelectInput = require('./inputs/SelectInput.js');
71
62
  var TextArea = require('./inputs/TextArea.js');
72
63
  var InstructionsList = require('./instructionsList/InstructionsList.js');
73
64
  var Label = require('./label/Label.js');
@@ -99,6 +90,7 @@ var Radio = require('./radio/Radio.js');
99
90
  var RadioGroup = require('./radioGroup/RadioGroup.js');
100
91
  var RadioOption = require('./radioOption/RadioOption.js');
101
92
  var ResponsivePanel = require('./common/responsivePanel/ResponsivePanel.js');
93
+ var Section = require('./section/Section.js');
102
94
  var SegmentedControl = require('./segmentedControl/SegmentedControl.js');
103
95
  var Select = require('./select/Select.js');
104
96
  var SentimentSurface = require('./sentimentSurface/SentimentSurface.js');
@@ -147,6 +139,7 @@ var markdownNodeType = require('./common/propsValues/markdownNodeType.js');
147
139
  var fileType = require('./common/fileType.js');
148
140
  var index = require('./common/locale/index.js');
149
141
  var colors = require('./common/colors.js');
142
+ require('react-intl');
150
143
  require('./common/closeButton/CloseButton.messages.js');
151
144
  var index$1 = require('./i18n/index.js');
152
145
  var withId = require('./withId/withId.js');
@@ -227,10 +220,9 @@ exports.Input = Input.Input;
227
220
  exports.InputGroup = InputGroup.InputGroup;
228
221
  exports.SearchInput = SearchInput.SearchInput;
229
222
  exports.SelectInput = SelectInput.SelectInput;
230
- exports.sortByRelevance = SelectInput_utils.sortByRelevance;
231
- exports.SelectInputOptionContent = SelectInputOptionContent.SelectInputOptionContent;
232
- exports.SelectInputTriggerButton = SelectInputTriggerButton.SelectInputTriggerButton;
233
- exports.Section = Section.default;
223
+ exports.SelectInputOptionContent = SelectInput.SelectInputOptionContent;
224
+ exports.SelectInputTriggerButton = SelectInput.SelectInputTriggerButton;
225
+ exports.sortByRelevance = SelectInput.sortByRelevance;
234
226
  exports.TextArea = TextArea.TextArea;
235
227
  exports.InstructionsList = InstructionsList.default;
236
228
  exports.Label = Label.Label;
@@ -266,6 +258,7 @@ exports.Radio = Radio.default;
266
258
  exports.RadioGroup = RadioGroup.default;
267
259
  exports.RadioOption = RadioOption.default;
268
260
  exports.ResponsivePanel = ResponsivePanel.default;
261
+ exports.Section = Section.default;
269
262
  exports.SegmentedControl = SegmentedControl.default;
270
263
  exports.Select = Select.default;
271
264
  exports.SentimentSurface = SentimentSurface.default;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/build/index.mjs CHANGED
@@ -56,16 +56,7 @@ export { default as InputWithDisplayFormat } from './inputWithDisplayFormat/Inpu
56
56
  export { Input } from './inputs/Input.mjs';
57
57
  export { InputGroup } from './inputs/InputGroup.mjs';
58
58
  export { SearchInput } from './inputs/SearchInput.mjs';
59
- export { SelectInput } from './inputs/SelectInput/SelectInput.mjs';
60
- export { sortByRelevance } from './inputs/SelectInput/SelectInput.utils.mjs';
61
- import 'react-intl';
62
- import './dateLookup/dateTrigger/DateTrigger.messages.mjs';
63
- import '@headlessui/react';
64
- export { SelectInputOptionContent } from './inputs/SelectInput/OptionContent/SelectInputOptionContent.mjs';
65
- export { SelectInputTriggerButton } from './inputs/SelectInput/TriggerButton/SelectInputTriggerButton.mjs';
66
- export { default as Section } from './section/Section.mjs';
67
- import 'virtua';
68
- import './inputs/SelectInput/SelectInput.messages.mjs';
59
+ export { SelectInput, SelectInputOptionContent, SelectInputTriggerButton, sortByRelevance } from './inputs/SelectInput.mjs';
69
60
  export { TextArea } from './inputs/TextArea.mjs';
70
61
  export { default as InstructionsList } from './instructionsList/InstructionsList.mjs';
71
62
  export { Label } from './label/Label.mjs';
@@ -97,6 +88,7 @@ export { default as Radio } from './radio/Radio.mjs';
97
88
  export { default as RadioGroup } from './radioGroup/RadioGroup.mjs';
98
89
  export { default as RadioOption } from './radioOption/RadioOption.mjs';
99
90
  export { default as ResponsivePanel } from './common/responsivePanel/ResponsivePanel.mjs';
91
+ export { default as Section } from './section/Section.mjs';
100
92
  export { default as SegmentedControl } from './segmentedControl/SegmentedControl.mjs';
101
93
  export { default as Select } from './select/Select.mjs';
102
94
  export { default as SentimentSurface } from './sentimentSurface/SentimentSurface.mjs';
@@ -145,6 +137,7 @@ export { MarkdownNodeType } from './common/propsValues/markdownNodeType.mjs';
145
137
  export { FileType } from './common/fileType.mjs';
146
138
  export { DEFAULT_LANG, DEFAULT_LOCALE, RTL_LANGUAGES, SUPPORTED_LANGUAGES, adjustLocale, getCountryFromLocale, getDirectionFromLocale, getLangFromLocale, getLocaleCurrencyName } from './common/locale/index.mjs';
147
139
  export { getBrandColorFromSeed } from './common/colors.mjs';
140
+ import 'react-intl';
148
141
  import './common/closeButton/CloseButton.messages.mjs';
149
142
  export { default as translations } from './i18n/index.mjs';
150
143
  export { default as withId } from './withId/withId.mjs';
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}