@ui5/webcomponents 2.17.0-rc.2 → 2.17.0-rc.4

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 (569) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Button.d.ts +9 -1
  4. package/dist/Button.js +20 -1
  5. package/dist/Button.js.map +1 -1
  6. package/dist/ColorPicker.d.ts +2 -0
  7. package/dist/ColorPicker.js +7 -1
  8. package/dist/ColorPicker.js.map +1 -1
  9. package/dist/ColorPickerTemplate.js +2 -2
  10. package/dist/ColorPickerTemplate.js.map +1 -1
  11. package/dist/DatePicker.d.ts +1 -0
  12. package/dist/DatePicker.js +5 -1
  13. package/dist/DatePicker.js.map +1 -1
  14. package/dist/DatePickerInputTemplate.js +1 -1
  15. package/dist/DatePickerInputTemplate.js.map +1 -1
  16. package/dist/DayPicker.js +14 -2
  17. package/dist/DayPicker.js.map +1 -1
  18. package/dist/Input.js +11 -5
  19. package/dist/Input.js.map +1 -1
  20. package/dist/MultiComboBox.js +7 -12
  21. package/dist/MultiComboBox.js.map +1 -1
  22. package/dist/TableCustomAnnouncement.js +10 -15
  23. package/dist/TableCustomAnnouncement.js.map +1 -1
  24. package/dist/Text.d.ts +6 -6
  25. package/dist/Text.js +6 -6
  26. package/dist/Text.js.map +1 -1
  27. package/dist/TimePicker.d.ts +2 -0
  28. package/dist/TimePicker.js +8 -1
  29. package/dist/TimePicker.js.map +1 -1
  30. package/dist/TimePickerTemplate.js +2 -2
  31. package/dist/TimePickerTemplate.js.map +1 -1
  32. package/dist/Tokenizer.d.ts +8 -0
  33. package/dist/Tokenizer.js +21 -1
  34. package/dist/Tokenizer.js.map +1 -1
  35. package/dist/ToolbarButton.d.ts +1 -0
  36. package/dist/ToolbarButton.js +1 -0
  37. package/dist/ToolbarButton.js.map +1 -1
  38. package/dist/css/themes/Avatar.css +1 -1
  39. package/dist/css/themes/AvatarGroup.css +1 -1
  40. package/dist/css/themes/Bar.css +1 -1
  41. package/dist/css/themes/Breadcrumbs.css +1 -1
  42. package/dist/css/themes/BusyIndicator.css +1 -1
  43. package/dist/css/themes/Button.css +1 -1
  44. package/dist/css/themes/ButtonBadge.css +1 -1
  45. package/dist/css/themes/Calendar.css +1 -1
  46. package/dist/css/themes/CalendarHeader.css +1 -1
  47. package/dist/css/themes/CalendarLegend.css +1 -1
  48. package/dist/css/themes/CalendarLegendItem.css +1 -1
  49. package/dist/css/themes/Card.css +1 -1
  50. package/dist/css/themes/CardHeader.css +1 -1
  51. package/dist/css/themes/Carousel.css +1 -1
  52. package/dist/css/themes/CheckBox.css +1 -1
  53. package/dist/css/themes/ColorPalette.css +1 -1
  54. package/dist/css/themes/ColorPaletteItem.css +1 -1
  55. package/dist/css/themes/ColorPalettePopover.css +1 -1
  56. package/dist/css/themes/ColorPicker.css +1 -1
  57. package/dist/css/themes/ComboBox.css +1 -1
  58. package/dist/css/themes/ComboBoxItem.css +1 -1
  59. package/dist/css/themes/DatePicker.css +1 -1
  60. package/dist/css/themes/DatePickerPopover.css +1 -1
  61. package/dist/css/themes/DateRangePicker.css +1 -1
  62. package/dist/css/themes/DateTimePicker.css +1 -1
  63. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  64. package/dist/css/themes/DayPicker.css +1 -1
  65. package/dist/css/themes/Dialog.css +1 -1
  66. package/dist/css/themes/DraggableElement.css +1 -1
  67. package/dist/css/themes/DropIndicator.css +1 -1
  68. package/dist/css/themes/DynamicDateRange.css +1 -1
  69. package/dist/css/themes/DynamicDateRangePopover.css +1 -1
  70. package/dist/css/themes/ExpandableText.css +1 -1
  71. package/dist/css/themes/FileUploader.css +1 -1
  72. package/dist/css/themes/Form.css +1 -1
  73. package/dist/css/themes/FormItem.css +1 -1
  74. package/dist/css/themes/FormItemSpan.css +1 -1
  75. package/dist/css/themes/GrowingButton.css +1 -1
  76. package/dist/css/themes/Icon.css +1 -1
  77. package/dist/css/themes/Input.css +1 -1
  78. package/dist/css/themes/InputIcon.css +1 -1
  79. package/dist/css/themes/InputSharedStyles.css +1 -1
  80. package/dist/css/themes/Label.css +1 -1
  81. package/dist/css/themes/Link.css +1 -1
  82. package/dist/css/themes/List.css +1 -1
  83. package/dist/css/themes/ListItem.css +1 -1
  84. package/dist/css/themes/ListItemAdditionalText.css +1 -1
  85. package/dist/css/themes/ListItemBase.css +1 -1
  86. package/dist/css/themes/ListItemCustom.css +1 -1
  87. package/dist/css/themes/ListItemGroup.css +1 -1
  88. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  89. package/dist/css/themes/ListItemIcon.css +1 -1
  90. package/dist/css/themes/Menu.css +1 -1
  91. package/dist/css/themes/MenuItem.css +1 -1
  92. package/dist/css/themes/MenuSeparator.css +1 -1
  93. package/dist/css/themes/MessageStrip.css +1 -1
  94. package/dist/css/themes/MonthPicker.css +1 -1
  95. package/dist/css/themes/MultiComboBox.css +1 -1
  96. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  97. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  98. package/dist/css/themes/MultiInput.css +1 -1
  99. package/dist/css/themes/OptionBase.css +1 -1
  100. package/dist/css/themes/Panel.css +1 -1
  101. package/dist/css/themes/Popover.css +1 -1
  102. package/dist/css/themes/PopupsCommon.css +1 -1
  103. package/dist/css/themes/ProgressIndicator.css +1 -1
  104. package/dist/css/themes/RadioButton.css +1 -1
  105. package/dist/css/themes/RangeSlider.css +1 -1
  106. package/dist/css/themes/RatingIndicator.css +1 -1
  107. package/dist/css/themes/ResponsivePopover.css +1 -1
  108. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  109. package/dist/css/themes/SegmentedButton.css +1 -1
  110. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  111. package/dist/css/themes/Select.css +1 -1
  112. package/dist/css/themes/SliderBase.css +1 -1
  113. package/dist/css/themes/SliderTooltip.css +1 -1
  114. package/dist/css/themes/SplitButton.css +1 -1
  115. package/dist/css/themes/StepInput.css +1 -1
  116. package/dist/css/themes/SuggestionItem.css +1 -1
  117. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  118. package/dist/css/themes/Suggestions.css +1 -1
  119. package/dist/css/themes/Switch.css +1 -1
  120. package/dist/css/themes/TabContainer.css +1 -1
  121. package/dist/css/themes/TabInOverflow.css +1 -1
  122. package/dist/css/themes/TabInStrip.css +1 -1
  123. package/dist/css/themes/TabSemanticIcon.css +1 -1
  124. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  125. package/dist/css/themes/TabSeparatorInStrip.css +1 -1
  126. package/dist/css/themes/Table.css +1 -1
  127. package/dist/css/themes/TableCell.css +1 -1
  128. package/dist/css/themes/TableCellBase.css +1 -1
  129. package/dist/css/themes/TableGrowing.css +1 -1
  130. package/dist/css/themes/TableHeaderCell.css +1 -1
  131. package/dist/css/themes/TableHeaderRow.css +1 -1
  132. package/dist/css/themes/TableRow.css +1 -1
  133. package/dist/css/themes/TableRowActionBase.css +1 -1
  134. package/dist/css/themes/TableRowBase.css +1 -1
  135. package/dist/css/themes/Tag.css +1 -1
  136. package/dist/css/themes/Text.css +1 -1
  137. package/dist/css/themes/TextArea.css +1 -1
  138. package/dist/css/themes/TimePicker.css +1 -1
  139. package/dist/css/themes/TimePickerClock.css +1 -1
  140. package/dist/css/themes/TimeSelectionClocks.css +1 -1
  141. package/dist/css/themes/TimeSelectionInputs.css +1 -1
  142. package/dist/css/themes/Title.css +1 -1
  143. package/dist/css/themes/Toast.css +1 -1
  144. package/dist/css/themes/ToggleButton.css +1 -1
  145. package/dist/css/themes/Token.css +1 -1
  146. package/dist/css/themes/Tokenizer.css +1 -1
  147. package/dist/css/themes/TokenizerPopover.css +1 -1
  148. package/dist/css/themes/Toolbar.css +1 -1
  149. package/dist/css/themes/ToolbarButton.css +1 -1
  150. package/dist/css/themes/ToolbarPopover.css +1 -1
  151. package/dist/css/themes/ToolbarSeparator.css +1 -1
  152. package/dist/css/themes/TreeItem.css +1 -1
  153. package/dist/css/themes/ValueStateMessage.css +1 -1
  154. package/dist/css/themes/ValueStateVariables.css +1 -1
  155. package/dist/css/themes/YearPicker.css +1 -1
  156. package/dist/css/themes/YearRangePicker.css +1 -1
  157. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  158. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  159. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  160. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  161. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  162. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  163. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  164. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  165. package/dist/custom-elements-internal.json +35 -2
  166. package/dist/custom-elements.json +33 -1
  167. package/dist/features/InputSuggestionsTemplate.js +1 -1
  168. package/dist/features/InputSuggestionsTemplate.js.map +1 -1
  169. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  170. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  171. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  172. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  173. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  174. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  175. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  176. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  177. package/dist/generated/i18n/i18n-defaults.d.ts +8 -1
  178. package/dist/generated/i18n/i18n-defaults.js +8 -1
  179. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  180. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  181. package/dist/generated/themes/Avatar.css.js +1 -1
  182. package/dist/generated/themes/Avatar.css.js.map +1 -1
  183. package/dist/generated/themes/AvatarGroup.css.d.ts +1 -1
  184. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  185. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  186. package/dist/generated/themes/Bar.css.d.ts +1 -1
  187. package/dist/generated/themes/Bar.css.js +1 -1
  188. package/dist/generated/themes/Bar.css.js.map +1 -1
  189. package/dist/generated/themes/Breadcrumbs.css.d.ts +1 -1
  190. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  191. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  192. package/dist/generated/themes/BusyIndicator.css.d.ts +1 -1
  193. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  194. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  195. package/dist/generated/themes/Button.css.d.ts +1 -1
  196. package/dist/generated/themes/Button.css.js +1 -1
  197. package/dist/generated/themes/Button.css.js.map +1 -1
  198. package/dist/generated/themes/ButtonBadge.css.d.ts +1 -1
  199. package/dist/generated/themes/ButtonBadge.css.js +1 -1
  200. package/dist/generated/themes/ButtonBadge.css.js.map +1 -1
  201. package/dist/generated/themes/Calendar.css.d.ts +1 -1
  202. package/dist/generated/themes/Calendar.css.js +1 -1
  203. package/dist/generated/themes/Calendar.css.js.map +1 -1
  204. package/dist/generated/themes/CalendarHeader.css.d.ts +1 -1
  205. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  206. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  207. package/dist/generated/themes/CalendarLegend.css.d.ts +1 -1
  208. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  209. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  210. package/dist/generated/themes/CalendarLegendItem.css.d.ts +1 -1
  211. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  212. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  213. package/dist/generated/themes/Card.css.d.ts +1 -1
  214. package/dist/generated/themes/Card.css.js +1 -1
  215. package/dist/generated/themes/Card.css.js.map +1 -1
  216. package/dist/generated/themes/CardHeader.css.d.ts +1 -1
  217. package/dist/generated/themes/CardHeader.css.js +1 -1
  218. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  219. package/dist/generated/themes/Carousel.css.d.ts +1 -1
  220. package/dist/generated/themes/Carousel.css.js +1 -1
  221. package/dist/generated/themes/Carousel.css.js.map +1 -1
  222. package/dist/generated/themes/CheckBox.css.d.ts +1 -1
  223. package/dist/generated/themes/CheckBox.css.js +1 -1
  224. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  225. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  226. package/dist/generated/themes/ColorPalette.css.js +1 -1
  227. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  228. package/dist/generated/themes/ColorPaletteItem.css.d.ts +1 -1
  229. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  230. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  231. package/dist/generated/themes/ColorPalettePopover.css.d.ts +1 -1
  232. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  233. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  234. package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
  235. package/dist/generated/themes/ColorPicker.css.js +1 -1
  236. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  237. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  238. package/dist/generated/themes/ComboBox.css.js +1 -1
  239. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  240. package/dist/generated/themes/ComboBoxItem.css.d.ts +1 -1
  241. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  242. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  243. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  244. package/dist/generated/themes/DatePicker.css.js +1 -1
  245. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  246. package/dist/generated/themes/DatePickerPopover.css.d.ts +1 -1
  247. package/dist/generated/themes/DatePickerPopover.css.js +1 -1
  248. package/dist/generated/themes/DatePickerPopover.css.js.map +1 -1
  249. package/dist/generated/themes/DateRangePicker.css.d.ts +1 -1
  250. package/dist/generated/themes/DateRangePicker.css.js +1 -1
  251. package/dist/generated/themes/DateRangePicker.css.js.map +1 -1
  252. package/dist/generated/themes/DateTimePicker.css.d.ts +1 -1
  253. package/dist/generated/themes/DateTimePicker.css.js +1 -1
  254. package/dist/generated/themes/DateTimePicker.css.js.map +1 -1
  255. package/dist/generated/themes/DateTimePickerPopover.css.d.ts +1 -1
  256. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  257. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  258. package/dist/generated/themes/DayPicker.css.d.ts +1 -1
  259. package/dist/generated/themes/DayPicker.css.js +1 -1
  260. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  261. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  262. package/dist/generated/themes/Dialog.css.js +1 -1
  263. package/dist/generated/themes/Dialog.css.js.map +1 -1
  264. package/dist/generated/themes/DraggableElement.css.d.ts +1 -1
  265. package/dist/generated/themes/DraggableElement.css.js +1 -1
  266. package/dist/generated/themes/DraggableElement.css.js.map +1 -1
  267. package/dist/generated/themes/DropIndicator.css.d.ts +1 -1
  268. package/dist/generated/themes/DropIndicator.css.js +1 -1
  269. package/dist/generated/themes/DropIndicator.css.js.map +1 -1
  270. package/dist/generated/themes/DynamicDateRange.css.d.ts +1 -1
  271. package/dist/generated/themes/DynamicDateRange.css.js +1 -1
  272. package/dist/generated/themes/DynamicDateRange.css.js.map +1 -1
  273. package/dist/generated/themes/DynamicDateRangePopover.css.d.ts +1 -1
  274. package/dist/generated/themes/DynamicDateRangePopover.css.js +1 -1
  275. package/dist/generated/themes/DynamicDateRangePopover.css.js.map +1 -1
  276. package/dist/generated/themes/ExpandableText.css.d.ts +1 -1
  277. package/dist/generated/themes/ExpandableText.css.js +1 -1
  278. package/dist/generated/themes/ExpandableText.css.js.map +1 -1
  279. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  280. package/dist/generated/themes/FileUploader.css.js +1 -1
  281. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  282. package/dist/generated/themes/Form.css.d.ts +1 -1
  283. package/dist/generated/themes/Form.css.js +1 -1
  284. package/dist/generated/themes/Form.css.js.map +1 -1
  285. package/dist/generated/themes/FormItem.css.d.ts +1 -1
  286. package/dist/generated/themes/FormItem.css.js +1 -1
  287. package/dist/generated/themes/FormItem.css.js.map +1 -1
  288. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  289. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  290. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  291. package/dist/generated/themes/GrowingButton.css.d.ts +1 -1
  292. package/dist/generated/themes/GrowingButton.css.js +1 -1
  293. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  294. package/dist/generated/themes/Icon.css.d.ts +1 -1
  295. package/dist/generated/themes/Icon.css.js +1 -1
  296. package/dist/generated/themes/Icon.css.js.map +1 -1
  297. package/dist/generated/themes/Input.css.d.ts +1 -1
  298. package/dist/generated/themes/Input.css.js +1 -1
  299. package/dist/generated/themes/Input.css.js.map +1 -1
  300. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  301. package/dist/generated/themes/InputIcon.css.js +1 -1
  302. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  303. package/dist/generated/themes/InputSharedStyles.css.d.ts +1 -1
  304. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  305. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  306. package/dist/generated/themes/Label.css.d.ts +1 -1
  307. package/dist/generated/themes/Label.css.js +1 -1
  308. package/dist/generated/themes/Label.css.js.map +1 -1
  309. package/dist/generated/themes/Link.css.d.ts +1 -1
  310. package/dist/generated/themes/Link.css.js +1 -1
  311. package/dist/generated/themes/Link.css.js.map +1 -1
  312. package/dist/generated/themes/List.css.d.ts +1 -1
  313. package/dist/generated/themes/List.css.js +1 -1
  314. package/dist/generated/themes/List.css.js.map +1 -1
  315. package/dist/generated/themes/ListItem.css.d.ts +1 -1
  316. package/dist/generated/themes/ListItem.css.js +1 -1
  317. package/dist/generated/themes/ListItem.css.js.map +1 -1
  318. package/dist/generated/themes/ListItemAdditionalText.css.d.ts +1 -1
  319. package/dist/generated/themes/ListItemAdditionalText.css.js +1 -1
  320. package/dist/generated/themes/ListItemAdditionalText.css.js.map +1 -1
  321. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  322. package/dist/generated/themes/ListItemBase.css.js +1 -1
  323. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  324. package/dist/generated/themes/ListItemCustom.css.d.ts +1 -1
  325. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  326. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  327. package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
  328. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  329. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  330. package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
  331. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  332. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  333. package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
  334. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  335. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  336. package/dist/generated/themes/Menu.css.d.ts +1 -1
  337. package/dist/generated/themes/Menu.css.js +1 -1
  338. package/dist/generated/themes/Menu.css.js.map +1 -1
  339. package/dist/generated/themes/MenuItem.css.d.ts +1 -1
  340. package/dist/generated/themes/MenuItem.css.js +1 -1
  341. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  342. package/dist/generated/themes/MenuSeparator.css.d.ts +1 -1
  343. package/dist/generated/themes/MenuSeparator.css.js +1 -1
  344. package/dist/generated/themes/MenuSeparator.css.js.map +1 -1
  345. package/dist/generated/themes/MessageStrip.css.d.ts +1 -1
  346. package/dist/generated/themes/MessageStrip.css.js +1 -1
  347. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  348. package/dist/generated/themes/MonthPicker.css.d.ts +1 -1
  349. package/dist/generated/themes/MonthPicker.css.js +1 -1
  350. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  351. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  352. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  353. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  354. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  355. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  356. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  357. package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
  358. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  359. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  360. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  361. package/dist/generated/themes/MultiInput.css.js +1 -1
  362. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  363. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  364. package/dist/generated/themes/OptionBase.css.js +1 -1
  365. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  366. package/dist/generated/themes/Panel.css.d.ts +1 -1
  367. package/dist/generated/themes/Panel.css.js +1 -1
  368. package/dist/generated/themes/Panel.css.js.map +1 -1
  369. package/dist/generated/themes/Popover.css.d.ts +1 -1
  370. package/dist/generated/themes/Popover.css.js +1 -1
  371. package/dist/generated/themes/Popover.css.js.map +1 -1
  372. package/dist/generated/themes/PopupsCommon.css.d.ts +1 -1
  373. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  374. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  375. package/dist/generated/themes/ProgressIndicator.css.d.ts +1 -1
  376. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  377. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  378. package/dist/generated/themes/RadioButton.css.d.ts +1 -1
  379. package/dist/generated/themes/RadioButton.css.js +1 -1
  380. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  381. package/dist/generated/themes/RangeSlider.css.d.ts +1 -1
  382. package/dist/generated/themes/RangeSlider.css.js +1 -1
  383. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  384. package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
  385. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  386. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  387. package/dist/generated/themes/ResponsivePopover.css.d.ts +1 -1
  388. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  389. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  390. package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
  391. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  392. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  393. package/dist/generated/themes/SegmentedButton.css.d.ts +1 -1
  394. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  395. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  396. package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
  397. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  398. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  399. package/dist/generated/themes/Select.css.d.ts +1 -1
  400. package/dist/generated/themes/Select.css.js +1 -1
  401. package/dist/generated/themes/Select.css.js.map +1 -1
  402. package/dist/generated/themes/SliderBase.css.d.ts +1 -1
  403. package/dist/generated/themes/SliderBase.css.js +1 -1
  404. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  405. package/dist/generated/themes/SliderTooltip.css.d.ts +1 -1
  406. package/dist/generated/themes/SliderTooltip.css.js +1 -1
  407. package/dist/generated/themes/SliderTooltip.css.js.map +1 -1
  408. package/dist/generated/themes/SplitButton.css.d.ts +1 -1
  409. package/dist/generated/themes/SplitButton.css.js +1 -1
  410. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  411. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  412. package/dist/generated/themes/StepInput.css.js +1 -1
  413. package/dist/generated/themes/StepInput.css.js.map +1 -1
  414. package/dist/generated/themes/SuggestionItem.css.d.ts +1 -1
  415. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  416. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  417. package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
  418. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  419. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  420. package/dist/generated/themes/Suggestions.css.d.ts +1 -1
  421. package/dist/generated/themes/Suggestions.css.js +1 -1
  422. package/dist/generated/themes/Suggestions.css.js.map +1 -1
  423. package/dist/generated/themes/Switch.css.d.ts +1 -1
  424. package/dist/generated/themes/Switch.css.js +1 -1
  425. package/dist/generated/themes/Switch.css.js.map +1 -1
  426. package/dist/generated/themes/TabContainer.css.d.ts +1 -1
  427. package/dist/generated/themes/TabContainer.css.js +1 -1
  428. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  429. package/dist/generated/themes/TabInOverflow.css.d.ts +1 -1
  430. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  431. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  432. package/dist/generated/themes/TabInStrip.css.d.ts +1 -1
  433. package/dist/generated/themes/TabInStrip.css.js +1 -1
  434. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  435. package/dist/generated/themes/TabSemanticIcon.css.d.ts +1 -1
  436. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  437. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  438. package/dist/generated/themes/TabSeparatorInOverflow.css.d.ts +1 -1
  439. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  440. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  441. package/dist/generated/themes/TabSeparatorInStrip.css.d.ts +1 -1
  442. package/dist/generated/themes/TabSeparatorInStrip.css.js +1 -1
  443. package/dist/generated/themes/TabSeparatorInStrip.css.js.map +1 -1
  444. package/dist/generated/themes/Table.css.d.ts +1 -1
  445. package/dist/generated/themes/Table.css.js +1 -1
  446. package/dist/generated/themes/Table.css.js.map +1 -1
  447. package/dist/generated/themes/TableCell.css.d.ts +1 -1
  448. package/dist/generated/themes/TableCell.css.js +1 -1
  449. package/dist/generated/themes/TableCell.css.js.map +1 -1
  450. package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
  451. package/dist/generated/themes/TableCellBase.css.js +1 -1
  452. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  453. package/dist/generated/themes/TableGrowing.css.d.ts +1 -1
  454. package/dist/generated/themes/TableGrowing.css.js +1 -1
  455. package/dist/generated/themes/TableGrowing.css.js.map +1 -1
  456. package/dist/generated/themes/TableHeaderCell.css.d.ts +1 -1
  457. package/dist/generated/themes/TableHeaderCell.css.js +1 -1
  458. package/dist/generated/themes/TableHeaderCell.css.js.map +1 -1
  459. package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
  460. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  461. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  462. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  463. package/dist/generated/themes/TableRow.css.js +1 -1
  464. package/dist/generated/themes/TableRow.css.js.map +1 -1
  465. package/dist/generated/themes/TableRowActionBase.css.d.ts +1 -1
  466. package/dist/generated/themes/TableRowActionBase.css.js +1 -1
  467. package/dist/generated/themes/TableRowActionBase.css.js.map +1 -1
  468. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  469. package/dist/generated/themes/TableRowBase.css.js +1 -1
  470. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  471. package/dist/generated/themes/Tag.css.d.ts +1 -1
  472. package/dist/generated/themes/Tag.css.js +1 -1
  473. package/dist/generated/themes/Tag.css.js.map +1 -1
  474. package/dist/generated/themes/Text.css.d.ts +1 -1
  475. package/dist/generated/themes/Text.css.js +1 -1
  476. package/dist/generated/themes/Text.css.js.map +1 -1
  477. package/dist/generated/themes/TextArea.css.d.ts +1 -1
  478. package/dist/generated/themes/TextArea.css.js +1 -1
  479. package/dist/generated/themes/TextArea.css.js.map +1 -1
  480. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  481. package/dist/generated/themes/TimePicker.css.js +1 -1
  482. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  483. package/dist/generated/themes/TimePickerClock.css.d.ts +1 -1
  484. package/dist/generated/themes/TimePickerClock.css.js +1 -1
  485. package/dist/generated/themes/TimePickerClock.css.js.map +1 -1
  486. package/dist/generated/themes/TimeSelectionClocks.css.d.ts +1 -1
  487. package/dist/generated/themes/TimeSelectionClocks.css.js +1 -1
  488. package/dist/generated/themes/TimeSelectionClocks.css.js.map +1 -1
  489. package/dist/generated/themes/TimeSelectionInputs.css.d.ts +1 -1
  490. package/dist/generated/themes/TimeSelectionInputs.css.js +1 -1
  491. package/dist/generated/themes/TimeSelectionInputs.css.js.map +1 -1
  492. package/dist/generated/themes/Title.css.d.ts +1 -1
  493. package/dist/generated/themes/Title.css.js +1 -1
  494. package/dist/generated/themes/Title.css.js.map +1 -1
  495. package/dist/generated/themes/Toast.css.d.ts +1 -1
  496. package/dist/generated/themes/Toast.css.js +1 -1
  497. package/dist/generated/themes/Toast.css.js.map +1 -1
  498. package/dist/generated/themes/ToggleButton.css.d.ts +1 -1
  499. package/dist/generated/themes/ToggleButton.css.js +1 -1
  500. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  501. package/dist/generated/themes/Token.css.d.ts +1 -1
  502. package/dist/generated/themes/Token.css.js +1 -1
  503. package/dist/generated/themes/Token.css.js.map +1 -1
  504. package/dist/generated/themes/Tokenizer.css.d.ts +1 -1
  505. package/dist/generated/themes/Tokenizer.css.js +1 -1
  506. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  507. package/dist/generated/themes/TokenizerPopover.css.d.ts +1 -1
  508. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  509. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  510. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  511. package/dist/generated/themes/Toolbar.css.js +1 -1
  512. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  513. package/dist/generated/themes/ToolbarButton.css.d.ts +1 -1
  514. package/dist/generated/themes/ToolbarButton.css.js +1 -1
  515. package/dist/generated/themes/ToolbarButton.css.js.map +1 -1
  516. package/dist/generated/themes/ToolbarPopover.css.d.ts +1 -1
  517. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  518. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  519. package/dist/generated/themes/ToolbarSeparator.css.d.ts +1 -1
  520. package/dist/generated/themes/ToolbarSeparator.css.js +1 -1
  521. package/dist/generated/themes/ToolbarSeparator.css.js.map +1 -1
  522. package/dist/generated/themes/TreeItem.css.d.ts +1 -1
  523. package/dist/generated/themes/TreeItem.css.js +1 -1
  524. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  525. package/dist/generated/themes/ValueStateMessage.css.d.ts +1 -1
  526. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  527. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  528. package/dist/generated/themes/ValueStateVariables.css.d.ts +1 -1
  529. package/dist/generated/themes/ValueStateVariables.css.js +1 -1
  530. package/dist/generated/themes/ValueStateVariables.css.js.map +1 -1
  531. package/dist/generated/themes/YearPicker.css.d.ts +1 -1
  532. package/dist/generated/themes/YearPicker.css.js +1 -1
  533. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  534. package/dist/generated/themes/YearRangePicker.css.d.ts +1 -1
  535. package/dist/generated/themes/YearRangePicker.css.js +1 -1
  536. package/dist/generated/themes/YearRangePicker.css.js.map +1 -1
  537. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  538. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  539. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  540. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  541. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  542. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  543. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  544. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  545. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  546. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  547. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  548. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  549. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  550. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  551. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  552. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  553. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  554. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  555. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  556. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  557. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  558. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  559. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  560. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  561. package/dist/vscode.html-custom-data.json +5 -5
  562. package/dist/web-types.json +22 -6
  563. package/package.json +9 -9
  564. package/src/ColorPickerTemplate.tsx +10 -2
  565. package/src/DatePickerInputTemplate.tsx +1 -0
  566. package/src/TimePickerTemplate.tsx +2 -0
  567. package/src/features/InputSuggestionsTemplate.tsx +1 -1
  568. package/src/i18n/messagebundle.properties +23 -2
  569. package/src/themes/base/Input-parameters.css +1 -1
