@oracle/oraclejet-preact 17.1.8 → 17.1.9

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 (546) hide show
  1. package/amd/AvatarVariants.styles.css +25 -25
  2. package/amd/AvatarVariants.styles2.css +25 -25
  3. package/amd/InputDatePicker-6167ff45.js +2 -0
  4. package/amd/{InputDatePicker-97756bcd.js.map → InputDatePicker-6167ff45.js.map} +1 -1
  5. package/amd/MaxLengthCounter-caafceef.js +2 -0
  6. package/{cjs/MaxLengthCounter-a5370f66.js.map → amd/MaxLengthCounter-caafceef.js.map} +1 -1
  7. package/amd/RadioIconVariants.styles.css +1 -1
  8. package/amd/RadioIconVariants.styles2.css +1 -1
  9. package/amd/TextArea-259d741c.js +2 -0
  10. package/{cjs/TextArea-096f18ad.js.map → amd/TextArea-259d741c.js.map} +1 -1
  11. package/amd/TextAreaAutosize-e8dc13b4.js +2 -0
  12. package/amd/{TextAreaAutosize-1f47b470.js.map → TextAreaAutosize-e8dc13b4.js.map} +1 -1
  13. package/amd/Theme-redwood/theme.css +411 -411
  14. package/amd/Theme-stable/theme.css +364 -364
  15. package/amd/UNSAFE_Avatar/themes/redwood/AvatarTheme.js +1 -1
  16. package/amd/UNSAFE_Avatar/themes/redwood/AvatarTheme.js.map +1 -1
  17. package/amd/UNSAFE_Avatar/themes/redwood/AvatarVariants.css.js +1 -1
  18. package/amd/UNSAFE_Avatar/themes/stable/AvatarTheme.js +1 -1
  19. package/amd/UNSAFE_Avatar/themes/stable/AvatarTheme.js.map +1 -1
  20. package/amd/UNSAFE_Avatar/themes/stable/AvatarVariants.css.js +1 -1
  21. package/amd/UNSAFE_Avatar.js +1 -1
  22. package/amd/UNSAFE_InputDatePicker.js +1 -1
  23. package/amd/UNSAFE_RadioItem/themes/redwood/RadioIconTheme.js +1 -1
  24. package/amd/UNSAFE_RadioItem/themes/redwood/RadioIconTheme.js.map +1 -1
  25. package/amd/UNSAFE_RadioItem/themes/redwood/RadioIconVariants.css.js +1 -1
  26. package/amd/UNSAFE_RadioItem/themes/stable/RadioIconTheme.js +1 -1
  27. package/amd/UNSAFE_RadioItem/themes/stable/RadioIconTheme.js.map +1 -1
  28. package/amd/UNSAFE_RadioItem/themes/stable/RadioIconVariants.css.js +1 -1
  29. package/amd/UNSAFE_RadioItem.js +1 -1
  30. package/amd/UNSAFE_TextArea.js +1 -1
  31. package/amd/UNSAFE_TextAreaAutosize.js +1 -1
  32. package/amd/hooks/UNSAFE_useContainerBreakpointValues.js +1 -1
  33. package/cjs/{useNavigationListItem-0a5c6a11.js → BaseNavigationListItem-4b28f14e.js} +40 -2
  34. package/cjs/BaseNavigationListItem-4b28f14e.js.map +1 -0
  35. package/cjs/CheckboxSetContext-c62db26d.js +12 -0
  36. package/cjs/CheckboxSetContext-c62db26d.js.map +1 -0
  37. package/cjs/{NavigationList-9e2a1115.js → NavigationListItem-7550547a.js} +21 -3
  38. package/cjs/NavigationListItem-7550547a.js.map +1 -0
  39. package/cjs/{OverflowTabBar-0122125c.js → OverflowTabBar-76c75781.js} +3 -3
  40. package/cjs/{OverflowTabBar-0122125c.js.map → OverflowTabBar-76c75781.js.map} +1 -1
  41. package/cjs/{OverflowTabBarItem-7e4a284a.js → OverflowTabBarItem-76059bad.js} +4 -5
  42. package/cjs/{OverflowTabBarItem-7e4a284a.js.map → OverflowTabBarItem-76059bad.js.map} +1 -1
  43. package/cjs/{RemovableNavigationListItem-1235bf1c.js → RemovableNavigationListItem-727e53e8.js} +3 -4
  44. package/cjs/{RemovableNavigationListItem-1235bf1c.js.map → RemovableNavigationListItem-727e53e8.js.map} +1 -1
  45. package/cjs/{ReorderableTabBar-49f32413.js → ReorderableTabBar-ded69f11.js} +2 -2
  46. package/cjs/{ReorderableTabBar-49f32413.js.map → ReorderableTabBar-ded69f11.js.map} +1 -1
  47. package/cjs/{TabBar-d9f6d3c3.js → TabBar-c13ce35f.js} +1 -6
  48. package/cjs/{TabBar-d9f6d3c3.js.map → TabBar-c13ce35f.js.map} +1 -1
  49. package/cjs/{TabBarMixed-13a02a56.js → TabBarMixed-81309400.js} +1 -6
  50. package/cjs/{TabBarMixed-13a02a56.js.map → TabBarMixed-81309400.js.map} +1 -1
  51. package/cjs/{TextArea-096f18ad.js → TextArea-792069d7.js} +22 -4
  52. package/{amd/TextArea-916c5bb1.js.map → cjs/TextArea-792069d7.js.map} +1 -1
  53. package/cjs/{TextAreaAutosize-4d30faec.js → TextAreaAutosize-1989de68.js} +3 -3
  54. package/cjs/{TextAreaAutosize-4d30faec.js.map → TextAreaAutosize-1989de68.js.map} +1 -1
  55. package/cjs/Theme-redwood/theme.css +203 -203
  56. package/cjs/Theme-stable/theme.css +379 -379
  57. package/cjs/UNSAFE_CheckboxItem.js +30 -80
  58. package/cjs/UNSAFE_CheckboxItem.js.map +1 -1
  59. package/cjs/UNSAFE_CheckboxSet.js +44 -15
  60. package/cjs/UNSAFE_CheckboxSet.js.map +1 -1
  61. package/cjs/UNSAFE_NavigationList.js +14 -16
  62. package/cjs/UNSAFE_NavigationList.js.map +1 -1
  63. package/cjs/UNSAFE_NavigationListCommon.js +54 -55
  64. package/cjs/UNSAFE_NavigationListCommon.js.map +1 -1
  65. package/cjs/UNSAFE_OverflowTabBar.js +27 -29
  66. package/cjs/UNSAFE_OverflowTabBar.js.map +1 -1
  67. package/cjs/UNSAFE_ReorderableTabBar.js +9 -25
  68. package/cjs/UNSAFE_ReorderableTabBar.js.map +1 -1
  69. package/cjs/UNSAFE_TabBar.js +26 -28
  70. package/cjs/UNSAFE_TabBar.js.map +1 -1
  71. package/cjs/UNSAFE_TabBarCommon.js +18 -20
  72. package/cjs/UNSAFE_TabBarCommon.js.map +1 -1
  73. package/cjs/UNSAFE_TabBarMixed.js +26 -28
  74. package/cjs/UNSAFE_TabBarMixed.js.map +1 -1
  75. package/cjs/UNSAFE_TextArea.js +3 -4
  76. package/cjs/UNSAFE_TextArea.js.map +1 -1
  77. package/cjs/UNSAFE_TextAreaAutosize.js +3 -3
  78. package/es/ActionCard-ba1c946e.js +1 -1
  79. package/es/BarChart-c68a559c.js +2 -2
  80. package/es/BaseButton-5a3335d9.js +2 -2
  81. package/es/BaseCardView-e0e8a69b.js +6 -6
  82. package/es/{BaseCardViewSelectionTest-120542e8.js → BaseCardViewSelectionTest-2159b609.js} +6 -6
  83. package/es/{BaseCardViewSelectionTest-120542e8.js.map → BaseCardViewSelectionTest-2159b609.js.map} +1 -1
  84. package/es/BaseNavigationListItem-ac7ef3c3.js +1 -1
  85. package/es/ButtonSet-ac76e6e2.js +2 -2
  86. package/es/ButtonSetIconButton-9241b9fb.js +3 -3
  87. package/es/{Center-8b48ab02.js → Center-9f355d44.js} +2 -2
  88. package/es/{Center-8b48ab02.js.map → Center-9f355d44.js.map} +1 -1
  89. package/es/Chart-f2438968.js +9 -9
  90. package/es/CheckboxControl-f5e36d0d.js +6 -6
  91. package/es/CheckboxRadioField-bdda2573.js +6 -6
  92. package/es/Chip-f2df2078.js +1 -1
  93. package/es/ClearIcon-b5083cc8.js +1 -1
  94. package/es/CollapseIcon-de129943.js +1 -1
  95. package/es/Collapsible-09cc493a.js +2 -2
  96. package/es/CompactHelpSource-1686edf6.js +2 -2
  97. package/es/{CompactLabelAssistance-fa8264fa.js → CompactLabelAssistance-61df6dbf.js} +5 -5
  98. package/es/{CompactLabelAssistance-fa8264fa.js.map → CompactLabelAssistance-61df6dbf.js.map} +1 -1
  99. package/es/CompactUserAssistance-3a10afd4.js +4 -4
  100. package/es/ComponentMessageContainer-18e7fe34.js +4 -4
  101. package/es/ConveyorBeltItem-c8d4ba1b.js +2 -2
  102. package/es/{DatePicker-4fb6d86d.js → DatePicker-d4e027c2.js} +6 -6
  103. package/es/{DatePicker-4fb6d86d.js.map → DatePicker-d4e027c2.js.map} +1 -1
  104. package/es/DatePickerHeader-79f0b61b.js +3 -3
  105. package/es/{Diagram-6f1ad2ea.js → Diagram-d7fdc75f.js} +5 -5
  106. package/es/{Diagram-6f1ad2ea.js.map → Diagram-d7fdc75f.js.map} +1 -1
  107. package/es/{Dialog-5e92dcd1.js → Dialog-cf69547f.js} +6 -6
  108. package/es/{Dialog-5e92dcd1.js.map → Dialog-cf69547f.js.map} +1 -1
  109. package/es/DirectionalCollapseArrowIcon-20259aab.js +1 -1
  110. package/es/DirectionalExpandArrowIcon-36ba273c.js +1 -1
  111. package/es/DragHandle-3b768189.js +1 -1
  112. package/es/{Dropdown-f45f823c.js → Dropdown-d017dd0a.js} +5 -5
  113. package/es/{Dropdown-f45f823c.js.map → Dropdown-d017dd0a.js.map} +1 -1
  114. package/es/{EnvironmentProvider-0fc2fd0c.js → EnvironmentProvider-a3819bde.js} +3 -3
  115. package/es/{EnvironmentProvider-0fc2fd0c.js.map → EnvironmentProvider-a3819bde.js.map} +1 -1
  116. package/es/FilePicker-f4582615.js +2 -2
  117. package/es/{Flex-8696b27b.js → Flex-2d51e914.js} +2 -2
  118. package/es/{Flex-8696b27b.js.map → Flex-2d51e914.js.map} +1 -1
  119. package/es/{Floating-f9bbd276.js → Floating-aebc0f85.js} +4 -4
  120. package/es/{Floating-f9bbd276.js.map → Floating-aebc0f85.js.map} +1 -1
  121. package/es/FormLayout-221e1aa8.js +1 -1
  122. package/es/Gantt-46f5f954.js +9 -9
  123. package/es/{Grid-7fd29a9e.js → Grid-c2385b22.js} +2 -2
  124. package/es/{Grid-7fd29a9e.js.map → Grid-c2385b22.js.map} +1 -1
  125. package/es/{Gridlines-dcdc34bc.js → Gridlines-0e7b33f5.js} +2 -2
  126. package/es/{Gridlines-dcdc34bc.js.map → Gridlines-0e7b33f5.js.map} +1 -1
  127. package/es/GroupLoadingIndicator-2bfdba44.js +1 -1
  128. package/es/{HighlightText-cc043982.js → HighlightText-d505bf35.js} +2 -2
  129. package/es/{HighlightText-cc043982.js.map → HighlightText-d505bf35.js.map} +1 -1
  130. package/es/Icon-4171c0d7.js +3 -3
  131. package/es/IconButton-451a225c.js +3 -3
  132. package/es/IconMenuButton-e46f8d54.js +4 -4
  133. package/es/IconProgressButton-8f2f6b27.js +3 -3
  134. package/es/IconSwitchButton-5ff7b0fe.js +3 -3
  135. package/es/IconToggleButton-375f006f.js +3 -3
  136. package/es/{IconUserAssistance-dd56b812.js → IconUserAssistance-7cfd1ed2.js} +3 -3
  137. package/es/{IconUserAssistance-dd56b812.js.map → IconUserAssistance-7cfd1ed2.js.map} +1 -1
  138. package/es/Indexer-658cee69.js +4 -4
  139. package/es/InlineHelpSource-fcdcd122.js +1 -1
  140. package/es/InlineUserAssistance-e6deb149.js +5 -5
  141. package/es/InputDateMask-3d511e39.js +7 -7
  142. package/es/InputDatePicker-fe26a952.js +8 -8
  143. package/es/InputPassword-47130b3c.js +4 -4
  144. package/es/InputText-4799b2ed.js +6 -6
  145. package/es/Label-ab276ca9.js +5 -5
  146. package/es/LabelValueLayout-bcf482be.js +1 -1
  147. package/es/{Layer-71fc666f.js → Layer-915d986a.js} +3 -3
  148. package/es/{Layer-71fc666f.js.map → Layer-915d986a.js.map} +1 -1
  149. package/es/{LayerHost-15b42a3e.js → LayerHost-7a2149f5.js} +2 -2
  150. package/es/{LayerHost-15b42a3e.js.map → LayerHost-7a2149f5.js.map} +1 -1
  151. package/es/{LayerManager-af39e736.js → LayerManager-be34be40.js} +2 -2
  152. package/es/{LayerManager-af39e736.js.map → LayerManager-be34be40.js.map} +1 -1
  153. package/es/Legend-ae0296f0.js +3 -3
  154. package/es/{LineAreaChart-3a7bc509.js → LineAreaChart-e2e762e8.js} +3 -3
  155. package/es/{LineAreaChart-3a7bc509.js.map → LineAreaChart-e2e762e8.js.map} +1 -1
  156. package/es/Link-9072aa54.js +1 -1
  157. package/es/List-1d23e84f.js +5 -5
  158. package/es/{ListItemLayout-32895900.js → ListItemLayout-01286b56.js} +2 -2
  159. package/es/{ListItemLayout-32895900.js.map → ListItemLayout-01286b56.js.map} +1 -1
  160. package/es/ListView-8eba90e8.js +3 -3
  161. package/es/{LiveRegion-cb4f8a54.js → LiveRegion-5302331c.js} +2 -2
  162. package/es/{LiveRegion-cb4f8a54.js.map → LiveRegion-5302331c.js.map} +1 -1
  163. package/es/{MaxLengthLiveRegion-59087064.js → MaxLengthLiveRegion-9b386b63.js} +3 -3
  164. package/es/{MaxLengthLiveRegion-59087064.js.map → MaxLengthLiveRegion-9b386b63.js.map} +1 -1
  165. package/es/{Menu-b5deea24.js → Menu-e44a3e0b.js} +8 -8
  166. package/es/{Menu-b5deea24.js.map → Menu-e44a3e0b.js.map} +1 -1
  167. package/es/MenuButton-49b7965d.js +3 -3
  168. package/es/MenuItem-be46866f.js +1 -1
  169. package/es/Message-322f8d63.js +2 -2
  170. package/es/{MessageLayer-34a390eb.js → MessageLayer-f09b0a1b.js} +6 -6
  171. package/es/{MessageLayer-34a390eb.js.map → MessageLayer-f09b0a1b.js.map} +1 -1
  172. package/es/MessageToast-66bdffe6.js +8 -8
  173. package/es/MessagesManager-a1c3e92e.js +3 -3
  174. package/es/MeterBar-9ad34b98.js +5 -5
  175. package/es/MeterCircle-6bd257c8.js +5 -5
  176. package/es/{Modal-3fd86d5a.js → Modal-862b8167.js} +3 -3
  177. package/es/{Modal-3fd86d5a.js.map → Modal-862b8167.js.map} +1 -1
  178. package/es/{MonthView-c3b82ace.js → MonthView-3d90f424.js} +4 -4
  179. package/es/{MonthView-c3b82ace.js.map → MonthView-3d90f424.js.map} +1 -1
  180. package/es/NavigationListItem-a336f06f.js +5 -5
  181. package/es/NumberInputText-eca11601.js +6 -6
  182. package/es/OverflowTabBarItem-12249753.js +3 -3
  183. package/es/PRIVATE_BaseCardView.js +20 -20
  184. package/es/PRIVATE_Chart.js +30 -30
  185. package/es/PRIVATE_CheckboxControl.js +22 -22
  186. package/es/PRIVATE_CheckboxRadioField.js +23 -23
  187. package/es/PRIVATE_ClearIcon.js +17 -17
  188. package/es/PRIVATE_DatePickerHeader.js +19 -19
  189. package/es/PRIVATE_DatePickerLayout.js +4 -4
  190. package/es/PRIVATE_EmbeddedIconButton.js +3 -3
  191. package/es/PRIVATE_FormControls.js +19 -19
  192. package/es/PRIVATE_IconSwitchButton.js +15 -15
  193. package/es/PRIVATE_Icons/CheckboxMixed.js +15 -15
  194. package/es/PRIVATE_Icons/CheckboxOff.js +15 -15
  195. package/es/PRIVATE_Icons/CheckboxOn.js +15 -15
  196. package/es/PRIVATE_Icons/RadiobuttonOff.js +15 -15
  197. package/es/PRIVATE_Icons/RadiobuttonOn.js +15 -15
  198. package/es/PRIVATE_Icons/WarningS.js +15 -15
  199. package/es/PRIVATE_List.js +19 -19
  200. package/es/PRIVATE_Message.js +18 -18
  201. package/es/PRIVATE_MessageLayer.js +11 -11
  202. package/es/PRIVATE_MonthView.js +7 -7
  203. package/es/PRIVATE_MonthYearGridView.js +7 -7
  204. package/es/PRIVATE_PlotArea.js +4 -4
  205. package/es/PRIVATE_RevealToggleIcon.js +16 -16
  206. package/es/PRIVATE_SelectCommon.js +27 -27
  207. package/es/PRIVATE_StyledCheckbox.js +15 -15
  208. package/es/PRIVATE_Table.js +18 -18
  209. package/es/PRIVATE_ThemedIcons/CalendarIcon.js +15 -15
  210. package/es/PRIVATE_ThemedIcons/ChartMarqueeSelectIcon.js +15 -15
  211. package/es/PRIVATE_ThemedIcons/ChartPanIcon.js +15 -15
  212. package/es/PRIVATE_ThemedIcons/ChartZoomIcon.js +15 -15
  213. package/es/PRIVATE_ThemedIcons/CheckIcon.js +15 -15
  214. package/es/PRIVATE_ThemedIcons/CheckboxMixedIcon.js +15 -15
  215. package/es/PRIVATE_ThemedIcons/CheckboxOffIcon.js +15 -15
  216. package/es/PRIVATE_ThemedIcons/CheckboxOnIcon.js +15 -15
  217. package/es/PRIVATE_ThemedIcons/CloseIcon.js +15 -15
  218. package/es/PRIVATE_ThemedIcons/CollapseIcon.js +16 -16
  219. package/es/PRIVATE_ThemedIcons/CollapseUpIcon.js +15 -15
  220. package/es/PRIVATE_ThemedIcons/DecrementIcon.js +15 -15
  221. package/es/PRIVATE_ThemedIcons/DeleteIcon.js +15 -15
  222. package/es/PRIVATE_ThemedIcons/DirectionalCollapseArrowIcon.js +16 -16
  223. package/es/PRIVATE_ThemedIcons/DirectionalExpandArrowIcon.js +16 -16
  224. package/es/PRIVATE_ThemedIcons/DropdownArrowIcon.js +15 -15
  225. package/es/PRIVATE_ThemedIcons/ExpandIcon.js +15 -15
  226. package/es/PRIVATE_ThemedIcons/HelpIcon.js +15 -15
  227. package/es/PRIVATE_ThemedIcons/IncrementIcon.js +15 -15
  228. package/es/PRIVATE_ThemedIcons/MenuButtonDropdownIcon.js +15 -15
  229. package/es/PRIVATE_ThemedIcons/MessageConfirmationIcon.js +15 -15
  230. package/es/PRIVATE_ThemedIcons/MessageErrorIcon.js +15 -15
  231. package/es/PRIVATE_ThemedIcons/MessageInfoIcon.js +15 -15
  232. package/es/PRIVATE_ThemedIcons/MessageWarningIcon.js +15 -15
  233. package/es/PRIVATE_ThemedIcons/MinusIcon.js +15 -15
  234. package/es/PRIVATE_ThemedIcons/NavDownIcon.js +15 -15
  235. package/es/PRIVATE_ThemedIcons/PlusIcon.js +15 -15
  236. package/es/PRIVATE_ThemedIcons/RadioOffIcon.js +15 -15
  237. package/es/PRIVATE_ThemedIcons/RadioOnIcon.js +15 -15
  238. package/es/PRIVATE_ThemedIcons/SortAscendingIcon.js +15 -15
  239. package/es/PRIVATE_ThemedIcons/SortDefaultIcon.js +15 -15
  240. package/es/PRIVATE_ThemedIcons/SortDescendingIcon.js +15 -15
  241. package/es/PRIVATE_ThemedIcons/ViewHideIcon.js +15 -15
  242. package/es/PRIVATE_ThemedIcons/ViewIcon.js +15 -15
  243. package/es/PRIVATE_TimeComponent.js +18 -18
  244. package/es/PRIVATE_VisTabularDatatip.js +4 -4
  245. package/es/PictoChart-3dd90503.js +6 -6
  246. package/es/{PieChart-cdb56906.js → PieChart-d4f63bd8.js} +5 -5
  247. package/es/{PieChart-cdb56906.js.map → PieChart-d4f63bd8.js.map} +1 -1
  248. package/es/{Popup-8becd87a.js → Popup-7cc4028b.js} +9 -9
  249. package/es/{Popup-8becd87a.js.map → Popup-7cc4028b.js.map} +1 -1
  250. package/es/{ProgressBar-2565d814.js → ProgressBar-d647bba4.js} +3 -3
  251. package/es/{ProgressBar-2565d814.js.map → ProgressBar-d647bba4.js.map} +1 -1
  252. package/es/ProgressButton-645ce827.js +3 -3
  253. package/es/ProgressButtonLabelLayout-6cf150e0.js +3 -3
  254. package/es/{ProgressCircle-c7f945c0.js → ProgressCircle-13dc0e4f.js} +2 -2
  255. package/es/{ProgressCircle-c7f945c0.js.map → ProgressCircle-13dc0e4f.js.map} +1 -1
  256. package/es/RadioItem-af1bbece.js +6 -6
  257. package/es/RatingGauge-82a6a416.js +7 -7
  258. package/es/ReadonlyTextFieldInput-a15badb6.js +1 -1
  259. package/es/RemovableNavigationListItem-7032ce3e.js +1 -1
  260. package/es/RemovableTabBarItem-16d04210.js +2 -2
  261. package/es/ReorderableTabBar-981af0f2.js +2 -2
  262. package/es/RevealToggleIcon-563c241c.js +1 -1
  263. package/es/SectionalLegend-a9b719ff.js +4 -4
  264. package/es/{SectionedContent-237bf539.js → SectionedContent-7e36073f.js} +5 -5
  265. package/es/{SectionedContent-237bf539.js.map → SectionedContent-7e36073f.js.map} +1 -1
  266. package/es/SelectMultiple-c1264885.js +8 -8
  267. package/es/SelectSingle-8336ec24.js +7 -7
  268. package/es/{SelectionCard-1711aae6.js → SelectionCard-a27bce15.js} +2 -2
  269. package/es/{SelectionCard-1711aae6.js.map → SelectionCard-a27bce15.js.map} +1 -1
  270. package/es/Selector-9f40e909.js +1 -1
  271. package/es/{SelectorAll-42ce8707.js → SelectorAll-40c76f0b.js} +7 -7
  272. package/es/{SelectorAll-42ce8707.js.map → SelectorAll-40c76f0b.js.map} +1 -1
  273. package/es/{Sheet-f7117b12.js → Sheet-34f3bcb4.js} +3 -3
  274. package/es/{Sheet-f7117b12.js.map → Sheet-34f3bcb4.js.map} +1 -1
  275. package/es/SplitMenuButton-74913bcc.js +3 -3
  276. package/es/StyledTextField-9df27ab4.js +3 -3
  277. package/es/Submenu-c6663c1d.js +1 -1
  278. package/es/TabBar-90cea652.js +6 -6
  279. package/es/TabBarItem-ba695c75.js +3 -3
  280. package/es/TabBarLayout-8caaa060.js +1 -1
  281. package/es/TabBarMixed-52ac388e.js +6 -6
  282. package/es/{TabBarMixedSeparator-da56f4c0.js → TabBarMixedSeparator-16c88691.js} +2 -2
  283. package/es/{TabBarMixedSeparator-da56f4c0.js.map → TabBarMixedSeparator-16c88691.js.map} +1 -1
  284. package/es/Table-3d484e2c.js +8 -8
  285. package/es/TagCloud-823b3d82.js +9 -9
  286. package/es/TextArea-6f18b955.js +5 -5
  287. package/es/TextAreaAutosize-4cf2754b.js +5 -5
  288. package/es/TextField-d4b4661d.js +3 -3
  289. package/es/TextFieldInput-84280715.js +1 -1
  290. package/es/Theme-redwood/theme.css +569 -569
  291. package/es/Theme-stable/theme.css +1043 -1043
  292. package/es/TimeComponentCanvas2D-72f4af98.js +5 -5
  293. package/es/Toolbar-85379f64.js +1 -1
  294. package/es/{TruncatingBadge-7eb77ed3.js → TruncatingBadge-e5f38bc8.js} +4 -4
  295. package/es/{TruncatingBadge-7eb77ed3.js.map → TruncatingBadge-e5f38bc8.js.map} +1 -1
  296. package/es/{TruncatingText-93807530.js → TruncatingText-c3719839.js} +4 -4
  297. package/es/{TruncatingText-93807530.js.map → TruncatingText-c3719839.js.map} +1 -1
  298. package/es/UNSAFE_ActionCard.js +2 -2
  299. package/es/UNSAFE_BarChart/__test__/BarChart.spec.js +30 -30
  300. package/es/UNSAFE_BarChart.js +30 -30
  301. package/es/UNSAFE_BaseButton.js +3 -3
  302. package/es/UNSAFE_Button.js +3 -3
  303. package/es/UNSAFE_ButtonLayout/tests/ButtonLayout.spec.js +19 -19
  304. package/es/UNSAFE_ButtonSet.js +4 -4
  305. package/es/UNSAFE_ButtonSetButton.js +3 -3
  306. package/es/UNSAFE_ButtonSetIconButton.js +15 -15
  307. package/es/UNSAFE_ButtonSetItem.js +15 -15
  308. package/es/UNSAFE_ButtonSetMultiple.js +4 -4
  309. package/es/UNSAFE_ButtonSetSingle.js +4 -4
  310. package/es/UNSAFE_CardFlexView.js +20 -20
  311. package/es/UNSAFE_CardGridView.js +20 -20
  312. package/es/UNSAFE_Center.js +5 -5
  313. package/es/UNSAFE_ChartWithLegend.js +4 -4
  314. package/es/UNSAFE_Checkbox.js +22 -22
  315. package/es/UNSAFE_CheckboxItem.js +23 -23
  316. package/es/UNSAFE_CheckboxSet.js +22 -22
  317. package/es/UNSAFE_Chip.js +2 -2
  318. package/es/UNSAFE_Collapsible.js +17 -17
  319. package/es/UNSAFE_ComponentMessage.js +18 -18
  320. package/es/UNSAFE_ConveyorBelt.js +15 -15
  321. package/es/UNSAFE_DatePicker.js +24 -24
  322. package/es/UNSAFE_Diagram.js +15 -15
  323. package/es/UNSAFE_Dialog.js +11 -11
  324. package/es/UNSAFE_DragHandle.js +16 -16
  325. package/es/UNSAFE_DrawerLayout.js +11 -11
  326. package/es/UNSAFE_DrawerPopup.js +10 -10
  327. package/es/UNSAFE_Dropdown.js +12 -12
  328. package/es/UNSAFE_Environment.js +4 -4
  329. package/es/UNSAFE_ExpandableList.js +22 -22
  330. package/es/UNSAFE_FilePicker.js +4 -4
  331. package/es/UNSAFE_Flex.js +4 -4
  332. package/es/UNSAFE_Floating.js +10 -10
  333. package/es/UNSAFE_FormLayout.js +2 -2
  334. package/es/UNSAFE_Gantt.js +22 -22
  335. package/es/UNSAFE_Grid.js +4 -4
  336. package/es/UNSAFE_HighlightText.js +4 -4
  337. package/es/UNSAFE_Icon.js +15 -15
  338. package/es/UNSAFE_IconButton.js +15 -15
  339. package/es/UNSAFE_IconMenuButton.js +19 -19
  340. package/es/UNSAFE_IconProgressButton.js +19 -19
  341. package/es/UNSAFE_IconToggleButton.js +15 -15
  342. package/es/UNSAFE_Indexer.js +6 -6
  343. package/es/UNSAFE_InputDateMask.js +23 -23
  344. package/es/UNSAFE_InputDatePicker.js +32 -32
  345. package/es/UNSAFE_InputPassword.js +22 -22
  346. package/es/UNSAFE_InputSensitiveText.js +24 -24
  347. package/es/UNSAFE_InputText.js +25 -25
  348. package/es/UNSAFE_Label.js +22 -22
  349. package/es/UNSAFE_LabelValueLayout.js +4 -4
  350. package/es/UNSAFE_LabelledLink.js +24 -24
  351. package/es/UNSAFE_Layer.js +7 -7
  352. package/es/UNSAFE_Legend.js +22 -22
  353. package/es/UNSAFE_LineAreaChart/__test__/LineChart.spec.js +30 -30
  354. package/es/UNSAFE_LineAreaChart.js +31 -31
  355. package/es/UNSAFE_Link.js +2 -2
  356. package/es/UNSAFE_ListItemLayout.js +5 -5
  357. package/es/UNSAFE_ListView.js +25 -25
  358. package/es/UNSAFE_LiveRegion.js +4 -4
  359. package/es/UNSAFE_Menu.js +21 -21
  360. package/es/UNSAFE_MenuButton.js +19 -19
  361. package/es/UNSAFE_MessageBanner.js +18 -18
  362. package/es/UNSAFE_MessageToast.js +21 -21
  363. package/es/UNSAFE_MeterBar.js +16 -16
  364. package/es/UNSAFE_MeterCircle.js +16 -16
  365. package/es/UNSAFE_Modal.js +7 -7
  366. package/es/UNSAFE_NavigationList.js +19 -19
  367. package/es/UNSAFE_NavigationListCommon.js +17 -17
  368. package/es/UNSAFE_NumberInputText.js +24 -24
  369. package/es/UNSAFE_OverflowTabBar.js +24 -24
  370. package/es/UNSAFE_PictoChart.js +13 -13
  371. package/es/UNSAFE_PieChart/__test__/PieChart.spec.js +14 -14
  372. package/es/UNSAFE_PieChart.js +14 -14
  373. package/es/UNSAFE_Popup.js +15 -15
  374. package/es/UNSAFE_ProgressBar.js +5 -5
  375. package/es/UNSAFE_ProgressButton.js +19 -19
  376. package/es/UNSAFE_ProgressButtonLabelLayout.js +10 -10
  377. package/es/UNSAFE_ProgressCircle.js +4 -4
  378. package/es/UNSAFE_RadioItem.js +22 -22
  379. package/es/UNSAFE_RadioSet.js +22 -22
  380. package/es/UNSAFE_RatingGauge.js +16 -16
  381. package/es/UNSAFE_ReorderableTabBar.js +21 -21
  382. package/es/UNSAFE_SectionalLegend.js +23 -23
  383. package/es/UNSAFE_SelectMultiple.js +30 -30
  384. package/es/UNSAFE_SelectSingle.js +30 -30
  385. package/es/UNSAFE_SelectionCard.js +4 -4
  386. package/es/UNSAFE_Selector.js +15 -15
  387. package/es/UNSAFE_SelectorAll.js +19 -19
  388. package/es/UNSAFE_Sheet/__test__/Sheet.spec.js +13 -13
  389. package/es/UNSAFE_Sheet.js +10 -10
  390. package/es/UNSAFE_SplitMenuButton.js +19 -19
  391. package/es/UNSAFE_TabBar.js +25 -25
  392. package/es/UNSAFE_TabBarCommon.js +24 -24
  393. package/es/UNSAFE_TabBarMixed.js +28 -28
  394. package/es/UNSAFE_TableView.js +18 -18
  395. package/es/UNSAFE_TagCloud.js +22 -22
  396. package/es/UNSAFE_TextArea.js +24 -24
  397. package/es/UNSAFE_TextAreaAutosize.js +24 -24
  398. package/es/UNSAFE_TextField.js +7 -7
  399. package/es/UNSAFE_ToggleButton.js +3 -3
  400. package/es/UNSAFE_Toolbar/tests/Toolbar.spec.js +21 -21
  401. package/es/UNSAFE_Toolbar.js +4 -4
  402. package/es/UNSAFE_Train.js +16 -16
  403. package/es/UNSAFE_TruncatingBadge.js +17 -17
  404. package/es/UNSAFE_TruncatingText.js +17 -17
  405. package/es/UNSAFE_UserAssistance.js +23 -23
  406. package/es/UNSAFE_View.js +7 -7
  407. package/es/UNSAFE_VirtualizedListView.js +19 -19
  408. package/es/UNSAFE_VisProgressiveLoader/__test__/VisProgressiveLoader.spec.js +8 -8
  409. package/es/UNSAFE_VisProgressiveLoader.js +6 -6
  410. package/es/UNSAFE_VisStatusMessage.js +6 -6
  411. package/es/UNSAFE_WindowOverlay.js +4 -4
  412. package/es/{View-63980a9b.js → View-a8a64eb1.js} +5 -5
  413. package/es/{View-63980a9b.js.map → View-a8a64eb1.js.map} +1 -1
  414. package/es/{VisNoData-da540cbd.js → VisNoData-673b58e9.js} +3 -3
  415. package/es/{VisNoData-da540cbd.js.map → VisNoData-673b58e9.js.map} +1 -1
  416. package/es/{VisProgressiveLoader-2b2103c8.js → VisProgressiveLoader-66dde1ff.js} +3 -3
  417. package/es/{VisProgressiveLoader-2b2103c8.js.map → VisProgressiveLoader-66dde1ff.js.map} +1 -1
  418. package/es/{VisTabularDatatip-2ae7ee48.js → VisTabularDatatip-6aa607bb.js} +2 -2
  419. package/es/{VisTabularDatatip-2ae7ee48.js.map → VisTabularDatatip-6aa607bb.js.map} +1 -1
  420. package/es/{WindowOverlay-9b43e658.js → WindowOverlay-de5d0819.js} +2 -2
  421. package/es/{WindowOverlay-9b43e658.js.map → WindowOverlay-de5d0819.js.map} +1 -1
  422. package/es/{YearsGridView-37dfce0c.js → YearsGridView-5b5c1746.js} +4 -4
  423. package/es/{YearsGridView-37dfce0c.js.map → YearsGridView-5b5c1746.js.map} +1 -1
  424. package/es/hoc/PRIVATE_withDirectionIcon.js +4 -4
  425. package/es/hoc/PRIVATE_withThemeIcon.js +3 -3
  426. package/es/hoc/UNSAFE_withThemeProps.js +3 -3
  427. package/es/hooks/PRIVATE_useChartContextMenu.js +18 -18
  428. package/es/hooks/PRIVATE_useChartDatatip.js +13 -13
  429. package/es/hooks/PRIVATE_useChartEvents.js +17 -17
  430. package/es/hooks/PRIVATE_useChartMarquee.js +17 -17
  431. package/es/hooks/PRIVATE_useCssVars.js +7 -7
  432. package/es/hooks/PRIVATE_useCurrentKey.js +4 -4
  433. package/es/hooks/PRIVATE_useDatatip.js +11 -11
  434. package/es/hooks/PRIVATE_useFloating.js +4 -4
  435. package/es/hooks/PRIVATE_useReorderable.js +4 -4
  436. package/es/hooks/PRIVATE_useRovingTabIndexContainer.js +4 -4
  437. package/es/hooks/PRIVATE_useSelection.js +4 -4
  438. package/es/hooks/PRIVATE_useTabBar.js +5 -5
  439. package/es/hooks/PRIVATE_useVisContextMenu.js +18 -18
  440. package/es/hooks/PRIVATE_useVisEvents.js +4 -4
  441. package/es/hooks/PRIVATE_useVisMeterEvents.js +13 -13
  442. package/es/hooks/PRIVATE_useVisSelection.js +12 -12
  443. package/es/hooks/UNSAFE_useColorScheme.js +3 -3
  444. package/es/hooks/UNSAFE_useContainerBreakpointValues.js +1 -1
  445. package/es/hooks/UNSAFE_useCurrentBgColor.js +3 -3
  446. package/es/hooks/UNSAFE_useDensity.js +3 -3
  447. package/es/hooks/UNSAFE_useOutsideClick.js +7 -7
  448. package/es/hooks/UNSAFE_usePrefixSuffix.js +4 -4
  449. package/es/hooks/UNSAFE_useScale.js +3 -3
  450. package/es/hooks/UNSAFE_useTestId.js +3 -3
  451. package/es/hooks/UNSAFE_useTheme.js +3 -3
  452. package/es/hooks/UNSAFE_useThemeInterpolations.js +5 -5
  453. package/es/hooks/UNSAFE_useTooltip.js +16 -16
  454. package/es/hooks/UNSAFE_useTranslationBundle.js +3 -3
  455. package/es/hooks/UNSAFE_useUser.js +3 -3
  456. package/es/{index-e65c9009.js → index-fee93bf9.js} +2 -2
  457. package/es/index-fee93bf9.js.map +1 -0
  458. package/es/listViewSelectionTests-0dfdcc5d.js +4 -4
  459. package/es/{render-ff141a3d.js → render-d92a7051.js} +3 -3
  460. package/es/{render-ff141a3d.js.map → render-d92a7051.js.map} +1 -1
  461. package/es/{tabbableUtils-375a33ee.js → tabbableUtils-1b4c2eea.js} +3 -3
  462. package/es/{tabbableUtils-375a33ee.js.map → tabbableUtils-1b4c2eea.js.map} +1 -1
  463. package/es/{testData-748c19ef.js → testData-ca9503e6.js} +3 -3
  464. package/es/{testData-748c19ef.js.map → testData-ca9503e6.js.map} +1 -1
  465. package/es/{tooltipUtils-1131b3ca.js → tooltipUtils-06c93436.js} +5 -5
  466. package/es/{tooltipUtils-1131b3ca.js.map → tooltipUtils-06c93436.js.map} +1 -1
  467. package/es/useCellNavigation-00d575ca.js +1 -1
  468. package/es/useChartContextMenu-8c49f584.js +3 -3
  469. package/es/{useChartDatatip-25f6bc69.js → useChartDatatip-82dba484.js} +4 -4
  470. package/es/{useChartDatatip-25f6bc69.js.map → useChartDatatip-82dba484.js.map} +1 -1
  471. package/es/useChartMarquee-08025a83.js +1 -1
  472. package/es/{useColorScheme-d8a80e2b.js → useColorScheme-f69d53b5.js} +2 -2
  473. package/es/{useColorScheme-d8a80e2b.js.map → useColorScheme-f69d53b5.js.map} +1 -1
  474. package/es/useContextMenu-12845847.js +3 -3
  475. package/es/{useCssVars-8e6932f8.js → useCssVars-48595cd2.js} +5 -5
  476. package/es/{useCssVars-8e6932f8.js.map → useCssVars-48595cd2.js.map} +1 -1
  477. package/es/{useCurrentBgColor-5418492b.js → useCurrentBgColor-894d059b.js} +2 -2
  478. package/es/{useCurrentBgColor-5418492b.js.map → useCurrentBgColor-894d059b.js.map} +1 -1
  479. package/es/{useCurrentKey-76e7d7b1.js → useCurrentKey-55123e83.js} +2 -2
  480. package/es/{useCurrentKey-76e7d7b1.js.map → useCurrentKey-55123e83.js.map} +1 -1
  481. package/es/{useDatatip-73566627.js → useDatatip-01d7ddeb.js} +4 -4
  482. package/es/{useDatatip-73566627.js.map → useDatatip-01d7ddeb.js.map} +1 -1
  483. package/es/{useDensity-64ecb649.js → useDensity-04a01caf.js} +2 -2
  484. package/es/{useDensity-64ecb649.js.map → useDensity-04a01caf.js.map} +1 -1
  485. package/es/{useFloating-d60cc8b4.js → useFloating-c9278755.js} +2 -2
  486. package/es/{useFloating-d60cc8b4.js.map → useFloating-c9278755.js.map} +1 -1
  487. package/es/{useKeyboardEvents-5c311766.js → useKeyboardEvents-b02e5fda.js} +2 -2
  488. package/es/{useKeyboardEvents-5c311766.js.map → useKeyboardEvents-b02e5fda.js.map} +1 -1
  489. package/es/useLegendContextMenu-926aca66.js +5 -5
  490. package/es/{useMeterDatatip-2cedbd5c.js → useMeterDatatip-43e31c05.js} +3 -3
  491. package/es/{useMeterDatatip-2cedbd5c.js.map → useMeterDatatip-43e31c05.js.map} +1 -1
  492. package/es/{useOutsideClick-725542a2.js → useOutsideClick-388c62bd.js} +2 -2
  493. package/es/{useOutsideClick-725542a2.js.map → useOutsideClick-388c62bd.js.map} +1 -1
  494. package/es/{usePopupAnimation-340f04b6.js → usePopupAnimation-b4577940.js} +2 -2
  495. package/es/{usePopupAnimation-340f04b6.js.map → usePopupAnimation-b4577940.js.map} +1 -1
  496. package/es/{usePrefixSuffix-435a9c59.js → usePrefixSuffix-995d4cda.js} +2 -2
  497. package/es/{usePrefixSuffix-435a9c59.js.map → usePrefixSuffix-995d4cda.js.map} +1 -1
  498. package/es/useReorderableItem-c715c504.js +2 -2
  499. package/es/{useRovingTabIndexContainer-b9833086.js → useRovingTabIndexContainer-097f96a6.js} +2 -2
  500. package/es/{useRovingTabIndexContainer-b9833086.js.map → useRovingTabIndexContainer-097f96a6.js.map} +1 -1
  501. package/es/{useScale-c86ecc6e.js → useScale-3b323ab2.js} +2 -2
  502. package/es/{useScale-c86ecc6e.js.map → useScale-3b323ab2.js.map} +1 -1
  503. package/es/useSelectCommon-7ebc86eb.js +11 -11
  504. package/es/{useSelectDrill-fbe57d95.js → useSelectDrill-8b53d932.js} +3 -3
  505. package/es/{useSelectDrill-fbe57d95.js.map → useSelectDrill-8b53d932.js.map} +1 -1
  506. package/es/{useSelection-1e1e89df.js → useSelection-7c94a24f.js} +2 -2
  507. package/es/{useSelection-1e1e89df.js.map → useSelection-7c94a24f.js.map} +1 -1
  508. package/es/{useSelection-dfbd140d.js → useSelection-b7c3e75e.js} +5 -5
  509. package/es/{useSelection-dfbd140d.js.map → useSelection-b7c3e75e.js.map} +1 -1
  510. package/es/{useTabBar-b826570d.js → useTabBar-6c6847ef.js} +2 -2
  511. package/es/{useTabBar-b826570d.js.map → useTabBar-6c6847ef.js.map} +1 -1
  512. package/es/{useTestId-3bc3958c.js → useTestId-af32a9eb.js} +2 -2
  513. package/es/{useTestId-3bc3958c.js.map → useTestId-af32a9eb.js.map} +1 -1
  514. package/es/{useTheme-4b0f211c.js → useTheme-73aca0e4.js} +2 -2
  515. package/es/{useTheme-4b0f211c.js.map → useTheme-73aca0e4.js.map} +1 -1
  516. package/es/{useThemeInterpolations-41ac870d.js → useThemeInterpolations-4f6cc83c.js} +4 -4
  517. package/es/{useThemeInterpolations-41ac870d.js.map → useThemeInterpolations-4f6cc83c.js.map} +1 -1
  518. package/es/{useTooltip-227887ea.js → useTooltip-e258ea41.js} +2 -2
  519. package/es/{useTooltip-227887ea.js.map → useTooltip-e258ea41.js.map} +1 -1
  520. package/es/{useTooltipControlled-7ccb5919.js → useTooltipControlled-50d5dac9.js} +5 -5
  521. package/es/{useTooltipControlled-7ccb5919.js.map → useTooltipControlled-50d5dac9.js.map} +1 -1
  522. package/es/{useTranslationBundle-98df6291.js → useTranslationBundle-6da03e52.js} +2 -2
  523. package/es/{useTranslationBundle-98df6291.js.map → useTranslationBundle-6da03e52.js.map} +1 -1
  524. package/es/{useUser-a15426fc.js → useUser-bca8cf2d.js} +2 -2
  525. package/es/{useUser-a15426fc.js.map → useUser-bca8cf2d.js.map} +1 -1
  526. package/es/{useVisEvents-ff4204b5.js → useVisEvents-cd3616aa.js} +2 -2
  527. package/es/{useVisEvents-ff4204b5.js.map → useVisEvents-cd3616aa.js.map} +1 -1
  528. package/es/utils/PRIVATE_tooltipUtils.js +13 -13
  529. package/es/utils/PRIVATE_visTestUtils.js +6 -6
  530. package/es/{withDirectionIcon-90d7c798.js → withDirectionIcon-389870a2.js} +2 -2
  531. package/es/{withDirectionIcon-90d7c798.js.map → withDirectionIcon-389870a2.js.map} +1 -1
  532. package/es/withThemeProps-6545df54.js +2 -2
  533. package/package.json +2 -2
  534. package/amd/InputDatePicker-97756bcd.js +0 -2
  535. package/amd/TextArea-916c5bb1.js +0 -2
  536. package/amd/TextAreaAutosize-1f47b470.js +0 -2
  537. package/cjs/BaseNavigationListItem-62f24d1b.js +0 -49
  538. package/cjs/BaseNavigationListItem-62f24d1b.js.map +0 -1
  539. package/cjs/CheckboxSet-368b907b.js +0 -53
  540. package/cjs/CheckboxSet-368b907b.js.map +0 -1
  541. package/cjs/MaxLengthCounter-a5370f66.js +0 -27
  542. package/cjs/NavigationList-9e2a1115.js.map +0 -1
  543. package/cjs/NavigationListItem-4f5dc28a.js +0 -12
  544. package/cjs/NavigationListItem-4f5dc28a.js.map +0 -1
  545. package/cjs/useNavigationListItem-0a5c6a11.js.map +0 -1
  546. package/es/index-e65c9009.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- export { T as TruncatingBadge } from './TruncatingBadge-7eb77ed3.js';
