@ui5/webcomponents 2.5.1 → 2.5.3

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 (343) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/cypress/specs/Toast.cy.ts +43 -0
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/Toast.d.ts +1 -0
  5. package/dist/Toast.js +9 -0
  6. package/dist/Toast.js.map +1 -1
  7. package/dist/css/themes/Avatar.css +1 -1
  8. package/dist/css/themes/AvatarGroup.css +1 -1
  9. package/dist/css/themes/Bar.css +1 -1
  10. package/dist/css/themes/Breadcrumbs.css +1 -1
  11. package/dist/css/themes/BusyIndicator.css +1 -1
  12. package/dist/css/themes/Button.css +1 -1
  13. package/dist/css/themes/Calendar.css +1 -1
  14. package/dist/css/themes/CalendarHeader.css +1 -1
  15. package/dist/css/themes/CalendarLegend.css +1 -1
  16. package/dist/css/themes/CalendarLegendItem.css +1 -1
  17. package/dist/css/themes/Card.css +1 -1
  18. package/dist/css/themes/CardHeader.css +1 -1
  19. package/dist/css/themes/Carousel.css +1 -1
  20. package/dist/css/themes/CheckBox.css +1 -1
  21. package/dist/css/themes/ColorPalette.css +1 -1
  22. package/dist/css/themes/ColorPaletteItem.css +1 -1
  23. package/dist/css/themes/ColorPalettePopover.css +1 -1
  24. package/dist/css/themes/ColorPicker.css +1 -1
  25. package/dist/css/themes/ComboBox.css +1 -1
  26. package/dist/css/themes/ComboBoxItem.css +1 -1
  27. package/dist/css/themes/DatePicker.css +1 -1
  28. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  29. package/dist/css/themes/DayPicker.css +1 -1
  30. package/dist/css/themes/Dialog.css +1 -1
  31. package/dist/css/themes/FileUploader.css +1 -1
  32. package/dist/css/themes/Form.css +1 -1
  33. package/dist/css/themes/FormItem.css +1 -1
  34. package/dist/css/themes/FormItemSpan.css +1 -1
  35. package/dist/css/themes/GrowingButton.css +1 -1
  36. package/dist/css/themes/Icon.css +1 -1
  37. package/dist/css/themes/Input.css +1 -1
  38. package/dist/css/themes/InputIcon.css +1 -1
  39. package/dist/css/themes/InputSharedStyles.css +1 -1
  40. package/dist/css/themes/Link.css +1 -1
  41. package/dist/css/themes/List.css +1 -1
  42. package/dist/css/themes/ListItem.css +1 -1
  43. package/dist/css/themes/ListItemBase.css +1 -1
  44. package/dist/css/themes/ListItemCustom.css +1 -1
  45. package/dist/css/themes/ListItemGroup.css +1 -1
  46. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  47. package/dist/css/themes/ListItemIcon.css +1 -1
  48. package/dist/css/themes/Menu.css +1 -1
  49. package/dist/css/themes/MenuItem.css +1 -1
  50. package/dist/css/themes/MessageStrip.css +1 -1
  51. package/dist/css/themes/MonthPicker.css +1 -1
  52. package/dist/css/themes/MultiComboBox.css +1 -1
  53. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  54. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  55. package/dist/css/themes/MultiInput.css +1 -1
  56. package/dist/css/themes/NavigationMenu.css +1 -1
  57. package/dist/css/themes/NavigationMenuItem.css +1 -1
  58. package/dist/css/themes/OptionBase.css +1 -1
  59. package/dist/css/themes/Panel.css +1 -1
  60. package/dist/css/themes/Popover.css +1 -1
  61. package/dist/css/themes/PopupsCommon.css +1 -1
  62. package/dist/css/themes/ProgressIndicator.css +1 -1
  63. package/dist/css/themes/RadioButton.css +1 -1
  64. package/dist/css/themes/RangeSlider.css +1 -1
  65. package/dist/css/themes/RatingIndicator.css +1 -1
  66. package/dist/css/themes/ResponsivePopover.css +1 -1
  67. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  68. package/dist/css/themes/SegmentedButton.css +1 -1
  69. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  70. package/dist/css/themes/Select.css +1 -1
  71. package/dist/css/themes/SliderBase.css +1 -1
  72. package/dist/css/themes/SplitButton.css +1 -1
  73. package/dist/css/themes/StepInput.css +1 -1
  74. package/dist/css/themes/SuggestionItem.css +1 -1
  75. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  76. package/dist/css/themes/Switch.css +1 -1
  77. package/dist/css/themes/TabContainer.css +1 -1
  78. package/dist/css/themes/TabInOverflow.css +1 -1
  79. package/dist/css/themes/TabInStrip.css +1 -1
  80. package/dist/css/themes/TabSemanticIcon.css +1 -1
  81. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  82. package/dist/css/themes/Table.css +1 -1
  83. package/dist/css/themes/TableCellBase.css +1 -1
  84. package/dist/css/themes/TableHeaderRow.css +1 -1
  85. package/dist/css/themes/TableRow.css +1 -1
  86. package/dist/css/themes/TableRowBase.css +1 -1
  87. package/dist/css/themes/Tag.css +1 -1
  88. package/dist/css/themes/Text.css +1 -1
  89. package/dist/css/themes/TextArea.css +1 -1
  90. package/dist/css/themes/TimePicker.css +1 -1
  91. package/dist/css/themes/Toast.css +1 -1
  92. package/dist/css/themes/ToggleButton.css +1 -1
  93. package/dist/css/themes/Token.css +1 -1
  94. package/dist/css/themes/Tokenizer.css +1 -1
  95. package/dist/css/themes/TokenizerPopover.css +1 -1
  96. package/dist/css/themes/Toolbar.css +1 -1
  97. package/dist/css/themes/ToolbarPopover.css +1 -1
  98. package/dist/css/themes/TreeItem.css +1 -1
  99. package/dist/css/themes/ValueStateMessage.css +1 -1
  100. package/dist/css/themes/YearPicker.css +1 -1
  101. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  102. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  103. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  104. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  105. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  106. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  107. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  108. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  109. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  110. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  111. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  112. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  113. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  114. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  115. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  116. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  117. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  118. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  119. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  120. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  121. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  122. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  123. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  124. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  125. package/dist/generated/templates/ListTemplate.lit.js +1 -1
  126. package/dist/generated/templates/ListTemplate.lit.js.map +1 -1
  127. package/dist/generated/themes/Avatar.css.js +1 -1
  128. package/dist/generated/themes/Avatar.css.js.map +1 -1
  129. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  130. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  131. package/dist/generated/themes/Bar.css.js +1 -1
  132. package/dist/generated/themes/Bar.css.js.map +1 -1
  133. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  134. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  135. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  136. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  137. package/dist/generated/themes/Button.css.js +1 -1
  138. package/dist/generated/themes/Button.css.js.map +1 -1
  139. package/dist/generated/themes/Calendar.css.js +1 -1
  140. package/dist/generated/themes/Calendar.css.js.map +1 -1
  141. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  142. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  143. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  144. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  145. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  146. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  147. package/dist/generated/themes/Card.css.js +1 -1
  148. package/dist/generated/themes/Card.css.js.map +1 -1
  149. package/dist/generated/themes/CardHeader.css.js +1 -1
  150. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  151. package/dist/generated/themes/Carousel.css.js +1 -1
  152. package/dist/generated/themes/Carousel.css.js.map +1 -1
  153. package/dist/generated/themes/CheckBox.css.js +1 -1
  154. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  155. package/dist/generated/themes/ColorPalette.css.js +1 -1
  156. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  157. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  158. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  159. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  160. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  161. package/dist/generated/themes/ColorPicker.css.js +1 -1
  162. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  163. package/dist/generated/themes/ComboBox.css.js +1 -1
  164. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  165. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  166. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  167. package/dist/generated/themes/DatePicker.css.js +1 -1
  168. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  169. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  170. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  171. package/dist/generated/themes/DayPicker.css.js +1 -1
  172. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  173. package/dist/generated/themes/Dialog.css.js +1 -1
  174. package/dist/generated/themes/Dialog.css.js.map +1 -1
  175. package/dist/generated/themes/FileUploader.css.js +1 -1
  176. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  177. package/dist/generated/themes/Form.css.js +1 -1
  178. package/dist/generated/themes/Form.css.js.map +1 -1
  179. package/dist/generated/themes/FormItem.css.js +1 -1
  180. package/dist/generated/themes/FormItem.css.js.map +1 -1
  181. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  182. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  183. package/dist/generated/themes/GrowingButton.css.js +1 -1
  184. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  185. package/dist/generated/themes/Icon.css.js +1 -1
  186. package/dist/generated/themes/Icon.css.js.map +1 -1
  187. package/dist/generated/themes/Input.css.js +1 -1
  188. package/dist/generated/themes/Input.css.js.map +1 -1
  189. package/dist/generated/themes/InputIcon.css.js +1 -1
  190. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  191. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  192. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  193. package/dist/generated/themes/Link.css.js +1 -1
  194. package/dist/generated/themes/Link.css.js.map +1 -1
  195. package/dist/generated/themes/List.css.js +1 -1
  196. package/dist/generated/themes/List.css.js.map +1 -1
  197. package/dist/generated/themes/ListItem.css.js +1 -1
  198. package/dist/generated/themes/ListItem.css.js.map +1 -1
  199. package/dist/generated/themes/ListItemBase.css.js +1 -1
  200. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  201. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  202. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  203. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  204. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  205. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  206. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  207. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  208. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  209. package/dist/generated/themes/Menu.css.js +1 -1
  210. package/dist/generated/themes/Menu.css.js.map +1 -1
  211. package/dist/generated/themes/MenuItem.css.js +1 -1
  212. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  213. package/dist/generated/themes/MessageStrip.css.js +1 -1
  214. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  215. package/dist/generated/themes/MonthPicker.css.js +1 -1
  216. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  217. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  218. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  219. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  220. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  221. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  222. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  223. package/dist/generated/themes/MultiInput.css.js +1 -1
  224. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  225. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  226. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  227. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  228. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  229. package/dist/generated/themes/OptionBase.css.js +1 -1
  230. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  231. package/dist/generated/themes/Panel.css.js +1 -1
  232. package/dist/generated/themes/Panel.css.js.map +1 -1
  233. package/dist/generated/themes/Popover.css.js +1 -1
  234. package/dist/generated/themes/Popover.css.js.map +1 -1
  235. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  236. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  237. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  238. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  239. package/dist/generated/themes/RadioButton.css.js +1 -1
  240. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  241. package/dist/generated/themes/RangeSlider.css.js +1 -1
  242. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  243. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  244. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  245. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  246. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  247. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  248. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  249. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  250. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  251. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  252. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  253. package/dist/generated/themes/Select.css.js +1 -1
  254. package/dist/generated/themes/Select.css.js.map +1 -1
  255. package/dist/generated/themes/SliderBase.css.js +1 -1
  256. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  257. package/dist/generated/themes/SplitButton.css.js +1 -1
  258. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  259. package/dist/generated/themes/StepInput.css.js +1 -1
  260. package/dist/generated/themes/StepInput.css.js.map +1 -1
  261. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  262. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  263. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  264. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  265. package/dist/generated/themes/Switch.css.js +1 -1
  266. package/dist/generated/themes/Switch.css.js.map +1 -1
  267. package/dist/generated/themes/TabContainer.css.js +1 -1
  268. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  269. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  270. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  271. package/dist/generated/themes/TabInStrip.css.js +1 -1
  272. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  273. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  274. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  275. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  276. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  277. package/dist/generated/themes/Table.css.js +1 -1
  278. package/dist/generated/themes/Table.css.js.map +1 -1
  279. package/dist/generated/themes/TableCellBase.css.js +1 -1
  280. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  281. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  282. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  283. package/dist/generated/themes/TableRow.css.js +1 -1
  284. package/dist/generated/themes/TableRow.css.js.map +1 -1
  285. package/dist/generated/themes/TableRowBase.css.js +1 -1
  286. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  287. package/dist/generated/themes/Tag.css.js +1 -1
  288. package/dist/generated/themes/Tag.css.js.map +1 -1
  289. package/dist/generated/themes/Text.css.js +1 -1
  290. package/dist/generated/themes/Text.css.js.map +1 -1
  291. package/dist/generated/themes/TextArea.css.js +1 -1
  292. package/dist/generated/themes/TextArea.css.js.map +1 -1
  293. package/dist/generated/themes/TimePicker.css.js +1 -1
  294. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  295. package/dist/generated/themes/Toast.css.js +1 -1
  296. package/dist/generated/themes/Toast.css.js.map +1 -1
  297. package/dist/generated/themes/ToggleButton.css.js +1 -1
  298. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  299. package/dist/generated/themes/Token.css.js +1 -1
  300. package/dist/generated/themes/Token.css.js.map +1 -1
  301. package/dist/generated/themes/Tokenizer.css.js +1 -1
  302. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  303. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  304. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  305. package/dist/generated/themes/Toolbar.css.js +1 -1
  306. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  307. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  308. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  309. package/dist/generated/themes/TreeItem.css.js +1 -1
  310. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  311. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  312. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  313. package/dist/generated/themes/YearPicker.css.js +1 -1
  314. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  315. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  316. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  317. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  318. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  319. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  320. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  321. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  322. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  323. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  324. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  325. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  326. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  327. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  328. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  329. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  330. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  331. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  332. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  333. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  334. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  335. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  336. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  337. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  338. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  339. package/dist/web-types.json +1 -1
  340. package/package.json +9 -9
  341. package/src/List.hbs +1 -1
  342. package/src/themes/List.css +1 -1
  343. package/src/themes/Toast.css +3 -0