@@ -3,6 +3,6 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
3
3
  import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
4
4
  registerThemePropertiesLoader("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
5
5
  registerThemePropertiesLoader("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => defaultTheme);
6
- export default `:host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.inputIcon{color:var(--_ui5-v2-17-0-rc-1_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v2-17-0-rc-1_input_icon_padding);border-inline-start:var(--_ui5-v2-17-0-rc-1_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v2-17-0-rc-1_input_icon_border_radius)}.inputIcon.inputIcon--pressed{background:var(--_ui5-v2-17-0-rc-1_input_icon_pressed_bg);box-shadow:var(--_ui5-v2-17-0-rc-1_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-17-0-rc-1_select_hover_icon_left_border);color:var(--_ui5-v2-17-0-rc-1_input_icon_pressed_color)}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v2-17-0-rc-1_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-17-0-rc-1_select_hover_icon_left_border);color:var(--_ui5-v2-17-0-rc-1_input_icon_pressed_color)}.inputIcon:not(.inputIcon--pressed):not(:active):hover{background:var(--_ui5-v2-17-0-rc-1_input_icon_hover_bg);box-shadow:var(--_ui5-v2-17-0-rc-1_input_icon_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5-v2-17-0-rc-1_select_hover_icon_left_border);box-shadow:var(--_ui5-v2-17-0-rc-1_input_icon_box_shadow)}:host([disabled]){cursor:default;pointer-events:none;background:none}:host([readonly]:not([disabled])){border-color:var(--_ui5-v2-17-0-rc-1_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v2-17-0-rc-1_input_readonly_background)}:host([value-state="Negative"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-1_input_error_icon_box_shadow)}:host([value-state="Critical"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-1_input_warning_icon_box_shadow)}:host([value-state="Information"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-1_input_information_icon_box_shadow)}:host([value-state="Positive"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-1_input_success_icon_box_shadow)}:host([value-state="Negative"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5-v2-17-0-rc-1_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Critical"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5-v2-17-0-rc-1_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Positive"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5-v2-17-0-rc-1_input_value_state_success_border_color);border-width:var(--_ui5-v2-17-0-rc-1_input_value_state_success_border_width);box-shadow:var(--sapField_SuccessShadow)}:host([value-state="Information"]:not([readonly]):not([disabled])){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5-v2-17-0-rc-1_input_value_state_information_border_color);border-width:var(--_ui5-v2-17-0-rc-1_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Negative"]) .inputIcon:active,:host([value-state="Negative"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-1_input_error_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-1_input_icon_error_pressed_color)}:host([value-state="Critical"]) .inputIcon:active,:host([value-state="Critical"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-1_input_warning_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-1_input_icon_warning_pressed_color)}:host([value-state="Information"]) .inputIcon:active,:host([value-state="Information"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-1_input_information_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-1_input_icon_information_pressed_color)}:host([value-state="Positive"]) .inputIcon:active,:host([value-state="Positive"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-1_input_success_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-1_input_icon_success_pressed_color)}:host([value-state="Negative"]) .inputIcon,:host([value-state="Critical"]) .inputIcon{padding:var(--_ui5-v2-17-0-rc-1_input_error_warning_icon_padding)}:host([value-state="Information"]) .inputIcon{padding:var(--_ui5-v2-17-0-rc-1_input_information_icon_padding)}:host(:not([hidden])){display:inline-block;line-height:normal;letter-spacing:normal;word-spacing:normal}:host{min-width:calc(var(--_ui5-v2-17-0-rc-1_input_min_width) + var(--_ui5-v2-17-0-rc-1_input_icon_width));height:var(--_ui5-v2-17-0-rc-1_input_height);color:var(--sapField_TextColor);background-color:var(--sapField_Background);border-radius:var(--_ui5-v2-17-0-rc-1-time_picker_border_radius);margin:var(--_ui5-v2-17-0-rc-1_input_margin_top_bottom) 0;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([value-state="Negative"]){background-color:var(--sapField_InvalidBackground)}:host(:not([disabled]):not([readonly]):hover){background:var(--sapField_Hover_Background)}.ui5-time-picker-root{line-height:inherit;letter-spacing:inherit;word-spacing:inherit;height:inherit}:host .ui5-time-picker-input{width:100%;color:inherit;background-color:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;margin:inherit;height:inherit}:host([disabled]) .ui5-time-picker-input{background-color:var(--_ui5-v2-17-0-rc-1-input_disabled_background);opacity:var(--_ui5-v2-17-0-rc-1_input_disabled_opacity)}.ui5-time-picker-popover::part(header){padding:0}
6
+ export default `:host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.inputIcon{color:var(--_ui5-v2-17-0-rc-3_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v2-17-0-rc-3_input_icon_padding);border-inline-start:var(--_ui5-v2-17-0-rc-3_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v2-17-0-rc-3_input_icon_border_radius)}.inputIcon.inputIcon--pressed{background:var(--_ui5-v2-17-0-rc-3_input_icon_pressed_bg);box-shadow:var(--_ui5-v2-17-0-rc-3_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-17-0-rc-3_select_hover_icon_left_border);color:var(--_ui5-v2-17-0-rc-3_input_icon_pressed_color)}.inputIcon:active{background-color:var(--ui5-sapButton_Active_Background);box-shadow:var(--_ui5-v2-17-0-rc-3_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-17-0-rc-3_select_hover_icon_left_border);color:var(--_ui5-v2-17-0-rc-3_input_icon_pressed_color)}.inputIcon:not(.inputIcon--pressed):not(:active):hover{background:var(--_ui5-v2-17-0-rc-3_input_icon_hover_bg);box-shadow:var(--_ui5-v2-17-0-rc-3_input_icon_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5-v2-17-0-rc-3_select_hover_icon_left_border);box-shadow:var(--_ui5-v2-17-0-rc-3_input_icon_box_shadow)}:host([disabled]){cursor:default;pointer-events:none;background:none}:host([readonly]:not([disabled])){border-color:var(--_ui5-v2-17-0-rc-3_input_readonly_border_color);background:var(--ui5-sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v2-17-0-rc-3_input_readonly_background)}:host([value-state="Negative"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-3_input_error_icon_box_shadow)}:host([value-state="Critical"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-3_input_warning_icon_box_shadow)}:host([value-state="Information"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-3_input_information_icon_box_shadow)}:host([value-state="Positive"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-3_input_success_icon_box_shadow)}:host([value-state="Negative"]:not([readonly]):not([disabled])){background:var(--ui5-sapField_InvalidBackgroundStyle);background-color:var(--ui5-sapField_InvalidBackground);border-color:var(--_ui5-v2-17-0-rc-3_input_value_state_error_border_color);box-shadow:var(--ui5-sapField_InvalidShadow)}:host([value-state="Critical"]:not([readonly]):not([disabled])){background:var(--ui5-sapField_WarningBackgroundStyle);background-color:var(--ui5-sapField_WarningBackground);border-color:var(--_ui5-v2-17-0-rc-3_input_value_state_warning_border_color);box-shadow:var(--ui5-sapField_WarningShadow)}:host([value-state="Positive"]:not([readonly]):not([disabled])){background:var(--ui5-sapField_SuccessBackgroundStyle);background-color:var(--ui5-sapField_SuccessBackground);border-color:var(--_ui5-v2-17-0-rc-3_input_value_state_success_border_color);border-width:var(--_ui5-v2-17-0-rc-3_input_value_state_success_border_width);box-shadow:var(--ui5-sapField_SuccessShadow)}:host([value-state="Information"]:not([readonly]):not([disabled])){background:var(--ui5-sapField_InformationBackgroundStyle);background-color:var(--ui5-sapField_InformationBackground);border-color:var(--_ui5-v2-17-0-rc-3_input_value_state_information_border_color);border-width:var(--_ui5-v2-17-0-rc-3_input_information_border_width);box-shadow:var(--ui5-sapField_InformationShadow)}:host([value-state="Negative"]) .inputIcon:active,:host([value-state="Negative"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-3_input_error_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-3_input_icon_error_pressed_color)}:host([value-state="Critical"]) .inputIcon:active,:host([value-state="Critical"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-3_input_warning_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-3_input_icon_warning_pressed_color)}:host([value-state="Information"]) .inputIcon:active,:host([value-state="Information"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-3_input_information_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-3_input_icon_information_pressed_color)}:host([value-state="Positive"]) .inputIcon:active,:host([value-state="Positive"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-3_input_success_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-3_input_icon_success_pressed_color)}:host([value-state="Negative"]) .inputIcon,:host([value-state="Critical"]) .inputIcon{padding:var(--_ui5-v2-17-0-rc-3_input_error_warning_icon_padding)}:host([value-state="Information"]) .inputIcon{padding:var(--_ui5-v2-17-0-rc-3_input_information_icon_padding)}:host(:not([hidden])){display:inline-block;line-height:normal;letter-spacing:normal;word-spacing:normal}:host{min-width:calc(var(--_ui5-v2-17-0-rc-3_input_min_width) + var(--_ui5-v2-17-0-rc-3_input_icon_width));height:var(--_ui5-v2-17-0-rc-3_input_height);color:var(--ui5-sapField_TextColor);background-color:var(--ui5-sapField_Background);border-radius:var(--_ui5-v2-17-0-rc-3-time_picker_border_radius);margin:var(--_ui5-v2-17-0-rc-3_input_margin_top_bottom) 0;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([value-state="Negative"]){background-color:var(--ui5-sapField_InvalidBackground)}:host(:not([disabled]):not([readonly]):hover){background:var(--ui5-sapField_Hover_Background)}.ui5-time-picker-root{line-height:inherit;letter-spacing:inherit;word-spacing:inherit;height:inherit}:host .ui5-time-picker-input{width:100%;color:inherit;background-color:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;margin:inherit;height:inherit}:host([disabled]) .ui5-time-picker-input{background-color:var(--_ui5-v2-17-0-rc-3-input_disabled_background);opacity:var(--_ui5-v2-17-0-rc-3_input_disabled_opacity)}.ui5-time-picker-popover::part(header){padding:0}
7
7
  `;
8
8
  //# sourceMappingURL=TimePicker.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TimePicker.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TimePicker.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `:host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.inputIcon{color:var(--_ui5-v2-17-0-rc-1_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v2-17-0-rc-1_input_icon_padding);border-inline-start:var(--_ui5-v2-17-0-rc-1_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v2-17-0-rc-1_input_icon_border_radius)}.inputIcon.inputIcon--pressed{background:var(--_ui5-v2-17-0-rc-1_input_icon_pressed_bg);box-shadow:var(--_ui5-v2-17-0-rc-1_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-17-0-rc-1_select_hover_icon_left_border);color:var(--_ui5-v2-17-0-rc-1_input_icon_pressed_color)}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v2-17-0-rc-1_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-17-0-rc-1_select_hover_icon_left_border);color:var(--_ui5-v2-17-0-rc-1_input_icon_pressed_color)}.inputIcon:not(.inputIcon--pressed):not(:active):hover{background:var(--_ui5-v2-17-0-rc-1_input_icon_hover_bg);box-shadow:var(--_ui5-v2-17-0-rc-1_input_icon_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5-v2-17-0-rc-1_select_hover_icon_left_border);box-shadow:var(--_ui5-v2-17-0-rc-1_input_icon_box_shadow)}:host([disabled]){cursor:default;pointer-events:none;background:none}:host([readonly]:not([disabled])){border-color:var(--_ui5-v2-17-0-rc-1_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v2-17-0-rc-1_input_readonly_background)}:host([value-state=\"Negative\"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-1_input_error_icon_box_shadow)}:host([value-state=\"Critical\"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-1_input_warning_icon_box_shadow)}:host([value-state=\"Information\"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-1_input_information_icon_box_shadow)}:host([value-state=\"Positive\"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-1_input_success_icon_box_shadow)}:host([value-state=\"Negative\"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5-v2-17-0-rc-1_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state=\"Critical\"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5-v2-17-0-rc-1_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state=\"Positive\"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5-v2-17-0-rc-1_input_value_state_success_border_color);border-width:var(--_ui5-v2-17-0-rc-1_input_value_state_success_border_width);box-shadow:var(--sapField_SuccessShadow)}:host([value-state=\"Information\"]:not([readonly]):not([disabled])){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5-v2-17-0-rc-1_input_value_state_information_border_color);border-width:var(--_ui5-v2-17-0-rc-1_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state=\"Negative\"]) .inputIcon:active,:host([value-state=\"Negative\"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-1_input_error_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-1_input_icon_error_pressed_color)}:host([value-state=\"Critical\"]) .inputIcon:active,:host([value-state=\"Critical\"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-1_input_warning_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-1_input_icon_warning_pressed_color)}:host([value-state=\"Information\"]) .inputIcon:active,:host([value-state=\"Information\"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-1_input_information_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-1_input_icon_information_pressed_color)}:host([value-state=\"Positive\"]) .inputIcon:active,:host([value-state=\"Positive\"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-1_input_success_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-1_input_icon_success_pressed_color)}:host([value-state=\"Negative\"]) .inputIcon,:host([value-state=\"Critical\"]) .inputIcon{padding:var(--_ui5-v2-17-0-rc-1_input_error_warning_icon_padding)}:host([value-state=\"Information\"]) .inputIcon{padding:var(--_ui5-v2-17-0-rc-1_input_information_icon_padding)}:host(:not([hidden])){display:inline-block;line-height:normal;letter-spacing:normal;word-spacing:normal}:host{min-width:calc(var(--_ui5-v2-17-0-rc-1_input_min_width) + var(--_ui5-v2-17-0-rc-1_input_icon_width));height:var(--_ui5-v2-17-0-rc-1_input_height);color:var(--sapField_TextColor);background-color:var(--sapField_Background);border-radius:var(--_ui5-v2-17-0-rc-1-time_picker_border_radius);margin:var(--_ui5-v2-17-0-rc-1_input_margin_top_bottom) 0;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([value-state=\"Negative\"]){background-color:var(--sapField_InvalidBackground)}:host(:not([disabled]):not([readonly]):hover){background:var(--sapField_Hover_Background)}.ui5-time-picker-root{line-height:inherit;letter-spacing:inherit;word-spacing:inherit;height:inherit}:host .ui5-time-picker-input{width:100%;color:inherit;background-color:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;margin:inherit;height:inherit}:host([disabled]) .ui5-time-picker-input{background-color:var(--_ui5-v2-17-0-rc-1-input_disabled_background);opacity:var(--_ui5-v2-17-0-rc-1_input_disabled_opacity)}.ui5-time-picker-popover::part(header){padding:0}\n`"]}
1
+ {"version":3,"file":"TimePicker.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TimePicker.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `:host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.inputIcon{color:var(--_ui5-v2-17-0-rc-3_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v2-17-0-rc-3_input_icon_padding);border-inline-start:var(--_ui5-v2-17-0-rc-3_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v2-17-0-rc-3_input_icon_border_radius)}.inputIcon.inputIcon--pressed{background:var(--_ui5-v2-17-0-rc-3_input_icon_pressed_bg);box-shadow:var(--_ui5-v2-17-0-rc-3_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-17-0-rc-3_select_hover_icon_left_border);color:var(--_ui5-v2-17-0-rc-3_input_icon_pressed_color)}.inputIcon:active{background-color:var(--ui5-sapButton_Active_Background);box-shadow:var(--_ui5-v2-17-0-rc-3_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-17-0-rc-3_select_hover_icon_left_border);color:var(--_ui5-v2-17-0-rc-3_input_icon_pressed_color)}.inputIcon:not(.inputIcon--pressed):not(:active):hover{background:var(--_ui5-v2-17-0-rc-3_input_icon_hover_bg);box-shadow:var(--_ui5-v2-17-0-rc-3_input_icon_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5-v2-17-0-rc-3_select_hover_icon_left_border);box-shadow:var(--_ui5-v2-17-0-rc-3_input_icon_box_shadow)}:host([disabled]){cursor:default;pointer-events:none;background:none}:host([readonly]:not([disabled])){border-color:var(--_ui5-v2-17-0-rc-3_input_readonly_border_color);background:var(--ui5-sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v2-17-0-rc-3_input_readonly_background)}:host([value-state=\"Negative\"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-3_input_error_icon_box_shadow)}:host([value-state=\"Critical\"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-3_input_warning_icon_box_shadow)}:host([value-state=\"Information\"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-3_input_information_icon_box_shadow)}:host([value-state=\"Positive\"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-17-0-rc-3_input_success_icon_box_shadow)}:host([value-state=\"Negative\"]:not([readonly]):not([disabled])){background:var(--ui5-sapField_InvalidBackgroundStyle);background-color:var(--ui5-sapField_InvalidBackground);border-color:var(--_ui5-v2-17-0-rc-3_input_value_state_error_border_color);box-shadow:var(--ui5-sapField_InvalidShadow)}:host([value-state=\"Critical\"]:not([readonly]):not([disabled])){background:var(--ui5-sapField_WarningBackgroundStyle);background-color:var(--ui5-sapField_WarningBackground);border-color:var(--_ui5-v2-17-0-rc-3_input_value_state_warning_border_color);box-shadow:var(--ui5-sapField_WarningShadow)}:host([value-state=\"Positive\"]:not([readonly]):not([disabled])){background:var(--ui5-sapField_SuccessBackgroundStyle);background-color:var(--ui5-sapField_SuccessBackground);border-color:var(--_ui5-v2-17-0-rc-3_input_value_state_success_border_color);border-width:var(--_ui5-v2-17-0-rc-3_input_value_state_success_border_width);box-shadow:var(--ui5-sapField_SuccessShadow)}:host([value-state=\"Information\"]:not([readonly]):not([disabled])){background:var(--ui5-sapField_InformationBackgroundStyle);background-color:var(--ui5-sapField_InformationBackground);border-color:var(--_ui5-v2-17-0-rc-3_input_value_state_information_border_color);border-width:var(--_ui5-v2-17-0-rc-3_input_information_border_width);box-shadow:var(--ui5-sapField_InformationShadow)}:host([value-state=\"Negative\"]) .inputIcon:active,:host([value-state=\"Negative\"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-3_input_error_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-3_input_icon_error_pressed_color)}:host([value-state=\"Critical\"]) .inputIcon:active,:host([value-state=\"Critical\"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-3_input_warning_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-3_input_icon_warning_pressed_color)}:host([value-state=\"Information\"]) .inputIcon:active,:host([value-state=\"Information\"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-3_input_information_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-3_input_icon_information_pressed_color)}:host([value-state=\"Positive\"]) .inputIcon:active,:host([value-state=\"Positive\"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-17-0-rc-3_input_success_icon_box_shadow);color:var(--_ui5-v2-17-0-rc-3_input_icon_success_pressed_color)}:host([value-state=\"Negative\"]) .inputIcon,:host([value-state=\"Critical\"]) .inputIcon{padding:var(--_ui5-v2-17-0-rc-3_input_error_warning_icon_padding)}:host([value-state=\"Information\"]) .inputIcon{padding:var(--_ui5-v2-17-0-rc-3_input_information_icon_padding)}:host(:not([hidden])){display:inline-block;line-height:normal;letter-spacing:normal;word-spacing:normal}:host{min-width:calc(var(--_ui5-v2-17-0-rc-3_input_min_width) + var(--_ui5-v2-17-0-rc-3_input_icon_width));height:var(--_ui5-v2-17-0-rc-3_input_height);color:var(--ui5-sapField_TextColor);background-color:var(--ui5-sapField_Background);border-radius:var(--_ui5-v2-17-0-rc-3-time_picker_border_radius);margin:var(--_ui5-v2-17-0-rc-3_input_margin_top_bottom) 0;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([value-state=\"Negative\"]){background-color:var(--ui5-sapField_InvalidBackground)}:host(:not([disabled]):not([readonly]):hover){background:var(--ui5-sapField_Hover_Background)}.ui5-time-picker-root{line-height:inherit;letter-spacing:inherit;word-spacing:inherit;height:inherit}:host .ui5-time-picker-input{width:100%;color:inherit;background-color:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;margin:inherit;height:inherit}:host([disabled]) .ui5-time-picker-input{background-color:var(--_ui5-v2-17-0-rc-3-input_disabled_background);opacity:var(--_ui5-v2-17-0-rc-3_input_disabled_opacity)}.ui5-time-picker-popover::part(header){padding:0}\n`"]}
@@ -1,2 +1,2 @@
1
- declare const _default: ".ui5-tp-clock{position:relative;width:auto;padding:.5625rem;outline:none;display:none}.ui5-tp-clock-active{display:block}.ui5-tp-clock-dial{position:relative;width:auto;display:block;border-radius:100%;background-color:var(--sapLegend_WorkingBackground);text-align:center;z-index:1}.ui5-tp-clock-dial:before{content:attr(data-label);display:flex;align-items:center;justify-content:center;position:absolute;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor);inset:2.75rem;border-radius:100%;z-index:2}.ui5-tp-clock-dial:after{content:\"\";display:block;padding-bottom:100%}.ui5-tp-clock-inner .ui5-tp-clock-dial:before{background-color:var(--sapLegend_WorkingBackground)}.ui5-tp-clock-cover{position:absolute;inset:-.25rem;border-radius:100%;z-index:10;touch-action:none}.ui5-tp-clock-item{position:absolute;top:0;left:50%;display:inline-block;width:2.75rem;height:100%;z-index:3;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui5-tp-clock-item.ui5-tp-clock-marker{z-index:4}.ui5-tp-clock-dot{display:block;box-sizing:border-box;width:.25rem;height:.3125rem;margin:0 auto .25rem;border-radius:100%;background-color:var(--sapField_BorderColor)}.ui5-tp-clock-mid-dot{display:block;box-sizing:border-box;width:.125rem;height:.1875rem;margin:0 auto .375rem;border-radius:100%;background-color:var(--sapField_BorderColor)}.ui5-tp-clock-select-marker{box-sizing:border-box;width:.25rem;height:.5625rem;margin:0 auto;border-radius:100%;background-color:var(--sapButton_Selected_Background);border:.0625rem solid var(--sapButton_Selected_BorderColor)}.ui5-tp-clock-hover-marker{box-sizing:border-box;width:.25rem;height:.5625rem;margin:0 auto;border-radius:100%;background-color:var(--sapList_Hover_Background);border:.0625rem solid var(--sapGroup_TitleBorderColor)}.ui5-tp-clock-number{box-sizing:border-box;display:inline-block;width:2.75rem;height:2.75rem;border-radius:100%;line-height:2.75rem;text-align:center;vertical-align:top;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapTextColor);border:.0625rem solid transparent}.ui5-tp-clock-number.ui5-tp-clock-number-hover:not(.ui5-tp-clock-selected){background-color:var(--sapList_Hover_Background);z-index:5}.ui5-tp-clock-selected{color:var(--sapButton_Selected_TextColor);background-color:var(--sapButton_Selected_Background);border:.0625rem solid var(--sapButton_Selected_BorderColor)}.ui5-tp-clock-hovered{background-color:var(--sapList_Hover_Background);z-index:5}.ui5-tp-clock-pointer{cursor:pointer}.ui5-tp-clock-items,.ui5-tp-clock-markers{position:absolute;inset:0}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-number,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-mid-dot,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-number.ui5-tp-clock-selected,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-select-marker,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-dial:before{opacity:0}.ui5-tp-clock-transition .ui5-tp-clock-items .ui5-tp-clock-number{animation-name:fadeOutClockItems;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-dial:before{animation-name:fadeOutClockLabel;animation-duration:.35s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-number.ui5-tp-clock-selected,.ui5-tp-clock-transition .ui5-tp-clock-select-marker{animation-name:fadeOutSelectedItem;animation-delay:.1s;animation-duration:.15s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-items .ui5-tp-clock-mid-dot{animation-name:fadeOutSelectedItem;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-number{animation-name:fadeInClockItems;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-dial:before{animation-name:fadeInClockLabel;animation-duration:.35s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-number.ui5-tp-clock-selected,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-select-marker{animation-name:fadeInSelectedItem;animation-delay:.1s;animation-duration:.15s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-mid-dot{animation-name:fadeInSelectedItem;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-in;animation-fill-mode:forwards}@keyframes fadeOutClockItems{0%{opacity:1;display:block}to{opacity:0;display:block}}@keyframes fadeOutClockLabel{0%{opacity:1;display:flex;transform:translateY(0)}to{opacity:0;display:flex;transform:translateY(-16px)}}@keyframes fadeOutSelectedItem{0%{opacity:1;display:block}to{opacity:0;display:block}}@keyframes fadeInClockItems{0%{opacity:0;display:block}to{opacity:1;display:block}}@keyframes fadeInClockLabel{0%{opacity:0;display:flex;transform:translateY(16px)}to{opacity:1;display:flex;transform:translateY(0)}}@keyframes fadeInSelectedItem{0%{opacity:0;display:block}50%{opacity:.5;display:block}to{opacity:1;display:block}}\n";
1
+ declare const _default: ".ui5-tp-clock{position:relative;width:auto;padding:.5625rem;outline:none;display:none}.ui5-tp-clock-active{display:block}.ui5-tp-clock-dial{position:relative;width:auto;display:block;border-radius:100%;background-color:var(--ui5-sapLegend_WorkingBackground);text-align:center;z-index:1}.ui5-tp-clock-dial:before{content:attr(data-label);display:flex;align-items:center;justify-content:center;position:absolute;font-family:var(--ui5-sapFontFamily);font-size:var(--ui5-sapFontSize);color:var(--ui5-sapContent_LabelColor);inset:2.75rem;border-radius:100%;z-index:2}.ui5-tp-clock-dial:after{content:\"\";display:block;padding-bottom:100%}.ui5-tp-clock-inner .ui5-tp-clock-dial:before{background-color:var(--ui5-sapLegend_WorkingBackground)}.ui5-tp-clock-cover{position:absolute;inset:-.25rem;border-radius:100%;z-index:10;touch-action:none}.ui5-tp-clock-item{position:absolute;top:0;left:50%;display:inline-block;width:2.75rem;height:100%;z-index:3;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui5-tp-clock-item.ui5-tp-clock-marker{z-index:4}.ui5-tp-clock-dot{display:block;box-sizing:border-box;width:.25rem;height:.3125rem;margin:0 auto .25rem;border-radius:100%;background-color:var(--ui5-sapField_BorderColor)}.ui5-tp-clock-mid-dot{display:block;box-sizing:border-box;width:.125rem;height:.1875rem;margin:0 auto .375rem;border-radius:100%;background-color:var(--ui5-sapField_BorderColor)}.ui5-tp-clock-select-marker{box-sizing:border-box;width:.25rem;height:.5625rem;margin:0 auto;border-radius:100%;background-color:var(--ui5-sapButton_Selected_Background);border:.0625rem solid var(--ui5-sapButton_Selected_BorderColor)}.ui5-tp-clock-hover-marker{box-sizing:border-box;width:.25rem;height:.5625rem;margin:0 auto;border-radius:100%;background-color:var(--ui5-sapList_Hover_Background);border:.0625rem solid var(--ui5-sapGroup_TitleBorderColor)}.ui5-tp-clock-number{box-sizing:border-box;display:inline-block;width:2.75rem;height:2.75rem;border-radius:100%;line-height:2.75rem;text-align:center;vertical-align:top;font-family:var(--ui5-sapFontFamily);font-size:var(--ui5-sapFontSize);color:var(--ui5-sapTextColor);border:.0625rem solid transparent}.ui5-tp-clock-number.ui5-tp-clock-number-hover:not(.ui5-tp-clock-selected){background-color:var(--ui5-sapList_Hover_Background);z-index:5}.ui5-tp-clock-selected{color:var(--ui5-sapButton_Selected_TextColor);background-color:var(--ui5-sapButton_Selected_Background);border:.0625rem solid var(--ui5-sapButton_Selected_BorderColor)}.ui5-tp-clock-hovered{background-color:var(--ui5-sapList_Hover_Background);z-index:5}.ui5-tp-clock-pointer{cursor:pointer}.ui5-tp-clock-items,.ui5-tp-clock-markers{position:absolute;inset:0}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-number,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-mid-dot,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-number.ui5-tp-clock-selected,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-select-marker,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-dial:before{opacity:0}.ui5-tp-clock-transition .ui5-tp-clock-items .ui5-tp-clock-number{animation-name:fadeOutClockItems;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-dial:before{animation-name:fadeOutClockLabel;animation-duration:.35s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-number.ui5-tp-clock-selected,.ui5-tp-clock-transition .ui5-tp-clock-select-marker{animation-name:fadeOutSelectedItem;animation-delay:.1s;animation-duration:.15s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-items .ui5-tp-clock-mid-dot{animation-name:fadeOutSelectedItem;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-number{animation-name:fadeInClockItems;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-dial:before{animation-name:fadeInClockLabel;animation-duration:.35s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-number.ui5-tp-clock-selected,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-select-marker{animation-name:fadeInSelectedItem;animation-delay:.1s;animation-duration:.15s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-mid-dot{animation-name:fadeInSelectedItem;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-in;animation-fill-mode:forwards}@keyframes fadeOutClockItems{0%{opacity:1;display:block}to{opacity:0;display:block}}@keyframes fadeOutClockLabel{0%{opacity:1;display:flex;transform:translateY(0)}to{opacity:0;display:flex;transform:translateY(-16px)}}@keyframes fadeOutSelectedItem{0%{opacity:1;display:block}to{opacity:0;display:block}}@keyframes fadeInClockItems{0%{opacity:0;display:block}to{opacity:1;display:block}}@keyframes fadeInClockLabel{0%{opacity:0;display:flex;transform:translateY(16px)}to{opacity:1;display:flex;transform:translateY(0)}}@keyframes fadeInSelectedItem{0%{opacity:0;display:block}50%{opacity:.5;display:block}to{opacity:1;display:block}}\n";
2
2
  export default _default;