2
+ export { T as TruncatingBadge } from './TruncatingBadge-e5f38bc8.js';
3
3
  import 'preact/jsx-runtime';
4
4
  import './useComponentTheme-d2f9e47f.js';
5
5
  import './logger-c92f309c.js';
@@ -11,9 +11,9 @@ import './UNSAFE_Badge/themes/redwood/BadgeThemeBaseTheme.styles.css';
11
11
  import './UNSAFE_Badge/themes/redwood/BadgeVariants.css.js';
12
12
  import './BadgeVariants.styles.css';
13
13
  import './vanilla-extract-recipes-createRuntimeFn.esm-2aaf8c98.js';
14
- import './useTooltip-227887ea.js';
14
+ import './useTooltip-e258ea41.js';
15
15
  import 'preact/hooks';
16
- import './useTooltipControlled-7ccb5919.js';
16
+ import './useTooltipControlled-50d5dac9.js';
17
17
  import './useId-03dbfdf0.js';
18
18
  import './useHover-19340c22.js';
19
19
  import './useToggle-8b7fcefe.js';
@@ -21,15 +21,15 @@ import './useFocus-38c95977.js';
21
21
  import './useTouch-4828df25.js';
22
22
  import './mergeProps-88ea8306.js';
23
23
  import './useAnimation-fe9990dc.js';