@@ -1 +1 @@
1
- {"version":3,"file":"Tag.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Tag.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,mBAAmB,EAAC,OAAO,EAAC;CACnG,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { 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(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/Tag.css.ts\",content:`.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(:not([hidden])){display:inline-block}:host{font-size:var(--sapFontSmallSize);font-family:var(--sapFontBoldFamily);font-weight:var(--_ui5-v2-5-1-tag-font-weight);letter-spacing:var(--_ui5-v2-5-1-tag-letter-spacing);line-height:var(--_ui5-v2-5-1-tag-height)}.ui5-tag-root{display:flex;align-items:center;justify-content:center;width:100%;min-width:1.125em;max-width:100%;box-sizing:border-box;padding:var(--_ui5-v2-5-1-tag-text-padding);border:.0625rem solid;border-radius:var(--sapButton_BorderCornerRadius);white-space:normal;font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}:host([interactive]) .ui5-tag-root:active{text-shadow:var(--ui5-v2-5-1-tag-text-shadow)}:host([interactive]) .ui5-tag-root{cursor:pointer}:host([desktop][interactive]) .ui5-tag-root:focus,:host([interactive]) .ui5-tag-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:1px}:host([wrapping-type=\"None\"]) .ui5-tag-root{white-space:nowrap}:host([_icon-only]) .ui5-tag-root{padding-inline:var(--_ui5-v2-5-1-tag-padding-inline-icon-only)}.ui5-tag-text{text-transform:var(--_ui5-v2-5-1-tag-text-transform);text-align:start;pointer-events:none;overflow:hidden;text-overflow:ellipsis}:host([_has-icon]) .ui5-tag-text{padding-inline-start:var(--_ui5-v2-5-1-tag-icon-gap)}[ui5-icon],::slotted([ui5-icon]){width:var(--_ui5-v2-5-1-tag-icon-width);min-width:var(--_ui5-v2-5-1-tag-icon-width);color:inherit;pointer-events:none;align-self:flex-start}:host([wrapping-type=\"None\"]) [ui5-icon],:host([wrapping-type=\"None\"]) ::slotted([ui5-icon]){align-self:auto}.ui5-tag-root{background-color:var(--sapNeutralBackground);border-color:var(--sapNeutralBorderColor);color:var(--sapTextColor);text-shadow:var(--ui5-v2-5-1-tag-text-shadow)}:host([interactive]) .ui5-tag-root:hover{background-color:var(--sapButton_Neutral_Hover_Background);border-color:var(--sapButton_Neutral_Hover_BorderColor);color:var(--sapButton_Neutral_Hover_TextColor)}:host([interactive]) .ui5-tag-root:active{background-color:var(--sapButton_Neutral_Active_Background);border-color:var(--sapButton_Neutral_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design=\"Positive\"]) .ui5-tag-root{background-color:var(--sapButton_Success_Background);border-color:var(--sapButton_Success_BorderColor);color:var(--sapButton_Success_TextColor);text-shadow:var(--ui5-v2-5-1-tag-contrast-text-shadow)}:host([interactive][design=\"Positive\"]) .ui5-tag-root:hover{background-color:var(--sapButton_Success_Hover_Background);border-color:var(--sapButton_Success_Hover_BorderColor);color:var(--sapButton_Success_Hover_TextColor)}:host([interactive][design=\"Positive\"]) .ui5-tag-root:active{background-color:var(--sapButton_Success_Active_Background);border-color:var(--sapButton_Success_Active_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design=\"Negative\"]) .ui5-tag-root{background-color:var(--sapButton_Negative_Background);border-color:var(--sapButton_Negative_BorderColor);color:var(--sapButton_Negative_TextColor);text-shadow:var(--ui5-v2-5-1-tag-contrast-text-shadow)}:host([interactive][design=\"Negative\"]) .ui5-tag-root:hover{background-color:var(--sapButton_Negative_Hover_Background);border-color:var(--sapButton_Negative_Hover_BorderColor);color:var(--sapButton_Negative_Hover_TextColor)}:host([interactive][design=\"Negative\"]) .ui5-tag-root:active{background-color:var(--sapButton_Negative_Active_Background);border-color:var(--sapButton_Negative_Active_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design=\"Critical\"]) .ui5-tag-root{background-color:var(--sapButton_Critical_Background);border-color:var(--sapButton_Critical_BorderColor);color:var(--sapButton_Critical_TextColor);text-shadow:var(--ui5-v2-5-1-tag-contrast-text-shadow)}:host([interactive][design=\"Critical\"]) .ui5-tag-root:hover{background-color:var(--sapButton_Critical_Hover_Background);border-color:var(--sapButton_Critical_Hover_BorderColor);color:var(--sapButton_Critical_Hover_TextColor)}:host([interactive][design=\"Critical\"]) .ui5-tag-root:active{background-color:var(--sapButton_Critical_Active_Background);border-color:var(--sapButton_Critical_Active_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design=\"Information\"]) .ui5-tag-root{background-color:var(--sapButton_Information_Background);border-color:var(--sapButton_Information_BorderColor);color:var(--sapButton_Information_TextColor);text-shadow:var(--ui5-v2-5-1-tag-information-text-shadow)}:host([interactive][design=\"Information\"]) .ui5-tag-root:hover{background-color:var(--sapButton_Information_Hover_Background);border-color:var(--sapButton_Information_Hover_BorderColor);color:var(--sapButton_Information_Hover_TextColor)}:host([interactive][design=\"Information\"]) .ui5-tag-root:active{background-color:var(--sapButton_Information_Active_Background);border-color:var(--sapButton_Information_Active_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([design=\"Set1\"]) .ui5-tag-root{text-shadow:var(--ui5-v2-5-1-tag-contrast-text-shadow)}:host([design=\"Set1\"]) .ui5-tag-root,:host([interactive][design=\"Set1\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_1_Background);border-color:var(--sapIndicationColor_1_BorderColor);color:var(--sapIndicationColor_1_TextColor)}:host([interactive][design=\"Set1\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_1_Hover_Background)}:host([interactive][design=\"Set1\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_1_Active_Background);border-color:var(--sapIndicationColor_1_Active_BorderColor);color:var(--sapIndicationColor_1_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"2\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_2_Background);border-color:var(--sapIndicationColor_2_BorderColor);color:var(--sapIndicationColor_2_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"2\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_2_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"2\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_2_Active_Background);border-color:var(--sapIndicationColor_2_Active_BorderColor);color:var(--sapIndicationColor_2_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"3\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_3_Background);border-color:var(--sapIndicationColor_3_BorderColor);color:var(--sapIndicationColor_3_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"3\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_3_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"3\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_3_Active_Background);border-color:var(--sapIndicationColor_3_Active_BorderColor);color:var(--sapIndicationColor_3_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"4\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_4_Background);border-color:var(--sapIndicationColor_4_BorderColor);color:var(--sapIndicationColor_4_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"4\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_4_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"4\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_4_Active_Background);border-color:var(--sapIndicationColor_4_Active_BorderColor);color:var(--sapIndicationColor_4_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"5\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_5_Background);border-color:var(--sapIndicationColor_5_BorderColor);color:var(--sapIndicationColor_5_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"5\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_5_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"5\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_5_Active_Background);border-color:var(--sapIndicationColor_5_Active_BorderColor);color:var(--sapIndicationColor_5_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"6\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_6_Background);border-color:var(--sapIndicationColor_6_BorderColor);color:var(--sapIndicationColor_6_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"6\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_6_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"6\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_6_Active_Background);border-color:var(--sapIndicationColor_6_Active_BorderColor);color:var(--sapIndicationColor_6_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"7\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_7_Background);border-color:var(--sapIndicationColor_7_BorderColor);color:var(--sapIndicationColor_7_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"7\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_7_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"7\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_7_Active_Background);border-color:var(--sapIndicationColor_7_Active_BorderColor);color:var(--sapIndicationColor_7_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"8\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_8_Background);border-color:var(--sapIndicationColor_8_BorderColor);color:var(--sapIndicationColor_8_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"8\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_8_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"8\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_8_Active_Background);border-color:var(--sapIndicationColor_8_Active_BorderColor);color:var(--sapIndicationColor_8_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"9\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_9_Background);border-color:var(--sapIndicationColor_9_BorderColor);color:var(--sapIndicationColor_9_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"9\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_9_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"9\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_9_Active_Background);border-color:var(--sapIndicationColor_9_Active_BorderColor);color:var(--sapIndicationColor_9_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"10\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_10_Background);border-color:var(--sapIndicationColor_10_BorderColor);color:var(--sapIndicationColor_10_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"10\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_10_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"10\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_10_Active_Background);border-color:var(--sapIndicationColor_10_Active_BorderColor);color:var(--sapIndicationColor_10_Active_TextColor)}:host([design=\"Set2\"]) .ui5-tag-root{text-shadow:var(--ui5-v2-5-1-tag-text-shadow)}:host([design=\"Set2\"]) .ui5-tag-root,:host([interactive][design=\"Set2\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-1-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-1-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-1-color)}:host([interactive][design=\"Set2\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-1-hover-background)}:host([interactive][design=\"Set2\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-1-active-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-1-active-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-1-active-color)}:host([design=\"Set2\"][color-scheme=\"2\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-2-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-2-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-2-color)}:host([design=\"Set2\"][color-scheme=\"3\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-3-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-3-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-3-color)}:host([interactive][design=\"Set2\"][color-scheme=\"3\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-3-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"3\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-3-active-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-3-active-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-3-active-color)}:host([design=\"Set2\"][color-scheme=\"4\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-4-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-4-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-4-color)}:host([interactive][design=\"Set2\"][color-scheme=\"4\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-4-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"4\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-4-active-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-4-active-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-4-active-color)}:host([design=\"Set2\"][color-scheme=\"5\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-5-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-5-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-5-color)}:host([interactive][design=\"Set2\"][color-scheme=\"5\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-5-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"5\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-5-active-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-5-active-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-5-active-color)}:host([design=\"Set2\"][color-scheme=\"6\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-6-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-6-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-6-color)}:host([interactive][design=\"Set2\"][color-scheme=\"6\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-6-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"6\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-6-active-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-6-active-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-6-active-color)}:host([design=\"Set2\"][color-scheme=\"7\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-7-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-7-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-7-color)}:host([interactive][design=\"Set2\"][color-scheme=\"7\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-7-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"7\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-7-active-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-7-active-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-7-active-color)}:host([design=\"Set2\"][color-scheme=\"8\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-8-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-8-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-8-color)}:host([interactive][design=\"Set2\"][color-scheme=\"8\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-8-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"8\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-8-active-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-8-active-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-8-active-color)}:host([design=\"Set2\"][color-scheme=\"9\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-9-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-9-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-9-color)}:host([interactive][design=\"Set2\"][color-scheme=\"9\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-9-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"9\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-9-active-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-9-active-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-9-active-color)}:host([interactive][design=\"Set2\"][color-scheme=\"10\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-10-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"10\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-10-active-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-10-active-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-10-active-color)}:host([design=\"Set2\"][color-scheme=\"10\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-10-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-10-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-10-color)}:host([interactive][design=\"Set2\"][color-scheme=\"2\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-2-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"2\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-1-tag-set2-color-scheme-2-active-background);border-color:var(--ui5-v2-5-1-tag-set2-color-scheme-2-active-border);color:var(--ui5-v2-5-1-tag-set2-color-scheme-2-active-color)}:host([size=\"L\"]){font-family:var(--sapFontSemiboldDuplexFamily);line-height:var(--_ui5-v2-5-1-tag-height_size_l)}:host([size=\"L\"]) .ui5-tag-root{font-size:var(--_ui5-v2-5-1-tag-font-size_size_l);min-width:var(--_ui5-v2-5-1-tag-min-width_size_l);padding:var(--_ui5-v2-5-1-tag-text_padding_size_l)}:host([size=\"L\"]) [ui5-icon],:host([size=\"L\"]) ::slotted([ui5-icon]){min-width:var(--_ui5-v2-5-1-tag-icon_min_width_size_l);min-height:var(--_ui5-v2-5-1-tag-icon_min_height_size_l);height:var(--_ui5-v2-5-1-tag-icon_height_size_l)}\n`};\nexport default styleData;\n\t"]}
1
+ {"version":3,"file":"Tag.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Tag.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,mBAAmB,EAAC,OAAO,EAAC;CACnG,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { 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(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/Tag.css.ts\",content:`.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(:not([hidden])){display:inline-block}:host{font-size:var(--sapFontSmallSize);font-family:var(--sapFontBoldFamily);font-weight:var(--_ui5-v2-5-3-tag-font-weight);letter-spacing:var(--_ui5-v2-5-3-tag-letter-spacing);line-height:var(--_ui5-v2-5-3-tag-height)}.ui5-tag-root{display:flex;align-items:center;justify-content:center;width:100%;min-width:1.125em;max-width:100%;box-sizing:border-box;padding:var(--_ui5-v2-5-3-tag-text-padding);border:.0625rem solid;border-radius:var(--sapButton_BorderCornerRadius);white-space:normal;font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}:host([interactive]) .ui5-tag-root:active{text-shadow:var(--ui5-v2-5-3-tag-text-shadow)}:host([interactive]) .ui5-tag-root{cursor:pointer}:host([desktop][interactive]) .ui5-tag-root:focus,:host([interactive]) .ui5-tag-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:1px}:host([wrapping-type=\"None\"]) .ui5-tag-root{white-space:nowrap}:host([_icon-only]) .ui5-tag-root{padding-inline:var(--_ui5-v2-5-3-tag-padding-inline-icon-only)}.ui5-tag-text{text-transform:var(--_ui5-v2-5-3-tag-text-transform);text-align:start;pointer-events:none;overflow:hidden;text-overflow:ellipsis}:host([_has-icon]) .ui5-tag-text{padding-inline-start:var(--_ui5-v2-5-3-tag-icon-gap)}[ui5-icon],::slotted([ui5-icon]){width:var(--_ui5-v2-5-3-tag-icon-width);min-width:var(--_ui5-v2-5-3-tag-icon-width);color:inherit;pointer-events:none;align-self:flex-start}:host([wrapping-type=\"None\"]) [ui5-icon],:host([wrapping-type=\"None\"]) ::slotted([ui5-icon]){align-self:auto}.ui5-tag-root{background-color:var(--sapNeutralBackground);border-color:var(--sapNeutralBorderColor);color:var(--sapTextColor);text-shadow:var(--ui5-v2-5-3-tag-text-shadow)}:host([interactive]) .ui5-tag-root:hover{background-color:var(--sapButton_Neutral_Hover_Background);border-color:var(--sapButton_Neutral_Hover_BorderColor);color:var(--sapButton_Neutral_Hover_TextColor)}:host([interactive]) .ui5-tag-root:active{background-color:var(--sapButton_Neutral_Active_Background);border-color:var(--sapButton_Neutral_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design=\"Positive\"]) .ui5-tag-root{background-color:var(--sapButton_Success_Background);border-color:var(--sapButton_Success_BorderColor);color:var(--sapButton_Success_TextColor);text-shadow:var(--ui5-v2-5-3-tag-contrast-text-shadow)}:host([interactive][design=\"Positive\"]) .ui5-tag-root:hover{background-color:var(--sapButton_Success_Hover_Background);border-color:var(--sapButton_Success_Hover_BorderColor);color:var(--sapButton_Success_Hover_TextColor)}:host([interactive][design=\"Positive\"]) .ui5-tag-root:active{background-color:var(--sapButton_Success_Active_Background);border-color:var(--sapButton_Success_Active_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design=\"Negative\"]) .ui5-tag-root{background-color:var(--sapButton_Negative_Background);border-color:var(--sapButton_Negative_BorderColor);color:var(--sapButton_Negative_TextColor);text-shadow:var(--ui5-v2-5-3-tag-contrast-text-shadow)}:host([interactive][design=\"Negative\"]) .ui5-tag-root:hover{background-color:var(--sapButton_Negative_Hover_Background);border-color:var(--sapButton_Negative_Hover_BorderColor);color:var(--sapButton_Negative_Hover_TextColor)}:host([interactive][design=\"Negative\"]) .ui5-tag-root:active{background-color:var(--sapButton_Negative_Active_Background);border-color:var(--sapButton_Negative_Active_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design=\"Critical\"]) .ui5-tag-root{background-color:var(--sapButton_Critical_Background);border-color:var(--sapButton_Critical_BorderColor);color:var(--sapButton_Critical_TextColor);text-shadow:var(--ui5-v2-5-3-tag-contrast-text-shadow)}:host([interactive][design=\"Critical\"]) .ui5-tag-root:hover{background-color:var(--sapButton_Critical_Hover_Background);border-color:var(--sapButton_Critical_Hover_BorderColor);color:var(--sapButton_Critical_Hover_TextColor)}:host([interactive][design=\"Critical\"]) .ui5-tag-root:active{background-color:var(--sapButton_Critical_Active_Background);border-color:var(--sapButton_Critical_Active_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design=\"Information\"]) .ui5-tag-root{background-color:var(--sapButton_Information_Background);border-color:var(--sapButton_Information_BorderColor);color:var(--sapButton_Information_TextColor);text-shadow:var(--ui5-v2-5-3-tag-information-text-shadow)}:host([interactive][design=\"Information\"]) .ui5-tag-root:hover{background-color:var(--sapButton_Information_Hover_Background);border-color:var(--sapButton_Information_Hover_BorderColor);color:var(--sapButton_Information_Hover_TextColor)}:host([interactive][design=\"Information\"]) .ui5-tag-root:active{background-color:var(--sapButton_Information_Active_Background);border-color:var(--sapButton_Information_Active_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([design=\"Set1\"]) .ui5-tag-root{text-shadow:var(--ui5-v2-5-3-tag-contrast-text-shadow)}:host([design=\"Set1\"]) .ui5-tag-root,:host([interactive][design=\"Set1\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_1_Background);border-color:var(--sapIndicationColor_1_BorderColor);color:var(--sapIndicationColor_1_TextColor)}:host([interactive][design=\"Set1\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_1_Hover_Background)}:host([interactive][design=\"Set1\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_1_Active_Background);border-color:var(--sapIndicationColor_1_Active_BorderColor);color:var(--sapIndicationColor_1_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"2\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_2_Background);border-color:var(--sapIndicationColor_2_BorderColor);color:var(--sapIndicationColor_2_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"2\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_2_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"2\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_2_Active_Background);border-color:var(--sapIndicationColor_2_Active_BorderColor);color:var(--sapIndicationColor_2_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"3\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_3_Background);border-color:var(--sapIndicationColor_3_BorderColor);color:var(--sapIndicationColor_3_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"3\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_3_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"3\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_3_Active_Background);border-color:var(--sapIndicationColor_3_Active_BorderColor);color:var(--sapIndicationColor_3_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"4\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_4_Background);border-color:var(--sapIndicationColor_4_BorderColor);color:var(--sapIndicationColor_4_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"4\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_4_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"4\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_4_Active_Background);border-color:var(--sapIndicationColor_4_Active_BorderColor);color:var(--sapIndicationColor_4_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"5\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_5_Background);border-color:var(--sapIndicationColor_5_BorderColor);color:var(--sapIndicationColor_5_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"5\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_5_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"5\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_5_Active_Background);border-color:var(--sapIndicationColor_5_Active_BorderColor);color:var(--sapIndicationColor_5_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"6\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_6_Background);border-color:var(--sapIndicationColor_6_BorderColor);color:var(--sapIndicationColor_6_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"6\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_6_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"6\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_6_Active_Background);border-color:var(--sapIndicationColor_6_Active_BorderColor);color:var(--sapIndicationColor_6_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"7\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_7_Background);border-color:var(--sapIndicationColor_7_BorderColor);color:var(--sapIndicationColor_7_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"7\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_7_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"7\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_7_Active_Background);border-color:var(--sapIndicationColor_7_Active_BorderColor);color:var(--sapIndicationColor_7_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"8\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_8_Background);border-color:var(--sapIndicationColor_8_BorderColor);color:var(--sapIndicationColor_8_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"8\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_8_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"8\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_8_Active_Background);border-color:var(--sapIndicationColor_8_Active_BorderColor);color:var(--sapIndicationColor_8_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"9\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_9_Background);border-color:var(--sapIndicationColor_9_BorderColor);color:var(--sapIndicationColor_9_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"9\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_9_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"9\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_9_Active_Background);border-color:var(--sapIndicationColor_9_Active_BorderColor);color:var(--sapIndicationColor_9_Active_TextColor)}:host([design=\"Set1\"][color-scheme=\"10\"]) .ui5-tag-root{background-color:var(--sapIndicationColor_10_Background);border-color:var(--sapIndicationColor_10_BorderColor);color:var(--sapIndicationColor_10_TextColor)}:host([interactive][design=\"Set1\"][color-scheme=\"10\"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_10_Hover_Background)}:host([interactive][design=\"Set1\"][color-scheme=\"10\"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_10_Active_Background);border-color:var(--sapIndicationColor_10_Active_BorderColor);color:var(--sapIndicationColor_10_Active_TextColor)}:host([design=\"Set2\"]) .ui5-tag-root{text-shadow:var(--ui5-v2-5-3-tag-text-shadow)}:host([design=\"Set2\"]) .ui5-tag-root,:host([interactive][design=\"Set2\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-1-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-1-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-1-color)}:host([interactive][design=\"Set2\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-1-hover-background)}:host([interactive][design=\"Set2\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-1-active-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-1-active-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-1-active-color)}:host([design=\"Set2\"][color-scheme=\"2\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-2-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-2-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-2-color)}:host([design=\"Set2\"][color-scheme=\"3\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-3-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-3-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-3-color)}:host([interactive][design=\"Set2\"][color-scheme=\"3\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-3-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"3\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-3-active-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-3-active-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-3-active-color)}:host([design=\"Set2\"][color-scheme=\"4\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-4-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-4-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-4-color)}:host([interactive][design=\"Set2\"][color-scheme=\"4\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-4-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"4\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-4-active-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-4-active-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-4-active-color)}:host([design=\"Set2\"][color-scheme=\"5\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-5-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-5-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-5-color)}:host([interactive][design=\"Set2\"][color-scheme=\"5\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-5-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"5\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-5-active-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-5-active-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-5-active-color)}:host([design=\"Set2\"][color-scheme=\"6\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-6-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-6-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-6-color)}:host([interactive][design=\"Set2\"][color-scheme=\"6\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-6-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"6\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-6-active-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-6-active-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-6-active-color)}:host([design=\"Set2\"][color-scheme=\"7\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-7-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-7-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-7-color)}:host([interactive][design=\"Set2\"][color-scheme=\"7\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-7-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"7\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-7-active-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-7-active-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-7-active-color)}:host([design=\"Set2\"][color-scheme=\"8\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-8-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-8-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-8-color)}:host([interactive][design=\"Set2\"][color-scheme=\"8\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-8-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"8\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-8-active-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-8-active-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-8-active-color)}:host([design=\"Set2\"][color-scheme=\"9\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-9-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-9-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-9-color)}:host([interactive][design=\"Set2\"][color-scheme=\"9\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-9-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"9\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-9-active-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-9-active-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-9-active-color)}:host([interactive][design=\"Set2\"][color-scheme=\"10\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-10-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"10\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-10-active-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-10-active-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-10-active-color)}:host([design=\"Set2\"][color-scheme=\"10\"]) .ui5-tag-root{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-10-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-10-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-10-color)}:host([interactive][design=\"Set2\"][color-scheme=\"2\"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-2-hover-background)}:host([interactive][design=\"Set2\"][color-scheme=\"2\"]) .ui5-tag-root:active{background-color:var(--ui5-v2-5-3-tag-set2-color-scheme-2-active-background);border-color:var(--ui5-v2-5-3-tag-set2-color-scheme-2-active-border);color:var(--ui5-v2-5-3-tag-set2-color-scheme-2-active-color)}:host([size=\"L\"]){font-family:var(--sapFontSemiboldDuplexFamily);line-height:var(--_ui5-v2-5-3-tag-height_size_l)}:host([size=\"L\"]) .ui5-tag-root{font-size:var(--_ui5-v2-5-3-tag-font-size_size_l);min-width:var(--_ui5-v2-5-3-tag-min-width_size_l);padding:var(--_ui5-v2-5-3-tag-text_padding_size_l)}:host([size=\"L\"]) [ui5-icon],:host([size=\"L\"]) ::slotted([ui5-icon]){min-width:var(--_ui5-v2-5-3-tag-icon_min_width_size_l);min-height:var(--_ui5-v2-5-3-tag-icon_min_height_size_l);height:var(--_ui5-v2-5-3-tag-icon_height_size_l)}\n`};\nexport default styleData;\n\t"]}
@@ -3,7 +3,7 @@ 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("@ui5/webcomponents", "sap_horizon", async () => defaultTheme);
6
- const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/Text.css.ts", content: `:host{display:inline-block;max-width:100%;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);color:var(--sapTextColor);line-height:normal;white-space:pre-line;word-wrap:break-word;cursor:text}:host([max-lines]){display:-webkit-box;-webkit-line-clamp:var(--_ui5-v2-5-1_text_max_lines);line-clamp:var(--_ui5-v2-5-1_text_max_lines);-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.empty-indicator-aria-label{position:absolute!important;clip:rect(1px,1px,1px,1px);user-select:none;left:0;top:0;font-size:0}
6
+ const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/Text.css.ts", content: `:host{display:inline-block;max-width:100%;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);color:var(--sapTextColor);line-height:normal;white-space:pre-line;word-wrap:break-word;cursor:text}:host([max-lines]){display:-webkit-box;-webkit-line-clamp:var(--_ui5-v2-5-3_text_max_lines);line-clamp:var(--_ui5-v2-5-3_text_max_lines);-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.empty-indicator-aria-label{position:absolute!important;clip:rect(1px,1px,1px,1px);user-select:none;left:0;top:0;font-size:0}
7
7
  ` };
8
8
  export default styleData;
9
9
  //# sourceMappingURL=Text.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Text.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Text.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,oBAAoB,EAAC,OAAO,EAAC;CACpG,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { 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(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/Text.css.ts\",content:`:host{display:inline-block;max-width:100%;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);color:var(--sapTextColor);line-height:normal;white-space:pre-line;word-wrap:break-word;cursor:text}:host([max-lines]){display:-webkit-box;-webkit-line-clamp:var(--_ui5-v2-5-1_text_max_lines);line-clamp:var(--_ui5-v2-5-1_text_max_lines);-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.empty-indicator-aria-label{position:absolute!important;clip:rect(1px,1px,1px,1px);user-select:none;left:0;top:0;font-size:0}\n`};\nexport default styleData;\n\t"]}
1
+ {"version":3,"file":"Text.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Text.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,oBAAoB,EAAC,OAAO,EAAC;CACpG,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { 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(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/Text.css.ts\",content:`:host{display:inline-block;max-width:100%;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);color:var(--sapTextColor);line-height:normal;white-space:pre-line;word-wrap:break-word;cursor:text}:host([max-lines]){display:-webkit-box;-webkit-line-clamp:var(--_ui5-v2-5-3_text_max_lines);line-clamp:var(--_ui5-v2-5-3_text_max_lines);-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.empty-indicator-aria-label{position:absolute!important;clip:rect(1px,1px,1px,1px);user-select:none;left:0;top:0;font-size:0}\n`};\nexport default styleData;\n\t"]}
@@ -3,7 +3,7 @@ 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("@ui5/webcomponents", "sap_horizon", async () => defaultTheme);
6
- const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/TextArea.css.ts", content: `: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}:host(:not([hidden])){display:inline-block}:host{width:100%;min-width:6rem;color:var(--sapField_TextColor);min-height:var(--_ui5-v2-5-1_textarea_min_height);font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);font-style:normal;box-sizing:border-box;line-height:var(--_ui5-v2-5-1_textarea_line_height);margin:var(--_ui5-v2-5-1_textarea_margin)}:host([value-state][disabled]) .ui5-textarea-wrapper,:host(:not([value-state]):not([readonly]):not([focused])) .ui5-textarea-wrapper,:host([readonly][disabled]) .ui5-textarea-wrapper,:host([value-state="None"]:not([readonly]):not([disabled]):not([focused])) .ui5-textarea-wrapper{background:var(--sapField_BackgroundStyle);background-color:var(--sapField_Background)}:host(:not([value-state]):not([readonly]):not([disabled]):hover) .ui5-textarea-wrapper,:host([value-state="None"]:not([readonly]):not([disabled]):hover) .ui5-textarea-wrapper{background:var(--sapField_Hover_BackgroundStyle);background-color:var(--sapField_Hover_Background);border:var(--_ui5-v2-5-1_textarea_hover_border)}:host(:not([value-state]):not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper,:host([value-state="None"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{box-shadow:var(--sapField_Hover_Shadow)}.ui5-textarea-root{width:100%;height:inherit;min-height:var(--_ui5-v2-5-1_textarea_min_height);display:inline-flex;vertical-align:top;outline:none;box-sizing:border-box;border-radius:inherit;border-color:inherit;position:relative}.ui5-textarea-wrapper{position:relative;box-sizing:border-box;width:100%;border-bottom:none;display:flex;height:100%;background-color:var(--sapField_Background);border-color:var(--sapField_BorderColor);border-radius:var(--sapField_BorderCornerRadius);border-width:var(--sapField_BorderWidth);border-style:var(--sapField_BorderStyle);padding:var(--_ui5-v2-5-1_textarea_wrapper_padding);outline:none}:host([disabled]) .ui5-textarea-wrapper{opacity:var(--_ui5-v2-5-1_textarea_disabled_opacity);cursor:default;pointer-events:none}:host(:not([readonly])) .ui5-textarea-wrapper,:host([readonly][disabled]) .ui5-textarea-wrapper{box-shadow:var(--sapField_Shadow)}:host([value-state]) .ui5-textarea-wrapper{border-color:inherit}:host([focused]) .ui5-textarea-wrapper{background-color:var(--sapField_Focus_Background);background-image:none;box-shadow:none}:host([focused]) .ui5-textarea-wrapper:after{content:var(--_ui5-v2-5-1_textarea_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-5-1_textarea_focus_outline_color);border-radius:var(--_ui5-v2-5-1_textarea_focus_border_radius);top:var(--_ui5-v2-5-1_textarea_focus_offset);bottom:var(--_ui5-v2-5-1_textarea_focus_offset);left:var(--_ui5-v2-5-1_textarea_focus_offset);right:var(--_ui5-v2-5-1_textarea_focus_offset)}:host([focused][readonly]) .ui5-textarea-wrapper:after{top:var(--_ui5-v2-5-1_textarea_readonly_focus_offset);bottom:var(--_ui5-v2-5-1_textarea_readonly_focus_offset);left:var(--_ui5-v2-5-1_textarea_readonly_focus_offset);right:var(--_ui5-v2-5-1_textarea_readonly_focus_offset)}:host([focused][value-state="Negative"]:not([disabled])) .ui5-textarea-wrapper:after,:host([focused][value-state="Critical"]:not([disabled])) .ui5-textarea-wrapper:after,:host([focused][value-state="Information"]:not([disabled])) .ui5-textarea-wrapper:after{top:var(--_ui5-v2-5-1_textarea_value_state_focus_offset);bottom:var(--_ui5-v2-5-1_textarea_value_state_focus_offset);left:var(--_ui5-v2-5-1_textarea_value_state_focus_offset);right:var(--_ui5-v2-5-1_textarea_value_state_focus_offset)}.ui5-textarea-inner{border:none;box-sizing:border-box;width:100%;margin:0;padding:var(--_ui5-v2-5-1_textarea_padding_top) var(--_ui5-v2-5-1_textarea_padding_right_and_left) var(--_ui5-v2-5-1_textarea_padding_bottom);color:inherit;font-size:inherit;font-family:inherit;font-style:inherit;-webkit-appearance:none;-moz-appearance:textfield;overflow:auto;resize:none;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;background:transparent;outline:none}:host([growing]) .ui5-textarea-inner{box-sizing:border-box;height:100%;position:absolute;top:0;left:0}.ui5-textarea-mirror{box-sizing:border-box;line-height:var(--_ui5-v2-5-1_textarea_line_height);visibility:hidden;width:100%;max-height:94vh;min-height:calc((var(--_textarea_rows) * var(--_ui5-v2-5-1_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom));word-break:break-all;padding-top:var(--_ui5-v2-5-1_textarea_padding_top);padding-bottom:var(--_ui5-v2-5-1_textarea_padding_bottom);font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);white-space:pre-wrap;overflow-y:auto}:host([style*="height"]) .ui5-textarea-root,:host([growing][style*="height"]) .ui5-textarea-wrapper{height:inherit;min-height:var(--_ui5-v2-5-1_textarea_min_height)}:host([rows]) .ui5-textarea-inner,:host([rows]) .ui5-textarea-mirror{min-height:calc((var(--_textarea_rows) * var(--_ui5-v2-5-1_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom))}:host:not([rows]) .ui5-textarea-inner{min-height:calc(2 * var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom))}:host([growing]):not([growing-max-rows="0"]) .ui5-textarea-inner{max-height:100%}:host([growing-max-rows]:not([growing-max-rows="0"])) .ui5-textarea-mirror{max-height:calc((var(--_textarea_growing_max_rows) * var(--_ui5-v2-5-1_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom))}:host([rows="1"]) .ui5-textarea-inner{min-height:calc(var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom))}:host([growing-max-rows="1"]) .ui5-textarea-inner,:host([growing-max-rows="1"]) .ui5-textarea-mirror{max-height:calc(var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom));min-height:calc(var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom))}:host([rows="1"][growing-max-rows]) .ui5-textarea-inner,:host([rows="1"][growing-max-rows]) .ui5-textarea-mirror{min-height:calc(var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom));max-height:calc((var(--_textarea_growing_max_rows) * var(--_ui5-v2-5-1_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom))}:host([value-state="Negative"]) .ui5-textarea-mirror,:host([value-state="Critical"]) .ui5-textarea-mirror{padding-top:var(--_ui5-v2-5-1_textarea_padding_top_error_warning);padding-bottom:var(--_ui5-v2-5-1_textarea_padding_bottom_error_warning);min-height:calc(var(--_textarea_rows) * var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top_error_warning) + var(--_ui5-v2-5-1_textarea_padding_bottom_error_warning))}:host([growing-max-rows="1"][value-state="Negative"]) .ui5-textarea-inner,:host([growing-max-rows="1"][value-state="Negative"]) .ui5-textarea-mirror :host([growing-max-rows="1"][value-state="Critical"]) .ui5-textarea-inner,:host([growing-max-rows="1"][value-state="Critical"]) .ui5-textarea-mirror{max-height:var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top_error_warning) + var(--_ui5-v2-5-1_textarea_padding_bottom_error_warning);min-height:var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top_error_warning) + var(--_ui5-v2-5-1_textarea_padding_bottom_error_warning)}:host([value-state="Information"]) .ui5-textarea-mirror{padding-top:var(--_ui5-v2-5-1_textarea_padding_top_information);padding-bottom:var(--_ui5-v2-5-1_textarea_padding_bottom_information);min-height:calc(var(--_textarea_rows) * var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top_information) + var(--_ui5-v2-5-1_textarea_padding_bottom_information))}:host([growing-max-rows="1"][value-state="Information"]) .ui5-textarea-inner,:host([growing-max-rows="1"][value-state="Information"]) .ui5-textarea-mirror{max-height:var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top__ui5_textarea_padding_top_information) + var(--_ui5-v2-5-1_textarea_padding_bottom__ui5_textarea_padding_top_information);min-height:var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top_error_warning) + var(--_ui5-v2-5-1_textarea_padding_bottom_information)}:host([readonly]:not([disabled])){border-color:var(--sapField_ReadOnly_BorderColor)}:host([readonly]:not([disabled])) .ui5-textarea-inner{padding:var(--_ui5-v2-5-1_textarea_padding_top_readonly) var(--_ui5-v2-5-1_textarea_padding_right_and_left_readonly) var(--_ui5-v2-5-1_textarea_padding_bottom_readonly)}:host([readonly]:not([disabled])) .ui5-textarea-root .ui5-textarea-wrapper{background-color:var(--sapField_ReadOnly_Background);border-color:var(--sapField_ReadOnly_BorderColor);border-style:var(--_ui5-v2-5-1_textarea_readonly_border_style)}:host([show-exceeded-text]) .ui5-textarea-root{flex-direction:column}.ui5-textarea-inner::-webkit-input-placeholder{font-weight:400;font-style:var(--_ui5-v2-5-1_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}.ui5-textarea-inner::-moz-placeholder{font-weight:400;font-style:var(--_ui5-v2-5-1_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}.ui5-textarea-inner:-moz-placeholder{font-weight:400;font-style:var(--_ui5-v2-5-1_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state="Negative"]) .ui5-textarea-inner::-webkit-input-placeholder{font-weight:var(--_ui5-v2-5-1_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-1_textarea_error_placeholder_font_style);color:var(--_ui5-v2-5-1_textarea_error_placeholder_color)}:host([value-state="Negative"]) .ui5-textarea-inner::-moz-placeholder{font-weight:var(--_ui5-v2-5-1_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-1_textarea_error_placeholder_font_style);color:var(--_ui5-v2-5-1_textarea_error_placeholder_color)}:host([value-state="Critical"]) .ui5-textarea-inner::-moz-placeholder{font-weight:var(--_ui5-v2-5-1_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-1_textarea_error_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state="Critical"]) .ui5-textarea-inner::-webkit-input-placeholder{font-weight:var(--_ui5-v2-5-1_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-1_textarea_error_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state="Negative"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--sapField_InvalidColor);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Negative"][focused]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-1_textarea_focused_value_state_error_background);border-color:var(--sapField_InvalidColor)}:host([value-state="Negative"][focused]:not([readonly]):not([disabled])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v2-5-1_textarea_focused_value_state_error_focus_outline_color)}:host([value-state="Negative"]:not([readonly]):not([focused]):not([disabled]):hover) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-1_textarea_error_hover_background_color);box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state="Negative"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state="Critical"]:not([readonly]):not([disabled])) .ui5-textarea-inner{font-style:var(--_ui5-v2-5-1_textarea_error_warning_font_style);font-weight:var(--_ui5-v2-5-1_textarea_error_warning_font_weight);padding:var(--_ui5-v2-5-1_textarea_padding_top_error_warning) var(--_ui5-v2-5-1_textarea_padding_right_and_left_error_warning) var(--_ui5-v2-5-1_textarea_padding_bottom_error_warning)}:host([value-state="Negative"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper,:host([value-state="Critical"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{border-style:var(--_ui5-v2-5-1_textarea_error_warning_border_style);border-width:var(--_ui5-v2-5-1_textarea_state_border_width);padding:var(--_ui5-v2-5-1_textarea_warning_error_wrapper_padding)}:host([value-state="Negative"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state="Critical"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state="Information"]:not([readonly]):not([disabled])) .ui5-textarea-inner{border-style:none}:host([value-state="Critical"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--sapField_WarningColor);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Critical"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-1_textarea_focused_value_state_warning_background);border-color:var(--sapField_WarningColor)}:host([value-state="Critical"][focused]:not([readonly])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v2-5-1_textarea_focused_value_state_warning_focus_outline_color)}:host([value-state="Critical"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state="Positive"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--sapField_SuccessColor);border-width:var(--sapField_BorderWidth);box-shadow:var(--sapField_SuccessShadow);padding:var(--_ui5-v2-5-1_textarea_success_wrapper_padding)}:host([value-state="Positive"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-1_textarea_focused_value_state_success_background);border-color:var(--sapField_SuccessColor)}:host([value-state="Positive"][focused]:not([readonly])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v2-5-1_textarea_focused_value_state_success_focus_outline_color)}:host([value-state="Positive"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_SuccessShadow)}:host([value-state][value-state="Positive"]) .ui5-textarea-inner{border-radius:var(--sapField_BorderCornerRadius)}:host([value-state="Information"]:not([readonly]):not([disabled])) .ui5-textarea-inner{padding:var(--_ui5-v2-5-1_textarea_padding_top_information) var(--_ui5-v2-5-1_textarea_padding_right_and_left_information) var(--_ui5-v2-5-1_textarea_padding_bottom_information)}:host([value-state="Information"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--sapField_InformationColor);box-shadow:var(--sapField_InformationShadow);padding:var(--_ui5-v2-5-1_textarea_information_wrapper_padding);border-width:var(--_ui5-v2-5-1_textarea_information_border_width);border-style:var(--_ui5-v2-5-1_textarea_error_warning_border_style)}:host([value-state="Information"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-1_textarea_focused_value_state_information_background);border-color:var(--sapField_InformationColor)}:host([value-state="Information"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_InformationShadow)}.ui5-textarea-exceeded-text{align-self:flex-end;padding:.125rem .125rem .5rem;color:var(--sapContent_LabelColor);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSmallSize)}:host([readonly]) .ui5-textarea-exceeded-text,:host([disabled]) .ui5-textarea-exceeded-text{display:none}:host .ui5-content-custom-scrollbars ::-webkit-scrollbar{border-top-right-radius:var(--sapField_BorderCornerRadius);border-bottom-right-radius:var(--sapField_BorderCornerRadius)}:host([value-state="Negative"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([value-state="Critical"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([value-state="Information"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([value-state="Positive"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([focused]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-image:none}
6
+ const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/TextArea.css.ts", content: `: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}:host(:not([hidden])){display:inline-block}:host{width:100%;min-width:6rem;color:var(--sapField_TextColor);min-height:var(--_ui5-v2-5-3_textarea_min_height);font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);font-style:normal;box-sizing:border-box;line-height:var(--_ui5-v2-5-3_textarea_line_height);margin:var(--_ui5-v2-5-3_textarea_margin)}:host([value-state][disabled]) .ui5-textarea-wrapper,:host(:not([value-state]):not([readonly]):not([focused])) .ui5-textarea-wrapper,:host([readonly][disabled]) .ui5-textarea-wrapper,:host([value-state="None"]:not([readonly]):not([disabled]):not([focused])) .ui5-textarea-wrapper{background:var(--sapField_BackgroundStyle);background-color:var(--sapField_Background)}:host(:not([value-state]):not([readonly]):not([disabled]):hover) .ui5-textarea-wrapper,:host([value-state="None"]:not([readonly]):not([disabled]):hover) .ui5-textarea-wrapper{background:var(--sapField_Hover_BackgroundStyle);background-color:var(--sapField_Hover_Background);border:var(--_ui5-v2-5-3_textarea_hover_border)}:host(:not([value-state]):not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper,:host([value-state="None"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{box-shadow:var(--sapField_Hover_Shadow)}.ui5-textarea-root{width:100%;height:inherit;min-height:var(--_ui5-v2-5-3_textarea_min_height);display:inline-flex;vertical-align:top;outline:none;box-sizing:border-box;border-radius:inherit;border-color:inherit;position:relative}.ui5-textarea-wrapper{position:relative;box-sizing:border-box;width:100%;border-bottom:none;display:flex;height:100%;background-color:var(--sapField_Background);border-color:var(--sapField_BorderColor);border-radius:var(--sapField_BorderCornerRadius);border-width:var(--sapField_BorderWidth);border-style:var(--sapField_BorderStyle);padding:var(--_ui5-v2-5-3_textarea_wrapper_padding);outline:none}:host([disabled]) .ui5-textarea-wrapper{opacity:var(--_ui5-v2-5-3_textarea_disabled_opacity);cursor:default;pointer-events:none}:host(:not([readonly])) .ui5-textarea-wrapper,:host([readonly][disabled]) .ui5-textarea-wrapper{box-shadow:var(--sapField_Shadow)}:host([value-state]) .ui5-textarea-wrapper{border-color:inherit}:host([focused]) .ui5-textarea-wrapper{background-color:var(--sapField_Focus_Background);background-image:none;box-shadow:none}:host([focused]) .ui5-textarea-wrapper:after{content:var(--_ui5-v2-5-3_textarea_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-5-3_textarea_focus_outline_color);border-radius:var(--_ui5-v2-5-3_textarea_focus_border_radius);top:var(--_ui5-v2-5-3_textarea_focus_offset);bottom:var(--_ui5-v2-5-3_textarea_focus_offset);left:var(--_ui5-v2-5-3_textarea_focus_offset);right:var(--_ui5-v2-5-3_textarea_focus_offset)}:host([focused][readonly]) .ui5-textarea-wrapper:after{top:var(--_ui5-v2-5-3_textarea_readonly_focus_offset);bottom:var(--_ui5-v2-5-3_textarea_readonly_focus_offset);left:var(--_ui5-v2-5-3_textarea_readonly_focus_offset);right:var(--_ui5-v2-5-3_textarea_readonly_focus_offset)}:host([focused][value-state="Negative"]:not([disabled])) .ui5-textarea-wrapper:after,:host([focused][value-state="Critical"]:not([disabled])) .ui5-textarea-wrapper:after,:host([focused][value-state="Information"]:not([disabled])) .ui5-textarea-wrapper:after{top:var(--_ui5-v2-5-3_textarea_value_state_focus_offset);bottom:var(--_ui5-v2-5-3_textarea_value_state_focus_offset);left:var(--_ui5-v2-5-3_textarea_value_state_focus_offset);right:var(--_ui5-v2-5-3_textarea_value_state_focus_offset)}.ui5-textarea-inner{border:none;box-sizing:border-box;width:100%;margin:0;padding:var(--_ui5-v2-5-3_textarea_padding_top) var(--_ui5-v2-5-3_textarea_padding_right_and_left) var(--_ui5-v2-5-3_textarea_padding_bottom);color:inherit;font-size:inherit;font-family:inherit;font-style:inherit;-webkit-appearance:none;-moz-appearance:textfield;overflow:auto;resize:none;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;background:transparent;outline:none}:host([growing]) .ui5-textarea-inner{box-sizing:border-box;height:100%;position:absolute;top:0;left:0}.ui5-textarea-mirror{box-sizing:border-box;line-height:var(--_ui5-v2-5-3_textarea_line_height);visibility:hidden;width:100%;max-height:94vh;min-height:calc((var(--_textarea_rows) * var(--_ui5-v2-5-3_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom));word-break:break-all;padding-top:var(--_ui5-v2-5-3_textarea_padding_top);padding-bottom:var(--_ui5-v2-5-3_textarea_padding_bottom);font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);white-space:pre-wrap;overflow-y:auto}:host([style*="height"]) .ui5-textarea-root,:host([growing][style*="height"]) .ui5-textarea-wrapper{height:inherit;min-height:var(--_ui5-v2-5-3_textarea_min_height)}:host([rows]) .ui5-textarea-inner,:host([rows]) .ui5-textarea-mirror{min-height:calc((var(--_textarea_rows) * var(--_ui5-v2-5-3_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom))}:host:not([rows]) .ui5-textarea-inner{min-height:calc(2 * var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom))}:host([growing]):not([growing-max-rows="0"]) .ui5-textarea-inner{max-height:100%}:host([growing-max-rows]:not([growing-max-rows="0"])) .ui5-textarea-mirror{max-height:calc((var(--_textarea_growing_max_rows) * var(--_ui5-v2-5-3_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom))}:host([rows="1"]) .ui5-textarea-inner{min-height:calc(var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom))}:host([growing-max-rows="1"]) .ui5-textarea-inner,:host([growing-max-rows="1"]) .ui5-textarea-mirror{max-height:calc(var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom));min-height:calc(var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom))}:host([rows="1"][growing-max-rows]) .ui5-textarea-inner,:host([rows="1"][growing-max-rows]) .ui5-textarea-mirror{min-height:calc(var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom));max-height:calc((var(--_textarea_growing_max_rows) * var(--_ui5-v2-5-3_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom))}:host([value-state="Negative"]) .ui5-textarea-mirror,:host([value-state="Critical"]) .ui5-textarea-mirror{padding-top:var(--_ui5-v2-5-3_textarea_padding_top_error_warning);padding-bottom:var(--_ui5-v2-5-3_textarea_padding_bottom_error_warning);min-height:calc(var(--_textarea_rows) * var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top_error_warning) + var(--_ui5-v2-5-3_textarea_padding_bottom_error_warning))}:host([growing-max-rows="1"][value-state="Negative"]) .ui5-textarea-inner,:host([growing-max-rows="1"][value-state="Negative"]) .ui5-textarea-mirror :host([growing-max-rows="1"][value-state="Critical"]) .ui5-textarea-inner,:host([growing-max-rows="1"][value-state="Critical"]) .ui5-textarea-mirror{max-height:var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top_error_warning) + var(--_ui5-v2-5-3_textarea_padding_bottom_error_warning);min-height:var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top_error_warning) + var(--_ui5-v2-5-3_textarea_padding_bottom_error_warning)}:host([value-state="Information"]) .ui5-textarea-mirror{padding-top:var(--_ui5-v2-5-3_textarea_padding_top_information);padding-bottom:var(--_ui5-v2-5-3_textarea_padding_bottom_information);min-height:calc(var(--_textarea_rows) * var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top_information) + var(--_ui5-v2-5-3_textarea_padding_bottom_information))}:host([growing-max-rows="1"][value-state="Information"]) .ui5-textarea-inner,:host([growing-max-rows="1"][value-state="Information"]) .ui5-textarea-mirror{max-height:var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top__ui5_textarea_padding_top_information) + var(--_ui5-v2-5-3_textarea_padding_bottom__ui5_textarea_padding_top_information);min-height:var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top_error_warning) + var(--_ui5-v2-5-3_textarea_padding_bottom_information)}:host([readonly]:not([disabled])){border-color:var(--sapField_ReadOnly_BorderColor)}:host([readonly]:not([disabled])) .ui5-textarea-inner{padding:var(--_ui5-v2-5-3_textarea_padding_top_readonly) var(--_ui5-v2-5-3_textarea_padding_right_and_left_readonly) var(--_ui5-v2-5-3_textarea_padding_bottom_readonly)}:host([readonly]:not([disabled])) .ui5-textarea-root .ui5-textarea-wrapper{background-color:var(--sapField_ReadOnly_Background);border-color:var(--sapField_ReadOnly_BorderColor);border-style:var(--_ui5-v2-5-3_textarea_readonly_border_style)}:host([show-exceeded-text]) .ui5-textarea-root{flex-direction:column}.ui5-textarea-inner::-webkit-input-placeholder{font-weight:400;font-style:var(--_ui5-v2-5-3_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}.ui5-textarea-inner::-moz-placeholder{font-weight:400;font-style:var(--_ui5-v2-5-3_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}.ui5-textarea-inner:-moz-placeholder{font-weight:400;font-style:var(--_ui5-v2-5-3_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state="Negative"]) .ui5-textarea-inner::-webkit-input-placeholder{font-weight:var(--_ui5-v2-5-3_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-3_textarea_error_placeholder_font_style);color:var(--_ui5-v2-5-3_textarea_error_placeholder_color)}:host([value-state="Negative"]) .ui5-textarea-inner::-moz-placeholder{font-weight:var(--_ui5-v2-5-3_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-3_textarea_error_placeholder_font_style);color:var(--_ui5-v2-5-3_textarea_error_placeholder_color)}:host([value-state="Critical"]) .ui5-textarea-inner::-moz-placeholder{font-weight:var(--_ui5-v2-5-3_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-3_textarea_error_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state="Critical"]) .ui5-textarea-inner::-webkit-input-placeholder{font-weight:var(--_ui5-v2-5-3_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-3_textarea_error_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state="Negative"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--sapField_InvalidColor);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Negative"][focused]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-3_textarea_focused_value_state_error_background);border-color:var(--sapField_InvalidColor)}:host([value-state="Negative"][focused]:not([readonly]):not([disabled])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v2-5-3_textarea_focused_value_state_error_focus_outline_color)}:host([value-state="Negative"]:not([readonly]):not([focused]):not([disabled]):hover) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-3_textarea_error_hover_background_color);box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state="Negative"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state="Critical"]:not([readonly]):not([disabled])) .ui5-textarea-inner{font-style:var(--_ui5-v2-5-3_textarea_error_warning_font_style);font-weight:var(--_ui5-v2-5-3_textarea_error_warning_font_weight);padding:var(--_ui5-v2-5-3_textarea_padding_top_error_warning) var(--_ui5-v2-5-3_textarea_padding_right_and_left_error_warning) var(--_ui5-v2-5-3_textarea_padding_bottom_error_warning)}:host([value-state="Negative"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper,:host([value-state="Critical"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{border-style:var(--_ui5-v2-5-3_textarea_error_warning_border_style);border-width:var(--_ui5-v2-5-3_textarea_state_border_width);padding:var(--_ui5-v2-5-3_textarea_warning_error_wrapper_padding)}:host([value-state="Negative"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state="Critical"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state="Information"]:not([readonly]):not([disabled])) .ui5-textarea-inner{border-style:none}:host([value-state="Critical"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--sapField_WarningColor);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Critical"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-3_textarea_focused_value_state_warning_background);border-color:var(--sapField_WarningColor)}:host([value-state="Critical"][focused]:not([readonly])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v2-5-3_textarea_focused_value_state_warning_focus_outline_color)}:host([value-state="Critical"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state="Positive"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--sapField_SuccessColor);border-width:var(--sapField_BorderWidth);box-shadow:var(--sapField_SuccessShadow);padding:var(--_ui5-v2-5-3_textarea_success_wrapper_padding)}:host([value-state="Positive"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-3_textarea_focused_value_state_success_background);border-color:var(--sapField_SuccessColor)}:host([value-state="Positive"][focused]:not([readonly])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v2-5-3_textarea_focused_value_state_success_focus_outline_color)}:host([value-state="Positive"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_SuccessShadow)}:host([value-state][value-state="Positive"]) .ui5-textarea-inner{border-radius:var(--sapField_BorderCornerRadius)}:host([value-state="Information"]:not([readonly]):not([disabled])) .ui5-textarea-inner{padding:var(--_ui5-v2-5-3_textarea_padding_top_information) var(--_ui5-v2-5-3_textarea_padding_right_and_left_information) var(--_ui5-v2-5-3_textarea_padding_bottom_information)}:host([value-state="Information"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--sapField_InformationColor);box-shadow:var(--sapField_InformationShadow);padding:var(--_ui5-v2-5-3_textarea_information_wrapper_padding);border-width:var(--_ui5-v2-5-3_textarea_information_border_width);border-style:var(--_ui5-v2-5-3_textarea_error_warning_border_style)}:host([value-state="Information"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-3_textarea_focused_value_state_information_background);border-color:var(--sapField_InformationColor)}:host([value-state="Information"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_InformationShadow)}.ui5-textarea-exceeded-text{align-self:flex-end;padding:.125rem .125rem .5rem;color:var(--sapContent_LabelColor);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSmallSize)}:host([readonly]) .ui5-textarea-exceeded-text,:host([disabled]) .ui5-textarea-exceeded-text{display:none}:host .ui5-content-custom-scrollbars ::-webkit-scrollbar{border-top-right-radius:var(--sapField_BorderCornerRadius);border-bottom-right-radius:var(--sapField_BorderCornerRadius)}:host([value-state="Negative"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([value-state="Critical"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([value-state="Information"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([value-state="Positive"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([focused]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-image:none}
7
7
  ` };
8
8
  export default styleData;
9
9
  //# sourceMappingURL=TextArea.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TextArea.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,wBAAwB,EAAC,OAAO,EAAC;CACxG,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { 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(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/TextArea.css.ts\",content:`: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}:host(:not([hidden])){display:inline-block}:host{width:100%;min-width:6rem;color:var(--sapField_TextColor);min-height:var(--_ui5-v2-5-1_textarea_min_height);font-size:var(--sapFontSize);font-family:\"72override\",var(--sapFontFamily);font-style:normal;box-sizing:border-box;line-height:var(--_ui5-v2-5-1_textarea_line_height);margin:var(--_ui5-v2-5-1_textarea_margin)}:host([value-state][disabled]) .ui5-textarea-wrapper,:host(:not([value-state]):not([readonly]):not([focused])) .ui5-textarea-wrapper,:host([readonly][disabled]) .ui5-textarea-wrapper,:host([value-state=\"None\"]:not([readonly]):not([disabled]):not([focused])) .ui5-textarea-wrapper{background:var(--sapField_BackgroundStyle);background-color:var(--sapField_Background)}:host(:not([value-state]):not([readonly]):not([disabled]):hover) .ui5-textarea-wrapper,:host([value-state=\"None\"]:not([readonly]):not([disabled]):hover) .ui5-textarea-wrapper{background:var(--sapField_Hover_BackgroundStyle);background-color:var(--sapField_Hover_Background);border:var(--_ui5-v2-5-1_textarea_hover_border)}:host(:not([value-state]):not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper,:host([value-state=\"None\"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{box-shadow:var(--sapField_Hover_Shadow)}.ui5-textarea-root{width:100%;height:inherit;min-height:var(--_ui5-v2-5-1_textarea_min_height);display:inline-flex;vertical-align:top;outline:none;box-sizing:border-box;border-radius:inherit;border-color:inherit;position:relative}.ui5-textarea-wrapper{position:relative;box-sizing:border-box;width:100%;border-bottom:none;display:flex;height:100%;background-color:var(--sapField_Background);border-color:var(--sapField_BorderColor);border-radius:var(--sapField_BorderCornerRadius);border-width:var(--sapField_BorderWidth);border-style:var(--sapField_BorderStyle);padding:var(--_ui5-v2-5-1_textarea_wrapper_padding);outline:none}:host([disabled]) .ui5-textarea-wrapper{opacity:var(--_ui5-v2-5-1_textarea_disabled_opacity);cursor:default;pointer-events:none}:host(:not([readonly])) .ui5-textarea-wrapper,:host([readonly][disabled]) .ui5-textarea-wrapper{box-shadow:var(--sapField_Shadow)}:host([value-state]) .ui5-textarea-wrapper{border-color:inherit}:host([focused]) .ui5-textarea-wrapper{background-color:var(--sapField_Focus_Background);background-image:none;box-shadow:none}:host([focused]) .ui5-textarea-wrapper:after{content:var(--_ui5-v2-5-1_textarea_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-5-1_textarea_focus_outline_color);border-radius:var(--_ui5-v2-5-1_textarea_focus_border_radius);top:var(--_ui5-v2-5-1_textarea_focus_offset);bottom:var(--_ui5-v2-5-1_textarea_focus_offset);left:var(--_ui5-v2-5-1_textarea_focus_offset);right:var(--_ui5-v2-5-1_textarea_focus_offset)}:host([focused][readonly]) .ui5-textarea-wrapper:after{top:var(--_ui5-v2-5-1_textarea_readonly_focus_offset);bottom:var(--_ui5-v2-5-1_textarea_readonly_focus_offset);left:var(--_ui5-v2-5-1_textarea_readonly_focus_offset);right:var(--_ui5-v2-5-1_textarea_readonly_focus_offset)}:host([focused][value-state=\"Negative\"]:not([disabled])) .ui5-textarea-wrapper:after,:host([focused][value-state=\"Critical\"]:not([disabled])) .ui5-textarea-wrapper:after,:host([focused][value-state=\"Information\"]:not([disabled])) .ui5-textarea-wrapper:after{top:var(--_ui5-v2-5-1_textarea_value_state_focus_offset);bottom:var(--_ui5-v2-5-1_textarea_value_state_focus_offset);left:var(--_ui5-v2-5-1_textarea_value_state_focus_offset);right:var(--_ui5-v2-5-1_textarea_value_state_focus_offset)}.ui5-textarea-inner{border:none;box-sizing:border-box;width:100%;margin:0;padding:var(--_ui5-v2-5-1_textarea_padding_top) var(--_ui5-v2-5-1_textarea_padding_right_and_left) var(--_ui5-v2-5-1_textarea_padding_bottom);color:inherit;font-size:inherit;font-family:inherit;font-style:inherit;-webkit-appearance:none;-moz-appearance:textfield;overflow:auto;resize:none;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;background:transparent;outline:none}:host([growing]) .ui5-textarea-inner{box-sizing:border-box;height:100%;position:absolute;top:0;left:0}.ui5-textarea-mirror{box-sizing:border-box;line-height:var(--_ui5-v2-5-1_textarea_line_height);visibility:hidden;width:100%;max-height:94vh;min-height:calc((var(--_textarea_rows) * var(--_ui5-v2-5-1_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom));word-break:break-all;padding-top:var(--_ui5-v2-5-1_textarea_padding_top);padding-bottom:var(--_ui5-v2-5-1_textarea_padding_bottom);font-size:var(--sapFontSize);font-family:\"72override\",var(--sapFontFamily);white-space:pre-wrap;overflow-y:auto}:host([style*=\"height\"]) .ui5-textarea-root,:host([growing][style*=\"height\"]) .ui5-textarea-wrapper{height:inherit;min-height:var(--_ui5-v2-5-1_textarea_min_height)}:host([rows]) .ui5-textarea-inner,:host([rows]) .ui5-textarea-mirror{min-height:calc((var(--_textarea_rows) * var(--_ui5-v2-5-1_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom))}:host:not([rows]) .ui5-textarea-inner{min-height:calc(2 * var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom))}:host([growing]):not([growing-max-rows=\"0\"]) .ui5-textarea-inner{max-height:100%}:host([growing-max-rows]:not([growing-max-rows=\"0\"])) .ui5-textarea-mirror{max-height:calc((var(--_textarea_growing_max_rows) * var(--_ui5-v2-5-1_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom))}:host([rows=\"1\"]) .ui5-textarea-inner{min-height:calc(var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom))}:host([growing-max-rows=\"1\"]) .ui5-textarea-inner,:host([growing-max-rows=\"1\"]) .ui5-textarea-mirror{max-height:calc(var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom));min-height:calc(var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom))}:host([rows=\"1\"][growing-max-rows]) .ui5-textarea-inner,:host([rows=\"1\"][growing-max-rows]) .ui5-textarea-mirror{min-height:calc(var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom));max-height:calc((var(--_textarea_growing_max_rows) * var(--_ui5-v2-5-1_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top) + var(--_ui5-v2-5-1_textarea_padding_bottom))}:host([value-state=\"Negative\"]) .ui5-textarea-mirror,:host([value-state=\"Critical\"]) .ui5-textarea-mirror{padding-top:var(--_ui5-v2-5-1_textarea_padding_top_error_warning);padding-bottom:var(--_ui5-v2-5-1_textarea_padding_bottom_error_warning);min-height:calc(var(--_textarea_rows) * var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top_error_warning) + var(--_ui5-v2-5-1_textarea_padding_bottom_error_warning))}:host([growing-max-rows=\"1\"][value-state=\"Negative\"]) .ui5-textarea-inner,:host([growing-max-rows=\"1\"][value-state=\"Negative\"]) .ui5-textarea-mirror :host([growing-max-rows=\"1\"][value-state=\"Critical\"]) .ui5-textarea-inner,:host([growing-max-rows=\"1\"][value-state=\"Critical\"]) .ui5-textarea-mirror{max-height:var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top_error_warning) + var(--_ui5-v2-5-1_textarea_padding_bottom_error_warning);min-height:var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top_error_warning) + var(--_ui5-v2-5-1_textarea_padding_bottom_error_warning)}:host([value-state=\"Information\"]) .ui5-textarea-mirror{padding-top:var(--_ui5-v2-5-1_textarea_padding_top_information);padding-bottom:var(--_ui5-v2-5-1_textarea_padding_bottom_information);min-height:calc(var(--_textarea_rows) * var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top_information) + var(--_ui5-v2-5-1_textarea_padding_bottom_information))}:host([growing-max-rows=\"1\"][value-state=\"Information\"]) .ui5-textarea-inner,:host([growing-max-rows=\"1\"][value-state=\"Information\"]) .ui5-textarea-mirror{max-height:var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top__ui5_textarea_padding_top_information) + var(--_ui5-v2-5-1_textarea_padding_bottom__ui5_textarea_padding_top_information);min-height:var(--_ui5-v2-5-1_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-1_textarea_padding_top_error_warning) + var(--_ui5-v2-5-1_textarea_padding_bottom_information)}:host([readonly]:not([disabled])){border-color:var(--sapField_ReadOnly_BorderColor)}:host([readonly]:not([disabled])) .ui5-textarea-inner{padding:var(--_ui5-v2-5-1_textarea_padding_top_readonly) var(--_ui5-v2-5-1_textarea_padding_right_and_left_readonly) var(--_ui5-v2-5-1_textarea_padding_bottom_readonly)}:host([readonly]:not([disabled])) .ui5-textarea-root .ui5-textarea-wrapper{background-color:var(--sapField_ReadOnly_Background);border-color:var(--sapField_ReadOnly_BorderColor);border-style:var(--_ui5-v2-5-1_textarea_readonly_border_style)}:host([show-exceeded-text]) .ui5-textarea-root{flex-direction:column}.ui5-textarea-inner::-webkit-input-placeholder{font-weight:400;font-style:var(--_ui5-v2-5-1_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}.ui5-textarea-inner::-moz-placeholder{font-weight:400;font-style:var(--_ui5-v2-5-1_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}.ui5-textarea-inner:-moz-placeholder{font-weight:400;font-style:var(--_ui5-v2-5-1_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state=\"Negative\"]) .ui5-textarea-inner::-webkit-input-placeholder{font-weight:var(--_ui5-v2-5-1_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-1_textarea_error_placeholder_font_style);color:var(--_ui5-v2-5-1_textarea_error_placeholder_color)}:host([value-state=\"Negative\"]) .ui5-textarea-inner::-moz-placeholder{font-weight:var(--_ui5-v2-5-1_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-1_textarea_error_placeholder_font_style);color:var(--_ui5-v2-5-1_textarea_error_placeholder_color)}:host([value-state=\"Critical\"]) .ui5-textarea-inner::-moz-placeholder{font-weight:var(--_ui5-v2-5-1_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-1_textarea_error_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state=\"Critical\"]) .ui5-textarea-inner::-webkit-input-placeholder{font-weight:var(--_ui5-v2-5-1_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-1_textarea_error_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state=\"Negative\"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--sapField_InvalidColor);box-shadow:var(--sapField_InvalidShadow)}:host([value-state=\"Negative\"][focused]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-1_textarea_focused_value_state_error_background);border-color:var(--sapField_InvalidColor)}:host([value-state=\"Negative\"][focused]:not([readonly]):not([disabled])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v2-5-1_textarea_focused_value_state_error_focus_outline_color)}:host([value-state=\"Negative\"]:not([readonly]):not([focused]):not([disabled]):hover) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-1_textarea_error_hover_background_color);box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state=\"Negative\"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state=\"Critical\"]:not([readonly]):not([disabled])) .ui5-textarea-inner{font-style:var(--_ui5-v2-5-1_textarea_error_warning_font_style);font-weight:var(--_ui5-v2-5-1_textarea_error_warning_font_weight);padding:var(--_ui5-v2-5-1_textarea_padding_top_error_warning) var(--_ui5-v2-5-1_textarea_padding_right_and_left_error_warning) var(--_ui5-v2-5-1_textarea_padding_bottom_error_warning)}:host([value-state=\"Negative\"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper,:host([value-state=\"Critical\"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{border-style:var(--_ui5-v2-5-1_textarea_error_warning_border_style);border-width:var(--_ui5-v2-5-1_textarea_state_border_width);padding:var(--_ui5-v2-5-1_textarea_warning_error_wrapper_padding)}:host([value-state=\"Negative\"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state=\"Critical\"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state=\"Information\"]:not([readonly]):not([disabled])) .ui5-textarea-inner{border-style:none}:host([value-state=\"Critical\"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--sapField_WarningColor);box-shadow:var(--sapField_WarningShadow)}:host([value-state=\"Critical\"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-1_textarea_focused_value_state_warning_background);border-color:var(--sapField_WarningColor)}:host([value-state=\"Critical\"][focused]:not([readonly])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v2-5-1_textarea_focused_value_state_warning_focus_outline_color)}:host([value-state=\"Critical\"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state=\"Positive\"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--sapField_SuccessColor);border-width:var(--sapField_BorderWidth);box-shadow:var(--sapField_SuccessShadow);padding:var(--_ui5-v2-5-1_textarea_success_wrapper_padding)}:host([value-state=\"Positive\"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-1_textarea_focused_value_state_success_background);border-color:var(--sapField_SuccessColor)}:host([value-state=\"Positive\"][focused]:not([readonly])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v2-5-1_textarea_focused_value_state_success_focus_outline_color)}:host([value-state=\"Positive\"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_SuccessShadow)}:host([value-state][value-state=\"Positive\"]) .ui5-textarea-inner{border-radius:var(--sapField_BorderCornerRadius)}:host([value-state=\"Information\"]:not([readonly]):not([disabled])) .ui5-textarea-inner{padding:var(--_ui5-v2-5-1_textarea_padding_top_information) var(--_ui5-v2-5-1_textarea_padding_right_and_left_information) var(--_ui5-v2-5-1_textarea_padding_bottom_information)}:host([value-state=\"Information\"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--sapField_InformationColor);box-shadow:var(--sapField_InformationShadow);padding:var(--_ui5-v2-5-1_textarea_information_wrapper_padding);border-width:var(--_ui5-v2-5-1_textarea_information_border_width);border-style:var(--_ui5-v2-5-1_textarea_error_warning_border_style)}:host([value-state=\"Information\"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-1_textarea_focused_value_state_information_background);border-color:var(--sapField_InformationColor)}:host([value-state=\"Information\"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_InformationShadow)}.ui5-textarea-exceeded-text{align-self:flex-end;padding:.125rem .125rem .5rem;color:var(--sapContent_LabelColor);font-family:\"72override\",var(--sapFontFamily);font-size:var(--sapFontSmallSize)}:host([readonly]) .ui5-textarea-exceeded-text,:host([disabled]) .ui5-textarea-exceeded-text{display:none}:host .ui5-content-custom-scrollbars ::-webkit-scrollbar{border-top-right-radius:var(--sapField_BorderCornerRadius);border-bottom-right-radius:var(--sapField_BorderCornerRadius)}:host([value-state=\"Negative\"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([value-state=\"Critical\"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([value-state=\"Information\"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([value-state=\"Positive\"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([focused]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-image:none}\n`};\nexport default styleData;\n\t"]}
1
+ {"version":3,"file":"TextArea.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TextArea.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,wBAAwB,EAAC,OAAO,EAAC;CACxG,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { 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(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/TextArea.css.ts\",content:`: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}:host(:not([hidden])){display:inline-block}:host{width:100%;min-width:6rem;color:var(--sapField_TextColor);min-height:var(--_ui5-v2-5-3_textarea_min_height);font-size:var(--sapFontSize);font-family:\"72override\",var(--sapFontFamily);font-style:normal;box-sizing:border-box;line-height:var(--_ui5-v2-5-3_textarea_line_height);margin:var(--_ui5-v2-5-3_textarea_margin)}:host([value-state][disabled]) .ui5-textarea-wrapper,:host(:not([value-state]):not([readonly]):not([focused])) .ui5-textarea-wrapper,:host([readonly][disabled]) .ui5-textarea-wrapper,:host([value-state=\"None\"]:not([readonly]):not([disabled]):not([focused])) .ui5-textarea-wrapper{background:var(--sapField_BackgroundStyle);background-color:var(--sapField_Background)}:host(:not([value-state]):not([readonly]):not([disabled]):hover) .ui5-textarea-wrapper,:host([value-state=\"None\"]:not([readonly]):not([disabled]):hover) .ui5-textarea-wrapper{background:var(--sapField_Hover_BackgroundStyle);background-color:var(--sapField_Hover_Background);border:var(--_ui5-v2-5-3_textarea_hover_border)}:host(:not([value-state]):not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper,:host([value-state=\"None\"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{box-shadow:var(--sapField_Hover_Shadow)}.ui5-textarea-root{width:100%;height:inherit;min-height:var(--_ui5-v2-5-3_textarea_min_height);display:inline-flex;vertical-align:top;outline:none;box-sizing:border-box;border-radius:inherit;border-color:inherit;position:relative}.ui5-textarea-wrapper{position:relative;box-sizing:border-box;width:100%;border-bottom:none;display:flex;height:100%;background-color:var(--sapField_Background);border-color:var(--sapField_BorderColor);border-radius:var(--sapField_BorderCornerRadius);border-width:var(--sapField_BorderWidth);border-style:var(--sapField_BorderStyle);padding:var(--_ui5-v2-5-3_textarea_wrapper_padding);outline:none}:host([disabled]) .ui5-textarea-wrapper{opacity:var(--_ui5-v2-5-3_textarea_disabled_opacity);cursor:default;pointer-events:none}:host(:not([readonly])) .ui5-textarea-wrapper,:host([readonly][disabled]) .ui5-textarea-wrapper{box-shadow:var(--sapField_Shadow)}:host([value-state]) .ui5-textarea-wrapper{border-color:inherit}:host([focused]) .ui5-textarea-wrapper{background-color:var(--sapField_Focus_Background);background-image:none;box-shadow:none}:host([focused]) .ui5-textarea-wrapper:after{content:var(--_ui5-v2-5-3_textarea_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-5-3_textarea_focus_outline_color);border-radius:var(--_ui5-v2-5-3_textarea_focus_border_radius);top:var(--_ui5-v2-5-3_textarea_focus_offset);bottom:var(--_ui5-v2-5-3_textarea_focus_offset);left:var(--_ui5-v2-5-3_textarea_focus_offset);right:var(--_ui5-v2-5-3_textarea_focus_offset)}:host([focused][readonly]) .ui5-textarea-wrapper:after{top:var(--_ui5-v2-5-3_textarea_readonly_focus_offset);bottom:var(--_ui5-v2-5-3_textarea_readonly_focus_offset);left:var(--_ui5-v2-5-3_textarea_readonly_focus_offset);right:var(--_ui5-v2-5-3_textarea_readonly_focus_offset)}:host([focused][value-state=\"Negative\"]:not([disabled])) .ui5-textarea-wrapper:after,:host([focused][value-state=\"Critical\"]:not([disabled])) .ui5-textarea-wrapper:after,:host([focused][value-state=\"Information\"]:not([disabled])) .ui5-textarea-wrapper:after{top:var(--_ui5-v2-5-3_textarea_value_state_focus_offset);bottom:var(--_ui5-v2-5-3_textarea_value_state_focus_offset);left:var(--_ui5-v2-5-3_textarea_value_state_focus_offset);right:var(--_ui5-v2-5-3_textarea_value_state_focus_offset)}.ui5-textarea-inner{border:none;box-sizing:border-box;width:100%;margin:0;padding:var(--_ui5-v2-5-3_textarea_padding_top) var(--_ui5-v2-5-3_textarea_padding_right_and_left) var(--_ui5-v2-5-3_textarea_padding_bottom);color:inherit;font-size:inherit;font-family:inherit;font-style:inherit;-webkit-appearance:none;-moz-appearance:textfield;overflow:auto;resize:none;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;background:transparent;outline:none}:host([growing]) .ui5-textarea-inner{box-sizing:border-box;height:100%;position:absolute;top:0;left:0}.ui5-textarea-mirror{box-sizing:border-box;line-height:var(--_ui5-v2-5-3_textarea_line_height);visibility:hidden;width:100%;max-height:94vh;min-height:calc((var(--_textarea_rows) * var(--_ui5-v2-5-3_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom));word-break:break-all;padding-top:var(--_ui5-v2-5-3_textarea_padding_top);padding-bottom:var(--_ui5-v2-5-3_textarea_padding_bottom);font-size:var(--sapFontSize);font-family:\"72override\",var(--sapFontFamily);white-space:pre-wrap;overflow-y:auto}:host([style*=\"height\"]) .ui5-textarea-root,:host([growing][style*=\"height\"]) .ui5-textarea-wrapper{height:inherit;min-height:var(--_ui5-v2-5-3_textarea_min_height)}:host([rows]) .ui5-textarea-inner,:host([rows]) .ui5-textarea-mirror{min-height:calc((var(--_textarea_rows) * var(--_ui5-v2-5-3_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom))}:host:not([rows]) .ui5-textarea-inner{min-height:calc(2 * var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom))}:host([growing]):not([growing-max-rows=\"0\"]) .ui5-textarea-inner{max-height:100%}:host([growing-max-rows]:not([growing-max-rows=\"0\"])) .ui5-textarea-mirror{max-height:calc((var(--_textarea_growing_max_rows) * var(--_ui5-v2-5-3_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom))}:host([rows=\"1\"]) .ui5-textarea-inner{min-height:calc(var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom))}:host([growing-max-rows=\"1\"]) .ui5-textarea-inner,:host([growing-max-rows=\"1\"]) .ui5-textarea-mirror{max-height:calc(var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom));min-height:calc(var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom))}:host([rows=\"1\"][growing-max-rows]) .ui5-textarea-inner,:host([rows=\"1\"][growing-max-rows]) .ui5-textarea-mirror{min-height:calc(var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom));max-height:calc((var(--_textarea_growing_max_rows) * var(--_ui5-v2-5-3_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top) + var(--_ui5-v2-5-3_textarea_padding_bottom))}:host([value-state=\"Negative\"]) .ui5-textarea-mirror,:host([value-state=\"Critical\"]) .ui5-textarea-mirror{padding-top:var(--_ui5-v2-5-3_textarea_padding_top_error_warning);padding-bottom:var(--_ui5-v2-5-3_textarea_padding_bottom_error_warning);min-height:calc(var(--_textarea_rows) * var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top_error_warning) + var(--_ui5-v2-5-3_textarea_padding_bottom_error_warning))}:host([growing-max-rows=\"1\"][value-state=\"Negative\"]) .ui5-textarea-inner,:host([growing-max-rows=\"1\"][value-state=\"Negative\"]) .ui5-textarea-mirror :host([growing-max-rows=\"1\"][value-state=\"Critical\"]) .ui5-textarea-inner,:host([growing-max-rows=\"1\"][value-state=\"Critical\"]) .ui5-textarea-mirror{max-height:var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top_error_warning) + var(--_ui5-v2-5-3_textarea_padding_bottom_error_warning);min-height:var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top_error_warning) + var(--_ui5-v2-5-3_textarea_padding_bottom_error_warning)}:host([value-state=\"Information\"]) .ui5-textarea-mirror{padding-top:var(--_ui5-v2-5-3_textarea_padding_top_information);padding-bottom:var(--_ui5-v2-5-3_textarea_padding_bottom_information);min-height:calc(var(--_textarea_rows) * var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top_information) + var(--_ui5-v2-5-3_textarea_padding_bottom_information))}:host([growing-max-rows=\"1\"][value-state=\"Information\"]) .ui5-textarea-inner,:host([growing-max-rows=\"1\"][value-state=\"Information\"]) .ui5-textarea-mirror{max-height:var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top__ui5_textarea_padding_top_information) + var(--_ui5-v2-5-3_textarea_padding_bottom__ui5_textarea_padding_top_information);min-height:var(--_ui5-v2-5-3_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-5-3_textarea_padding_top_error_warning) + var(--_ui5-v2-5-3_textarea_padding_bottom_information)}:host([readonly]:not([disabled])){border-color:var(--sapField_ReadOnly_BorderColor)}:host([readonly]:not([disabled])) .ui5-textarea-inner{padding:var(--_ui5-v2-5-3_textarea_padding_top_readonly) var(--_ui5-v2-5-3_textarea_padding_right_and_left_readonly) var(--_ui5-v2-5-3_textarea_padding_bottom_readonly)}:host([readonly]:not([disabled])) .ui5-textarea-root .ui5-textarea-wrapper{background-color:var(--sapField_ReadOnly_Background);border-color:var(--sapField_ReadOnly_BorderColor);border-style:var(--_ui5-v2-5-3_textarea_readonly_border_style)}:host([show-exceeded-text]) .ui5-textarea-root{flex-direction:column}.ui5-textarea-inner::-webkit-input-placeholder{font-weight:400;font-style:var(--_ui5-v2-5-3_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}.ui5-textarea-inner::-moz-placeholder{font-weight:400;font-style:var(--_ui5-v2-5-3_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}.ui5-textarea-inner:-moz-placeholder{font-weight:400;font-style:var(--_ui5-v2-5-3_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state=\"Negative\"]) .ui5-textarea-inner::-webkit-input-placeholder{font-weight:var(--_ui5-v2-5-3_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-3_textarea_error_placeholder_font_style);color:var(--_ui5-v2-5-3_textarea_error_placeholder_color)}:host([value-state=\"Negative\"]) .ui5-textarea-inner::-moz-placeholder{font-weight:var(--_ui5-v2-5-3_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-3_textarea_error_placeholder_font_style);color:var(--_ui5-v2-5-3_textarea_error_placeholder_color)}:host([value-state=\"Critical\"]) .ui5-textarea-inner::-moz-placeholder{font-weight:var(--_ui5-v2-5-3_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-3_textarea_error_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state=\"Critical\"]) .ui5-textarea-inner::-webkit-input-placeholder{font-weight:var(--_ui5-v2-5-3_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-5-3_textarea_error_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state=\"Negative\"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--sapField_InvalidColor);box-shadow:var(--sapField_InvalidShadow)}:host([value-state=\"Negative\"][focused]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-3_textarea_focused_value_state_error_background);border-color:var(--sapField_InvalidColor)}:host([value-state=\"Negative\"][focused]:not([readonly]):not([disabled])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v2-5-3_textarea_focused_value_state_error_focus_outline_color)}:host([value-state=\"Negative\"]:not([readonly]):not([focused]):not([disabled]):hover) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-3_textarea_error_hover_background_color);box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state=\"Negative\"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state=\"Critical\"]:not([readonly]):not([disabled])) .ui5-textarea-inner{font-style:var(--_ui5-v2-5-3_textarea_error_warning_font_style);font-weight:var(--_ui5-v2-5-3_textarea_error_warning_font_weight);padding:var(--_ui5-v2-5-3_textarea_padding_top_error_warning) var(--_ui5-v2-5-3_textarea_padding_right_and_left_error_warning) var(--_ui5-v2-5-3_textarea_padding_bottom_error_warning)}:host([value-state=\"Negative\"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper,:host([value-state=\"Critical\"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{border-style:var(--_ui5-v2-5-3_textarea_error_warning_border_style);border-width:var(--_ui5-v2-5-3_textarea_state_border_width);padding:var(--_ui5-v2-5-3_textarea_warning_error_wrapper_padding)}:host([value-state=\"Negative\"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state=\"Critical\"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state=\"Information\"]:not([readonly]):not([disabled])) .ui5-textarea-inner{border-style:none}:host([value-state=\"Critical\"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--sapField_WarningColor);box-shadow:var(--sapField_WarningShadow)}:host([value-state=\"Critical\"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-3_textarea_focused_value_state_warning_background);border-color:var(--sapField_WarningColor)}:host([value-state=\"Critical\"][focused]:not([readonly])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v2-5-3_textarea_focused_value_state_warning_focus_outline_color)}:host([value-state=\"Critical\"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state=\"Positive\"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--sapField_SuccessColor);border-width:var(--sapField_BorderWidth);box-shadow:var(--sapField_SuccessShadow);padding:var(--_ui5-v2-5-3_textarea_success_wrapper_padding)}:host([value-state=\"Positive\"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-3_textarea_focused_value_state_success_background);border-color:var(--sapField_SuccessColor)}:host([value-state=\"Positive\"][focused]:not([readonly])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v2-5-3_textarea_focused_value_state_success_focus_outline_color)}:host([value-state=\"Positive\"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_SuccessShadow)}:host([value-state][value-state=\"Positive\"]) .ui5-textarea-inner{border-radius:var(--sapField_BorderCornerRadius)}:host([value-state=\"Information\"]:not([readonly]):not([disabled])) .ui5-textarea-inner{padding:var(--_ui5-v2-5-3_textarea_padding_top_information) var(--_ui5-v2-5-3_textarea_padding_right_and_left_information) var(--_ui5-v2-5-3_textarea_padding_bottom_information)}:host([value-state=\"Information\"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--sapField_InformationColor);box-shadow:var(--sapField_InformationShadow);padding:var(--_ui5-v2-5-3_textarea_information_wrapper_padding);border-width:var(--_ui5-v2-5-3_textarea_information_border_width);border-style:var(--_ui5-v2-5-3_textarea_error_warning_border_style)}:host([value-state=\"Information\"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-5-3_textarea_focused_value_state_information_background);border-color:var(--sapField_InformationColor)}:host([value-state=\"Information\"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_InformationShadow)}.ui5-textarea-exceeded-text{align-self:flex-end;padding:.125rem .125rem .5rem;color:var(--sapContent_LabelColor);font-family:\"72override\",var(--sapFontFamily);font-size:var(--sapFontSmallSize)}:host([readonly]) .ui5-textarea-exceeded-text,:host([disabled]) .ui5-textarea-exceeded-text{display:none}:host .ui5-content-custom-scrollbars ::-webkit-scrollbar{border-top-right-radius:var(--sapField_BorderCornerRadius);border-bottom-right-radius:var(--sapField_BorderCornerRadius)}:host([value-state=\"Negative\"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([value-state=\"Critical\"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([value-state=\"Information\"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([value-state=\"Positive\"]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([focused]) .ui5-content-custom-scrollbars ::-webkit-scrollbar{background-image:none}\n`};\nexport default styleData;\n\t"]}
@@ -3,7 +3,7 @@ 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("@ui5/webcomponents", "sap_horizon", async () => defaultTheme);
6
- const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/TimePicker.css.ts", content: `: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-5-1_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v2-5-1_input_icon_padding);border-inline-start:var(--_ui5-v2-5-1_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v2-5-1_input_icon_border_radius)}.inputIcon[pressed]{background:var(--_ui5-v2-5-1_input_icon_pressed_bg);box-shadow:var(--_ui5-v2-5-1_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-5-1_select_hover_icon_left_border);color:var(--_ui5-v2-5-1_input_icon_pressed_color)}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v2-5-1_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-5-1_select_hover_icon_left_border);color:var(--_ui5-v2-5-1_input_icon_pressed_color)}.inputIcon:not([pressed]):not(:active):hover{background:var(--_ui5-v2-5-1_input_icon_hover_bg);box-shadow:var(--_ui5-v2-5-1_input_icon_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5-v2-5-1_select_hover_icon_left_border);box-shadow:var(--_ui5-v2-5-1_input_icon_box_shadow)}:host([readonly]:not([disabled])){border-color:var(--_ui5-v2-5-1_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v2-5-1_input_readonly_background)}:host([disabled]){opacity:var(--_ui5-v2-5-1_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-v2-5-1-input_disabled_background);border-color:var(--_ui5-v2-5-1_input_disabled_border_color)}:host([value-state="Negative"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-1_input_error_icon_box_shadow)}:host([value-state="Critical"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-1_input_warning_icon_box_shadow)}:host([value-state="Information"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-1_input_information_icon_box_shadow)}:host([value-state="Positive"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-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-5-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-5-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-5-1_input_value_state_success_border_color);border-width:var(--_ui5-v2-5-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-5-1_input_value_state_information_border_color);border-width:var(--_ui5-v2-5-1_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Negative"]) .inputIcon:active,:host([value-state="Negative"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-1_input_error_icon_box_shadow);color:var(--_ui5-v2-5-1_input_icon_error_pressed_color)}:host([value-state="Critical"]) .inputIcon:active,:host([value-state="Critical"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-1_input_warning_icon_box_shadow);color:var(--_ui5-v2-5-1_input_icon_warning_pressed_color)}:host([value-state="Information"]) .inputIcon:active,:host([value-state="Information"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-1_input_information_icon_box_shadow);color:var(--_ui5-v2-5-1_input_icon_information_pressed_color)}:host([value-state="Positive"]) .inputIcon:active,:host([value-state="Positive"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-1_input_success_icon_box_shadow);color:var(--_ui5-v2-5-1_input_icon_success_pressed_color)}:host([value-state="Negative"]) .inputIcon,:host([value-state="Critical"]) .inputIcon{padding:var(--_ui5-v2-5-1_input_error_warning_icon_padding)}:host([value-state="Information"]) .inputIcon{padding:var(--_ui5-v2-5-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-5-1_input_min_width) + var(--_ui5-v2-5-1_input_icon_width));height:var(--_ui5-v2-5-1_input_height);color:var(--sapField_TextColor);background-color:var(--sapField_Background);border-radius:var(--_ui5-v2-5-1-time_picker_border_radius);margin:var(--_ui5-v2-5-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]):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}
6
+ const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/TimePicker.css.ts", content: `: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-5-3_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v2-5-3_input_icon_padding);border-inline-start:var(--_ui5-v2-5-3_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v2-5-3_input_icon_border_radius)}.inputIcon[pressed]{background:var(--_ui5-v2-5-3_input_icon_pressed_bg);box-shadow:var(--_ui5-v2-5-3_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-5-3_select_hover_icon_left_border);color:var(--_ui5-v2-5-3_input_icon_pressed_color)}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v2-5-3_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-5-3_select_hover_icon_left_border);color:var(--_ui5-v2-5-3_input_icon_pressed_color)}.inputIcon:not([pressed]):not(:active):hover{background:var(--_ui5-v2-5-3_input_icon_hover_bg);box-shadow:var(--_ui5-v2-5-3_input_icon_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5-v2-5-3_select_hover_icon_left_border);box-shadow:var(--_ui5-v2-5-3_input_icon_box_shadow)}:host([readonly]:not([disabled])){border-color:var(--_ui5-v2-5-3_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v2-5-3_input_readonly_background)}:host([disabled]){opacity:var(--_ui5-v2-5-3_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-v2-5-3-input_disabled_background);border-color:var(--_ui5-v2-5-3_input_disabled_border_color)}:host([value-state="Negative"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-3_input_error_icon_box_shadow)}:host([value-state="Critical"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-3_input_warning_icon_box_shadow)}:host([value-state="Information"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-3_input_information_icon_box_shadow)}:host([value-state="Positive"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-3_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-5-3_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-5-3_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-5-3_input_value_state_success_border_color);border-width:var(--_ui5-v2-5-3_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-5-3_input_value_state_information_border_color);border-width:var(--_ui5-v2-5-3_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Negative"]) .inputIcon:active,:host([value-state="Negative"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-3_input_error_icon_box_shadow);color:var(--_ui5-v2-5-3_input_icon_error_pressed_color)}:host([value-state="Critical"]) .inputIcon:active,:host([value-state="Critical"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-3_input_warning_icon_box_shadow);color:var(--_ui5-v2-5-3_input_icon_warning_pressed_color)}:host([value-state="Information"]) .inputIcon:active,:host([value-state="Information"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-3_input_information_icon_box_shadow);color:var(--_ui5-v2-5-3_input_icon_information_pressed_color)}:host([value-state="Positive"]) .inputIcon:active,:host([value-state="Positive"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-3_input_success_icon_box_shadow);color:var(--_ui5-v2-5-3_input_icon_success_pressed_color)}:host([value-state="Negative"]) .inputIcon,:host([value-state="Critical"]) .inputIcon{padding:var(--_ui5-v2-5-3_input_error_warning_icon_padding)}:host([value-state="Information"]) .inputIcon{padding:var(--_ui5-v2-5-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-5-3_input_min_width) + var(--_ui5-v2-5-3_input_icon_width));height:var(--_ui5-v2-5-3_input_height);color:var(--sapField_TextColor);background-color:var(--sapField_Background);border-radius:var(--_ui5-v2-5-3-time_picker_border_radius);margin:var(--_ui5-v2-5-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(--sapField_InvalidBackground)}:host(:not([disabled]):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}
7
7
  ` };
8
8
  export default styleData;
9
9
  //# sourceMappingURL=TimePicker.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TimePicker.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TimePicker.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,0BAA0B,EAAC,OAAO,EAAC;CAC1G,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { 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(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/TimePicker.css.ts\",content:`: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-5-1_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v2-5-1_input_icon_padding);border-inline-start:var(--_ui5-v2-5-1_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v2-5-1_input_icon_border_radius)}.inputIcon[pressed]{background:var(--_ui5-v2-5-1_input_icon_pressed_bg);box-shadow:var(--_ui5-v2-5-1_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-5-1_select_hover_icon_left_border);color:var(--_ui5-v2-5-1_input_icon_pressed_color)}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v2-5-1_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-5-1_select_hover_icon_left_border);color:var(--_ui5-v2-5-1_input_icon_pressed_color)}.inputIcon:not([pressed]):not(:active):hover{background:var(--_ui5-v2-5-1_input_icon_hover_bg);box-shadow:var(--_ui5-v2-5-1_input_icon_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5-v2-5-1_select_hover_icon_left_border);box-shadow:var(--_ui5-v2-5-1_input_icon_box_shadow)}:host([readonly]:not([disabled])){border-color:var(--_ui5-v2-5-1_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v2-5-1_input_readonly_background)}:host([disabled]){opacity:var(--_ui5-v2-5-1_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-v2-5-1-input_disabled_background);border-color:var(--_ui5-v2-5-1_input_disabled_border_color)}:host([value-state=\"Negative\"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-1_input_error_icon_box_shadow)}:host([value-state=\"Critical\"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-1_input_warning_icon_box_shadow)}:host([value-state=\"Information\"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-1_input_information_icon_box_shadow)}:host([value-state=\"Positive\"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-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-5-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-5-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-5-1_input_value_state_success_border_color);border-width:var(--_ui5-v2-5-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-5-1_input_value_state_information_border_color);border-width:var(--_ui5-v2-5-1_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state=\"Negative\"]) .inputIcon:active,:host([value-state=\"Negative\"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-1_input_error_icon_box_shadow);color:var(--_ui5-v2-5-1_input_icon_error_pressed_color)}:host([value-state=\"Critical\"]) .inputIcon:active,:host([value-state=\"Critical\"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-1_input_warning_icon_box_shadow);color:var(--_ui5-v2-5-1_input_icon_warning_pressed_color)}:host([value-state=\"Information\"]) .inputIcon:active,:host([value-state=\"Information\"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-1_input_information_icon_box_shadow);color:var(--_ui5-v2-5-1_input_icon_information_pressed_color)}:host([value-state=\"Positive\"]) .inputIcon:active,:host([value-state=\"Positive\"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-1_input_success_icon_box_shadow);color:var(--_ui5-v2-5-1_input_icon_success_pressed_color)}:host([value-state=\"Negative\"]) .inputIcon,:host([value-state=\"Critical\"]) .inputIcon{padding:var(--_ui5-v2-5-1_input_error_warning_icon_padding)}:host([value-state=\"Information\"]) .inputIcon{padding:var(--_ui5-v2-5-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-5-1_input_min_width) + var(--_ui5-v2-5-1_input_icon_width));height:var(--_ui5-v2-5-1_input_height);color:var(--sapField_TextColor);background-color:var(--sapField_Background);border-radius:var(--_ui5-v2-5-1-time_picker_border_radius);margin:var(--_ui5-v2-5-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]):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}\n`};\nexport default styleData;\n\t"]}