@@ -3,6 +3,6 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
3
3
  import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
4
4
  registerThemePropertiesLoader("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
5
5
  registerThemePropertiesLoader("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => defaultTheme);
6
- export default `.ui5-tp-clock{position:relative;width:auto;padding:.5625rem;outline:none;display:none}.ui5-tp-clock-active{display:block}.ui5-tp-clock-dial{position:relative;width:auto;display:block;border-radius:100%;background-color:var(--sapLegend_WorkingBackground);text-align:center;z-index:1}.ui5-tp-clock-dial:before{content:attr(data-label);display:flex;align-items:center;justify-content:center;position:absolute;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor);inset:2.75rem;border-radius:100%;z-index:2}.ui5-tp-clock-dial:after{content:"";display:block;padding-bottom:100%}.ui5-tp-clock-inner .ui5-tp-clock-dial:before{background-color:var(--sapLegend_WorkingBackground)}.ui5-tp-clock-cover{position:absolute;inset:-.25rem;border-radius:100%;z-index:10;touch-action:none}.ui5-tp-clock-item{position:absolute;top:0;left:50%;display:inline-block;width:2.75rem;height:100%;z-index:3;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui5-tp-clock-item.ui5-tp-clock-marker{z-index:4}.ui5-tp-clock-dot{display:block;box-sizing:border-box;width:.25rem;height:.3125rem;margin:0 auto .25rem;border-radius:100%;background-color:var(--sapField_BorderColor)}.ui5-tp-clock-mid-dot{display:block;box-sizing:border-box;width:.125rem;height:.1875rem;margin:0 auto .375rem;border-radius:100%;background-color:var(--sapField_BorderColor)}.ui5-tp-clock-select-marker{box-sizing:border-box;width:.25rem;height:.5625rem;margin:0 auto;border-radius:100%;background-color:var(--sapButton_Selected_Background);border:.0625rem solid var(--sapButton_Selected_BorderColor)}.ui5-tp-clock-hover-marker{box-sizing:border-box;width:.25rem;height:.5625rem;margin:0 auto;border-radius:100%;background-color:var(--sapList_Hover_Background);border:.0625rem solid var(--sapGroup_TitleBorderColor)}.ui5-tp-clock-number{box-sizing:border-box;display:inline-block;width:2.75rem;height:2.75rem;border-radius:100%;line-height:2.75rem;text-align:center;vertical-align:top;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapTextColor);border:.0625rem solid transparent}.ui5-tp-clock-number.ui5-tp-clock-number-hover:not(.ui5-tp-clock-selected){background-color:var(--sapList_Hover_Background);z-index:5}.ui5-tp-clock-selected{color:var(--sapButton_Selected_TextColor);background-color:var(--sapButton_Selected_Background);border:.0625rem solid var(--sapButton_Selected_BorderColor)}.ui5-tp-clock-hovered{background-color:var(--sapList_Hover_Background);z-index:5}.ui5-tp-clock-pointer{cursor:pointer}.ui5-tp-clock-items,.ui5-tp-clock-markers{position:absolute;inset:0}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-number,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-mid-dot,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-number.ui5-tp-clock-selected,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-select-marker,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-dial:before{opacity:0}.ui5-tp-clock-transition .ui5-tp-clock-items .ui5-tp-clock-number{animation-name:fadeOutClockItems;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-dial:before{animation-name:fadeOutClockLabel;animation-duration:.35s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-number.ui5-tp-clock-selected,.ui5-tp-clock-transition .ui5-tp-clock-select-marker{animation-name:fadeOutSelectedItem;animation-delay:.1s;animation-duration:.15s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-items .ui5-tp-clock-mid-dot{animation-name:fadeOutSelectedItem;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-number{animation-name:fadeInClockItems;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-dial:before{animation-name:fadeInClockLabel;animation-duration:.35s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-number.ui5-tp-clock-selected,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-select-marker{animation-name:fadeInSelectedItem;animation-delay:.1s;animation-duration:.15s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-mid-dot{animation-name:fadeInSelectedItem;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-in;animation-fill-mode:forwards}@keyframes fadeOutClockItems{0%{opacity:1;display:block}to{opacity:0;display:block}}@keyframes fadeOutClockLabel{0%{opacity:1;display:flex;transform:translateY(0)}to{opacity:0;display:flex;transform:translateY(-16px)}}@keyframes fadeOutSelectedItem{0%{opacity:1;display:block}to{opacity:0;display:block}}@keyframes fadeInClockItems{0%{opacity:0;display:block}to{opacity:1;display:block}}@keyframes fadeInClockLabel{0%{opacity:0;display:flex;transform:translateY(16px)}to{opacity:1;display:flex;transform:translateY(0)}}@keyframes fadeInSelectedItem{0%{opacity:0;display:block}50%{opacity:.5;display:block}to{opacity:1;display:block}}
6
+ export default `.ui5-tp-clock{position:relative;width:auto;padding:.5625rem;outline:none;display:none}.ui5-tp-clock-active{display:block}.ui5-tp-clock-dial{position:relative;width:auto;display:block;border-radius:100%;background-color:var(--ui5-sapLegend_WorkingBackground);text-align:center;z-index:1}.ui5-tp-clock-dial:before{content:attr(data-label);display:flex;align-items:center;justify-content:center;position:absolute;font-family:var(--ui5-sapFontFamily);font-size:var(--ui5-sapFontSize);color:var(--ui5-sapContent_LabelColor);inset:2.75rem;border-radius:100%;z-index:2}.ui5-tp-clock-dial:after{content:"";display:block;padding-bottom:100%}.ui5-tp-clock-inner .ui5-tp-clock-dial:before{background-color:var(--ui5-sapLegend_WorkingBackground)}.ui5-tp-clock-cover{position:absolute;inset:-.25rem;border-radius:100%;z-index:10;touch-action:none}.ui5-tp-clock-item{position:absolute;top:0;left:50%;display:inline-block;width:2.75rem;height:100%;z-index:3;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui5-tp-clock-item.ui5-tp-clock-marker{z-index:4}.ui5-tp-clock-dot{display:block;box-sizing:border-box;width:.25rem;height:.3125rem;margin:0 auto .25rem;border-radius:100%;background-color:var(--ui5-sapField_BorderColor)}.ui5-tp-clock-mid-dot{display:block;box-sizing:border-box;width:.125rem;height:.1875rem;margin:0 auto .375rem;border-radius:100%;background-color:var(--ui5-sapField_BorderColor)}.ui5-tp-clock-select-marker{box-sizing:border-box;width:.25rem;height:.5625rem;margin:0 auto;border-radius:100%;background-color:var(--ui5-sapButton_Selected_Background);border:.0625rem solid var(--ui5-sapButton_Selected_BorderColor)}.ui5-tp-clock-hover-marker{box-sizing:border-box;width:.25rem;height:.5625rem;margin:0 auto;border-radius:100%;background-color:var(--ui5-sapList_Hover_Background);border:.0625rem solid var(--ui5-sapGroup_TitleBorderColor)}.ui5-tp-clock-number{box-sizing:border-box;display:inline-block;width:2.75rem;height:2.75rem;border-radius:100%;line-height:2.75rem;text-align:center;vertical-align:top;font-family:var(--ui5-sapFontFamily);font-size:var(--ui5-sapFontSize);color:var(--ui5-sapTextColor);border:.0625rem solid transparent}.ui5-tp-clock-number.ui5-tp-clock-number-hover:not(.ui5-tp-clock-selected){background-color:var(--ui5-sapList_Hover_Background);z-index:5}.ui5-tp-clock-selected{color:var(--ui5-sapButton_Selected_TextColor);background-color:var(--ui5-sapButton_Selected_Background);border:.0625rem solid var(--ui5-sapButton_Selected_BorderColor)}.ui5-tp-clock-hovered{background-color:var(--ui5-sapList_Hover_Background);z-index:5}.ui5-tp-clock-pointer{cursor:pointer}.ui5-tp-clock-items,.ui5-tp-clock-markers{position:absolute;inset:0}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-number,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-mid-dot,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-number.ui5-tp-clock-selected,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-select-marker,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-dial:before{opacity:0}.ui5-tp-clock-transition .ui5-tp-clock-items .ui5-tp-clock-number{animation-name:fadeOutClockItems;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-dial:before{animation-name:fadeOutClockLabel;animation-duration:.35s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-number.ui5-tp-clock-selected,.ui5-tp-clock-transition .ui5-tp-clock-select-marker{animation-name:fadeOutSelectedItem;animation-delay:.1s;animation-duration:.15s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-items .ui5-tp-clock-mid-dot{animation-name:fadeOutSelectedItem;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-number{animation-name:fadeInClockItems;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-dial:before{animation-name:fadeInClockLabel;animation-duration:.35s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-number.ui5-tp-clock-selected,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-select-marker{animation-name:fadeInSelectedItem;animation-delay:.1s;animation-duration:.15s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-mid-dot{animation-name:fadeInSelectedItem;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-in;animation-fill-mode:forwards}@keyframes fadeOutClockItems{0%{opacity:1;display:block}to{opacity:0;display:block}}@keyframes fadeOutClockLabel{0%{opacity:1;display:flex;transform:translateY(0)}to{opacity:0;display:flex;transform:translateY(-16px)}}@keyframes fadeOutSelectedItem{0%{opacity:1;display:block}to{opacity:0;display:block}}@keyframes fadeInClockItems{0%{opacity:0;display:block}to{opacity:1;display:block}}@keyframes fadeInClockLabel{0%{opacity:0;display:flex;transform:translateY(16px)}to{opacity:1;display:flex;transform:translateY(0)}}@keyframes fadeInSelectedItem{0%{opacity:0;display:block}50%{opacity:.5;display:block}to{opacity:1;display:block}}
7
7
  `;
8
8
  //# sourceMappingURL=TimePickerClock.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TimePickerClock.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TimePickerClock.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `.ui5-tp-clock{position:relative;width:auto;padding:.5625rem;outline:none;display:none}.ui5-tp-clock-active{display:block}.ui5-tp-clock-dial{position:relative;width:auto;display:block;border-radius:100%;background-color:var(--sapLegend_WorkingBackground);text-align:center;z-index:1}.ui5-tp-clock-dial:before{content:attr(data-label);display:flex;align-items:center;justify-content:center;position:absolute;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor);inset:2.75rem;border-radius:100%;z-index:2}.ui5-tp-clock-dial:after{content:\"\";display:block;padding-bottom:100%}.ui5-tp-clock-inner .ui5-tp-clock-dial:before{background-color:var(--sapLegend_WorkingBackground)}.ui5-tp-clock-cover{position:absolute;inset:-.25rem;border-radius:100%;z-index:10;touch-action:none}.ui5-tp-clock-item{position:absolute;top:0;left:50%;display:inline-block;width:2.75rem;height:100%;z-index:3;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui5-tp-clock-item.ui5-tp-clock-marker{z-index:4}.ui5-tp-clock-dot{display:block;box-sizing:border-box;width:.25rem;height:.3125rem;margin:0 auto .25rem;border-radius:100%;background-color:var(--sapField_BorderColor)}.ui5-tp-clock-mid-dot{display:block;box-sizing:border-box;width:.125rem;height:.1875rem;margin:0 auto .375rem;border-radius:100%;background-color:var(--sapField_BorderColor)}.ui5-tp-clock-select-marker{box-sizing:border-box;width:.25rem;height:.5625rem;margin:0 auto;border-radius:100%;background-color:var(--sapButton_Selected_Background);border:.0625rem solid var(--sapButton_Selected_BorderColor)}.ui5-tp-clock-hover-marker{box-sizing:border-box;width:.25rem;height:.5625rem;margin:0 auto;border-radius:100%;background-color:var(--sapList_Hover_Background);border:.0625rem solid var(--sapGroup_TitleBorderColor)}.ui5-tp-clock-number{box-sizing:border-box;display:inline-block;width:2.75rem;height:2.75rem;border-radius:100%;line-height:2.75rem;text-align:center;vertical-align:top;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapTextColor);border:.0625rem solid transparent}.ui5-tp-clock-number.ui5-tp-clock-number-hover:not(.ui5-tp-clock-selected){background-color:var(--sapList_Hover_Background);z-index:5}.ui5-tp-clock-selected{color:var(--sapButton_Selected_TextColor);background-color:var(--sapButton_Selected_Background);border:.0625rem solid var(--sapButton_Selected_BorderColor)}.ui5-tp-clock-hovered{background-color:var(--sapList_Hover_Background);z-index:5}.ui5-tp-clock-pointer{cursor:pointer}.ui5-tp-clock-items,.ui5-tp-clock-markers{position:absolute;inset:0}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-number,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-mid-dot,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-number.ui5-tp-clock-selected,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-select-marker,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-dial:before{opacity:0}.ui5-tp-clock-transition .ui5-tp-clock-items .ui5-tp-clock-number{animation-name:fadeOutClockItems;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-dial:before{animation-name:fadeOutClockLabel;animation-duration:.35s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-number.ui5-tp-clock-selected,.ui5-tp-clock-transition .ui5-tp-clock-select-marker{animation-name:fadeOutSelectedItem;animation-delay:.1s;animation-duration:.15s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-items .ui5-tp-clock-mid-dot{animation-name:fadeOutSelectedItem;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-number{animation-name:fadeInClockItems;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-dial:before{animation-name:fadeInClockLabel;animation-duration:.35s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-number.ui5-tp-clock-selected,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-select-marker{animation-name:fadeInSelectedItem;animation-delay:.1s;animation-duration:.15s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-mid-dot{animation-name:fadeInSelectedItem;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-in;animation-fill-mode:forwards}@keyframes fadeOutClockItems{0%{opacity:1;display:block}to{opacity:0;display:block}}@keyframes fadeOutClockLabel{0%{opacity:1;display:flex;transform:translateY(0)}to{opacity:0;display:flex;transform:translateY(-16px)}}@keyframes fadeOutSelectedItem{0%{opacity:1;display:block}to{opacity:0;display:block}}@keyframes fadeInClockItems{0%{opacity:0;display:block}to{opacity:1;display:block}}@keyframes fadeInClockLabel{0%{opacity:0;display:flex;transform:translateY(16px)}to{opacity:1;display:flex;transform:translateY(0)}}@keyframes fadeInSelectedItem{0%{opacity:0;display:block}50%{opacity:.5;display:block}to{opacity:1;display:block}}\n`"]}
1
+ {"version":3,"file":"TimePickerClock.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TimePickerClock.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `.ui5-tp-clock{position:relative;width:auto;padding:.5625rem;outline:none;display:none}.ui5-tp-clock-active{display:block}.ui5-tp-clock-dial{position:relative;width:auto;display:block;border-radius:100%;background-color:var(--ui5-sapLegend_WorkingBackground);text-align:center;z-index:1}.ui5-tp-clock-dial:before{content:attr(data-label);display:flex;align-items:center;justify-content:center;position:absolute;font-family:var(--ui5-sapFontFamily);font-size:var(--ui5-sapFontSize);color:var(--ui5-sapContent_LabelColor);inset:2.75rem;border-radius:100%;z-index:2}.ui5-tp-clock-dial:after{content:\"\";display:block;padding-bottom:100%}.ui5-tp-clock-inner .ui5-tp-clock-dial:before{background-color:var(--ui5-sapLegend_WorkingBackground)}.ui5-tp-clock-cover{position:absolute;inset:-.25rem;border-radius:100%;z-index:10;touch-action:none}.ui5-tp-clock-item{position:absolute;top:0;left:50%;display:inline-block;width:2.75rem;height:100%;z-index:3;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui5-tp-clock-item.ui5-tp-clock-marker{z-index:4}.ui5-tp-clock-dot{display:block;box-sizing:border-box;width:.25rem;height:.3125rem;margin:0 auto .25rem;border-radius:100%;background-color:var(--ui5-sapField_BorderColor)}.ui5-tp-clock-mid-dot{display:block;box-sizing:border-box;width:.125rem;height:.1875rem;margin:0 auto .375rem;border-radius:100%;background-color:var(--ui5-sapField_BorderColor)}.ui5-tp-clock-select-marker{box-sizing:border-box;width:.25rem;height:.5625rem;margin:0 auto;border-radius:100%;background-color:var(--ui5-sapButton_Selected_Background);border:.0625rem solid var(--ui5-sapButton_Selected_BorderColor)}.ui5-tp-clock-hover-marker{box-sizing:border-box;width:.25rem;height:.5625rem;margin:0 auto;border-radius:100%;background-color:var(--ui5-sapList_Hover_Background);border:.0625rem solid var(--ui5-sapGroup_TitleBorderColor)}.ui5-tp-clock-number{box-sizing:border-box;display:inline-block;width:2.75rem;height:2.75rem;border-radius:100%;line-height:2.75rem;text-align:center;vertical-align:top;font-family:var(--ui5-sapFontFamily);font-size:var(--ui5-sapFontSize);color:var(--ui5-sapTextColor);border:.0625rem solid transparent}.ui5-tp-clock-number.ui5-tp-clock-number-hover:not(.ui5-tp-clock-selected){background-color:var(--ui5-sapList_Hover_Background);z-index:5}.ui5-tp-clock-selected{color:var(--ui5-sapButton_Selected_TextColor);background-color:var(--ui5-sapButton_Selected_Background);border:.0625rem solid var(--ui5-sapButton_Selected_BorderColor)}.ui5-tp-clock-hovered{background-color:var(--ui5-sapList_Hover_Background);z-index:5}.ui5-tp-clock-pointer{cursor:pointer}.ui5-tp-clock-items,.ui5-tp-clock-markers{position:absolute;inset:0}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-number,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-mid-dot,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-number.ui5-tp-clock-selected,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-select-marker,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-dial:before{opacity:0}.ui5-tp-clock-transition .ui5-tp-clock-items .ui5-tp-clock-number{animation-name:fadeOutClockItems;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-dial:before{animation-name:fadeOutClockLabel;animation-duration:.35s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-number.ui5-tp-clock-selected,.ui5-tp-clock-transition .ui5-tp-clock-select-marker{animation-name:fadeOutSelectedItem;animation-delay:.1s;animation-duration:.15s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-items .ui5-tp-clock-mid-dot{animation-name:fadeOutSelectedItem;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-number{animation-name:fadeInClockItems;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-dial:before{animation-name:fadeInClockLabel;animation-duration:.35s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-number.ui5-tp-clock-selected,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-select-marker{animation-name:fadeInSelectedItem;animation-delay:.1s;animation-duration:.15s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-mid-dot{animation-name:fadeInSelectedItem;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-in;animation-fill-mode:forwards}@keyframes fadeOutClockItems{0%{opacity:1;display:block}to{opacity:0;display:block}}@keyframes fadeOutClockLabel{0%{opacity:1;display:flex;transform:translateY(0)}to{opacity:0;display:flex;transform:translateY(-16px)}}@keyframes fadeOutSelectedItem{0%{opacity:1;display:block}to{opacity:0;display:block}}@keyframes fadeInClockItems{0%{opacity:0;display:block}to{opacity:1;display:block}}@keyframes fadeInClockLabel{0%{opacity:0;display:flex;transform:translateY(16px)}to{opacity:1;display:flex;transform:translateY(0)}}@keyframes fadeInSelectedItem{0%{opacity:0;display:block}50%{opacity:.5;display:block}to{opacity:1;display:block}}\n`"]}
@@ -1,2 +1,2 @@
1
- declare const _default: ".ui5-time-picker-tsc-container{margin:0 auto;box-sizing:border-box;width:100%;padding:1rem;text-align:center}.ui5-time-picker-tsc-container:focus{outline:none}.ui5-time-picker-tsc-buttons{display:flex;justify-content:center;align-items:center;padding-bottom:1rem;width:100%}.ui5-time-picker-tsc-buttons .ui5-time-selection-separator{min-width:.5rem;padding:0 .125rem;text-align:center;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor)}.ui5-time-picker-tsc-clocks{display:block;text-align:center;width:100%;touch-action:none}\n";
1
+ declare const _default: ".ui5-time-picker-tsc-container{margin:0 auto;box-sizing:border-box;width:100%;padding:1rem;text-align:center}.ui5-time-picker-tsc-container:focus{outline:none}.ui5-time-picker-tsc-buttons{display:flex;justify-content:center;align-items:center;padding-bottom:1rem;width:100%}.ui5-time-picker-tsc-buttons .ui5-time-selection-separator{min-width:.5rem;padding:0 .125rem;text-align:center;font-family:var(--ui5-sapFontFamily);font-size:var(--ui5-sapFontSize);color:var(--ui5-sapContent_LabelColor)}.ui5-time-picker-tsc-clocks{display:block;text-align:center;width:100%;touch-action:none}\n";
2
2
  export default _default;
@@ -3,6 +3,6 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
3
3
  import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
4
4
  registerThemePropertiesLoader("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
5
5
  registerThemePropertiesLoader("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => defaultTheme);
6
- export default `.ui5-time-picker-tsc-container{margin:0 auto;box-sizing:border-box;width:100%;padding:1rem;text-align:center}.ui5-time-picker-tsc-container:focus{outline:none}.ui5-time-picker-tsc-buttons{display:flex;justify-content:center;align-items:center;padding-bottom:1rem;width:100%}.ui5-time-picker-tsc-buttons .ui5-time-selection-separator{min-width:.5rem;padding:0 .125rem;text-align:center;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor)}.ui5-time-picker-tsc-clocks{display:block;text-align:center;width:100%;touch-action:none}
6
+ export default `.ui5-time-picker-tsc-container{margin:0 auto;box-sizing:border-box;width:100%;padding:1rem;text-align:center}.ui5-time-picker-tsc-container:focus{outline:none}.ui5-time-picker-tsc-buttons{display:flex;justify-content:center;align-items:center;padding-bottom:1rem;width:100%}.ui5-time-picker-tsc-buttons .ui5-time-selection-separator{min-width:.5rem;padding:0 .125rem;text-align:center;font-family:var(--ui5-sapFontFamily);font-size:var(--ui5-sapFontSize);color:var(--ui5-sapContent_LabelColor)}.ui5-time-picker-tsc-clocks{display:block;text-align:center;width:100%;touch-action:none}
7
7
  `;
8
8
  //# sourceMappingURL=TimeSelectionClocks.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TimeSelectionClocks.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TimeSelectionClocks.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `.ui5-time-picker-tsc-container{margin:0 auto;box-sizing:border-box;width:100%;padding:1rem;text-align:center}.ui5-time-picker-tsc-container:focus{outline:none}.ui5-time-picker-tsc-buttons{display:flex;justify-content:center;align-items:center;padding-bottom:1rem;width:100%}.ui5-time-picker-tsc-buttons .ui5-time-selection-separator{min-width:.5rem;padding:0 .125rem;text-align:center;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor)}.ui5-time-picker-tsc-clocks{display:block;text-align:center;width:100%;touch-action:none}\n`"]}
1
+ {"version":3,"file":"TimeSelectionClocks.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TimeSelectionClocks.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `.ui5-time-picker-tsc-container{margin:0 auto;box-sizing:border-box;width:100%;padding:1rem;text-align:center}.ui5-time-picker-tsc-container:focus{outline:none}.ui5-time-picker-tsc-buttons{display:flex;justify-content:center;align-items:center;padding-bottom:1rem;width:100%}.ui5-time-picker-tsc-buttons .ui5-time-selection-separator{min-width:.5rem;padding:0 .125rem;text-align:center;font-family:var(--ui5-sapFontFamily);font-size:var(--ui5-sapFontSize);color:var(--ui5-sapContent_LabelColor)}.ui5-time-picker-tsc-clocks{display:block;text-align:center;width:100%;touch-action:none}\n`"]}
@@ -1,2 +1,2 @@
1
- declare const _default: ".ui5-time-selection-numeric-input{width:2.875rem;text-align:center}.ui5-time-selection-inputs{min-width:12.5rem;display:flex;justify-content:center;align-items:center}.ui5-time-selection-separator{display:inline-block;min-width:.5rem;padding:0 .125rem;text-align:center;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapTextColor)}.ui5-hidden-text{display:none}\n";
1
+ declare const _default: ".ui5-time-selection-numeric-input{width:2.875rem;text-align:center}.ui5-time-selection-inputs{min-width:12.5rem;display:flex;justify-content:center;align-items:center}.ui5-time-selection-separator{display:inline-block;min-width:.5rem;padding:0 .125rem;text-align:center;font-family:var(--ui5-sapFontFamily);font-size:var(--ui5-sapFontSize);color:var(--ui5-sapTextColor)}.ui5-hidden-text{display:none}\n";
2
2
  export default _default;
@@ -3,6 +3,6 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
3
3
  import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
4
4
  registerThemePropertiesLoader("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
5
5
  registerThemePropertiesLoader("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => defaultTheme);
6
- export default `.ui5-time-selection-numeric-input{width:2.875rem;text-align:center}.ui5-time-selection-inputs{min-width:12.5rem;display:flex;justify-content:center;align-items:center}.ui5-time-selection-separator{display:inline-block;min-width:.5rem;padding:0 .125rem;text-align:center;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapTextColor)}.ui5-hidden-text{display:none}
6
+ export default `.ui5-time-selection-numeric-input{width:2.875rem;text-align:center}.ui5-time-selection-inputs{min-width:12.5rem;display:flex;justify-content:center;align-items:center}.ui5-time-selection-separator{display:inline-block;min-width:.5rem;padding:0 .125rem;text-align:center;font-family:var(--ui5-sapFontFamily);font-size:var(--ui5-sapFontSize);color:var(--ui5-sapTextColor)}.ui5-hidden-text{display:none}
7
7
  `;
8
8
  //# sourceMappingURL=TimeSelectionInputs.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TimeSelectionInputs.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TimeSelectionInputs.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `.ui5-time-selection-numeric-input{width:2.875rem;text-align:center}.ui5-time-selection-inputs{min-width:12.5rem;display:flex;justify-content:center;align-items:center}.ui5-time-selection-separator{display:inline-block;min-width:.5rem;padding:0 .125rem;text-align:center;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapTextColor)}.ui5-hidden-text{display:none}\n`"]}
1
+ {"version":3,"file":"TimeSelectionInputs.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TimeSelectionInputs.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `.ui5-time-selection-numeric-input{width:2.875rem;text-align:center}.ui5-time-selection-inputs{min-width:12.5rem;display:flex;justify-content:center;align-items:center}.ui5-time-selection-separator{display:inline-block;min-width:.5rem;padding:0 .125rem;text-align:center;font-family:var(--ui5-sapFontFamily);font-size:var(--ui5-sapFontSize);color:var(--ui5-sapTextColor)}.ui5-hidden-text{display:none}\n`"]}
@@ -1,2 +1,2 @@
1
- declare const _default: ":host(:not([hidden])){display:block;cursor:text}:host{max-width:100%;color:var(--sapGroup_TitleTextColor);font-size:var(--sapFontHeader5Size);font-family:var(--sapFontHeaderFamily);text-shadow:var(--sapContent_TextShadow)}.ui5-title-root{display:inline-block;position:relative;font-weight:400;font-size:inherit;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;max-width:100%;vertical-align:bottom;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin:0;cursor:inherit}:host{white-space:pre-line}:host([wrapping-type=\"None\"]){white-space:nowrap}.ui5-title-root,:host ::slotted(*){white-space:inherit}::slotted(*){font-size:inherit;font-family:inherit;text-shadow:inherit}:host([size=\"H1\"]){font-size:var(--sapFontHeader1Size)}:host([size=\"H2\"]){font-size:var(--sapFontHeader2Size)}:host([size=\"H3\"]){font-size:var(--sapFontHeader3Size)}:host([size=\"H4\"]){font-size:var(--sapFontHeader4Size)}:host([size=\"H5\"]){font-size:var(--sapFontHeader5Size)}:host([size=\"H6\"]){font-size:var(--sapFontHeader6Size)}\n";
1
+ declare const _default: ":host(:not([hidden])){display:block;cursor:text}:host{max-width:100%;color:var(--ui5-sapGroup_TitleTextColor);font-size:var(--ui5-sapFontHeader5Size);font-family:var(--ui5-sapFontHeaderFamily);text-shadow:var(--ui5-sapContent_TextShadow)}.ui5-title-root{display:inline-block;position:relative;font-weight:400;font-size:inherit;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;max-width:100%;vertical-align:bottom;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin:0;cursor:inherit}:host{white-space:pre-line}:host([wrapping-type=\"None\"]){white-space:nowrap}.ui5-title-root,:host ::slotted(*){white-space:inherit}::slotted(*){font-size:inherit;font-family:inherit;text-shadow:inherit}:host([size=\"H1\"]){font-size:var(--ui5-sapFontHeader1Size)}:host([size=\"H2\"]){font-size:var(--ui5-sapFontHeader2Size)}:host([size=\"H3\"]){font-size:var(--ui5-sapFontHeader3Size)}:host([size=\"H4\"]){font-size:var(--ui5-sapFontHeader4Size)}:host([size=\"H5\"]){font-size:var(--ui5-sapFontHeader5Size)}:host([size=\"H6\"]){font-size:var(--ui5-sapFontHeader6Size)}\n";
2
2
  export default _default;
@@ -3,6 +3,6 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
3
3
  import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
4
4
  registerThemePropertiesLoader("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
5
5
  registerThemePropertiesLoader("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => defaultTheme);
6
- export default `:host(:not([hidden])){display:block;cursor:text}:host{max-width:100%;color:var(--sapGroup_TitleTextColor);font-size:var(--sapFontHeader5Size);font-family:var(--sapFontHeaderFamily);text-shadow:var(--sapContent_TextShadow)}.ui5-title-root{display:inline-block;position:relative;font-weight:400;font-size:inherit;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;max-width:100%;vertical-align:bottom;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin:0;cursor:inherit}:host{white-space:pre-line}:host([wrapping-type="None"]){white-space:nowrap}.ui5-title-root,:host ::slotted(*){white-space:inherit}::slotted(*){font-size:inherit;font-family:inherit;text-shadow:inherit}:host([size="H1"]){font-size:var(--sapFontHeader1Size)}:host([size="H2"]){font-size:var(--sapFontHeader2Size)}:host([size="H3"]){font-size:var(--sapFontHeader3Size)}:host([size="H4"]){font-size:var(--sapFontHeader4Size)}:host([size="H5"]){font-size:var(--sapFontHeader5Size)}:host([size="H6"]){font-size:var(--sapFontHeader6Size)}
6
+ export default `:host(:not([hidden])){display:block;cursor:text}:host{max-width:100%;color:var(--ui5-sapGroup_TitleTextColor);font-size:var(--ui5-sapFontHeader5Size);font-family:var(--ui5-sapFontHeaderFamily);text-shadow:var(--ui5-sapContent_TextShadow)}.ui5-title-root{display:inline-block;position:relative;font-weight:400;font-size:inherit;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;max-width:100%;vertical-align:bottom;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin:0;cursor:inherit}:host{white-space:pre-line}:host([wrapping-type="None"]){white-space:nowrap}.ui5-title-root,:host ::slotted(*){white-space:inherit}::slotted(*){font-size:inherit;font-family:inherit;text-shadow:inherit}:host([size="H1"]){font-size:var(--ui5-sapFontHeader1Size)}:host([size="H2"]){font-size:var(--ui5-sapFontHeader2Size)}:host([size="H3"]){font-size:var(--ui5-sapFontHeader3Size)}:host([size="H4"]){font-size:var(--ui5-sapFontHeader4Size)}:host([size="H5"]){font-size:var(--ui5-sapFontHeader5Size)}:host([size="H6"]){font-size:var(--ui5-sapFontHeader6Size)}
7
7
  `;
8
8
  //# sourceMappingURL=Title.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Title.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Title.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `:host(:not([hidden])){display:block;cursor:text}:host{max-width:100%;color:var(--sapGroup_TitleTextColor);font-size:var(--sapFontHeader5Size);font-family:var(--sapFontHeaderFamily);text-shadow:var(--sapContent_TextShadow)}.ui5-title-root{display:inline-block;position:relative;font-weight:400;font-size:inherit;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;max-width:100%;vertical-align:bottom;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin:0;cursor:inherit}:host{white-space:pre-line}:host([wrapping-type=\"None\"]){white-space:nowrap}.ui5-title-root,:host ::slotted(*){white-space:inherit}::slotted(*){font-size:inherit;font-family:inherit;text-shadow:inherit}:host([size=\"H1\"]){font-size:var(--sapFontHeader1Size)}:host([size=\"H2\"]){font-size:var(--sapFontHeader2Size)}:host([size=\"H3\"]){font-size:var(--sapFontHeader3Size)}:host([size=\"H4\"]){font-size:var(--sapFontHeader4Size)}:host([size=\"H5\"]){font-size:var(--sapFontHeader5Size)}:host([size=\"H6\"]){font-size:var(--sapFontHeader6Size)}\n`"]}
1
+ {"version":3,"file":"Title.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Title.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `:host(:not([hidden])){display:block;cursor:text}:host{max-width:100%;color:var(--ui5-sapGroup_TitleTextColor);font-size:var(--ui5-sapFontHeader5Size);font-family:var(--ui5-sapFontHeaderFamily);text-shadow:var(--ui5-sapContent_TextShadow)}.ui5-title-root{display:inline-block;position:relative;font-weight:400;font-size:inherit;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;max-width:100%;vertical-align:bottom;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin:0;cursor:inherit}:host{white-space:pre-line}:host([wrapping-type=\"None\"]){white-space:nowrap}.ui5-title-root,:host ::slotted(*){white-space:inherit}::slotted(*){font-size:inherit;font-family:inherit;text-shadow:inherit}:host([size=\"H1\"]){font-size:var(--ui5-sapFontHeader1Size)}:host([size=\"H2\"]){font-size:var(--ui5-sapFontHeader2Size)}:host([size=\"H3\"]){font-size:var(--ui5-sapFontHeader3Size)}:host([size=\"H4\"]){font-size:var(--ui5-sapFontHeader4Size)}:host([size=\"H5\"]){font-size:var(--ui5-sapFontHeader5Size)}:host([size=\"H6\"]){font-size:var(--ui5-sapFontHeader6Size)}\n`"]}
@@ -1,2 +1,2 @@
1
- declare const _default: ":host{font-family:var(--sapFontFamily);color:var(--sapContent_ContrastTextColor);font-size:var(--sapFontSize);position:fixed;display:none;box-sizing:border-box;max-width:15rem;overflow:hidden;background:var(--_ui5-v2-17-0-rc-1_toast_background);box-shadow:var(--_ui5-v2-17-0-rc-1_toast_shadow);border-radius:var(--sapElement_BorderCornerRadius);transition-property:opacity;opacity:1;word-wrap:break-word;text-align:center;text-overflow:ellipsis;white-space:pre-line;padding:1rem;inset:unset;margin:0;border:none}.ui5-toast-root{height:100%;width:100%;padding:0;outline:none;box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-height:fit-content}:host([open]){display:block}:host(:not([placement])){bottom:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"TopStart\"]){top:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset);left:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset)}:host([placement=\"MiddleStart\"]){left:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement=\"BottomStart\"]){left:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset);bottom:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset)}:host([placement=\"TopCenter\"]){top:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"MiddleCenter\"]){left:50%;top:50%;transform:translate(-50%,-50%)}:host([placement=\"BottomCenter\"]){bottom:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"TopEnd\"]){right:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset);top:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset)}:host([placement=\"MiddleEnd\"]){right:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement=\"BottomEnd\"]){right:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset);bottom:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset)}:host([focused]){outline-width:var(--sapContent_FocusWidth);outline-style:var(--sapContent_FocusStyle);outline-color:var(--sapContent_FocusColor);outline-offset:var(--_ui5-v2-17-0-rc-1_toast_offset_width)}\n";
1
+ declare const _default: ":host{font-family:var(--ui5-sapFontFamily);color:var(--ui5-sapContent_ContrastTextColor);font-size:var(--ui5-sapFontSize);position:fixed;display:none;box-sizing:border-box;max-width:15rem;overflow:hidden;background:var(--_ui5-v2-17-0-rc-3_toast_background);box-shadow:var(--_ui5-v2-17-0-rc-3_toast_shadow);border-radius:var(--ui5-sapElement_BorderCornerRadius);transition-property:opacity;opacity:1;word-wrap:break-word;text-align:center;text-overflow:ellipsis;white-space:pre-line;padding:1rem;inset:unset;margin:0;border:none}.ui5-toast-root{height:100%;width:100%;padding:0;outline:none;box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-height:fit-content}:host([open]){display:block}:host(:not([placement])){bottom:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"TopStart\"]){top:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset);left:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset)}:host([placement=\"MiddleStart\"]){left:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement=\"BottomStart\"]){left:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset);bottom:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset)}:host([placement=\"TopCenter\"]){top:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"MiddleCenter\"]){left:50%;top:50%;transform:translate(-50%,-50%)}:host([placement=\"BottomCenter\"]){bottom:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"TopEnd\"]){right:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset);top:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset)}:host([placement=\"MiddleEnd\"]){right:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement=\"BottomEnd\"]){right:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset);bottom:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset)}:host([focused]){outline-width:var(--ui5-sapContent_FocusWidth);outline-style:var(--ui5-sapContent_FocusStyle);outline-color:var(--ui5-sapContent_FocusColor);outline-offset:var(--_ui5-v2-17-0-rc-3_toast_offset_width)}\n";
2
2
  export default _default;
@@ -3,6 +3,6 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
3
3
  import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
4
4
  registerThemePropertiesLoader("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
5
5
  registerThemePropertiesLoader("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => defaultTheme);
6
- export default `:host{font-family:var(--sapFontFamily);color:var(--sapContent_ContrastTextColor);font-size:var(--sapFontSize);position:fixed;display:none;box-sizing:border-box;max-width:15rem;overflow:hidden;background:var(--_ui5-v2-17-0-rc-1_toast_background);box-shadow:var(--_ui5-v2-17-0-rc-1_toast_shadow);border-radius:var(--sapElement_BorderCornerRadius);transition-property:opacity;opacity:1;word-wrap:break-word;text-align:center;text-overflow:ellipsis;white-space:pre-line;padding:1rem;inset:unset;margin:0;border:none}.ui5-toast-root{height:100%;width:100%;padding:0;outline:none;box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-height:fit-content}:host([open]){display:block}:host(:not([placement])){bottom:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement="TopStart"]){top:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset);left:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset)}:host([placement="MiddleStart"]){left:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement="BottomStart"]){left:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset);bottom:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset)}:host([placement="TopCenter"]){top:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement="MiddleCenter"]){left:50%;top:50%;transform:translate(-50%,-50%)}:host([placement="BottomCenter"]){bottom:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement="TopEnd"]){right:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset);top:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset)}:host([placement="MiddleEnd"]){right:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement="BottomEnd"]){right:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset);bottom:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset)}:host([focused]){outline-width:var(--sapContent_FocusWidth);outline-style:var(--sapContent_FocusStyle);outline-color:var(--sapContent_FocusColor);outline-offset:var(--_ui5-v2-17-0-rc-1_toast_offset_width)}
6
+ export default `:host{font-family:var(--ui5-sapFontFamily);color:var(--ui5-sapContent_ContrastTextColor);font-size:var(--ui5-sapFontSize);position:fixed;display:none;box-sizing:border-box;max-width:15rem;overflow:hidden;background:var(--_ui5-v2-17-0-rc-3_toast_background);box-shadow:var(--_ui5-v2-17-0-rc-3_toast_shadow);border-radius:var(--ui5-sapElement_BorderCornerRadius);transition-property:opacity;opacity:1;word-wrap:break-word;text-align:center;text-overflow:ellipsis;white-space:pre-line;padding:1rem;inset:unset;margin:0;border:none}.ui5-toast-root{height:100%;width:100%;padding:0;outline:none;box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-height:fit-content}:host([open]){display:block}:host(:not([placement])){bottom:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement="TopStart"]){top:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset);left:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset)}:host([placement="MiddleStart"]){left:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement="BottomStart"]){left:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset);bottom:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset)}:host([placement="TopCenter"]){top:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement="MiddleCenter"]){left:50%;top:50%;transform:translate(-50%,-50%)}:host([placement="BottomCenter"]){bottom:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement="TopEnd"]){right:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset);top:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset)}:host([placement="MiddleEnd"]){right:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement="BottomEnd"]){right:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset);bottom:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset)}:host([focused]){outline-width:var(--ui5-sapContent_FocusWidth);outline-style:var(--ui5-sapContent_FocusStyle);outline-color:var(--ui5-sapContent_FocusColor);outline-offset:var(--_ui5-v2-17-0-rc-3_toast_offset_width)}
7
7
  `;
8
8
  //# sourceMappingURL=Toast.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Toast.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Toast.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `:host{font-family:var(--sapFontFamily);color:var(--sapContent_ContrastTextColor);font-size:var(--sapFontSize);position:fixed;display:none;box-sizing:border-box;max-width:15rem;overflow:hidden;background:var(--_ui5-v2-17-0-rc-1_toast_background);box-shadow:var(--_ui5-v2-17-0-rc-1_toast_shadow);border-radius:var(--sapElement_BorderCornerRadius);transition-property:opacity;opacity:1;word-wrap:break-word;text-align:center;text-overflow:ellipsis;white-space:pre-line;padding:1rem;inset:unset;margin:0;border:none}.ui5-toast-root{height:100%;width:100%;padding:0;outline:none;box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-height:fit-content}:host([open]){display:block}:host(:not([placement])){bottom:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"TopStart\"]){top:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset);left:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset)}:host([placement=\"MiddleStart\"]){left:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement=\"BottomStart\"]){left:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset);bottom:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset)}:host([placement=\"TopCenter\"]){top:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"MiddleCenter\"]){left:50%;top:50%;transform:translate(-50%,-50%)}:host([placement=\"BottomCenter\"]){bottom:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"TopEnd\"]){right:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset);top:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset)}:host([placement=\"MiddleEnd\"]){right:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement=\"BottomEnd\"]){right:var(--_ui5-v2-17-0-rc-1_toast_horizontal_offset);bottom:var(--_ui5-v2-17-0-rc-1_toast_vertical_offset)}:host([focused]){outline-width:var(--sapContent_FocusWidth);outline-style:var(--sapContent_FocusStyle);outline-color:var(--sapContent_FocusColor);outline-offset:var(--_ui5-v2-17-0-rc-1_toast_offset_width)}\n`"]}