24
- import './useTestId-3bc3958c.js';
25
- import './LayerHost-15b42a3e.js';
24
+ import './useTestId-af32a9eb.js';
25
+ import './LayerHost-7a2149f5.js';
26
+ import 'preact';
26
27
  import './Common/themes/redwood/theme.js';
27
28
  import './Common/themes/themeContract.css.js';
28
- import 'preact';
29
29
  import 'preact/compat';
30
- import './useThemeInterpolations-41ac870d.js';
31
- import './useColorScheme-d8a80e2b.js';
32
- import './useScale-c86ecc6e.js';
30
+ import './useThemeInterpolations-4f6cc83c.js';
31
+ import './useColorScheme-f69d53b5.js';
32
+ import './useScale-3b323ab2.js';
33
33
  import './theme-63551f30.js';
34
34
  import './Theme-e6dec6db.js';
35
35
  import './mergeInterpolations-e2db2a66.js';
@@ -46,17 +46,17 @@ import './hooks/UNSAFE_useTooltip/themes/redwood/TooltipContentBaseTheme.css.js'
46
46
  import './hooks/UNSAFE_useTooltip/themes/redwood/TooltipContentBaseTheme.styles.css';
47
47
  import './hooks/UNSAFE_useTooltip/themes/redwood/TooltipContentVariants.css.js';