1
+ {"version":3,"file":"TimePicker.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TimePicker.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,0BAA0B,EAAC,OAAO,EAAC;CAC1G,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { 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(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/TimePicker.css.ts\",content:`: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-5-3_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v2-5-3_input_icon_padding);border-inline-start:var(--_ui5-v2-5-3_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v2-5-3_input_icon_border_radius)}.inputIcon[pressed]{background:var(--_ui5-v2-5-3_input_icon_pressed_bg);box-shadow:var(--_ui5-v2-5-3_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-5-3_select_hover_icon_left_border);color:var(--_ui5-v2-5-3_input_icon_pressed_color)}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v2-5-3_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-5-3_select_hover_icon_left_border);color:var(--_ui5-v2-5-3_input_icon_pressed_color)}.inputIcon:not([pressed]):not(:active):hover{background:var(--_ui5-v2-5-3_input_icon_hover_bg);box-shadow:var(--_ui5-v2-5-3_input_icon_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5-v2-5-3_select_hover_icon_left_border);box-shadow:var(--_ui5-v2-5-3_input_icon_box_shadow)}:host([readonly]:not([disabled])){border-color:var(--_ui5-v2-5-3_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v2-5-3_input_readonly_background)}:host([disabled]){opacity:var(--_ui5-v2-5-3_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-v2-5-3-input_disabled_background);border-color:var(--_ui5-v2-5-3_input_disabled_border_color)}:host([value-state=\"Negative\"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-3_input_error_icon_box_shadow)}:host([value-state=\"Critical\"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-3_input_warning_icon_box_shadow)}:host([value-state=\"Information\"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-3_input_information_icon_box_shadow)}:host([value-state=\"Positive\"]) .inputIcon:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v2-5-3_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-5-3_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-5-3_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-5-3_input_value_state_success_border_color);border-width:var(--_ui5-v2-5-3_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-5-3_input_value_state_information_border_color);border-width:var(--_ui5-v2-5-3_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state=\"Negative\"]) .inputIcon:active,:host([value-state=\"Negative\"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-3_input_error_icon_box_shadow);color:var(--_ui5-v2-5-3_input_icon_error_pressed_color)}:host([value-state=\"Critical\"]) .inputIcon:active,:host([value-state=\"Critical\"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-3_input_warning_icon_box_shadow);color:var(--_ui5-v2-5-3_input_icon_warning_pressed_color)}:host([value-state=\"Information\"]) .inputIcon:active,:host([value-state=\"Information\"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-3_input_information_icon_box_shadow);color:var(--_ui5-v2-5-3_input_icon_information_pressed_color)}:host([value-state=\"Positive\"]) .inputIcon:active,:host([value-state=\"Positive\"]) .inputIcon[pressed]{box-shadow:var(--_ui5-v2-5-3_input_success_icon_box_shadow);color:var(--_ui5-v2-5-3_input_icon_success_pressed_color)}:host([value-state=\"Negative\"]) .inputIcon,:host([value-state=\"Critical\"]) .inputIcon{padding:var(--_ui5-v2-5-3_input_error_warning_icon_padding)}:host([value-state=\"Information\"]) .inputIcon{padding:var(--_ui5-v2-5-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-5-3_input_min_width) + var(--_ui5-v2-5-3_input_icon_width));height:var(--_ui5-v2-5-3_input_height);color:var(--sapField_TextColor);background-color:var(--sapField_Background);border-radius:var(--_ui5-v2-5-3-time_picker_border_radius);margin:var(--_ui5-v2-5-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(--sapField_InvalidBackground)}:host(:not([disabled]):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}\n`};\nexport default styleData;\n\t"]}
@@ -3,7 +3,7 @@ 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("@ui5/webcomponents", "sap_horizon", async () => defaultTheme);
6
- const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/Toast.css.ts", content: `:host{font-family:"72override",var(--sapFontFamily);color:var(--sapList_TextColor);font-size:var(--sapFontSize);position:fixed;display:none;box-sizing:border-box;max-width:15rem;overflow:hidden;background:var(--_ui5-v2-5-1_toast_background);box-shadow:var(--_ui5-v2-5-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}.ui5-toast-root{height:100%;width:100%;padding:0;outline:none;box-sizing:border-box}:host([open]){display:block}:host(:not([placement])){bottom:var(--_ui5-v2-5-1_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement="TopStart"]){top:var(--_ui5-v2-5-1_toast_vertical_offset);left:var(--_ui5-v2-5-1_toast_horizontal_offset)}:host([placement="MiddleStart"]){left:var(--_ui5-v2-5-1_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement="BottomStart"]){left:var(--_ui5-v2-5-1_toast_horizontal_offset);bottom:var(--_ui5-v2-5-1_toast_vertical_offset)}:host([placement="TopCenter"]){top:var(--_ui5-v2-5-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-5-1_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement="TopEnd"]){right:var(--_ui5-v2-5-1_toast_horizontal_offset);top:var(--_ui5-v2-5-1_toast_vertical_offset)}:host([placement="MiddleEnd"]){right:var(--_ui5-v2-5-1_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement="BottomEnd"]){right:var(--_ui5-v2-5-1_toast_horizontal_offset);bottom:var(--_ui5-v2-5-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-5-1_toast_offset_width)}
6
+ const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/Toast.css.ts", content: `:host{font-family:"72override",var(--sapFontFamily);color:var(--sapList_TextColor);font-size:var(--sapFontSize);position:fixed;display:none;box-sizing:border-box;max-width:15rem;overflow:hidden;background:var(--_ui5-v2-5-3_toast_background);box-shadow:var(--_ui5-v2-5-3_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}:host([open]){display:block}:host(:not([placement])){bottom:var(--_ui5-v2-5-3_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement="TopStart"]){top:var(--_ui5-v2-5-3_toast_vertical_offset);left:var(--_ui5-v2-5-3_toast_horizontal_offset)}:host([placement="MiddleStart"]){left:var(--_ui5-v2-5-3_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement="BottomStart"]){left:var(--_ui5-v2-5-3_toast_horizontal_offset);bottom:var(--_ui5-v2-5-3_toast_vertical_offset)}:host([placement="TopCenter"]){top:var(--_ui5-v2-5-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-5-3_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement="TopEnd"]){right:var(--_ui5-v2-5-3_toast_horizontal_offset);top:var(--_ui5-v2-5-3_toast_vertical_offset)}:host([placement="MiddleEnd"]){right:var(--_ui5-v2-5-3_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement="BottomEnd"]){right:var(--_ui5-v2-5-3_toast_horizontal_offset);bottom:var(--_ui5-v2-5-3_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-5-3_toast_offset_width)}
7
7
  ` };
8
8
  export default styleData;
9
9
  //# sourceMappingURL=Toast.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Toast.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Toast.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,qBAAqB,EAAC,OAAO,EAAC;CACrG,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { 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(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/Toast.css.ts\",content:`:host{font-family:\"72override\",var(--sapFontFamily);color:var(--sapList_TextColor);font-size:var(--sapFontSize);position:fixed;display:none;box-sizing:border-box;max-width:15rem;overflow:hidden;background:var(--_ui5-v2-5-1_toast_background);box-shadow:var(--_ui5-v2-5-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}.ui5-toast-root{height:100%;width:100%;padding:0;outline:none;box-sizing:border-box}:host([open]){display:block}:host(:not([placement])){bottom:var(--_ui5-v2-5-1_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"TopStart\"]){top:var(--_ui5-v2-5-1_toast_vertical_offset);left:var(--_ui5-v2-5-1_toast_horizontal_offset)}:host([placement=\"MiddleStart\"]){left:var(--_ui5-v2-5-1_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement=\"BottomStart\"]){left:var(--_ui5-v2-5-1_toast_horizontal_offset);bottom:var(--_ui5-v2-5-1_toast_vertical_offset)}:host([placement=\"TopCenter\"]){top:var(--_ui5-v2-5-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-5-1_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"TopEnd\"]){right:var(--_ui5-v2-5-1_toast_horizontal_offset);top:var(--_ui5-v2-5-1_toast_vertical_offset)}:host([placement=\"MiddleEnd\"]){right:var(--_ui5-v2-5-1_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement=\"BottomEnd\"]){right:var(--_ui5-v2-5-1_toast_horizontal_offset);bottom:var(--_ui5-v2-5-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-5-1_toast_offset_width)}\n`};\nexport default styleData;\n\t"]}