1
+ {"version":3,"file":"Toast.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Toast.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `:host{font-family:var(--ui5-sapFontFamily);color:var(--ui5-sapContent_ContrastTextColor);font-size:var(--ui5-sapFontSize);position:fixed;display:none;box-sizing:border-box;max-width:15rem;overflow:hidden;background:var(--_ui5-v2-17-0-rc-3_toast_background);box-shadow:var(--_ui5-v2-17-0-rc-3_toast_shadow);border-radius:var(--ui5-sapElement_BorderCornerRadius);transition-property:opacity;opacity:1;word-wrap:break-word;text-align:center;text-overflow:ellipsis;white-space:pre-line;padding:1rem;inset:unset;margin:0;border:none}.ui5-toast-root{height:100%;width:100%;padding:0;outline:none;box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-height:fit-content}:host([open]){display:block}:host(:not([placement])){bottom:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"TopStart\"]){top:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset);left:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset)}:host([placement=\"MiddleStart\"]){left:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement=\"BottomStart\"]){left:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset);bottom:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset)}:host([placement=\"TopCenter\"]){top:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"MiddleCenter\"]){left:50%;top:50%;transform:translate(-50%,-50%)}:host([placement=\"BottomCenter\"]){bottom:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"TopEnd\"]){right:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset);top:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset)}:host([placement=\"MiddleEnd\"]){right:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement=\"BottomEnd\"]){right:var(--_ui5-v2-17-0-rc-3_toast_horizontal_offset);bottom:var(--_ui5-v2-17-0-rc-3_toast_vertical_offset)}:host([focused]){outline-width:var(--ui5-sapContent_FocusWidth);outline-style:var(--ui5-sapContent_FocusStyle);outline-color:var(--ui5-sapContent_FocusColor);outline-offset:var(--_ui5-v2-17-0-rc-3_toast_offset_width)}\n`"]}
@@ -1,2 +1,2 @@
1
- declare const _default: ":host(:not([hidden])){display:inline-block}:host([design=\"Emphasized\"]:not([pressed])){text-shadow:var(--_ui5-v2-17-0-rc-1_toggle_button_emphasized_text_shadow)}:host([pressed]),:host([design=\"Default\"][pressed]),:host([design=\"Transparent\"][pressed]),:host([design=\"Emphasized\"][pressed]){background:var(--sapButton_Selected_Background);border-color:var(--sapButton_Selected_BorderColor);color:var(--sapButton_Selected_TextColor);text-shadow:none}:host([pressed]:hover),:host([pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design=\"Default\"][pressed]:hover),:host([design=\"Default\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design=\"Transparent\"][pressed]:hover),:host([design=\"Transparent\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design=\"Emphasized\"][pressed]:hover),:host([design=\"Emphasized\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Selected_Hover_Background);border-color:var(--sapButton_Selected_Hover_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([active]:not([disabled])),:host([design=\"Default\"][active]:not([disabled])),:host([design=\"Transparent\"][active]:not([disabled])),:host([design=\"Emphasized\"][active]:not([disabled])){background:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([pressed][active]:not([disabled])),:host([design=\"Default\"][pressed][active]:not([disabled])),:host([design=\"Transparent\"][pressed][active]:not([disabled])),:host([design=\"Emphasized\"][pressed][active]:not([disabled])){background:var(--sapButton_Selected_Hover_Background);border-color:var(--sapButton_Selected_Hover_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design=\"Default\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design=\"Transparent\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design=\"Emphasized\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Selected_Background);border-color:var(--sapButton_Selected_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([design=\"Negative\"][pressed]){background:var(--sapButton_Reject_Selected_Background);border-color:var(--sapButton_Reject_Selected_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design=\"Negative\"][active]:not([disabled])){background:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design=\"Negative\"][pressed][active]:not([disabled])){background:var(--sapButton_Reject_Selected_Hover_Background);border-color:var(--sapButton_Reject_Selected_Hover_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design=\"Negative\"][pressed][active]:hover),:host([design=\"Negative\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Reject_Selected_Hover_Background);border-color:var(--sapButton_Reject_Selected_Hover_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design=\"Negative\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Reject_Selected_Background);border-color:var(--sapButton_Reject_Selected_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design=\"Positive\"][pressed]){background:var(--sapButton_Accept_Selected_Background);border-color:var(--sapButton_Accept_Selected_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][active]:not([disabled])){background:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][pressed][active]:not([disabled])){background:var(--sapButton_Accept_Selected_Hover_Background);border-color:var(--sapButton_Accept_Selected_Hover_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][pressed][active]:hover),:host([design=\"Positive\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Accept_Selected_Hover_Background);border-color:var(--sapButton_Accept_Selected_Hover_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Accept_Selected_Background);border-color:var(--sapButton_Accept_Selected_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design=\"Attention\"][pressed]){background:var(--sapButton_Attention_Selected_Background);border-color:var(--sapButton_Attention_Selected_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design=\"Attention\"][active]:not([disabled])){background:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design=\"Attention\"][pressed][active]:not([disabled])){background:var(--sapButton_Attention_Selected_Hover_Background);border-color:var(--sapButton_Attention_Selected_Hover_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design=\"Attention\"][pressed][active]:hover),:host([design=\"Attention\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Attention_Selected_Hover_Background);border-color:var(--sapButton_Attention_Selected_Hover_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design=\"Attention\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Attention_Selected_Background);border-color:var(--sapButton_Attention_Selected_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}\n";
1
+ declare const _default: ":host(:not([hidden])){display:inline-block}:host([design=\"Emphasized\"]:not([pressed])){text-shadow:var(--_ui5-v2-17-0-rc-3_toggle_button_emphasized_text_shadow)}:host([pressed]),:host([design=\"Default\"][pressed]),:host([design=\"Transparent\"][pressed]),:host([design=\"Emphasized\"][pressed]){background:var(--ui5-sapButton_Selected_Background);border-color:var(--ui5-sapButton_Selected_BorderColor);color:var(--ui5-sapButton_Selected_TextColor);text-shadow:none}:host([pressed]:hover),:host([pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design=\"Default\"][pressed]:hover),:host([design=\"Default\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design=\"Transparent\"][pressed]:hover),:host([design=\"Transparent\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design=\"Emphasized\"][pressed]:hover),:host([design=\"Emphasized\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--ui5-sapButton_Selected_Hover_Background);border-color:var(--ui5-sapButton_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Selected_TextColor)}:host([active]:not([disabled])),:host([design=\"Default\"][active]:not([disabled])),:host([design=\"Transparent\"][active]:not([disabled])),:host([design=\"Emphasized\"][active]:not([disabled])){background:var(--ui5-sapButton_Active_Background);border-color:var(--ui5-sapButton_Active_BorderColor);color:var(--ui5-sapButton_Selected_TextColor)}:host([pressed][active]:not([disabled])),:host([design=\"Default\"][pressed][active]:not([disabled])),:host([design=\"Transparent\"][pressed][active]:not([disabled])),:host([design=\"Emphasized\"][pressed][active]:not([disabled])){background:var(--ui5-sapButton_Selected_Hover_Background);border-color:var(--ui5-sapButton_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Selected_TextColor)}:host([pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design=\"Default\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design=\"Transparent\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design=\"Emphasized\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--ui5-sapButton_Selected_Background);border-color:var(--ui5-sapButton_Selected_BorderColor);color:var(--ui5-sapButton_Selected_TextColor)}:host([design=\"Negative\"][pressed]){background:var(--ui5-sapButton_Reject_Selected_Background);border-color:var(--ui5-sapButton_Reject_Selected_BorderColor);color:var(--ui5-sapButton_Reject_Selected_TextColor)}:host([design=\"Negative\"][active]:not([disabled])){background:var(--ui5-sapButton_Reject_Active_Background);border-color:var(--ui5-sapButton_Reject_Active_BorderColor);color:var(--ui5-sapButton_Reject_Active_TextColor)}:host([design=\"Negative\"][pressed][active]:not([disabled])){background:var(--ui5-sapButton_Reject_Selected_Hover_Background);border-color:var(--ui5-sapButton_Reject_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Reject_Selected_TextColor)}:host([design=\"Negative\"][pressed][active]:hover),:host([design=\"Negative\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--ui5-sapButton_Reject_Selected_Hover_Background);border-color:var(--ui5-sapButton_Reject_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Reject_Selected_TextColor)}:host([design=\"Negative\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--ui5-sapButton_Reject_Selected_Background);border-color:var(--ui5-sapButton_Reject_Selected_BorderColor);color:var(--ui5-sapButton_Reject_Selected_TextColor)}:host([design=\"Positive\"][pressed]){background:var(--ui5-sapButton_Accept_Selected_Background);border-color:var(--ui5-sapButton_Accept_Selected_BorderColor);color:var(--ui5-sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][active]:not([disabled])){background:var(--ui5-sapButton_Accept_Active_Background);border-color:var(--ui5-sapButton_Accept_Active_BorderColor);color:var(--ui5-sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][pressed][active]:not([disabled])){background:var(--ui5-sapButton_Accept_Selected_Hover_Background);border-color:var(--ui5-sapButton_Accept_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][pressed][active]:hover),:host([design=\"Positive\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--ui5-sapButton_Accept_Selected_Hover_Background);border-color:var(--ui5-sapButton_Accept_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--ui5-sapButton_Accept_Selected_Background);border-color:var(--ui5-sapButton_Accept_Selected_BorderColor);color:var(--ui5-sapButton_Accept_Selected_TextColor)}:host([design=\"Attention\"][pressed]){background:var(--ui5-sapButton_Attention_Selected_Background);border-color:var(--ui5-sapButton_Attention_Selected_BorderColor);color:var(--ui5-sapButton_Attention_Selected_TextColor)}:host([design=\"Attention\"][active]:not([disabled])){background:var(--ui5-sapButton_Attention_Active_Background);border-color:var(--ui5-sapButton_Attention_Active_BorderColor);color:var(--ui5-sapButton_Attention_Active_TextColor)}:host([design=\"Attention\"][pressed][active]:not([disabled])){background:var(--ui5-sapButton_Attention_Selected_Hover_Background);border-color:var(--ui5-sapButton_Attention_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Attention_Selected_TextColor)}:host([design=\"Attention\"][pressed][active]:hover),:host([design=\"Attention\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--ui5-sapButton_Attention_Selected_Hover_Background);border-color:var(--ui5-sapButton_Attention_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Attention_Selected_TextColor)}:host([design=\"Attention\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--ui5-sapButton_Attention_Selected_Background);border-color:var(--ui5-sapButton_Attention_Selected_BorderColor);color:var(--ui5-sapButton_Attention_Selected_TextColor)}\n";
2
2
  export default _default;