48
48
  import './TooltipContentVariants.styles.css';
49
- import './tooltipUtils-1131b3ca.js';
50
- import './EnvironmentProvider-0fc2fd0c.js';
51
- import './LayerManager-af39e736.js';
52
- import './Floating-f9bbd276.js';
53
- import './useFloating-d60cc8b4.js';
54
- import './useUser-a15426fc.js';
49
+ import './tooltipUtils-06c93436.js';
50
+ import './EnvironmentProvider-a3819bde.js';
51
+ import './LayerManager-be34be40.js';
52
+ import './Floating-aebc0f85.js';
53
+ import './useFloating-c9278755.js';
54
+ import './useUser-bca8cf2d.js';
55
55
  import './positionUtils-1ec41fd0.js';
56
56
  import './refUtils-b9d8d91a.js';
57
- import './useOutsideClick-725542a2.js';
57
+ import './useOutsideClick-388c62bd.js';
58
58
  import './arrayUtils-35a58161.js';
59
- import './Layer-71fc666f.js';
59
+ import './Layer-915d986a.js';
60
60
  import './UNSAFE_Layer/themes/LayerStyles.css.js';
61
61
  import './LayerStyles.styles.css';
62
62
  import './utils-d65cb4fb.js';
@@ -1,11 +1,11 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- export { T as TruncatingText } from './TruncatingText-93807530.js';
2
+ export { T as TruncatingText } from './TruncatingText-c3719839.js';
3
3
  import 'preact/jsx-runtime';
4
4
  import './useDetectTruncation-a99bfd14.js';
5
5
  import './useResizeObserver-260ee12b.js';
6
6
  import 'preact/hooks';
7
- import './useTooltip-227887ea.js';
8
- import './useTooltipControlled-7ccb5919.js';
7
+ import './useTooltip-e258ea41.js';
8
+ import './useTooltipControlled-50d5dac9.js';
9
9
  import './useId-03dbfdf0.js';
10
10
  import './useHover-19340c22.js';
11
11
  import './useToggle-8b7fcefe.js';
@@ -15,15 +15,15 @@ import './mergeProps-88ea8306.js';
15
15
  import './useAnimation-fe9990dc.js';
16
16
  import './useComponentTheme-d2f9e47f.js';
17
17
  import './logger-c92f309c.js';
18
- import './useTestId-3bc3958c.js';
19
- import './LayerHost-15b42a3e.js';
18
+ import './useTestId-af32a9eb.js';
19
+ import './LayerHost-7a2149f5.js';
20
+ import 'preact';
20
21
  import './Common/themes/redwood/theme.js';
21
22
  import './Common/themes/themeContract.css.js';
22
- import 'preact';
23
23
  import 'preact/compat';
24
- import './useThemeInterpolations-41ac870d.js';
25
- import './useColorScheme-d8a80e2b.js';
26
- import './useScale-c86ecc6e.js';
24
+ import './useThemeInterpolations-4f6cc83c.js';
25
+ import './useColorScheme-f69d53b5.js';
26
+ import './useScale-3b323ab2.js';
27
27
  import './theme-63551f30.js';
28
28
  import './Theme-e6dec6db.js';
29
29
  import './mergeInterpolations-e2db2a66.js';
@@ -41,17 +41,17 @@ import './hooks/UNSAFE_useTooltip/themes/redwood/TooltipContentBaseTheme.styles.
41
41
  import './hooks/UNSAFE_useTooltip/themes/redwood/TooltipContentVariants.css.js';
42
42
  import './TooltipContentVariants.styles.css';
43
43
  import './vanilla-extract-recipes-createRuntimeFn.esm-2aaf8c98.js';
44
- import './tooltipUtils-1131b3ca.js';
45
- import './EnvironmentProvider-0fc2fd0c.js';
46
- import './LayerManager-af39e736.js';
47
- import './Floating-f9bbd276.js';
48
- import './useFloating-d60cc8b4.js';
49
- import './useUser-a15426fc.js';
44
+ import './tooltipUtils-06c93436.js';
45
+ import './EnvironmentProvider-a3819bde.js';
46
+ import './LayerManager-be34be40.js';
47
+ import './Floating-aebc0f85.js';
48
+ import './useFloating-c9278755.js';
49
+ import './useUser-bca8cf2d.js';
50
50
  import './positionUtils-1ec41fd0.js';
51
51
  import './refUtils-b9d8d91a.js';
52
- import './useOutsideClick-725542a2.js';
52
+ import './useOutsideClick-388c62bd.js';
53
53
  import './arrayUtils-35a58161.js';
54
- import './Layer-71fc666f.js';
54
+ import './Layer-915d986a.js';
55
55
  import './UNSAFE_Layer/themes/LayerStyles.css.js';
56
56
  import './LayerStyles.styles.css';
57
57
  import './utils-d65cb4fb.js';
@@ -3,8 +3,8 @@ export { I as InlineHelp } from './InlineHelp-9f4042ba.js';
3
3
  export { I as InlineHelpSource } from './InlineHelpSource-fcdcd122.js';
4
4
  export { b as InlineRequired, a as InlineUserAssistance, I as InlineUserAssistanceContainer } from './InlineUserAssistance-e6deb149.js';