1
+ {"version":3,"file":"Toast.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Toast.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,qBAAqB,EAAC,OAAO,EAAC;CACrG,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { 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(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/Toast.css.ts\",content:`:host{font-family:\"72override\",var(--sapFontFamily);color:var(--sapList_TextColor);font-size:var(--sapFontSize);position:fixed;display:none;box-sizing:border-box;max-width:15rem;overflow:hidden;background:var(--_ui5-v2-5-3_toast_background);box-shadow:var(--_ui5-v2-5-3_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}:host([open]){display:block}:host(:not([placement])){bottom:var(--_ui5-v2-5-3_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"TopStart\"]){top:var(--_ui5-v2-5-3_toast_vertical_offset);left:var(--_ui5-v2-5-3_toast_horizontal_offset)}:host([placement=\"MiddleStart\"]){left:var(--_ui5-v2-5-3_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement=\"BottomStart\"]){left:var(--_ui5-v2-5-3_toast_horizontal_offset);bottom:var(--_ui5-v2-5-3_toast_vertical_offset)}:host([placement=\"TopCenter\"]){top:var(--_ui5-v2-5-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-5-3_toast_vertical_offset);left:50%;transform:translate(-50%)}:host([placement=\"TopEnd\"]){right:var(--_ui5-v2-5-3_toast_horizontal_offset);top:var(--_ui5-v2-5-3_toast_vertical_offset)}:host([placement=\"MiddleEnd\"]){right:var(--_ui5-v2-5-3_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement=\"BottomEnd\"]){right:var(--_ui5-v2-5-3_toast_horizontal_offset);bottom:var(--_ui5-v2-5-3_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-5-3_toast_offset_width)}\n`};\nexport default styleData;\n\t"]}
@@ -3,7 +3,7 @@ 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("@ui5/webcomponents", "sap_horizon", async () => defaultTheme);
6
- const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/ToggleButton.css.ts", content: `:host(:not([hidden])){display:inline-block}:host([design="Emphasized"]:not([pressed])){text-shadow:var(--_ui5-v2-5-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]: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]: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]: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]: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
+ const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/ToggleButton.css.ts", content: `:host(:not([hidden])){display:inline-block}:host([design="Emphasized"]:not([pressed])){text-shadow:var(--_ui5-v2-5-3_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]: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]: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]: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]: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)}
7
7
  ` };
8
8
  export default styleData;
9
9
  //# sourceMappingURL=ToggleButton.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToggleButton.css.js","sourceRoot":"","sources":["../../../src/generated/themes/ToggleButton.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,4BAA4B,EAAC,OAAO,EAAC;CAC5G,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { 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(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/ToggleButton.css.ts\",content:`:host(:not([hidden])){display:inline-block}:host([design=\"Emphasized\"]:not([pressed])){text-shadow:var(--_ui5-v2-5-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]: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]: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]: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]: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`};\nexport default styleData;\n\t"]}