@@ -3,6 +3,6 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
3
3
  import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
4
4
  registerThemePropertiesLoader("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
5
5
  registerThemePropertiesLoader("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => defaultTheme);
6
- export default `:host(:not([hidden])){display:inline-block}:host([design="Emphasized"]:not([pressed])){text-shadow:var(--_ui5-v2-17-0-rc-1_toggle_button_emphasized_text_shadow)}:host([pressed]),:host([design="Default"][pressed]),:host([design="Transparent"][pressed]),:host([design="Emphasized"][pressed]){background:var(--sapButton_Selected_Background);border-color:var(--sapButton_Selected_BorderColor);color:var(--sapButton_Selected_TextColor);text-shadow:none}:host([pressed]:hover),:host([pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design="Default"][pressed]:hover),:host([design="Default"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design="Transparent"][pressed]:hover),:host([design="Transparent"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design="Emphasized"][pressed]:hover),:host([design="Emphasized"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Selected_Hover_Background);border-color:var(--sapButton_Selected_Hover_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([active]:not([disabled])),:host([design="Default"][active]:not([disabled])),:host([design="Transparent"][active]:not([disabled])),:host([design="Emphasized"][active]:not([disabled])){background:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([pressed][active]:not([disabled])),:host([design="Default"][pressed][active]:not([disabled])),:host([design="Transparent"][pressed][active]:not([disabled])),:host([design="Emphasized"][pressed][active]:not([disabled])){background:var(--sapButton_Selected_Hover_Background);border-color:var(--sapButton_Selected_Hover_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design="Default"][pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design="Transparent"][pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design="Emphasized"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Selected_Background);border-color:var(--sapButton_Selected_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([design="Negative"][pressed]){background:var(--sapButton_Reject_Selected_Background);border-color:var(--sapButton_Reject_Selected_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design="Negative"][active]:not([disabled])){background:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Negative"][pressed][active]:not([disabled])){background:var(--sapButton_Reject_Selected_Hover_Background);border-color:var(--sapButton_Reject_Selected_Hover_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design="Negative"][pressed][active]:hover),:host([design="Negative"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Reject_Selected_Hover_Background);border-color:var(--sapButton_Reject_Selected_Hover_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design="Negative"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Reject_Selected_Background);border-color:var(--sapButton_Reject_Selected_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design="Positive"][pressed]){background:var(--sapButton_Accept_Selected_Background);border-color:var(--sapButton_Accept_Selected_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design="Positive"][active]:not([disabled])){background:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design="Positive"][pressed][active]:not([disabled])){background:var(--sapButton_Accept_Selected_Hover_Background);border-color:var(--sapButton_Accept_Selected_Hover_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design="Positive"][pressed][active]:hover),:host([design="Positive"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Accept_Selected_Hover_Background);border-color:var(--sapButton_Accept_Selected_Hover_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design="Positive"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Accept_Selected_Background);border-color:var(--sapButton_Accept_Selected_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design="Attention"][pressed]){background:var(--sapButton_Attention_Selected_Background);border-color:var(--sapButton_Attention_Selected_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design="Attention"][active]:not([disabled])){background:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Attention"][pressed][active]:not([disabled])){background:var(--sapButton_Attention_Selected_Hover_Background);border-color:var(--sapButton_Attention_Selected_Hover_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design="Attention"][pressed][active]:hover),:host([design="Attention"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Attention_Selected_Hover_Background);border-color:var(--sapButton_Attention_Selected_Hover_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design="Attention"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Attention_Selected_Background);border-color:var(--sapButton_Attention_Selected_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}
6
+ export default `:host(:not([hidden])){display:inline-block}:host([design="Emphasized"]:not([pressed])){text-shadow:var(--_ui5-v2-17-0-rc-3_toggle_button_emphasized_text_shadow)}:host([pressed]),:host([design="Default"][pressed]),:host([design="Transparent"][pressed]),:host([design="Emphasized"][pressed]){background:var(--ui5-sapButton_Selected_Background);border-color:var(--ui5-sapButton_Selected_BorderColor);color:var(--ui5-sapButton_Selected_TextColor);text-shadow:none}:host([pressed]:hover),:host([pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design="Default"][pressed]:hover),:host([design="Default"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design="Transparent"][pressed]:hover),:host([design="Transparent"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design="Emphasized"][pressed]:hover),:host([design="Emphasized"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--ui5-sapButton_Selected_Hover_Background);border-color:var(--ui5-sapButton_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Selected_TextColor)}:host([active]:not([disabled])),:host([design="Default"][active]:not([disabled])),:host([design="Transparent"][active]:not([disabled])),:host([design="Emphasized"][active]:not([disabled])){background:var(--ui5-sapButton_Active_Background);border-color:var(--ui5-sapButton_Active_BorderColor);color:var(--ui5-sapButton_Selected_TextColor)}:host([pressed][active]:not([disabled])),:host([design="Default"][pressed][active]:not([disabled])),:host([design="Transparent"][pressed][active]:not([disabled])),:host([design="Emphasized"][pressed][active]:not([disabled])){background:var(--ui5-sapButton_Selected_Hover_Background);border-color:var(--ui5-sapButton_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Selected_TextColor)}:host([pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design="Default"][pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design="Transparent"][pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design="Emphasized"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--ui5-sapButton_Selected_Background);border-color:var(--ui5-sapButton_Selected_BorderColor);color:var(--ui5-sapButton_Selected_TextColor)}:host([design="Negative"][pressed]){background:var(--ui5-sapButton_Reject_Selected_Background);border-color:var(--ui5-sapButton_Reject_Selected_BorderColor);color:var(--ui5-sapButton_Reject_Selected_TextColor)}:host([design="Negative"][active]:not([disabled])){background:var(--ui5-sapButton_Reject_Active_Background);border-color:var(--ui5-sapButton_Reject_Active_BorderColor);color:var(--ui5-sapButton_Reject_Active_TextColor)}:host([design="Negative"][pressed][active]:not([disabled])){background:var(--ui5-sapButton_Reject_Selected_Hover_Background);border-color:var(--ui5-sapButton_Reject_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Reject_Selected_TextColor)}:host([design="Negative"][pressed][active]:hover),:host([design="Negative"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--ui5-sapButton_Reject_Selected_Hover_Background);border-color:var(--ui5-sapButton_Reject_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Reject_Selected_TextColor)}:host([design="Negative"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--ui5-sapButton_Reject_Selected_Background);border-color:var(--ui5-sapButton_Reject_Selected_BorderColor);color:var(--ui5-sapButton_Reject_Selected_TextColor)}:host([design="Positive"][pressed]){background:var(--ui5-sapButton_Accept_Selected_Background);border-color:var(--ui5-sapButton_Accept_Selected_BorderColor);color:var(--ui5-sapButton_Accept_Selected_TextColor)}:host([design="Positive"][active]:not([disabled])){background:var(--ui5-sapButton_Accept_Active_Background);border-color:var(--ui5-sapButton_Accept_Active_BorderColor);color:var(--ui5-sapButton_Accept_Selected_TextColor)}:host([design="Positive"][pressed][active]:not([disabled])){background:var(--ui5-sapButton_Accept_Selected_Hover_Background);border-color:var(--ui5-sapButton_Accept_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Accept_Selected_TextColor)}:host([design="Positive"][pressed][active]:hover),:host([design="Positive"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--ui5-sapButton_Accept_Selected_Hover_Background);border-color:var(--ui5-sapButton_Accept_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Accept_Selected_TextColor)}:host([design="Positive"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--ui5-sapButton_Accept_Selected_Background);border-color:var(--ui5-sapButton_Accept_Selected_BorderColor);color:var(--ui5-sapButton_Accept_Selected_TextColor)}:host([design="Attention"][pressed]){background:var(--ui5-sapButton_Attention_Selected_Background);border-color:var(--ui5-sapButton_Attention_Selected_BorderColor);color:var(--ui5-sapButton_Attention_Selected_TextColor)}:host([design="Attention"][active]:not([disabled])){background:var(--ui5-sapButton_Attention_Active_Background);border-color:var(--ui5-sapButton_Attention_Active_BorderColor);color:var(--ui5-sapButton_Attention_Active_TextColor)}:host([design="Attention"][pressed][active]:not([disabled])){background:var(--ui5-sapButton_Attention_Selected_Hover_Background);border-color:var(--ui5-sapButton_Attention_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Attention_Selected_TextColor)}:host([design="Attention"][pressed][active]:hover),:host([design="Attention"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--ui5-sapButton_Attention_Selected_Hover_Background);border-color:var(--ui5-sapButton_Attention_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Attention_Selected_TextColor)}:host([design="Attention"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--ui5-sapButton_Attention_Selected_Background);border-color:var(--ui5-sapButton_Attention_Selected_BorderColor);color:var(--ui5-sapButton_Attention_Selected_TextColor)}
7
7
  `;
8
8
  //# sourceMappingURL=ToggleButton.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToggleButton.css.js","sourceRoot":"","sources":["../../../src/generated/themes/ToggleButton.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `:host(:not([hidden])){display:inline-block}:host([design=\"Emphasized\"]:not([pressed])){text-shadow:var(--_ui5-v2-17-0-rc-1_toggle_button_emphasized_text_shadow)}:host([pressed]),:host([design=\"Default\"][pressed]),:host([design=\"Transparent\"][pressed]),:host([design=\"Emphasized\"][pressed]){background:var(--sapButton_Selected_Background);border-color:var(--sapButton_Selected_BorderColor);color:var(--sapButton_Selected_TextColor);text-shadow:none}:host([pressed]:hover),:host([pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design=\"Default\"][pressed]:hover),:host([design=\"Default\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design=\"Transparent\"][pressed]:hover),:host([design=\"Transparent\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design=\"Emphasized\"][pressed]:hover),:host([design=\"Emphasized\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Selected_Hover_Background);border-color:var(--sapButton_Selected_Hover_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([active]:not([disabled])),:host([design=\"Default\"][active]:not([disabled])),:host([design=\"Transparent\"][active]:not([disabled])),:host([design=\"Emphasized\"][active]:not([disabled])){background:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([pressed][active]:not([disabled])),:host([design=\"Default\"][pressed][active]:not([disabled])),:host([design=\"Transparent\"][pressed][active]:not([disabled])),:host([design=\"Emphasized\"][pressed][active]:not([disabled])){background:var(--sapButton_Selected_Hover_Background);border-color:var(--sapButton_Selected_Hover_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design=\"Default\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design=\"Transparent\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design=\"Emphasized\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Selected_Background);border-color:var(--sapButton_Selected_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([design=\"Negative\"][pressed]){background:var(--sapButton_Reject_Selected_Background);border-color:var(--sapButton_Reject_Selected_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design=\"Negative\"][active]:not([disabled])){background:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design=\"Negative\"][pressed][active]:not([disabled])){background:var(--sapButton_Reject_Selected_Hover_Background);border-color:var(--sapButton_Reject_Selected_Hover_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design=\"Negative\"][pressed][active]:hover),:host([design=\"Negative\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Reject_Selected_Hover_Background);border-color:var(--sapButton_Reject_Selected_Hover_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design=\"Negative\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Reject_Selected_Background);border-color:var(--sapButton_Reject_Selected_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design=\"Positive\"][pressed]){background:var(--sapButton_Accept_Selected_Background);border-color:var(--sapButton_Accept_Selected_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][active]:not([disabled])){background:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][pressed][active]:not([disabled])){background:var(--sapButton_Accept_Selected_Hover_Background);border-color:var(--sapButton_Accept_Selected_Hover_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][pressed][active]:hover),:host([design=\"Positive\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Accept_Selected_Hover_Background);border-color:var(--sapButton_Accept_Selected_Hover_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Accept_Selected_Background);border-color:var(--sapButton_Accept_Selected_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design=\"Attention\"][pressed]){background:var(--sapButton_Attention_Selected_Background);border-color:var(--sapButton_Attention_Selected_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design=\"Attention\"][active]:not([disabled])){background:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design=\"Attention\"][pressed][active]:not([disabled])){background:var(--sapButton_Attention_Selected_Hover_Background);border-color:var(--sapButton_Attention_Selected_Hover_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design=\"Attention\"][pressed][active]:hover),:host([design=\"Attention\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Attention_Selected_Hover_Background);border-color:var(--sapButton_Attention_Selected_Hover_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design=\"Attention\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Attention_Selected_Background);border-color:var(--sapButton_Attention_Selected_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}\n`"]}
1
+ {"version":3,"file":"ToggleButton.css.js","sourceRoot":"","sources":["../../../src/generated/themes/ToggleButton.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `:host(:not([hidden])){display:inline-block}:host([design=\"Emphasized\"]:not([pressed])){text-shadow:var(--_ui5-v2-17-0-rc-3_toggle_button_emphasized_text_shadow)}:host([pressed]),:host([design=\"Default\"][pressed]),:host([design=\"Transparent\"][pressed]),:host([design=\"Emphasized\"][pressed]){background:var(--ui5-sapButton_Selected_Background);border-color:var(--ui5-sapButton_Selected_BorderColor);color:var(--ui5-sapButton_Selected_TextColor);text-shadow:none}:host([pressed]:hover),:host([pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design=\"Default\"][pressed]:hover),:host([design=\"Default\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design=\"Transparent\"][pressed]:hover),:host([design=\"Transparent\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design=\"Emphasized\"][pressed]:hover),:host([design=\"Emphasized\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--ui5-sapButton_Selected_Hover_Background);border-color:var(--ui5-sapButton_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Selected_TextColor)}:host([active]:not([disabled])),:host([design=\"Default\"][active]:not([disabled])),:host([design=\"Transparent\"][active]:not([disabled])),:host([design=\"Emphasized\"][active]:not([disabled])){background:var(--ui5-sapButton_Active_Background);border-color:var(--ui5-sapButton_Active_BorderColor);color:var(--ui5-sapButton_Selected_TextColor)}:host([pressed][active]:not([disabled])),:host([design=\"Default\"][pressed][active]:not([disabled])),:host([design=\"Transparent\"][pressed][active]:not([disabled])),:host([design=\"Emphasized\"][pressed][active]:not([disabled])){background:var(--ui5-sapButton_Selected_Hover_Background);border-color:var(--ui5-sapButton_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Selected_TextColor)}:host([pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design=\"Default\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design=\"Transparent\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design=\"Emphasized\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--ui5-sapButton_Selected_Background);border-color:var(--ui5-sapButton_Selected_BorderColor);color:var(--ui5-sapButton_Selected_TextColor)}:host([design=\"Negative\"][pressed]){background:var(--ui5-sapButton_Reject_Selected_Background);border-color:var(--ui5-sapButton_Reject_Selected_BorderColor);color:var(--ui5-sapButton_Reject_Selected_TextColor)}:host([design=\"Negative\"][active]:not([disabled])){background:var(--ui5-sapButton_Reject_Active_Background);border-color:var(--ui5-sapButton_Reject_Active_BorderColor);color:var(--ui5-sapButton_Reject_Active_TextColor)}:host([design=\"Negative\"][pressed][active]:not([disabled])){background:var(--ui5-sapButton_Reject_Selected_Hover_Background);border-color:var(--ui5-sapButton_Reject_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Reject_Selected_TextColor)}:host([design=\"Negative\"][pressed][active]:hover),:host([design=\"Negative\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--ui5-sapButton_Reject_Selected_Hover_Background);border-color:var(--ui5-sapButton_Reject_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Reject_Selected_TextColor)}:host([design=\"Negative\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--ui5-sapButton_Reject_Selected_Background);border-color:var(--ui5-sapButton_Reject_Selected_BorderColor);color:var(--ui5-sapButton_Reject_Selected_TextColor)}:host([design=\"Positive\"][pressed]){background:var(--ui5-sapButton_Accept_Selected_Background);border-color:var(--ui5-sapButton_Accept_Selected_BorderColor);color:var(--ui5-sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][active]:not([disabled])){background:var(--ui5-sapButton_Accept_Active_Background);border-color:var(--ui5-sapButton_Accept_Active_BorderColor);color:var(--ui5-sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][pressed][active]:not([disabled])){background:var(--ui5-sapButton_Accept_Selected_Hover_Background);border-color:var(--ui5-sapButton_Accept_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][pressed][active]:hover),:host([design=\"Positive\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--ui5-sapButton_Accept_Selected_Hover_Background);border-color:var(--ui5-sapButton_Accept_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Accept_Selected_TextColor)}:host([design=\"Positive\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--ui5-sapButton_Accept_Selected_Background);border-color:var(--ui5-sapButton_Accept_Selected_BorderColor);color:var(--ui5-sapButton_Accept_Selected_TextColor)}:host([design=\"Attention\"][pressed]){background:var(--ui5-sapButton_Attention_Selected_Background);border-color:var(--ui5-sapButton_Attention_Selected_BorderColor);color:var(--ui5-sapButton_Attention_Selected_TextColor)}:host([design=\"Attention\"][active]:not([disabled])){background:var(--ui5-sapButton_Attention_Active_Background);border-color:var(--ui5-sapButton_Attention_Active_BorderColor);color:var(--ui5-sapButton_Attention_Active_TextColor)}:host([design=\"Attention\"][pressed][active]:not([disabled])){background:var(--ui5-sapButton_Attention_Selected_Hover_Background);border-color:var(--ui5-sapButton_Attention_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Attention_Selected_TextColor)}:host([design=\"Attention\"][pressed][active]:hover),:host([design=\"Attention\"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--ui5-sapButton_Attention_Selected_Hover_Background);border-color:var(--ui5-sapButton_Attention_Selected_Hover_BorderColor);color:var(--ui5-sapButton_Attention_Selected_TextColor)}:host([design=\"Attention\"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--ui5-sapButton_Attention_Selected_Background);border-color:var(--ui5-sapButton_Attention_Selected_BorderColor);color:var(--ui5-sapButton_Attention_Selected_TextColor)}\n`"]}
@@ -1,2 +1,2 @@
1
- declare const _default: ":host{display:inline-block;background:var(--_ui5-v2-17-0-rc-1_token_background);border:var(--sapButton_BorderWidth) solid var(--sapButton_TokenBorderColor);border-radius:var(--_ui5-v2-17-0-rc-1_token_border_radius);color:var(--_ui5-v2-17-0-rc-1_token_text_color);height:var(--_ui5-v2-17-0-rc-1_token_height);box-sizing:border-box}:host(:not([single-token])){margin-inline-end:var(--_ui5-v2-17-0-rc-1_token_right_margin)}:host([overflows]){display:none}:host(:not([readonly]):hover){background:var(--sapButton_Hover_Background)}:host([selected]){background:var(--sapButton_Selected_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_Selected_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([selected]) .ui5-token--wrapper:before{content:\"\";position:absolute;border-bottom:var(--_ui5-v2-17-0-rc-1_token_selected_internal_border_bottom);border-bottom-left-radius:var(--_ui5-v2-17-0-rc-1_token_selected_internal_border_bottom_radius);border-bottom-right-radius:var(--_ui5-v2-17-0-rc-1_token_selected_internal_border_bottom_radius);inset:0;background:transparent;pointer-events:none}:host([selected]:hover){background:var(--sapButton_Selected_Hover_Background)}:host([readonly]:not([selected])){background:var(--_ui5-v2-17-0-rc-1_token_readonly_background);border-color:var(--sapField_ReadOnly_BorderColor);color:var(--_ui5-v2-17-0-rc-1_token_readonly_color)}:host([readonly]) .ui5-token--wrapper{padding:var(--_ui5-v2-17-0-rc-1_token_readonly_padding)}:host([selected]) .ui5-token--wrapper:focus{outline:var(--_ui5-v2-17-0-rc-1_token_selected_focus_outline)}:host([focused][selected]:not(:hover)){background:var(--sapButton_Selected_Background);color:var(--sapButton_Selected_TextColor);border:var(--_ui5-v2-17-0-rc-1_token_focused_selected_border)}.ui5-token--wrapper{display:flex;align-items:center;height:100%;width:100%;cursor:pointer;position:relative;padding-inline-start:var(--_ui5-v2-17-0-rc-1_token_left_padding);box-sizing:border-box;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);user-select:none}.ui5-token--wrapper{position:relative}:host([selected]) .ui5-token--wrapper{font-family:var(--_ui5-v2-17-0-rc-1_token_selected_text_font_family)}.ui5-token--wrapper:focus{outline-offset:var(--_ui5-v2-17-0-rc-1_token_outline_offset);outline:var(--_ui5-v2-17-0-rc-1_token_focus_outline)}.ui5-token--wrapper:focus:after{content:var(--ui5-v2-17-0-rc-1_token_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v2-17-0-rc-1_token_focus_outline_border_radius);top:var(--_ui5-v2-17-0-rc-1_token_focus_offset);bottom:var(--_ui5-v2-17-0-rc-1_token_focus_offset);left:var(--_ui5-v2-17-0-rc-1_token_focus_offset);right:var(--_ui5-v2-17-0-rc-1_token_focus_offset)}.ui5-token--text{white-space:nowrap}.ui5-token--icon{display:flex}:host([selected]) .ui5-token--icon>[ui5-icon],:host([selected]) ::slotted([ui5-icon]){color:var(--sapButton_Selected_TextColor)}.ui5-token--icon>[ui5-icon],::slotted([ui5-icon]){color:inherit;cursor:pointer;width:var(--_ui5-v2-17-0-rc-1_token_icon_size);height:var(--_ui5-v2-17-0-rc-1_token_icon_size);padding:var(--_ui5-v2-17-0-rc-1_token_icon_padding);color:var(--sapContent_IconColor)}:host([single-token]){max-width:100%}:host([single-token]) .ui5-token--wrapper{max-width:100%}:host([single-token]) .ui5-token--text{overflow:hidden;text-overflow:ellipsis;max-width:100%}\n";
1
+ declare const _default: ":host{display:inline-block;background:var(--_ui5-v2-17-0-rc-3_token_background);border:var(--ui5-sapButton_BorderWidth) solid var(--ui5-sapButton_TokenBorderColor);border-radius:var(--_ui5-v2-17-0-rc-3_token_border_radius);color:var(--_ui5-v2-17-0-rc-3_token_text_color);height:var(--_ui5-v2-17-0-rc-3_token_height);box-sizing:border-box}:host(:not([single-token])){margin-inline-end:var(--_ui5-v2-17-0-rc-3_token_right_margin)}:host([overflows]){display:none}:host(:not([readonly]):hover){background:var(--ui5-sapButton_Hover_Background)}:host([selected]){background:var(--ui5-sapButton_Selected_Background);border:var(--ui5-sapButton_BorderWidth) solid var(--ui5-sapButton_Selected_BorderColor);color:var(--ui5-sapButton_Selected_TextColor)}:host([selected]) .ui5-token--wrapper:before{content:\"\";position:absolute;border-bottom:var(--_ui5-v2-17-0-rc-3_token_selected_internal_border_bottom);border-bottom-left-radius:var(--_ui5-v2-17-0-rc-3_token_selected_internal_border_bottom_radius);border-bottom-right-radius:var(--_ui5-v2-17-0-rc-3_token_selected_internal_border_bottom_radius);inset:0;background:transparent;pointer-events:none}:host([selected]:hover){background:var(--ui5-sapButton_Selected_Hover_Background)}:host([readonly]:not([selected])){background:var(--_ui5-v2-17-0-rc-3_token_readonly_background);border-color:var(--ui5-sapField_ReadOnly_BorderColor);color:var(--_ui5-v2-17-0-rc-3_token_readonly_color)}:host([readonly]) .ui5-token--wrapper{padding:var(--_ui5-v2-17-0-rc-3_token_readonly_padding)}:host([selected]) .ui5-token--wrapper:focus{outline:var(--_ui5-v2-17-0-rc-3_token_selected_focus_outline)}:host([focused][selected]:not(:hover)){background:var(--ui5-sapButton_Selected_Background);color:var(--ui5-sapButton_Selected_TextColor);border:var(--_ui5-v2-17-0-rc-3_token_focused_selected_border)}.ui5-token--wrapper{display:flex;align-items:center;height:100%;width:100%;cursor:pointer;position:relative;padding-inline-start:var(--_ui5-v2-17-0-rc-3_token_left_padding);box-sizing:border-box;font-size:var(--ui5-sapFontSize);font-family:var(--ui5-sapFontFamily);user-select:none}.ui5-token--wrapper{position:relative}:host([selected]) .ui5-token--wrapper{font-family:var(--_ui5-v2-17-0-rc-3_token_selected_text_font_family)}.ui5-token--wrapper:focus{outline-offset:var(--_ui5-v2-17-0-rc-3_token_outline_offset);outline:var(--_ui5-v2-17-0-rc-3_token_focus_outline)}.ui5-token--wrapper:focus:after{content:var(--ui5-v2-17-0-rc-3_token_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--ui5-sapContent_FocusWidth) var(--ui5-sapContent_FocusStyle) var(--ui5-sapContent_FocusColor);border-radius:var(--_ui5-v2-17-0-rc-3_token_focus_outline_border_radius);top:var(--_ui5-v2-17-0-rc-3_token_focus_offset);bottom:var(--_ui5-v2-17-0-rc-3_token_focus_offset);left:var(--_ui5-v2-17-0-rc-3_token_focus_offset);right:var(--_ui5-v2-17-0-rc-3_token_focus_offset)}.ui5-token--text{white-space:nowrap}.ui5-token--icon{display:flex}:host([selected]) .ui5-token--icon>[ui5-icon],:host([selected]) ::slotted([ui5-icon]){color:var(--ui5-sapButton_Selected_TextColor)}.ui5-token--icon>[ui5-icon],::slotted([ui5-icon]){color:inherit;cursor:pointer;width:var(--_ui5-v2-17-0-rc-3_token_icon_size);height:var(--_ui5-v2-17-0-rc-3_token_icon_size);padding:var(--_ui5-v2-17-0-rc-3_token_icon_padding);color:var(--ui5-sapContent_IconColor)}:host([single-token]){max-width:100%}:host([single-token]) .ui5-token--wrapper{max-width:100%}:host([single-token]) .ui5-token--text{overflow:hidden;text-overflow:ellipsis;max-width:100%}\n";
2
2
  export default _default;
@@ -3,6 +3,6 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
3
3
  import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
4
4
  registerThemePropertiesLoader("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
5
5
  registerThemePropertiesLoader("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => defaultTheme);
6
- export default `:host{display:inline-block;background:var(--_ui5-v2-17-0-rc-1_token_background);border:var(--sapButton_BorderWidth) solid var(--sapButton_TokenBorderColor);border-radius:var(--_ui5-v2-17-0-rc-1_token_border_radius);color:var(--_ui5-v2-17-0-rc-1_token_text_color);height:var(--_ui5-v2-17-0-rc-1_token_height);box-sizing:border-box}:host(:not([single-token])){margin-inline-end:var(--_ui5-v2-17-0-rc-1_token_right_margin)}:host([overflows]){display:none}:host(:not([readonly]):hover){background:var(--sapButton_Hover_Background)}:host([selected]){background:var(--sapButton_Selected_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_Selected_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([selected]) .ui5-token--wrapper:before{content:"";position:absolute;border-bottom:var(--_ui5-v2-17-0-rc-1_token_selected_internal_border_bottom);border-bottom-left-radius:var(--_ui5-v2-17-0-rc-1_token_selected_internal_border_bottom_radius);border-bottom-right-radius:var(--_ui5-v2-17-0-rc-1_token_selected_internal_border_bottom_radius);inset:0;background:transparent;pointer-events:none}:host([selected]:hover){background:var(--sapButton_Selected_Hover_Background)}:host([readonly]:not([selected])){background:var(--_ui5-v2-17-0-rc-1_token_readonly_background);border-color:var(--sapField_ReadOnly_BorderColor);color:var(--_ui5-v2-17-0-rc-1_token_readonly_color)}:host([readonly]) .ui5-token--wrapper{padding:var(--_ui5-v2-17-0-rc-1_token_readonly_padding)}:host([selected]) .ui5-token--wrapper:focus{outline:var(--_ui5-v2-17-0-rc-1_token_selected_focus_outline)}:host([focused][selected]:not(:hover)){background:var(--sapButton_Selected_Background);color:var(--sapButton_Selected_TextColor);border:var(--_ui5-v2-17-0-rc-1_token_focused_selected_border)}.ui5-token--wrapper{display:flex;align-items:center;height:100%;width:100%;cursor:pointer;position:relative;padding-inline-start:var(--_ui5-v2-17-0-rc-1_token_left_padding);box-sizing:border-box;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);user-select:none}.ui5-token--wrapper{position:relative}:host([selected]) .ui5-token--wrapper{font-family:var(--_ui5-v2-17-0-rc-1_token_selected_text_font_family)}.ui5-token--wrapper:focus{outline-offset:var(--_ui5-v2-17-0-rc-1_token_outline_offset);outline:var(--_ui5-v2-17-0-rc-1_token_focus_outline)}.ui5-token--wrapper:focus:after{content:var(--ui5-v2-17-0-rc-1_token_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v2-17-0-rc-1_token_focus_outline_border_radius);top:var(--_ui5-v2-17-0-rc-1_token_focus_offset);bottom:var(--_ui5-v2-17-0-rc-1_token_focus_offset);left:var(--_ui5-v2-17-0-rc-1_token_focus_offset);right:var(--_ui5-v2-17-0-rc-1_token_focus_offset)}.ui5-token--text{white-space:nowrap}.ui5-token--icon{display:flex}:host([selected]) .ui5-token--icon>[ui5-icon],:host([selected]) ::slotted([ui5-icon]){color:var(--sapButton_Selected_TextColor)}.ui5-token--icon>[ui5-icon],::slotted([ui5-icon]){color:inherit;cursor:pointer;width:var(--_ui5-v2-17-0-rc-1_token_icon_size);height:var(--_ui5-v2-17-0-rc-1_token_icon_size);padding:var(--_ui5-v2-17-0-rc-1_token_icon_padding);color:var(--sapContent_IconColor)}:host([single-token]){max-width:100%}:host([single-token]) .ui5-token--wrapper{max-width:100%}:host([single-token]) .ui5-token--text{overflow:hidden;text-overflow:ellipsis;max-width:100%}
6
+ export default `:host{display:inline-block;background:var(--_ui5-v2-17-0-rc-3_token_background);border:var(--ui5-sapButton_BorderWidth) solid var(--ui5-sapButton_TokenBorderColor);border-radius:var(--_ui5-v2-17-0-rc-3_token_border_radius);color:var(--_ui5-v2-17-0-rc-3_token_text_color);height:var(--_ui5-v2-17-0-rc-3_token_height);box-sizing:border-box}:host(:not([single-token])){margin-inline-end:var(--_ui5-v2-17-0-rc-3_token_right_margin)}:host([overflows]){display:none}:host(:not([readonly]):hover){background:var(--ui5-sapButton_Hover_Background)}:host([selected]){background:var(--ui5-sapButton_Selected_Background);border:var(--ui5-sapButton_BorderWidth) solid var(--ui5-sapButton_Selected_BorderColor);color:var(--ui5-sapButton_Selected_TextColor)}:host([selected]) .ui5-token--wrapper:before{content:"";position:absolute;border-bottom:var(--_ui5-v2-17-0-rc-3_token_selected_internal_border_bottom);border-bottom-left-radius:var(--_ui5-v2-17-0-rc-3_token_selected_internal_border_bottom_radius);border-bottom-right-radius:var(--_ui5-v2-17-0-rc-3_token_selected_internal_border_bottom_radius);inset:0;background:transparent;pointer-events:none}:host([selected]:hover){background:var(--ui5-sapButton_Selected_Hover_Background)}:host([readonly]:not([selected])){background:var(--_ui5-v2-17-0-rc-3_token_readonly_background);border-color:var(--ui5-sapField_ReadOnly_BorderColor);color:var(--_ui5-v2-17-0-rc-3_token_readonly_color)}:host([readonly]) .ui5-token--wrapper{padding:var(--_ui5-v2-17-0-rc-3_token_readonly_padding)}:host([selected]) .ui5-token--wrapper:focus{outline:var(--_ui5-v2-17-0-rc-3_token_selected_focus_outline)}:host([focused][selected]:not(:hover)){background:var(--ui5-sapButton_Selected_Background);color:var(--ui5-sapButton_Selected_TextColor);border:var(--_ui5-v2-17-0-rc-3_token_focused_selected_border)}.ui5-token--wrapper{display:flex;align-items:center;height:100%;width:100%;cursor:pointer;position:relative;padding-inline-start:var(--_ui5-v2-17-0-rc-3_token_left_padding);box-sizing:border-box;font-size:var(--ui5-sapFontSize);font-family:var(--ui5-sapFontFamily);user-select:none}.ui5-token--wrapper{position:relative}:host([selected]) .ui5-token--wrapper{font-family:var(--_ui5-v2-17-0-rc-3_token_selected_text_font_family)}.ui5-token--wrapper:focus{outline-offset:var(--_ui5-v2-17-0-rc-3_token_outline_offset);outline:var(--_ui5-v2-17-0-rc-3_token_focus_outline)}.ui5-token--wrapper:focus:after{content:var(--ui5-v2-17-0-rc-3_token_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--ui5-sapContent_FocusWidth) var(--ui5-sapContent_FocusStyle) var(--ui5-sapContent_FocusColor);border-radius:var(--_ui5-v2-17-0-rc-3_token_focus_outline_border_radius);top:var(--_ui5-v2-17-0-rc-3_token_focus_offset);bottom:var(--_ui5-v2-17-0-rc-3_token_focus_offset);left:var(--_ui5-v2-17-0-rc-3_token_focus_offset);right:var(--_ui5-v2-17-0-rc-3_token_focus_offset)}.ui5-token--text{white-space:nowrap}.ui5-token--icon{display:flex}:host([selected]) .ui5-token--icon>[ui5-icon],:host([selected]) ::slotted([ui5-icon]){color:var(--ui5-sapButton_Selected_TextColor)}.ui5-token--icon>[ui5-icon],::slotted([ui5-icon]){color:inherit;cursor:pointer;width:var(--_ui5-v2-17-0-rc-3_token_icon_size);height:var(--_ui5-v2-17-0-rc-3_token_icon_size);padding:var(--_ui5-v2-17-0-rc-3_token_icon_padding);color:var(--ui5-sapContent_IconColor)}:host([single-token]){max-width:100%}:host([single-token]) .ui5-token--wrapper{max-width:100%}:host([single-token]) .ui5-token--text{overflow:hidden;text-overflow:ellipsis;max-width:100%}
7
7
  `;
8
8
  //# sourceMappingURL=Token.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Token.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Token.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `:host{display:inline-block;background:var(--_ui5-v2-17-0-rc-1_token_background);border:var(--sapButton_BorderWidth) solid var(--sapButton_TokenBorderColor);border-radius:var(--_ui5-v2-17-0-rc-1_token_border_radius);color:var(--_ui5-v2-17-0-rc-1_token_text_color);height:var(--_ui5-v2-17-0-rc-1_token_height);box-sizing:border-box}:host(:not([single-token])){margin-inline-end:var(--_ui5-v2-17-0-rc-1_token_right_margin)}:host([overflows]){display:none}:host(:not([readonly]):hover){background:var(--sapButton_Hover_Background)}:host([selected]){background:var(--sapButton_Selected_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_Selected_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([selected]) .ui5-token--wrapper:before{content:\"\";position:absolute;border-bottom:var(--_ui5-v2-17-0-rc-1_token_selected_internal_border_bottom);border-bottom-left-radius:var(--_ui5-v2-17-0-rc-1_token_selected_internal_border_bottom_radius);border-bottom-right-radius:var(--_ui5-v2-17-0-rc-1_token_selected_internal_border_bottom_radius);inset:0;background:transparent;pointer-events:none}:host([selected]:hover){background:var(--sapButton_Selected_Hover_Background)}:host([readonly]:not([selected])){background:var(--_ui5-v2-17-0-rc-1_token_readonly_background);border-color:var(--sapField_ReadOnly_BorderColor);color:var(--_ui5-v2-17-0-rc-1_token_readonly_color)}:host([readonly]) .ui5-token--wrapper{padding:var(--_ui5-v2-17-0-rc-1_token_readonly_padding)}:host([selected]) .ui5-token--wrapper:focus{outline:var(--_ui5-v2-17-0-rc-1_token_selected_focus_outline)}:host([focused][selected]:not(:hover)){background:var(--sapButton_Selected_Background);color:var(--sapButton_Selected_TextColor);border:var(--_ui5-v2-17-0-rc-1_token_focused_selected_border)}.ui5-token--wrapper{display:flex;align-items:center;height:100%;width:100%;cursor:pointer;position:relative;padding-inline-start:var(--_ui5-v2-17-0-rc-1_token_left_padding);box-sizing:border-box;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);user-select:none}.ui5-token--wrapper{position:relative}:host([selected]) .ui5-token--wrapper{font-family:var(--_ui5-v2-17-0-rc-1_token_selected_text_font_family)}.ui5-token--wrapper:focus{outline-offset:var(--_ui5-v2-17-0-rc-1_token_outline_offset);outline:var(--_ui5-v2-17-0-rc-1_token_focus_outline)}.ui5-token--wrapper:focus:after{content:var(--ui5-v2-17-0-rc-1_token_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v2-17-0-rc-1_token_focus_outline_border_radius);top:var(--_ui5-v2-17-0-rc-1_token_focus_offset);bottom:var(--_ui5-v2-17-0-rc-1_token_focus_offset);left:var(--_ui5-v2-17-0-rc-1_token_focus_offset);right:var(--_ui5-v2-17-0-rc-1_token_focus_offset)}.ui5-token--text{white-space:nowrap}.ui5-token--icon{display:flex}:host([selected]) .ui5-token--icon>[ui5-icon],:host([selected]) ::slotted([ui5-icon]){color:var(--sapButton_Selected_TextColor)}.ui5-token--icon>[ui5-icon],::slotted([ui5-icon]){color:inherit;cursor:pointer;width:var(--_ui5-v2-17-0-rc-1_token_icon_size);height:var(--_ui5-v2-17-0-rc-1_token_icon_size);padding:var(--_ui5-v2-17-0-rc-1_token_icon_padding);color:var(--sapContent_IconColor)}:host([single-token]){max-width:100%}:host([single-token]) .ui5-token--wrapper{max-width:100%}:host([single-token]) .ui5-token--text{overflow:hidden;text-overflow:ellipsis;max-width:100%}\n`"]}
1
+ {"version":3,"file":"Token.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Token.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAClL,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme);\nexport default `:host{display:inline-block;background:var(--_ui5-v2-17-0-rc-3_token_background);border:var(--ui5-sapButton_BorderWidth) solid var(--ui5-sapButton_TokenBorderColor);border-radius:var(--_ui5-v2-17-0-rc-3_token_border_radius);color:var(--_ui5-v2-17-0-rc-3_token_text_color);height:var(--_ui5-v2-17-0-rc-3_token_height);box-sizing:border-box}:host(:not([single-token])){margin-inline-end:var(--_ui5-v2-17-0-rc-3_token_right_margin)}:host([overflows]){display:none}:host(:not([readonly]):hover){background:var(--ui5-sapButton_Hover_Background)}:host([selected]){background:var(--ui5-sapButton_Selected_Background);border:var(--ui5-sapButton_BorderWidth) solid var(--ui5-sapButton_Selected_BorderColor);color:var(--ui5-sapButton_Selected_TextColor)}:host([selected]) .ui5-token--wrapper:before{content:\"\";position:absolute;border-bottom:var(--_ui5-v2-17-0-rc-3_token_selected_internal_border_bottom);border-bottom-left-radius:var(--_ui5-v2-17-0-rc-3_token_selected_internal_border_bottom_radius);border-bottom-right-radius:var(--_ui5-v2-17-0-rc-3_token_selected_internal_border_bottom_radius);inset:0;background:transparent;pointer-events:none}:host([selected]:hover){background:var(--ui5-sapButton_Selected_Hover_Background)}:host([readonly]:not([selected])){background:var(--_ui5-v2-17-0-rc-3_token_readonly_background);border-color:var(--ui5-sapField_ReadOnly_BorderColor);color:var(--_ui5-v2-17-0-rc-3_token_readonly_color)}:host([readonly]) .ui5-token--wrapper{padding:var(--_ui5-v2-17-0-rc-3_token_readonly_padding)}:host([selected]) .ui5-token--wrapper:focus{outline:var(--_ui5-v2-17-0-rc-3_token_selected_focus_outline)}:host([focused][selected]:not(:hover)){background:var(--ui5-sapButton_Selected_Background);color:var(--ui5-sapButton_Selected_TextColor);border:var(--_ui5-v2-17-0-rc-3_token_focused_selected_border)}.ui5-token--wrapper{display:flex;align-items:center;height:100%;width:100%;cursor:pointer;position:relative;padding-inline-start:var(--_ui5-v2-17-0-rc-3_token_left_padding);box-sizing:border-box;font-size:var(--ui5-sapFontSize);font-family:var(--ui5-sapFontFamily);user-select:none}.ui5-token--wrapper{position:relative}:host([selected]) .ui5-token--wrapper{font-family:var(--_ui5-v2-17-0-rc-3_token_selected_text_font_family)}.ui5-token--wrapper:focus{outline-offset:var(--_ui5-v2-17-0-rc-3_token_outline_offset);outline:var(--_ui5-v2-17-0-rc-3_token_focus_outline)}.ui5-token--wrapper:focus:after{content:var(--ui5-v2-17-0-rc-3_token_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--ui5-sapContent_FocusWidth) var(--ui5-sapContent_FocusStyle) var(--ui5-sapContent_FocusColor);border-radius:var(--_ui5-v2-17-0-rc-3_token_focus_outline_border_radius);top:var(--_ui5-v2-17-0-rc-3_token_focus_offset);bottom:var(--_ui5-v2-17-0-rc-3_token_focus_offset);left:var(--_ui5-v2-17-0-rc-3_token_focus_offset);right:var(--_ui5-v2-17-0-rc-3_token_focus_offset)}.ui5-token--text{white-space:nowrap}.ui5-token--icon{display:flex}:host([selected]) .ui5-token--icon>[ui5-icon],:host([selected]) ::slotted([ui5-icon]){color:var(--ui5-sapButton_Selected_TextColor)}.ui5-token--icon>[ui5-icon],::slotted([ui5-icon]){color:inherit;cursor:pointer;width:var(--_ui5-v2-17-0-rc-3_token_icon_size);height:var(--_ui5-v2-17-0-rc-3_token_icon_size);padding:var(--_ui5-v2-17-0-rc-3_token_icon_padding);color:var(--ui5-sapContent_IconColor)}:host([single-token]){max-width:100%}:host([single-token]) .ui5-token--wrapper{max-width:100%}:host([single-token]) .ui5-token--text{overflow:hidden;text-overflow:ellipsis;max-width:100%}\n`"]}
@@ -1,2 +1,2 @@
1
- declare const _default: ".ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{display:inline-block;box-sizing:border-box;border:none;height:2.25rem}:host([multi-line]){height:auto}:host([multi-line]) .ui5-tokenizer--content{display:flex;align-content:baseline;flex-wrap:wrap;padding:.25rem;box-sizing:border-box;gap:var(--_ui5-v2-17-0-rc-1_tokenizer_gap);overflow-y:auto;overflow-x:hidden}:host([multi-line])::slotted([ui5-token]){margin:0;white-space:nowrap;text-overflow:ellipsis;max-width:100%}:host([disabled]){opacity:40%;pointer-events:none}:host(:not([expanded])) .ui5-tokenizer-root{overflow:hidden}:host([_tokens-count=\"0\"]) .ui5-tokenizer-root{padding:0}.ui5-tokenizer-root{height:100%;display:flex;align-items:center;box-sizing:border-box;touch-action:none;font-family:var(--sapFontFamily)}.ui5-tokenizer--token--wrapper{display:inline-flex;align-items:center;box-sizing:border-box;height:100%}:host([expanded]) .ui5-tokenizer--content{display:inline-flex;white-space:nowrap;overflow:hidden}.ui5-tokenizer--content{display:flex;flex-wrap:nowrap;align-items:center;overflow:hidden;padding-inline-start:var(--_ui5-v2-17-0-rc-1_tokenizer_padding);height:100%;box-sizing:border-box}.ui5-tokenizer--list{display:contents}:host([_tokens-count=\"1\"]) .ui5-tokenizer--content{padding-inline-end:4px;box-sizing:border-box;max-width:100%;flex:1}.ui5-tokenizer-more-text{display:inline-block;margin-inline-start:.25rem;cursor:pointer;white-space:nowrap;font-size:var(--sapFontSize);font-weight:400;color:var(--_ui5-v2-17-0-rc-1_tokenizer_n_more_text_color)}.ui5-tokenizer-more-text:hover{text-decoration:underline}.ui5-tokenizer-more-text:active{text-decoration:none}.ui5-tokenizer--clear-all{color:var(--sapLinkColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);cursor:pointer;outline:none}.ui5-tokenizer--clear-all:hover{color:var(--sapLink_Hover_Color);text-decoration:var(--_ui5-v2-17-0-rc-1_link_hover_text_decoration)}.ui5-tokenizer--clear-all:active{color:var(--sapLink_Active_Color);text-decoration:var(--_ui5-v2-17-0-rc-1_link_active_text_decoration)}\n";
1
+ declare const _default: ".ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{display:inline-block;box-sizing:border-box;border:none;height:2.25rem}:host([multi-line]){height:auto}:host([multi-line]) .ui5-tokenizer--content{display:flex;align-content:baseline;flex-wrap:wrap;padding:.25rem;box-sizing:border-box;gap:var(--_ui5-v2-17-0-rc-3_tokenizer_gap);overflow-y:auto;overflow-x:hidden}:host([multi-line])::slotted([ui5-token]){margin:0;white-space:nowrap;text-overflow:ellipsis;max-width:100%}:host([disabled]){opacity:40%;pointer-events:none}:host(:not([expanded])) .ui5-tokenizer-root{overflow:hidden}:host([_tokens-count=\"0\"]) .ui5-tokenizer-root{padding:0}.ui5-tokenizer-root{height:100%;display:flex;align-items:center;box-sizing:border-box;touch-action:none;font-family:var(--ui5-sapFontFamily)}.ui5-tokenizer--token--wrapper{display:inline-flex;align-items:center;box-sizing:border-box;height:100%}:host([expanded]) .ui5-tokenizer--content{display:inline-flex;white-space:nowrap;overflow:hidden}.ui5-tokenizer--content{display:flex;flex-wrap:nowrap;align-items:center;overflow:hidden;padding-inline-start:var(--_ui5-v2-17-0-rc-3_tokenizer_padding);height:100%;box-sizing:border-box}.ui5-tokenizer--list{display:contents}:host([_tokens-count=\"1\"]) .ui5-tokenizer--content{padding-inline-end:4px;box-sizing:border-box;max-width:100%;flex:1}.ui5-tokenizer-more-text{display:inline-block;margin-inline-start:.25rem;cursor:pointer;white-space:nowrap;font-size:var(--ui5-sapFontSize);font-weight:400;color:var(--_ui5-v2-17-0-rc-3_tokenizer_n_more_text_color)}.ui5-tokenizer-more-text:hover{text-decoration:underline}.ui5-tokenizer-more-text:active{text-decoration:none}.ui5-tokenizer--clear-all{color:var(--ui5-sapLinkColor);font-family:var(--ui5-sapFontFamily);font-size:var(--ui5-sapFontSize);cursor:pointer;outline:none}.ui5-tokenizer--clear-all:hover{color:var(--ui5-sapLink_Hover_Color);text-decoration:var(--_ui5-v2-17-0-rc-3_link_hover_text_decoration)}.ui5-tokenizer--clear-all:active{color:var(--ui5-sapLink_Active_Color);text-decoration:var(--_ui5-v2-17-0-rc-3_link_active_text_decoration)}\n";
2
2
  export default _default;