5
5
  export { C as CompactUserAssistance } from './CompactUserAssistance-3a10afd4.js';
6
- export { C as CompactLabelAssistance } from './CompactLabelAssistance-fa8264fa.js';
7
- export { I as IconUserAssistance } from './IconUserAssistance-dd56b812.js';
6
+ export { C as CompactLabelAssistance } from './CompactLabelAssistance-61df6dbf.js';
7
+ export { I as IconUserAssistance } from './IconUserAssistance-7cfd1ed2.js';
8
8
  import 'preact/jsx-runtime';
9
9
  import './useComponentTheme-d2f9e47f.js';
10
10
  import './logger-c92f309c.js';
@@ -21,13 +21,13 @@ import 'preact';
21
21
  import './useTabbableMode-a3a351d0.js';
22
22
  import 'preact/hooks';
23
23
  import './useId-03dbfdf0.js';
24
- import './useTranslationBundle-98df6291.js';
25
- import './LayerHost-15b42a3e.js';
24
+ import './useTranslationBundle-6da03e52.js';
25
+ import './LayerHost-7a2149f5.js';
26
26
  import './Common/themes/redwood/theme.js';
27
27
  import './Common/themes/themeContract.css.js';
28
28
  import 'preact/compat';
29
- import './Flex-8696b27b.js';
30
- import './useTestId-3bc3958c.js';
29
+ import './Flex-2d51e914.js';
30
+ import './useTestId-af32a9eb.js';
31
31
  import './boxalignment-7d41dd5e.js';
32
32
  import './size-88f26574.js';
33
33
  import './utils-d65cb4fb.js';
@@ -55,21 +55,21 @@ import './TooltipContentStyles.styles.css';
55
55
  import './hooks/UNSAFE_useTooltip/themes/redwood/TooltipContentBaseTheme.styles.css';
56
56
  import './hooks/UNSAFE_useTooltip/themes/redwood/TooltipContentVariants.css.js';
57
57
  import './TooltipContentVariants.styles.css';
58
- import './tooltipUtils-1131b3ca.js';
59
- import './EnvironmentProvider-0fc2fd0c.js';
60
- import './LayerManager-af39e736.js';
61
- import './Floating-f9bbd276.js';
62
- import './useFloating-d60cc8b4.js';
63
- import './useUser-a15426fc.js';
58
+ import './tooltipUtils-06c93436.js';
59
+ import './EnvironmentProvider-a3819bde.js';
60
+ import './LayerManager-be34be40.js';
61
+ import './Floating-aebc0f85.js';
62
+ import './useFloating-c9278755.js';
63
+ import './useUser-bca8cf2d.js';
64
64
  import './positionUtils-1ec41fd0.js';
65
65
  import './refUtils-b9d8d91a.js';
66
- import './useOutsideClick-725542a2.js';
67
- import './Layer-71fc666f.js';
66
+ import './useOutsideClick-388c62bd.js';
67
+ import './Layer-915d986a.js';
68
68
  import './UNSAFE_Layer/themes/LayerStyles.css.js';
69
69
  import './LayerStyles.styles.css';
70
- import './useThemeInterpolations-41ac870d.js';
71
- import './useColorScheme-d8a80e2b.js';
72
- import './useScale-c86ecc6e.js';
70
+ import './useThemeInterpolations-4f6cc83c.js';
71
+ import './useColorScheme-f69d53b5.js';
72
+ import './useScale-3b323ab2.js';
73
73
  import './theme-63551f30.js';
74
74
  import './Theme-e6dec6db.js';
75
75
  import './UNSAFE_Floating/themes/redwood/FloatingTheme.js';
@@ -106,8 +106,8 @@ import './UNSAFE_ButtonLabelLayout/themes/redwood/ButtonLabelLayoutBaseTheme.css
106
106
  import './UNSAFE_ButtonLabelLayout/themes/redwood/ButtonLabelLayoutBaseTheme.styles.css';
107
107
  import './UNSAFE_ButtonLabelLayout/themes/redwood/ButtonLabelLayoutVariants.css.js';
108
108
  import './ButtonLabelLayoutVariants.styles.css';
109
- import './useTooltip-227887ea.js';
110
- import './useTooltipControlled-7ccb5919.js';
109
+ import './useTooltip-e258ea41.js';
110
+ import './useTooltipControlled-50d5dac9.js';
111
111
  import './useFocus-38c95977.js';
112
112
  import './useTouch-4828df25.js';
113
113
  import './useAnimation-fe9990dc.js';
@@ -148,7 +148,7 @@ import './FormFieldContext-68eb5946.js';
148
148
  import './useFormFieldContext-626574fd.js';
149
149
  import './InputGroupContext-20bdbd6e.js';
150
150
  import './useInputGroupContext-1d19411e.js';
151
- import './Popup-8becd87a.js';
151
+ import './Popup-7cc4028b.js';
152
152
  import './tabbableUtils-7eeccfc9.js';
153
153
  import './head-6f17c50c.js';
154
154
  import './_arity-be492b9e.js';
@@ -158,10 +158,10 @@ import './FocusTrap-552ebe63.js';
158
158
  import './FocusTracker-a6c7f00f.js';
159
159
  import './PRIVATE_FocusTracker/themes/FocusTrackerStyles.css.js';
160
160
  import './FocusTrackerStyles.styles.css';
161
- import './Modal-3fd86d5a.js';
161
+ import './Modal-862b8167.js';
162
162
  import './UNSAFE_Modal/themes/ModalStyles.css.js';
163
163
  import './ModalStyles.styles.css';
164
- import './WindowOverlay-9b43e658.js';
164
+ import './WindowOverlay-de5d0819.js';
165
165
  import './UNSAFE_WindowOverlay/themes/WindowOverlayStyles.css.js';
166
166
  import './WindowOverlayStyles.styles.css';
167
167
  import './UNSAFE_WindowOverlay/themes/WindowOverlayContract.css.js';
@@ -169,7 +169,7 @@ import './UNSAFE_WindowOverlay/themes/redwood/WindowOverlayTheme.js';
169
169
  import './UNSAFE_WindowOverlay/themes/redwood/WindowOverlayBaseTheme.css.js';
170
170
  import './UNSAFE_WindowOverlay/themes/redwood/WindowOverlayBaseTheme.styles.css';
171
171
  import './UNSAFE_WindowOverlay/themes/redwood/WindowOverlayVariants.css.js';
172
- import './usePopupAnimation-340f04b6.js';
172
+ import './usePopupAnimation-b4577940.js';
173
173
  import './useAnimationStatus-9ef65f0c.js';
174
174
  import './popupAnimationUtils-d4c27cd1.js';
175
175
  import './UNSAFE_Popup/themes/PopupContract.css.js';
package/es/UNSAFE_View.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- export { V as View, e as elementTypes } from './View-63980a9b.js';
2
+ export { V as View, e as elementTypes } from './View-a8a64eb1.js';
3
3
  import 'preact/jsx-runtime';
4
4
  import 'preact/compat';
5
5
  import './vanilla-extract-dynamic.esm-2955d60a.js';
@@ -25,14 +25,14 @@ import './mergeDeepWithKey-08531060.js';
25
25
  import './_curry3-0b4222d7.js';
26
26
  import './_curry2-34316bcf.js';
27
27
  import './_isObject-1fab0f5b.js';
28
- import './LayerHost-15b42a3e.js';
29
- import './Common/themes/redwood/theme.js';
28
+ import './LayerHost-7a2149f5.js';
30
29
  import 'preact';
31
- import './EnvironmentProvider-0fc2fd0c.js';
30
+ import './Common/themes/redwood/theme.js';
31
+ import './EnvironmentProvider-a3819bde.js';
32
32
  import 'preact/hooks';
33
- import './LayerManager-af39e736.js';
34
- import './useDensity-64ecb649.js';
35
- import './useTestId-3bc3958c.js';
33
+ import './LayerManager-be34be40.js';
34
+ import './useDensity-04a01caf.js';
35
+ import './useTestId-af32a9eb.js';
36
36
  import './equals-160da165.js';
37
37
  import './_isArray-694cc52d.js';
38
38
  import './_isString-675f1de9.js';
@@ -57,9 +57,9 @@ import './SkeletonStyles.styles.css';
57
57
  import './UNSAFE_Skeleton/themes/redwood/SkeletonBaseTheme.css.js';
58
58
  import './UNSAFE_Skeleton/themes/redwood/SkeletonBaseTheme.styles.css';
59
59
  import './UNSAFE_Skeleton/themes/redwood/SkeletonVariants.css.js';
60
- import './Flex-8696b27b.js';
61
- import './useTestId-3bc3958c.js';
62
- import './LayerHost-15b42a3e.js';
60
+ import './Flex-2d51e914.js';
61
+ import './useTestId-af32a9eb.js';
62
+ import './LayerHost-7a2149f5.js';
63
63
  import './Common/themes/redwood/theme.js';
64
64
  import './boxalignment-7d41dd5e.js';
65
65
  import './arrayUtils-35a58161.js';
@@ -73,14 +73,14 @@ import './SelectorStyles.styles.css';
73
73
  import './StyledCheckbox-b313aef0.js';
74
74
  import './Check-ee5ae8f6.js';
75
75
  import './Icon-4171c0d7.js';
76
- import './useTooltip-227887ea.js';
77
- import './useTooltipControlled-7ccb5919.js';
76
+ import './useTooltip-e258ea41.js';
77
+ import './useTooltipControlled-50d5dac9.js';
78
78
  import './useFocus-38c95977.js';
79
79
  import './useTouch-4828df25.js';
80
80
  import './useAnimation-fe9990dc.js';
81
- import './useThemeInterpolations-41ac870d.js';
82
- import './useColorScheme-d8a80e2b.js';
83
- import './useScale-c86ecc6e.js';
81
+ import './useThemeInterpolations-4f6cc83c.js';
82
+ import './useColorScheme-f69d53b5.js';
83
+ import './useScale-3b323ab2.js';
84
84
  import './theme-63551f30.js';
85
85
  import './Theme-e6dec6db.js';
86
86
  import './hooks/UNSAFE_useTooltip/themes/redwood/TooltipContentTheme.js';
@@ -90,16 +90,16 @@ import './hooks/UNSAFE_useTooltip/themes/redwood/TooltipContentBaseTheme.css.js'
90
90
  import './hooks/UNSAFE_useTooltip/themes/redwood/TooltipContentBaseTheme.styles.css';
91
91
  import './hooks/UNSAFE_useTooltip/themes/redwood/TooltipContentVariants.css.js';
92
92
  import './TooltipContentVariants.styles.css';
93
- import './tooltipUtils-1131b3ca.js';
94
- import './EnvironmentProvider-0fc2fd0c.js';
95
- import './LayerManager-af39e736.js';
96
- import './Floating-f9bbd276.js';
97
- import './useFloating-d60cc8b4.js';
98
- import './useUser-a15426fc.js';
93
+ import './tooltipUtils-06c93436.js';
94
+ import './EnvironmentProvider-a3819bde.js';
95
+ import './LayerManager-be34be40.js';
96
+ import './Floating-aebc0f85.js';
97
+ import './useFloating-c9278755.js';
98
+ import './useUser-bca8cf2d.js';
99
99
  import './positionUtils-1ec41fd0.js';
100
100
  import './refUtils-b9d8d91a.js';
101
- import './useOutsideClick-725542a2.js';
102
- import './Layer-71fc666f.js';
101
+ import './useOutsideClick-388c62bd.js';
102
+ import './Layer-915d986a.js';
103
103
  import './UNSAFE_Layer/themes/LayerStyles.css.js';
104
104
  import './LayerStyles.styles.css';
105
105
  import './UNSAFE_Floating/themes/redwood/FloatingTheme.js';
@@ -129,10 +129,10 @@ import './useTabbableMode-a3a351d0.js';
129
129
  import './StyledCheckbox.styles.css';
130
130
  import './useCollectionInteractionContext-1bfaa545.js';
131
131
  import './ImageVars.css-7b3180c8.js';
132
- import './useTheme-4b0f211c.js';
133
- import './useSelection-1e1e89df.js';
132
+ import './useTheme-73aca0e4.js';
133
+ import './useSelection-7c94a24f.js';
134
134
  import './textSelectionUtils-a6554a42.js';
135
- import './useCurrentKey-76e7d7b1.js';
135
+ import './useCurrentKey-55123e83.js';
136
136
  import './useCollectionFocusRing-d0c80397.js';
137
137
  import './useItemAction-044c6369.js';
138
138
  import './useTabbableModeSet-37cd3452.js';
@@ -3,24 +3,24 @@ import { jsx } from 'preact/jsx-runtime';
3
3
  import { waitFor, render } from '@testing-library/preact';
4
4
  import { expect } from 'chai';
5
5
  import { m as matchTranslationBundle } from '../../matchTranslationBundle-d9e64706.js';
6
- import '../../LayerHost-15b42a3e.js';
7
- import { R as RootEnvironmentProvider } from '../../EnvironmentProvider-0fc2fd0c.js';
8
- import { V as VisProgressiveLoader } from '../../VisProgressiveLoader-2b2103c8.js';
6
+ import '../../LayerHost-7a2149f5.js';
7
+ import { R as RootEnvironmentProvider } from '../../EnvironmentProvider-a3819bde.js';
8
+ import { V as VisProgressiveLoader } from '../../VisProgressiveLoader-66dde1ff.js';
9
+ import 'preact';
9
10
  import '../../Common/themes/redwood/theme.js';
10
11
  import '../../Common/themes/themeContract.css.js';
11
- import 'preact';
12
12
  import 'preact/compat';
13
13
  import 'preact/hooks';
14
- import '../../LayerManager-af39e736.js';
14
+ import '../../LayerManager-be34be40.js';
15
15
  import '../../useLoadingIndicatorTimer-898d4e3e.js';
16
16
  import '../../useTimer-571e41e7.js';