1
+ {"version":3,"file":"ToggleButton.css.js","sourceRoot":"","sources":["../../../src/generated/themes/ToggleButton.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,4BAA4B,EAAC,OAAO,EAAC;CAC5G,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { 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(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/ToggleButton.css.ts\",content:`:host(:not([hidden])){display:inline-block}:host([design=\"Emphasized\"]:not([pressed])){text-shadow:var(--_ui5-v2-5-3_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]: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]: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]: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]: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`};\nexport default styleData;\n\t"]}
@@ -3,7 +3,7 @@ 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("@ui5/webcomponents", "sap_horizon", async () => defaultTheme);
6
- const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/Token.css.ts", content: `:host{display:inline-block;background:var(--_ui5-v2-5-1_token_background);border:var(--sapButton_BorderWidth) solid var(--sapButton_TokenBorderColor);border-radius:var(--_ui5-v2-5-1_token_border_radius);color:var(--_ui5-v2-5-1_token_text_color);height:var(--_ui5-v2-5-1_token_height);box-sizing:border-box}:host(:not([single-token])){margin-inline-end:var(--_ui5-v2-5-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{border-bottom:var(--_ui5-v2-5-1_token_selected_internal_border_bottom);border-bottom-left-radius:var(--_ui5-v2-5-1_token_selected_internal_border_bottom_radius);border-bottom-right-radius:var(--_ui5-v2-5-1_token_selected_internal_border_bottom_radius)}:host([selected]:hover){background:var(--sapButton_Selected_Hover_Background)}:host([readonly]:not([selected])){background:var(--_ui5-v2-5-1_token_readonly_background);border-color:var(--sapField_ReadOnly_BorderColor);color:var(--_ui5-v2-5-1_token_readonly_color)}:host([readonly]) .ui5-token--wrapper{padding:var(--_ui5-v2-5-1_token_readonly_padding)}:host([selected]) .ui5-token--wrapper:focus{outline:var(--_ui5-v2-5-1_token_selected_focus_outline)}:host([selected]) .ui5-token--text,:host([selected]) .ui5-token--icon{top:var(--_ui5-v2-5-1_token_text_icon_top);position:relative}:host([focused][selected]:not(:hover)){background:var(--sapButton_Selected_Background);color:var(--sapButton_Selected_TextColor);border:var(--_ui5-v2-5-1_token_focused_selected_border)}.ui5-token--wrapper{display:flex;align-items:center;height:100%;width:100%;cursor:pointer;padding-inline-start:var(--_ui5-v2-5-1_token_left_padding);box-sizing:border-box;font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);user-select:none}.ui5-token--wrapper{position:relative}:host([selected]) .ui5-token--wrapper{font-family:var(--_ui5-v2-5-1_token_selected_text_font_family)}.ui5-token--wrapper:focus{outline-offset:var(--_ui5-v2-5-1_token_outline_offset);outline:var(--_ui5-v2-5-1_token_focus_outline)}.ui5-token--wrapper:focus:after{content:var(--ui5-v2-5-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-5-1_token_focus_outline_border_radius);top:var(--_ui5-v2-5-1_token_focus_offset);bottom:var(--_ui5-v2-5-1_token_focus_offset);left:var(--_ui5-v2-5-1_token_focus_offset);right:var(--_ui5-v2-5-1_token_focus_offset)}:host([focused][selected]) .ui5-token--wrapper:focus:after{bottom:var(--_ui5-v2-5-1_token_selected_focused_offset_bottom)}.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-5-1_token_icon_size);height:var(--_ui5-v2-5-1_token_icon_size);padding:var(--_ui5-v2-5-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
+ const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/Token.css.ts", content: `:host{display:inline-block;background:var(--_ui5-v2-5-3_token_background);border:var(--sapButton_BorderWidth) solid var(--sapButton_TokenBorderColor);border-radius:var(--_ui5-v2-5-3_token_border_radius);color:var(--_ui5-v2-5-3_token_text_color);height:var(--_ui5-v2-5-3_token_height);box-sizing:border-box}:host(:not([single-token])){margin-inline-end:var(--_ui5-v2-5-3_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{border-bottom:var(--_ui5-v2-5-3_token_selected_internal_border_bottom);border-bottom-left-radius:var(--_ui5-v2-5-3_token_selected_internal_border_bottom_radius);border-bottom-right-radius:var(--_ui5-v2-5-3_token_selected_internal_border_bottom_radius)}:host([selected]:hover){background:var(--sapButton_Selected_Hover_Background)}:host([readonly]:not([selected])){background:var(--_ui5-v2-5-3_token_readonly_background);border-color:var(--sapField_ReadOnly_BorderColor);color:var(--_ui5-v2-5-3_token_readonly_color)}:host([readonly]) .ui5-token--wrapper{padding:var(--_ui5-v2-5-3_token_readonly_padding)}:host([selected]) .ui5-token--wrapper:focus{outline:var(--_ui5-v2-5-3_token_selected_focus_outline)}:host([selected]) .ui5-token--text,:host([selected]) .ui5-token--icon{top:var(--_ui5-v2-5-3_token_text_icon_top);position:relative}:host([focused][selected]:not(:hover)){background:var(--sapButton_Selected_Background);color:var(--sapButton_Selected_TextColor);border:var(--_ui5-v2-5-3_token_focused_selected_border)}.ui5-token--wrapper{display:flex;align-items:center;height:100%;width:100%;cursor:pointer;padding-inline-start:var(--_ui5-v2-5-3_token_left_padding);box-sizing:border-box;font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);user-select:none}.ui5-token--wrapper{position:relative}:host([selected]) .ui5-token--wrapper{font-family:var(--_ui5-v2-5-3_token_selected_text_font_family)}.ui5-token--wrapper:focus{outline-offset:var(--_ui5-v2-5-3_token_outline_offset);outline:var(--_ui5-v2-5-3_token_focus_outline)}.ui5-token--wrapper:focus:after{content:var(--ui5-v2-5-3_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-5-3_token_focus_outline_border_radius);top:var(--_ui5-v2-5-3_token_focus_offset);bottom:var(--_ui5-v2-5-3_token_focus_offset);left:var(--_ui5-v2-5-3_token_focus_offset);right:var(--_ui5-v2-5-3_token_focus_offset)}:host([focused][selected]) .ui5-token--wrapper:focus:after{bottom:var(--_ui5-v2-5-3_token_selected_focused_offset_bottom)}.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-5-3_token_icon_size);height:var(--_ui5-v2-5-3_token_icon_size);padding:var(--_ui5-v2-5-3_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%}
7
7
  ` };
8
8
  export default styleData;
9
9
  //# sourceMappingURL=Token.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Token.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Token.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,qBAAqB,EAAC,OAAO,EAAC;CACrG,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { 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(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/Token.css.ts\",content:`:host{display:inline-block;background:var(--_ui5-v2-5-1_token_background);border:var(--sapButton_BorderWidth) solid var(--sapButton_TokenBorderColor);border-radius:var(--_ui5-v2-5-1_token_border_radius);color:var(--_ui5-v2-5-1_token_text_color);height:var(--_ui5-v2-5-1_token_height);box-sizing:border-box}:host(:not([single-token])){margin-inline-end:var(--_ui5-v2-5-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{border-bottom:var(--_ui5-v2-5-1_token_selected_internal_border_bottom);border-bottom-left-radius:var(--_ui5-v2-5-1_token_selected_internal_border_bottom_radius);border-bottom-right-radius:var(--_ui5-v2-5-1_token_selected_internal_border_bottom_radius)}:host([selected]:hover){background:var(--sapButton_Selected_Hover_Background)}:host([readonly]:not([selected])){background:var(--_ui5-v2-5-1_token_readonly_background);border-color:var(--sapField_ReadOnly_BorderColor);color:var(--_ui5-v2-5-1_token_readonly_color)}:host([readonly]) .ui5-token--wrapper{padding:var(--_ui5-v2-5-1_token_readonly_padding)}:host([selected]) .ui5-token--wrapper:focus{outline:var(--_ui5-v2-5-1_token_selected_focus_outline)}:host([selected]) .ui5-token--text,:host([selected]) .ui5-token--icon{top:var(--_ui5-v2-5-1_token_text_icon_top);position:relative}:host([focused][selected]:not(:hover)){background:var(--sapButton_Selected_Background);color:var(--sapButton_Selected_TextColor);border:var(--_ui5-v2-5-1_token_focused_selected_border)}.ui5-token--wrapper{display:flex;align-items:center;height:100%;width:100%;cursor:pointer;padding-inline-start:var(--_ui5-v2-5-1_token_left_padding);box-sizing:border-box;font-size:var(--sapFontSize);font-family:\"72override\",var(--sapFontFamily);user-select:none}.ui5-token--wrapper{position:relative}:host([selected]) .ui5-token--wrapper{font-family:var(--_ui5-v2-5-1_token_selected_text_font_family)}.ui5-token--wrapper:focus{outline-offset:var(--_ui5-v2-5-1_token_outline_offset);outline:var(--_ui5-v2-5-1_token_focus_outline)}.ui5-token--wrapper:focus:after{content:var(--ui5-v2-5-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-5-1_token_focus_outline_border_radius);top:var(--_ui5-v2-5-1_token_focus_offset);bottom:var(--_ui5-v2-5-1_token_focus_offset);left:var(--_ui5-v2-5-1_token_focus_offset);right:var(--_ui5-v2-5-1_token_focus_offset)}:host([focused][selected]) .ui5-token--wrapper:focus:after{bottom:var(--_ui5-v2-5-1_token_selected_focused_offset_bottom)}.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-5-1_token_icon_size);height:var(--_ui5-v2-5-1_token_icon_size);padding:var(--_ui5-v2-5-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`};\nexport default styleData;\n\t"]}
1
+ {"version":3,"file":"Token.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Token.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,qBAAqB,EAAC,OAAO,EAAC;CACrG,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { 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(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/Token.css.ts\",content:`:host{display:inline-block;background:var(--_ui5-v2-5-3_token_background);border:var(--sapButton_BorderWidth) solid var(--sapButton_TokenBorderColor);border-radius:var(--_ui5-v2-5-3_token_border_radius);color:var(--_ui5-v2-5-3_token_text_color);height:var(--_ui5-v2-5-3_token_height);box-sizing:border-box}:host(:not([single-token])){margin-inline-end:var(--_ui5-v2-5-3_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{border-bottom:var(--_ui5-v2-5-3_token_selected_internal_border_bottom);border-bottom-left-radius:var(--_ui5-v2-5-3_token_selected_internal_border_bottom_radius);border-bottom-right-radius:var(--_ui5-v2-5-3_token_selected_internal_border_bottom_radius)}:host([selected]:hover){background:var(--sapButton_Selected_Hover_Background)}:host([readonly]:not([selected])){background:var(--_ui5-v2-5-3_token_readonly_background);border-color:var(--sapField_ReadOnly_BorderColor);color:var(--_ui5-v2-5-3_token_readonly_color)}:host([readonly]) .ui5-token--wrapper{padding:var(--_ui5-v2-5-3_token_readonly_padding)}:host([selected]) .ui5-token--wrapper:focus{outline:var(--_ui5-v2-5-3_token_selected_focus_outline)}:host([selected]) .ui5-token--text,:host([selected]) .ui5-token--icon{top:var(--_ui5-v2-5-3_token_text_icon_top);position:relative}:host([focused][selected]:not(:hover)){background:var(--sapButton_Selected_Background);color:var(--sapButton_Selected_TextColor);border:var(--_ui5-v2-5-3_token_focused_selected_border)}.ui5-token--wrapper{display:flex;align-items:center;height:100%;width:100%;cursor:pointer;padding-inline-start:var(--_ui5-v2-5-3_token_left_padding);box-sizing:border-box;font-size:var(--sapFontSize);font-family:\"72override\",var(--sapFontFamily);user-select:none}.ui5-token--wrapper{position:relative}:host([selected]) .ui5-token--wrapper{font-family:var(--_ui5-v2-5-3_token_selected_text_font_family)}.ui5-token--wrapper:focus{outline-offset:var(--_ui5-v2-5-3_token_outline_offset);outline:var(--_ui5-v2-5-3_token_focus_outline)}.ui5-token--wrapper:focus:after{content:var(--ui5-v2-5-3_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-5-3_token_focus_outline_border_radius);top:var(--_ui5-v2-5-3_token_focus_offset);bottom:var(--_ui5-v2-5-3_token_focus_offset);left:var(--_ui5-v2-5-3_token_focus_offset);right:var(--_ui5-v2-5-3_token_focus_offset)}:host([focused][selected]) .ui5-token--wrapper:focus:after{bottom:var(--_ui5-v2-5-3_token_selected_focused_offset_bottom)}.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-5-3_token_icon_size);height:var(--_ui5-v2-5-3_token_icon_size);padding:var(--_ui5-v2-5-3_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`};\nexport default styleData;\n\t"]}
@@ -3,7 +3,7 @@ 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("@ui5/webcomponents", "sap_horizon", async () => defaultTheme);
6
- const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/Tokenizer.css.ts", content: `.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-5-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:"72override",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-5-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-5-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-5-1_link_hover_text_decoration)}.ui5-tokenizer--clear-all:active{color:var(--sapLink_Active_Color);text-decoration:var(--_ui5-v2-5-1_link_active_text_decoration)}
6
+ const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/Tokenizer.css.ts", content: `.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-5-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:"72override",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-5-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(--sapFontSize);font-weight:400;color:var(--_ui5-v2-5-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(--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-5-3_link_hover_text_decoration)}.ui5-tokenizer--clear-all:active{color:var(--sapLink_Active_Color);text-decoration:var(--_ui5-v2-5-3_link_active_text_decoration)}
7
7
  ` };
8
8
  export default styleData;
9
9
  //# sourceMappingURL=Tokenizer.css.js.map