17
- import '../../LiveRegion-cb4f8a54.js';
17
+ import '../../LiveRegion-5302331c.js';
18
18
  import './../../LiveRegionStyles.styles.css';
19
- import '../../useTestId-3bc3958c.js';
19
+ import '../../useTestId-af32a9eb.js';
20
20
  import '../../HiddenAccessible-61197e7c.js';
21
21
  import './../../HiddenAccessibleStyles.styles.css';
22
22
  import '../../useId-03dbfdf0.js';
23
- import '../../useTranslationBundle-98df6291.js';
23
+ import '../../useTranslationBundle-6da03e52.js';
24
24
  import '../themes/ProgressiveLoaderStyles.css.js';
25
25
  import './../../ProgressiveLoaderStyles.styles.css';
26
26
  import '../../classNames-4e12b00d.js';
@@ -1,21 +1,21 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- export { V as VisProgressiveLoader } from './VisProgressiveLoader-2b2103c8.js';
2
+ export { V as VisProgressiveLoader } from './VisProgressiveLoader-66dde1ff.js';
3
3
  import 'preact/jsx-runtime';
4
4
  import './useLoadingIndicatorTimer-898d4e3e.js';
5
5
  import './useTimer-571e41e7.js';
6
6
  import 'preact/hooks';
7
- import './LiveRegion-cb4f8a54.js';
7
+ import './LiveRegion-5302331c.js';
8
8
  import './LiveRegionStyles.styles.css';
9
- import './useTestId-3bc3958c.js';
10
- import './LayerHost-15b42a3e.js';
9
+ import './useTestId-af32a9eb.js';
10
+ import './LayerHost-7a2149f5.js';
11
+ import 'preact';
11
12
  import './Common/themes/redwood/theme.js';
12
13
  import './Common/themes/themeContract.css.js';
13
- import 'preact';
14
14
  import 'preact/compat';
15
15
  import './HiddenAccessible-61197e7c.js';
16
16
  import './HiddenAccessibleStyles.styles.css';
17
17
  import './useId-03dbfdf0.js';
18
- import './useTranslationBundle-98df6291.js';
18
+ import './useTranslationBundle-6da03e52.js';
19
19
  import './UNSAFE_VisProgressiveLoader/themes/ProgressiveLoaderStyles.css.js';
20
20
  import './ProgressiveLoaderStyles.styles.css';
21
21
  import './classNames-4e12b00d.js';
@@ -1,14 +1,14 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- export { a as VisNoData, V as VisStatusMessage } from './VisNoData-da540cbd.js';
2
+ export { a as VisNoData, V as VisStatusMessage } from './VisNoData-673b58e9.js';
3
3
  import 'preact/jsx-runtime';
4
4
  import './UNSAFE_VisStatusMessage/themes/VisStatusMessageStyles.css.js';
5
5
  import './VisStatusMessageStyles.styles.css';
6
- import './Flex-8696b27b.js';
7
- import './useTestId-3bc3958c.js';
8
- import './LayerHost-15b42a3e.js';
6
+ import './Flex-2d51e914.js';
7
+ import './useTestId-af32a9eb.js';
8
+ import './LayerHost-7a2149f5.js';
9
+ import 'preact';
9
10
  import './Common/themes/redwood/theme.js';
10
11
  import './Common/themes/themeContract.css.js';
11
- import 'preact';
12
12
  import 'preact/compat';
13
13
  import 'preact/hooks';
14
14
  import './classNames-4e12b00d.js';
@@ -31,6 +31,6 @@ import './_curry3-0b4222d7.js';
31
31
  import './_curry2-34316bcf.js';
32
32
  import './_isObject-1fab0f5b.js';
33
33
  import './FlexStyles.styles.css';
34
- import './useTranslationBundle-98df6291.js';
34
+ import './useTranslationBundle-6da03e52.js';
35
35
  import './layoutUtils-2374ab3e.js';
36
36
  //# sourceMappingURL=UNSAFE_VisStatusMessage.js.map
@@ -1,5 +1,5 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- export { W as WindowOverlay } from './WindowOverlay-9b43e658.js';
2
+ export { W as WindowOverlay } from './WindowOverlay-de5d0819.js';
3
3
  import 'preact/jsx-runtime';
4
4
  import './mergeInterpolations-e2db2a66.js';
5
5
  import './classNames-4e12b00d.js';
@@ -12,12 +12,12 @@ import './vanilla-extract-dynamic.esm-2955d60a.js';
12
12
  import './UNSAFE_WindowOverlay/themes/WindowOverlayStyles.css.js';
13
13
  import './WindowOverlayStyles.styles.css';
14
14
  import './UNSAFE_WindowOverlay/themes/WindowOverlayContract.css.js';
15
- import './useUser-a15426fc.js';
15
+ import './useUser-bca8cf2d.js';
16
16
  import 'preact/hooks';
17
- import './LayerHost-15b42a3e.js';
17
+ import './LayerHost-7a2149f5.js';
18
+ import 'preact';
18
19
  import './Common/themes/redwood/theme.js';
19
20
  import './Common/themes/themeContract.css.js';
20
- import 'preact';
21
21
  import 'preact/compat';
22
22
  import './useComponentTheme-d2f9e47f.js';
23
23
  import './logger-c92f309c.js';
@@ -10,11 +10,11 @@ import { p as paddingInterpolations } from './padding-ddeb1692.js';
10
10
  import { a as ariaInterpolations } from './aria-efa0582c.js';
11
11
  import { t as themeInterpolations } from './theme-63551f30.js';
12
12
  import { m as mergeInterpolations } from './mergeInterpolations-e2db2a66.js';
13
- import './LayerHost-15b42a3e.js';
14
- import { E as EnvironmentProvider } from './EnvironmentProvider-0fc2fd0c.js';
13
+ import './LayerHost-7a2149f5.js';
14
+ import { E as EnvironmentProvider } from './EnvironmentProvider-a3819bde.js';
15
15
  import { globalVars } from './Common/themes/themeContract.css.js';
16
- import { u as useDensity } from './useDensity-64ecb649.js';
17
- import { u as useTestId } from './useTestId-3bc3958c.js';
16
+ import { u as useDensity } from './useDensity-04a01caf.js';
17
+ import { u as useTestId } from './useTestId-af32a9eb.js';
18
18
  import { a as _curry1 } from './_curry1-25297e59.js';
19
19
  import { _ as _isArguments, e as equals } from './equals-160da165.js';
20
20
  import { _ as _isArray } from './_isArray-694cc52d.js';
@@ -164,4 +164,4 @@ const View = forwardRef(({ as, children, colorScheme, color, backgroundColor, sc
164
164
  });
165
165
 
166
166
  export { View as V, elementTypes as e };
167
- //# sourceMappingURL=View-63980a9b.js.map
167
+ //# sourceMappingURL=View-a8a64eb1.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"View-63980a9b.js","sources":["../../../../node_modules/ramda/es/internal/_isTypedArray.js","../../../../node_modules/ramda/es/empty.js","../../../../node_modules/ramda/es/isEmpty.js","../../src/UNSAFE_View/View.tsx"],"sourcesContent":["/**\n * Tests whether or not an object is a typed array.\n *\n * @private\n * @param {*} val The object to test.\n * @return {Boolean} `true` if `val` is a typed array, `false` otherwise.\n * @example\n *\n * _isTypedArray(new Uint8Array([])); //=> true\n * _isTypedArray(new Float32Array([])); //=> true\n * _isTypedArray([]); //=> false\n * _isTypedArray(null); //=> false\n * _isTypedArray({}); //=> false\n */\nexport default function _isTypedArray(val) {\n var type = Object.prototype.toString.call(val);\n return type === '[object Uint8ClampedArray]' || type === '[object Int8Array]' || type === '[object Uint8Array]' || type === '[object Int16Array]' || type === '[object Uint16Array]' || type === '[object Int32Array]' || type === '[object Uint32Array]' || type === '[object Float32Array]' || type === '[object Float64Array]' || type === '[object BigInt64Array]' || type === '[object BigUint64Array]';\n}","import _curry1 from \"./internal/_curry1.js\";\nimport _isArguments from \"./internal/_isArguments.js\";\nimport _isArray from \"./internal/_isArray.js\";\nimport _isObject from \"./internal/_isObject.js\";\nimport _isString from \"./internal/_isString.js\";\nimport _isTypedArray from \"./internal/_isTypedArray.js\";\n/**\n * Returns the empty value of its argument's type. Ramda defines the empty\n * value of Array (`[]`), Object (`{}`), String (`''`),\n * TypedArray (`Uint8Array []`, `Float32Array []`, etc), and Arguments. Other\n * types are supported if they define `<Type>.empty`,\n * `<Type>.prototype.empty` or implement the\n * [FantasyLand Monoid spec](https://github.com/fantasyland/fantasy-land#monoid).\n *\n * Dispatches to the `empty` method of the first argument, if present.\n *\n * @func\n * @memberOf R\n * @since v0.3.0\n * @category Function\n * @sig a -> a\n * @param {*} x\n * @return {*}\n * @example\n *\n * R.empty(Just(42)); //=> Nothing()\n * R.empty([1, 2, 3]); //=> []\n * R.empty('unicorns'); //=> ''\n * R.empty({x: 1, y: 2}); //=> {}\n * R.empty(Uint8Array.from('123')); //=> Uint8Array []\n */\n\nvar empty =\n/*#__PURE__*/\n_curry1(function empty(x) {\n return x != null && typeof x['fantasy-land/empty'] === 'function' ? x['fantasy-land/empty']() : x != null && x.constructor != null && typeof x.constructor['fantasy-land/empty'] === 'function' ? x.constructor['fantasy-land/empty']() : x != null && typeof x.empty === 'function' ? x.empty() : x != null && x.constructor != null && typeof x.constructor.empty === 'function' ? x.constructor.empty() : _isArray(x) ? [] : _isString(x) ? '' : _isObject(x) ? {} : _isArguments(x) ? function () {\n return arguments;\n }() : _isTypedArray(x) ? x.constructor.from('') : void 0 // else\n ;\n});\n\nexport default empty;","import _curry1 from \"./internal/_curry1.js\";\nimport empty from \"./empty.js\";\nimport equals from \"./equals.js\";\n/**\n * Returns `true` if the given value is its type's empty value; `false`\n * otherwise.\n *\n * @func\n * @memberOf R\n * @since v0.1.0\n * @category Logic\n * @sig a -> Boolean\n * @param {*} x\n * @return {Boolean}\n * @see R.empty\n * @example\n *\n * R.isEmpty([1, 2, 3]); //=> false\n * R.isEmpty([]); //=> true\n * R.isEmpty(''); //=> true\n * R.isEmpty(null); //=> false\n * R.isEmpty({}); //=> true\n * R.isEmpty({length: 0}); //=> false\n * R.isEmpty(Uint8Array.from('')); //=> true\n */\n\nvar isEmpty =\n/*#__PURE__*/\n_curry1(function isEmpty(x) {\n return x != null && equals(x, empty(x));\n});\n\nexport default isEmpty;","/**\n * @license\n * Copyright (c) %FIRST_YEAR% %CURRENT_YEAR%, Oracle and/or its affiliates.\n * Licensed under The Universal Permissive License (UPL), Version 1.0\n * as shown at https://oss.oracle.com/licenses/upl/\n * @ignore\n */\nimport { ComponentChildren, RefCallback, RefObject } from 'preact';\nimport { forwardRef } from 'preact/compat';\nimport { isEmpty } from 'ramda';\nimport { assignInlineVars } from '@vanilla-extract/dynamic';\n\nimport { borderInterpolations } from '../utils/UNSAFE_interpolations/borders';\nimport type { BorderProps } from '../utils/UNSAFE_interpolations/borders';\nimport { dimensionInterpolations } from '../utils/UNSAFE_interpolations/dimensions';\nimport type { DimensionProps } from '../utils/UNSAFE_interpolations/dimensions';\nimport { flexitemInterpolations } from '../utils/UNSAFE_interpolations/flexitem';\nimport type { FlexitemProps } from '../utils/UNSAFE_interpolations/flexitem';\nimport { colorInterpolations } from '../utils/UNSAFE_interpolations/colors';\nimport type { ColorProps } from '../utils/UNSAFE_interpolations/colors';\nimport { paddingInterpolations } from '../utils/UNSAFE_interpolations/padding';\nimport type { PaddingProps } from '../utils/UNSAFE_interpolations/padding';\nimport { ariaInterpolations } from '../utils/UNSAFE_interpolations/aria';\nimport type { AriaProps } from '../utils/UNSAFE_interpolations/aria';\nimport { themeInterpolations } from '../utils/UNSAFE_interpolations/theme';\nimport type { ThemeProps } from '../utils/UNSAFE_interpolations/theme';\nimport { mergeInterpolations } from '../utils/UNSAFE_mergeInterpolations';\nimport type { Role } from '../utils/UNSAFE_roles';\nimport { EnvironmentProvider } from '..//UNSAFE_Environment';\nimport type { ThemeModifiers } from '../UNSAFE_Theme';\nimport { globalVars } from '../Common/themes/themeContract.css';\nimport { useDensity } from '#hooks/UNSAFE_useDensity';\nimport { TestIdProps, useTestId } from '#hooks/UNSAFE_useTestId';\n\nconst elementTypes = ['div', 'main', 'article', 'section', 'aside'] as const;\n\ntype ElementType = (typeof elementTypes)[number];\n\ntype StyleProps = BorderProps &\n DimensionProps &\n FlexitemProps &\n ColorProps &\n PaddingProps &\n AriaProps &\n ThemeProps;\n\ntype Props = StyleProps &\n TestIdProps & {\n as?: ElementType;\n role?: Role;\n children?: ComponentChildren;\n };\n\nconst interpolations = [\n ...Object.values(borderInterpolations),\n ...Object.values(dimensionInterpolations),\n ...Object.values(flexitemInterpolations),\n ...Object.values(colorInterpolations),\n ...Object.values(paddingInterpolations),\n ...Object.values(ariaInterpolations),\n ...Object.values(themeInterpolations)\n];\n\nconst mergedInterpolations = mergeInterpolations<Props>(interpolations);\n\ntype RefType = (RefObject<HTMLDivElement> | RefCallback<HTMLDivElement>) &\n (RefObject<HTMLElement> | RefCallback<HTMLElement>);\n\nconst View = forwardRef<RefType, Props>(\n (\n {\n as,\n children,\n colorScheme,\n color,\n backgroundColor,\n scale,\n density: propDensity,\n testId,\n ...rest\n },\n ref\n ) => {\n /**\n * JET-66845 Because density unit CSS vars need to be recalculated each time the scale changes, scale\n * classes can not be a child of density classes. However, we can have the scale and density classes as siblings.\n * If the scale prop is supplied, we'll set the density class as well. If density is not set in the props,\n * we will determine it via the Environment.\n */\n const themeDensity = useDensity();\n const density = propDensity ?? (scale ? themeDensity : undefined);\n const testIdProps = useTestId(testId);\n\n const {\n class: className,\n ariaLabelledBy,\n ariaLabel,\n ...styles\n } = mergedInterpolations({\n colorScheme,\n scale,\n density,\n backgroundColor,\n color,\n ...rest\n });\n // We need to update the environment with any theme related props specified\n const env: Partial<ThemeModifiers> = {\n ...(colorScheme && { colorScheme }),\n ...(scale && { scale }),\n ...(density && { density }),\n ...(backgroundColor && { currentBgColor: backgroundColor })\n };\n const props = {\n ...testIdProps,\n ['aria-label']: ariaLabel,\n ['aria-labelledby']: ariaLabelledBy,\n children,\n className,\n ref: ref as RefType,\n style: {\n ...styles,\n ...(backgroundColor &&\n assignInlineVars({\n [globalVars.currentBackgroundColor]: styles['backgroundColor']\n })),\n // we hardcode box-sizing: border-box on all of our Preact components.\n boxSizing: 'border-box'\n }\n };\n\n const Component = as || 'div';\n return isEmpty(env) ? (\n <Component {...props} />\n ) : (\n <EnvironmentProvider environment={env}>\n <Component {...props} />\n </EnvironmentProvider>\n );\n }\n);\n\nexport { elementTypes, View };\n"],"names":["isEmpty","_jsx"],"mappings":"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"}
1
+ {"version":3,"file":"View-a8a64eb1.js","sources":["../../../../node_modules/ramda/es/internal/_isTypedArray.js","../../../../node_modules/ramda/es/empty.js","../../../../node_modules/ramda/es/isEmpty.js","../../src/UNSAFE_View/View.tsx"],"sourcesContent":["/**\n * Tests whether or not an object is a typed array.\n *\n * @private\n * @param {*} val The object to test.\n * @return {Boolean} `true` if `val` is a typed array, `false` otherwise.\n * @example\n *\n * _isTypedArray(new Uint8Array([])); //=> true\n * _isTypedArray(new Float32Array([])); //=> true\n * _isTypedArray([]); //=> false\n * _isTypedArray(null); //=> false\n * _isTypedArray({}); //=> false\n */\nexport default function _isTypedArray(val) {\n var type = Object.prototype.toString.call(val);\n return type === '[object Uint8ClampedArray]' || type === '[object Int8Array]' || type === '[object Uint8Array]' || type === '[object Int16Array]' || type === '[object Uint16Array]' || type === '[object Int32Array]' || type === '[object Uint32Array]' || type === '[object Float32Array]' || type === '[object Float64Array]' || type === '[object BigInt64Array]' || type === '[object BigUint64Array]';\n}","import _curry1 from \"./internal/_curry1.js\";\nimport _isArguments from \"./internal/_isArguments.js\";\nimport _isArray from \"./internal/_isArray.js\";\nimport _isObject from \"./internal/_isObject.js\";\nimport _isString from \"./internal/_isString.js\";\nimport _isTypedArray from \"./internal/_isTypedArray.js\";\n/**\n * Returns the empty value of its argument's type. Ramda defines the empty\n * value of Array (`[]`), Object (`{}`), String (`''`),\n * TypedArray (`Uint8Array []`, `Float32Array []`, etc), and Arguments. Other\n * types are supported if they define `<Type>.empty`,\n * `<Type>.prototype.empty` or implement the\n * [FantasyLand Monoid spec](https://github.com/fantasyland/fantasy-land#monoid).\n *\n * Dispatches to the `empty` method of the first argument, if present.\n *\n * @func\n * @memberOf R\n * @since v0.3.0\n * @category Function\n * @sig a -> a\n * @param {*} x\n * @return {*}\n * @example\n *\n * R.empty(Just(42)); //=> Nothing()\n * R.empty([1, 2, 3]); //=> []\n * R.empty('unicorns'); //=> ''\n * R.empty({x: 1, y: 2}); //=> {}\n * R.empty(Uint8Array.from('123')); //=> Uint8Array []\n */\n\nvar empty =\n/*#__PURE__*/\n_curry1(function empty(x) {\n return x != null && typeof x['fantasy-land/empty'] === 'function' ? x['fantasy-land/empty']() : x != null && x.constructor != null && typeof x.constructor['fantasy-land/empty'] === 'function' ? x.constructor['fantasy-land/empty']() : x != null && typeof x.empty === 'function' ? x.empty() : x != null && x.constructor != null && typeof x.constructor.empty === 'function' ? x.constructor.empty() : _isArray(x) ? [] : _isString(x) ? '' : _isObject(x) ? {} : _isArguments(x) ? function () {\n return arguments;\n }() : _isTypedArray(x) ? x.constructor.from('') : void 0 // else\n ;\n});\n\nexport default empty;","import _curry1 from \"./internal/_curry1.js\";\nimport empty from \"./empty.js\";\nimport equals from \"./equals.js\";\n/**\n * Returns `true` if the given value is its type's empty value; `false`\n * otherwise.\n *\n * @func\n * @memberOf R\n * @since v0.1.0\n * @category Logic\n * @sig a -> Boolean\n * @param {*} x\n * @return {Boolean}\n * @see R.empty\n * @example\n *\n * R.isEmpty([1, 2, 3]); //=> false\n * R.isEmpty([]); //=> true\n * R.isEmpty(''); //=> true\n * R.isEmpty(null); //=> false\n * R.isEmpty({}); //=> true\n * R.isEmpty({length: 0}); //=> false\n * R.isEmpty(Uint8Array.from('')); //=> true\n */\n\nvar isEmpty =\n/*#__PURE__*/\n_curry1(function isEmpty(x) {\n return x != null && equals(x, empty(x));\n});\n\nexport default isEmpty;","/**\n * @license\n * Copyright (c) %FIRST_YEAR% %CURRENT_YEAR%, Oracle and/or its affiliates.\n * Licensed under The Universal Permissive License (UPL), Version 1.0\n * as shown at https://oss.oracle.com/licenses/upl/\n * @ignore\n */\nimport { ComponentChildren, RefCallback, RefObject } from 'preact';\nimport { forwardRef } from 'preact/compat';\nimport { isEmpty } from 'ramda';\nimport { assignInlineVars } from '@vanilla-extract/dynamic';\n\nimport { borderInterpolations } from '../utils/UNSAFE_interpolations/borders';\nimport type { BorderProps } from '../utils/UNSAFE_interpolations/borders';\nimport { dimensionInterpolations } from '../utils/UNSAFE_interpolations/dimensions';\nimport type { DimensionProps } from '../utils/UNSAFE_interpolations/dimensions';\nimport { flexitemInterpolations } from '../utils/UNSAFE_interpolations/flexitem';\nimport type { FlexitemProps } from '../utils/UNSAFE_interpolations/flexitem';\nimport { colorInterpolations } from '../utils/UNSAFE_interpolations/colors';\nimport type { ColorProps } from '../utils/UNSAFE_interpolations/colors';\nimport { paddingInterpolations } from '../utils/UNSAFE_interpolations/padding';\nimport type { PaddingProps } from '../utils/UNSAFE_interpolations/padding';\nimport { ariaInterpolations } from '../utils/UNSAFE_interpolations/aria';\nimport type { AriaProps } from '../utils/UNSAFE_interpolations/aria';\nimport { themeInterpolations } from '../utils/UNSAFE_interpolations/theme';\nimport type { ThemeProps } from '../utils/UNSAFE_interpolations/theme';\nimport { mergeInterpolations } from '../utils/UNSAFE_mergeInterpolations';\nimport type { Role } from '../utils/UNSAFE_roles';\nimport { EnvironmentProvider } from '..//UNSAFE_Environment';\nimport type { ThemeModifiers } from '../UNSAFE_Theme';\nimport { globalVars } from '../Common/themes/themeContract.css';\nimport { useDensity } from '#hooks/UNSAFE_useDensity';\nimport { TestIdProps, useTestId } from '#hooks/UNSAFE_useTestId';\n\nconst elementTypes = ['div', 'main', 'article', 'section', 'aside'] as const;\n\ntype ElementType = (typeof elementTypes)[number];\n\ntype StyleProps = BorderProps &\n DimensionProps &\n FlexitemProps &\n ColorProps &\n PaddingProps &\n AriaProps &\n ThemeProps;\n\ntype Props = StyleProps &\n TestIdProps & {\n as?: ElementType;\n role?: Role;\n children?: ComponentChildren;\n };\n\nconst interpolations = [\n ...Object.values(borderInterpolations),\n ...Object.values(dimensionInterpolations),\n ...Object.values(flexitemInterpolations),\n ...Object.values(colorInterpolations),\n ...Object.values(paddingInterpolations),\n ...Object.values(ariaInterpolations),\n ...Object.values(themeInterpolations)\n];\n\nconst mergedInterpolations = mergeInterpolations<Props>(interpolations);\n\ntype RefType = (RefObject<HTMLDivElement> | RefCallback<HTMLDivElement>) &\n (RefObject<HTMLElement> | RefCallback<HTMLElement>);\n\nconst View = forwardRef<RefType, Props>(\n (\n {\n as,\n children,\n colorScheme,\n color,\n backgroundColor,\n scale,\n density: propDensity,\n testId,\n ...rest\n },\n ref\n ) => {\n /**\n * JET-66845 Because density unit CSS vars need to be recalculated each time the scale changes, scale\n * classes can not be a child of density classes. However, we can have the scale and density classes as siblings.\n * If the scale prop is supplied, we'll set the density class as well. If density is not set in the props,\n * we will determine it via the Environment.\n */\n const themeDensity = useDensity();\n const density = propDensity ?? (scale ? themeDensity : undefined);\n const testIdProps = useTestId(testId);\n\n const {\n class: className,\n ariaLabelledBy,\n ariaLabel,\n ...styles\n } = mergedInterpolations({\n colorScheme,\n scale,\n density,\n backgroundColor,\n color,\n ...rest\n });\n // We need to update the environment with any theme related props specified\n const env: Partial<ThemeModifiers> = {\n ...(colorScheme && { colorScheme }),\n ...(scale && { scale }),\n ...(density && { density }),\n ...(backgroundColor && { currentBgColor: backgroundColor })\n };\n const props = {\n ...testIdProps,\n ['aria-label']: ariaLabel,\n ['aria-labelledby']: ariaLabelledBy,\n children,\n className,\n ref: ref as RefType,\n style: {\n ...styles,\n ...(backgroundColor &&\n assignInlineVars({\n [globalVars.currentBackgroundColor]: styles['backgroundColor']\n })),\n // we hardcode box-sizing: border-box on all of our Preact components.\n boxSizing: 'border-box'\n }\n };\n\n const Component = as || 'div';\n return isEmpty(env) ? (\n <Component {...props} />\n ) : (\n <EnvironmentProvider environment={env}>\n <Component {...props} />\n </EnvironmentProvider>\n );\n }\n);\n\nexport { elementTypes, View };\n"],"names":["isEmpty","_jsx"],"mappings":"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"}
@@ -1,9 +1,9 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
2
  import { jsx } from 'preact/jsx-runtime';
3
3
  import { userSelectStyles, baseStyles } from './UNSAFE_VisStatusMessage/themes/VisStatusMessageStyles.css.js';
4
- import { F as Flex } from './Flex-8696b27b.js';
4
+ import { F as Flex } from './Flex-2d51e914.js';
5
5
  import { c as classNames } from './classNames-4e12b00d.js';
6
- import { u as useTranslationBundle } from './useTranslationBundle-98df6291.js';
6
+ import { u as useTranslationBundle } from './useTranslationBundle-6da03e52.js';
7
7
  import { g as getRandomId } from './layoutUtils-2374ab3e.js';
8
8
 
9
9
  function VisStatusMessage({ children, ...otherProps }) {
@@ -29,4 +29,4 @@ const getAriaLabelledBy = (props) => {
29
29
  };
30
30
 
31
31
  export { VisStatusMessage as V, VisNoData as a };
32
- //# sourceMappingURL=VisNoData-da540cbd.js.map
32
+ //# sourceMappingURL=VisNoData-673b58e9.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"VisNoData-da540cbd.js","sources":["../../src/UNSAFE_VisStatusMessage/VisStatusMessage.tsx","../../src/UNSAFE_VisStatusMessage/VisNoData.tsx"],"sourcesContent":["import { ComponentChildren } from 'preact';\nimport { baseStyles, userSelectStyles } from './themes/VisStatusMessageStyles.css';\nimport { HTMLAttributesSignalExcluded } from '../utils/UNSAFE_attributeUtils';\nimport { Flex } from '../UNSAFE_Flex';\nimport { classNames } from '../utils/UNSAFE_classNames';\n\nexport type Props = {\n /**\n * The children to put in the grid.\n */\n children: ComponentChildren;\n isSelectable?: false;\n id?: string;\n 'aria-label'?: HTMLAttributesSignalExcluded['aria-label'];\n 'aria-describedby'?: HTMLAttributesSignalExcluded['aria-describedby'];\n 'aria-labelledby'?: HTMLAttributesSignalExcluded['aria-labelledby'];\n};\n\nexport function VisStatusMessage({ children, ...otherProps }: Props) {\n const itemClasses = classNames([otherProps.isSelectable ? '' : userSelectStyles, baseStyles]);\n\n return (\n <div\n class={itemClasses}\n tabIndex={0}\n role=\"application\"\n id={otherProps.id}\n aria-label={otherProps['aria-label']}\n aria-describedby={otherProps['aria-describedby']}\n aria-labelledby={otherProps['aria-labelledby']}>\n <Flex width=\"100%\" height=\"100%\" justify=\"center\" align=\"center\">\n {children}\n </Flex>\n </div>\n );\n}\n","import { VisStatusMessage } from './VisStatusMessage';\nimport { useTranslationBundle } from '../hooks/UNSAFE_useTranslationBundle';\nimport { BundleType } from '../resources/nls/bundle';\nimport { HTMLAttributesSignalExcluded } from '../utils/UNSAFE_attributeUtils';\nimport { getRandomId } from '../utils/PRIVATE_visLayoutUtils/layoutUtils';\n\ntype Props = {\n 'aria-label'?: HTMLAttributesSignalExcluded['aria-label'];\n 'aria-describedby'?: HTMLAttributesSignalExcluded['aria-describedby'];\n 'aria-labelledby'?: HTMLAttributesSignalExcluded['aria-labelledby'];\n};\n\nexport function VisNoData(props: Props) {\n const translations = useTranslationBundle<BundleType>('@oracle/oraclejet-preact');\n const noDataMsg = translations.vis_noData();\n const textId = getRandomId();\n const { ariaLabelledBy, id } = getAriaLabelledBy({\n ariaLabel: props['aria-label'],\n ariaLabelledby: props['aria-labelledby'],\n textId\n });\n return (\n <VisStatusMessage\n id={id}\n aria-label={props['aria-label']}\n aria-describedby={props['aria-describedby']}\n aria-labelledby={ariaLabelledBy}>\n <span id={textId}>{noDataMsg}</span>\n </VisStatusMessage>\n );\n}\n\nconst getAriaLabelledBy = (props: {\n ariaLabel?: string;\n ariaLabelledby?: string;\n textId: string;\n}): { ariaLabelledBy: string; id?: string } => {\n const id = props.ariaLabel ? getRandomId() : undefined;\n const ariaLabelledBy = `${props.ariaLabelledby ?? ''} ${id ?? ''} ${props.textId}`.trim();\n return { ariaLabelledBy, id };\n};\n"],"names":["_jsx"],"mappings":";;;;;;;;AAkBM,SAAU,gBAAgB,CAAC,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAS,EAAA;IACjE,MAAM,WAAW,GAAG,UAAU,CAAC,CAAC,UAAU,CAAC,YAAY,GAAG,EAAE,GAAG,gBAAgB,EAAE,UAAU,CAAC,CAAC,CAAC;IAE9F,QACEA,GACE,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,WAAW,EAClB,QAAQ,EAAE,CAAC,EACX,IAAI,EAAC,aAAa,EAClB,EAAE,EAAE,UAAU,CAAC,EAAE,EACL,YAAA,EAAA,UAAU,CAAC,YAAY,CAAC,EAAA,kBAAA,EAClB,UAAU,CAAC,kBAAkB,CAAC,qBAC/B,UAAU,CAAC,iBAAiB,CAAC,EAC9C,QAAA,EAAAA,GAAA,CAAC,IAAI,EAAA,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,EAAC,OAAO,EAAC,QAAQ,EAAC,KAAK,EAAC,QAAQ,EAAA,QAAA,EAC7D,QAAQ,EAAA,CACJ,EACH,CAAA,EACN;AACJ;;ACvBM,SAAU,SAAS,CAAC,KAAY,EAAA;AACpC,IAAA,MAAM,YAAY,GAAG,oBAAoB,CAAa,0BAA0B,CAAC,CAAC;AAClF,IAAA,MAAM,SAAS,GAAG,YAAY,CAAC,UAAU,EAAE,CAAC;AAC5C,IAAA,MAAM,MAAM,GAAG,WAAW,EAAE,CAAC;AAC7B,IAAA,MAAM,EAAE,cAAc,EAAE,EAAE,EAAE,GAAG,iBAAiB,CAAC;AAC/C,QAAA,SAAS,EAAE,KAAK,CAAC,YAAY,CAAC;AAC9B,QAAA,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC;QACxC,MAAM;AACP,KAAA,CAAC,CAAC;AACH,IAAA,QACEA,GAAA,CAAC,gBAAgB,EAAA,EACf,EAAE,EAAE,EAAE,EAAA,YAAA,EACM,KAAK,CAAC,YAAY,CAAC,EACb,kBAAA,EAAA,KAAK,CAAC,kBAAkB,CAAC,EAAA,iBAAA,EAC1B,cAAc,EAAA,QAAA,EAC/BA,GAAM,CAAA,MAAA,EAAA,EAAA,EAAE,EAAE,MAAM,EAAG,QAAA,EAAA,SAAS,EAAQ,CAAA,EAAA,CACnB,EACnB;AACJ,CAAC;AAED,MAAM,iBAAiB,GAAG,CAAC,KAI1B,KAA6C;AAC5C,IAAA,MAAM,EAAE,GAAG,KAAK,CAAC,SAAS,GAAG,WAAW,EAAE,GAAG,SAAS,CAAC;IACvD,MAAM,cAAc,GAAG,CAAG,EAAA,KAAK,CAAC,cAAc,IAAI,EAAE,CAAI,CAAA,EAAA,EAAE,IAAI,EAAE,CAAA,CAAA,EAAI,KAAK,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;AAC1F,IAAA,OAAO,EAAE,cAAc,EAAE,EAAE,EAAE,CAAC;AAChC,CAAC;;;;"}
1
+ {"version":3,"file":"VisNoData-673b58e9.js","sources":["../../src/UNSAFE_VisStatusMessage/VisStatusMessage.tsx","../../src/UNSAFE_VisStatusMessage/VisNoData.tsx"],"sourcesContent":["import { ComponentChildren } from 'preact';\nimport { baseStyles, userSelectStyles } from './themes/VisStatusMessageStyles.css';\nimport { HTMLAttributesSignalExcluded } from '../utils/UNSAFE_attributeUtils';\nimport { Flex } from '../UNSAFE_Flex';\nimport { classNames } from '../utils/UNSAFE_classNames';\n\nexport type Props = {\n /**\n * The children to put in the grid.\n */\n children: ComponentChildren;\n isSelectable?: false;\n id?: string;\n 'aria-label'?: HTMLAttributesSignalExcluded['aria-label'];\n 'aria-describedby'?: HTMLAttributesSignalExcluded['aria-describedby'];\n 'aria-labelledby'?: HTMLAttributesSignalExcluded['aria-labelledby'];\n};\n\nexport function VisStatusMessage({ children, ...otherProps }: Props) {\n const itemClasses = classNames([otherProps.isSelectable ? '' : userSelectStyles, baseStyles]);\n\n return (\n <div\n class={itemClasses}\n tabIndex={0}\n role=\"application\"\n id={otherProps.id}\n aria-label={otherProps['aria-label']}\n aria-describedby={otherProps['aria-describedby']}\n aria-labelledby={otherProps['aria-labelledby']}>\n <Flex width=\"100%\" height=\"100%\" justify=\"center\" align=\"center\">\n {children}\n </Flex>\n </div>\n );\n}\n","import { VisStatusMessage } from './VisStatusMessage';\nimport { useTranslationBundle } from '../hooks/UNSAFE_useTranslationBundle';\nimport { BundleType } from '../resources/nls/bundle';\nimport { HTMLAttributesSignalExcluded } from '../utils/UNSAFE_attributeUtils';\nimport { getRandomId } from '../utils/PRIVATE_visLayoutUtils/layoutUtils';\n\ntype Props = {\n 'aria-label'?: HTMLAttributesSignalExcluded['aria-label'];\n 'aria-describedby'?: HTMLAttributesSignalExcluded['aria-describedby'];\n 'aria-labelledby'?: HTMLAttributesSignalExcluded['aria-labelledby'];\n};\n\nexport function VisNoData(props: Props) {\n const translations = useTranslationBundle<BundleType>('@oracle/oraclejet-preact');\n const noDataMsg = translations.vis_noData();\n const textId = getRandomId();\n const { ariaLabelledBy, id } = getAriaLabelledBy({\n ariaLabel: props['aria-label'],\n ariaLabelledby: props['aria-labelledby'],\n textId\n });\n return (\n <VisStatusMessage\n id={id}\n aria-label={props['aria-label']}\n aria-describedby={props['aria-describedby']}\n aria-labelledby={ariaLabelledBy}>\n <span id={textId}>{noDataMsg}</span>\n </VisStatusMessage>\n );\n}\n\nconst getAriaLabelledBy = (props: {\n ariaLabel?: string;\n ariaLabelledby?: string;\n textId: string;\n}): { ariaLabelledBy: string; id?: string } => {\n const id = props.ariaLabel ? getRandomId() : undefined;\n const ariaLabelledBy = `${props.ariaLabelledby ?? ''} ${id ?? ''} ${props.textId}`.trim();\n return { ariaLabelledBy, id };\n};\n"],"names":["_jsx"],"mappings":";;;;;;;;AAkBM,SAAU,gBAAgB,CAAC,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAS,EAAA;IACjE,MAAM,WAAW,GAAG,UAAU,CAAC,CAAC,UAAU,CAAC,YAAY,GAAG,EAAE,GAAG,gBAAgB,EAAE,UAAU,CAAC,CAAC,CAAC;IAE9F,QACEA,GACE,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,WAAW,EAClB,QAAQ,EAAE,CAAC,EACX,IAAI,EAAC,aAAa,EAClB,EAAE,EAAE,UAAU,CAAC,EAAE,EACL,YAAA,EAAA,UAAU,CAAC,YAAY,CAAC,EAAA,kBAAA,EAClB,UAAU,CAAC,kBAAkB,CAAC,qBAC/B,UAAU,CAAC,iBAAiB,CAAC,EAC9C,QAAA,EAAAA,GAAA,CAAC,IAAI,EAAA,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,EAAC,OAAO,EAAC,QAAQ,EAAC,KAAK,EAAC,QAAQ,EAAA,QAAA,EAC7D,QAAQ,EAAA,CACJ,EACH,CAAA,EACN;AACJ;;ACvBM,SAAU,SAAS,CAAC,KAAY,EAAA;AACpC,IAAA,MAAM,YAAY,GAAG,oBAAoB,CAAa,0BAA0B,CAAC,CAAC;AAClF,IAAA,MAAM,SAAS,GAAG,YAAY,CAAC,UAAU,EAAE,CAAC;AAC5C,IAAA,MAAM,MAAM,GAAG,WAAW,EAAE,CAAC;AAC7B,IAAA,MAAM,EAAE,cAAc,EAAE,EAAE,EAAE,GAAG,iBAAiB,CAAC;AAC/C,QAAA,SAAS,EAAE,KAAK,CAAC,YAAY,CAAC;AAC9B,QAAA,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC;QACxC,MAAM;AACP,KAAA,CAAC,CAAC;AACH,IAAA,QACEA,GAAA,CAAC,gBAAgB,EAAA,EACf,EAAE,EAAE,EAAE,EAAA,YAAA,EACM,KAAK,CAAC,YAAY,CAAC,EACb,kBAAA,EAAA,KAAK,CAAC,kBAAkB,CAAC,EAAA,iBAAA,EAC1B,cAAc,EAAA,QAAA,EAC/BA,GAAM,CAAA,MAAA,EAAA,EAAA,EAAE,EAAE,MAAM,EAAG,QAAA,EAAA,SAAS,EAAQ,CAAA,EAAA,CACnB,EACnB;AACJ,CAAC;AAED,MAAM,iBAAiB,GAAG,CAAC,KAI1B,KAA6C;AAC5C,IAAA,MAAM,EAAE,GAAG,KAAK,CAAC,SAAS,GAAG,WAAW,EAAE,GAAG,SAAS,CAAC;IACvD,MAAM,cAAc,GAAG,CAAG,EAAA,KAAK,CAAC,cAAc,IAAI,EAAE,CAAI,CAAA,EAAA,EAAE,IAAI,EAAE,CAAA,CAAA,EAAI,KAAK,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;AAC1F,IAAA,OAAO,EAAE,cAAc,EAAE,EAAE,EAAE,CAAC;AAChC,CAAC;;;;"}
@@ -1,10 +1,10 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
2
  import { jsxs, jsx } from 'preact/jsx-runtime';
3
3
  import { u as useLoadingIndicatorTimer } from './useLoadingIndicatorTimer-898d4e3e.js';
4
- import { L as LiveRegion } from './LiveRegion-cb4f8a54.js';
4
+ import { L as LiveRegion } from './LiveRegion-5302331c.js';
5
5
  import { H as HiddenAccessible } from './HiddenAccessible-61197e7c.js';
6
6
  import { u as useId } from './useId-03dbfdf0.js';
7
- import { u as useTranslationBundle } from './useTranslationBundle-98df6291.js';
7
+ import { u as useTranslationBundle } from './useTranslationBundle-6da03e52.js';
8
8
  import { baseStyles, loadingContainerStyles } from './UNSAFE_VisProgressiveLoader/themes/ProgressiveLoaderStyles.css.js';
9
9
  import { c as classNames } from './classNames-4e12b00d.js';
10
10
  import { s as sizeToCSS } from './size-88f26574.js';
@@ -48,4 +48,4 @@ function VisProgressiveLoader({ type, role = 'application', children, ...props }
48
48
  }
49
49
 
50
50
  export { VisProgressiveLoader as V };
51
- //# sourceMappingURL=VisProgressiveLoader-2b2103c8.js.map
51
+ //# sourceMappingURL=VisProgressiveLoader-66dde1ff.js.map