@inera/ids-design 8.2.0 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (385) hide show
  1. package/components/accordion/accordion-lit.js +1 -1
  2. package/components/accordion/accordion-shadow-lit.js +9 -0
  3. package/components/accordion/accordion-shadow.css +115 -0
  4. package/components/accordion/accordion.css +10 -16
  5. package/components/action-link/action-link-lit.js +1 -1
  6. package/components/{carousel/carousel-item-lit.js → action-link/action-link-shadow-lit.js} +3 -3
  7. package/components/{carousel/carousel-item.css → action-link/action-link-shadow.css} +43 -51
  8. package/components/action-link/action-link.css +5 -10
  9. package/components/alert/alert-lit.js +1 -1
  10. package/components/alert/alert-shadow-lit.js +7 -0
  11. package/components/alert/alert-shadow.css +63 -0
  12. package/components/alert/alert.css +27 -20
  13. package/components/badge/badge-lit.js +1 -1
  14. package/components/badge/badge.css +1 -1
  15. package/components/box-link/box-link-lit.js +1 -1
  16. package/components/box-link/box-link-shadow-lit.js +7 -0
  17. package/components/box-link/box-link-shadow.css +109 -0
  18. package/components/box-link/box-link.css +16 -28
  19. package/components/breadcrumbs/breadcrumbs-lit.js +1 -1
  20. package/components/breadcrumbs/breadcrumbs-shadow-lit.js +7 -0
  21. package/components/breadcrumbs/breadcrumbs-shadow.css +35 -0
  22. package/components/breadcrumbs/breadcrumbs.css +7 -15
  23. package/components/button-group/button-group-lit.js +1 -1
  24. package/components/button-group/button-group.css +2 -2
  25. package/components/card/card-lit.js +1 -1
  26. package/components/card/card-shadow-lit.js +9 -0
  27. package/components/card/card-shadow.css +30 -0
  28. package/components/card/card.css +58 -65
  29. package/components/carousel/carousel-lit.js +1 -1
  30. package/components/carousel/carousel-shadow-lit.js +7 -0
  31. package/components/carousel/carousel-shadow.css +56 -0
  32. package/components/carousel/carousel.css +110 -33
  33. package/components/data-pagination/data-pagination-lit.js +7 -0
  34. package/components/data-pagination/data-pagination-shadow-lit.d.ts +2 -0
  35. package/components/data-pagination/data-pagination-shadow-lit.js +7 -0
  36. package/components/data-pagination/data-pagination-shadow.css +251 -0
  37. package/components/{pagination/data-pagination → data-pagination}/data-pagination.css +36 -77
  38. package/components/data-table/data-table-lit.js +1 -1
  39. package/components/data-table/data-table.css +48 -40
  40. package/components/date-label/date-label-lit.js +1 -1
  41. package/components/date-label/date-label.css +28 -35
  42. package/components/dialog/dialog-lit.js +1 -1
  43. package/components/dialog/dialog-shadow-lit.d.ts +2 -0
  44. package/components/dialog/dialog-shadow-lit.js +7 -0
  45. package/components/dialog/dialog-shadow.css +27 -0
  46. package/components/dialog/dialog.css +39 -32
  47. package/components/dropdown/dropdown-lit.js +1 -1
  48. package/components/dropdown/dropdown-shadow-lit.d.ts +2 -0
  49. package/components/dropdown/dropdown-shadow-lit.js +9 -0
  50. package/components/dropdown/dropdown-shadow.css +90 -0
  51. package/components/dropdown/dropdown.css +56 -66
  52. package/components/footer-1177/footer-1177-lit.js +1 -1
  53. package/components/footer-1177/footer-1177-shadow-lit.d.ts +2 -0
  54. package/components/footer-1177/footer-1177-shadow-lit.js +7 -0
  55. package/components/footer-1177/footer-1177-shadow.css +61 -0
  56. package/components/footer-1177/footer-1177.css +20 -20
  57. package/components/footer-1177-admin/footer-1177-admin-lit.js +1 -1
  58. package/components/footer-1177-admin/footer-1177-admin-shadow-lit.d.ts +2 -0
  59. package/components/footer-1177-admin/footer-1177-admin-shadow-lit.js +7 -0
  60. package/components/footer-1177-admin/footer-1177-admin-shadow.css +113 -0
  61. package/components/footer-1177-admin/footer-1177-admin.css +21 -33
  62. package/components/footer-1177-pro/footer-1177-pro-lit.js +1 -1
  63. package/components/footer-1177-pro/footer-1177-pro-shadow-lit.d.ts +2 -0
  64. package/components/footer-1177-pro/footer-1177-pro-shadow-lit.js +7 -0
  65. package/components/footer-1177-pro/footer-1177-pro-shadow.css +125 -0
  66. package/components/footer-1177-pro/footer-1177-pro.css +26 -32
  67. package/components/footer-inera/footer-inera-lit.js +1 -1
  68. package/components/footer-inera/footer-inera-shadow-lit.d.ts +2 -0
  69. package/components/footer-inera/footer-inera-shadow-lit.js +7 -0
  70. package/components/footer-inera/footer-inera-shadow.css +113 -0
  71. package/components/footer-inera/footer-inera.css +20 -18
  72. package/components/footer-inera-admin/footer-inera-admin-lit.js +1 -1
  73. package/components/footer-inera-admin/footer-inera-admin-shadow-lit.d.ts +2 -0
  74. package/components/footer-inera-admin/footer-inera-admin-shadow-lit.js +7 -0
  75. package/components/footer-inera-admin/footer-inera-admin-shadow.css +113 -0
  76. package/components/footer-inera-admin/footer-inera-admin.css +21 -33
  77. package/components/form/darkmode-toggle/darkmode-toggle-lit.d.ts +2 -0
  78. package/components/form/darkmode-toggle/darkmode-toggle-lit.js +9 -0
  79. package/components/form/darkmode-toggle/darkmode-toggle.css +179 -0
  80. package/components/form/datepicker/datepicker-lit.js +1 -1
  81. package/components/form/datepicker/datepicker.css +9 -7
  82. package/components/form/error-message/error-message-lit.js +1 -1
  83. package/components/form/error-message/error-message.css +1 -2
  84. package/components/form/group/group-lit.js +1 -1
  85. package/components/form/group/group.css +37 -68
  86. package/components/form/range/range-lit.js +1 -1
  87. package/components/form/range/range.css +9 -10
  88. package/components/form/select-multiple/select-multiple-lit.js +1 -1
  89. package/components/form/select-multiple/select-multiple.css +27 -31
  90. package/components/form/spinner/spinner-lit.js +1 -1
  91. package/components/form/spinner/spinner.css +6 -3
  92. package/components/global-alert/global-alert-lit.js +1 -1
  93. package/components/global-alert/global-alert.css +15 -15
  94. package/components/grid/column/column-lit.js +1 -1
  95. package/components/grid/column/column.css +203 -204
  96. package/components/grid/container/container-lit.js +1 -1
  97. package/components/grid/container/container.css +2 -5
  98. package/components/grid/row/row-lit.js +1 -1
  99. package/components/grid/row/row.css +11 -32
  100. package/components/grid-layout/grid-column/grid-column-lit.d.ts +2 -0
  101. package/components/grid-layout/grid-column/grid-column-lit.js +7 -0
  102. package/components/grid-layout/grid-column/grid-column.css +286 -0
  103. package/components/grid-layout/grid-container/grid-container-lit.d.ts +2 -0
  104. package/components/grid-layout/grid-container/grid-container-lit.js +7 -0
  105. package/components/grid-layout/grid-container/grid-container.css +11 -0
  106. package/components/grid-layout/grid-row/grid-row-lit.d.ts +2 -0
  107. package/components/grid-layout/grid-row/grid-row-lit.js +7 -0
  108. package/components/grid-layout/grid-row/grid-row.css +53 -0
  109. package/components/header-1177/composite-header-1177.css +247 -1106
  110. package/components/header-1177/header-1177-avatar-lit.js +1 -1
  111. package/components/header-1177/header-1177-avatar-shadow-lit.d.ts +2 -0
  112. package/components/header-1177/header-1177-avatar-shadow-lit.js +7 -0
  113. package/components/header-1177/header-1177-avatar-shadow.css +86 -0
  114. package/components/header-1177/header-1177-avatar.css +50 -390
  115. package/components/header-1177/header-1177-item-lit.js +1 -1
  116. package/components/header-1177/header-1177-item-shadow-lit.d.ts +2 -0
  117. package/components/header-1177/header-1177-item-shadow-lit.js +7 -0
  118. package/components/header-1177/header-1177-item-shadow.css +230 -0
  119. package/components/header-1177/header-1177-item.css +89 -323
  120. package/components/header-1177/header-1177-lit.js +1 -1
  121. package/components/header-1177/header-1177-menu-mobile-lit.js +1 -1
  122. package/components/header-1177/header-1177-menu-mobile.css +39 -48
  123. package/components/header-1177/header-1177-nav-item-lit.js +1 -1
  124. package/components/header-1177/header-1177-nav-item-mobile-lit.js +1 -1
  125. package/components/header-1177/header-1177-nav-item-mobile-shadow-lit.d.ts +2 -0
  126. package/components/header-1177/header-1177-nav-item-mobile-shadow-lit.js +7 -0
  127. package/components/header-1177/header-1177-nav-item-mobile-shadow.css +87 -0
  128. package/components/header-1177/header-1177-nav-item-mobile.css +60 -147
  129. package/components/header-1177/header-1177-nav-item-shadow-lit.d.ts +2 -0
  130. package/components/header-1177/header-1177-nav-item-shadow-lit.js +7 -0
  131. package/components/header-1177/header-1177-nav-item-shadow.css +98 -0
  132. package/components/header-1177/header-1177-nav-item.css +51 -28
  133. package/components/header-1177/header-1177-nav-lit.js +1 -1
  134. package/components/header-1177/header-1177-nav.css +16 -100
  135. package/components/header-1177/header-1177-region-picker-lit.js +1 -1
  136. package/components/header-1177/header-1177-region-picker-mobile-lit.js +1 -1
  137. package/components/header-1177/header-1177-region-picker-mobile.css +55 -17
  138. package/components/header-1177/header-1177-region-picker.css +52 -13
  139. package/components/header-1177/header-1177-shadow-lit.d.ts +2 -0
  140. package/components/header-1177/header-1177-shadow-lit.js +7 -0
  141. package/components/header-1177/header-1177-shadow.css +102 -0
  142. package/components/header-1177/header-1177.css +53 -18
  143. package/components/header-1177-admin/composite-header-1177-admin.css +1318 -0
  144. package/components/header-1177-admin/header-1177-admin-avatar-lit.js +1 -1
  145. package/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +1 -1
  146. package/components/header-1177-admin/header-1177-admin-avatar-mobile-shadow-lit.d.ts +2 -0
  147. package/components/header-1177-admin/header-1177-admin-avatar-mobile-shadow-lit.js +7 -0
  148. package/components/header-1177-admin/header-1177-admin-avatar-mobile-shadow.css +37 -0
  149. package/components/header-1177-admin/header-1177-admin-avatar-mobile.css +15 -22
  150. package/components/header-1177-admin/header-1177-admin-avatar-shadow-lit.d.ts +2 -0
  151. package/components/header-1177-admin/header-1177-admin-avatar-shadow-lit.js +7 -0
  152. package/components/header-1177-admin/header-1177-admin-avatar-shadow.css +23 -0
  153. package/components/header-1177-admin/header-1177-admin-avatar.css +34 -291
  154. package/components/header-1177-admin/header-1177-admin-item-lit.js +1 -1
  155. package/components/header-1177-admin/header-1177-admin-item-shadow-lit.d.ts +2 -0
  156. package/components/header-1177-admin/header-1177-admin-item-shadow-lit.js +7 -0
  157. package/components/header-1177-admin/header-1177-admin-item-shadow.css +158 -0
  158. package/components/header-1177-admin/header-1177-admin-item.css +28 -247
  159. package/components/header-1177-admin/header-1177-admin-lit.js +1 -1
  160. package/components/header-1177-admin/header-1177-admin-menu-mobile-lit.js +1 -1
  161. package/components/header-1177-admin/header-1177-admin-menu-mobile.css +39 -46
  162. package/components/header-1177-admin/header-1177-admin-nav-item-lit.js +1 -1
  163. package/components/header-1177-admin/header-1177-admin-nav-item-mobile-lit.d.ts +2 -0
  164. package/components/header-1177-admin/header-1177-admin-nav-item-mobile-lit.js +7 -0
  165. package/components/header-1177-admin/header-1177-admin-nav-item-mobile-shadow-lit.d.ts +2 -0
  166. package/components/header-1177-admin/header-1177-admin-nav-item-mobile-shadow-lit.js +7 -0
  167. package/components/header-1177-admin/header-1177-admin-nav-item-mobile-shadow.css +35 -0
  168. package/components/header-1177-admin/header-1177-admin-nav-item-mobile.css +76 -0
  169. package/components/header-1177-admin/header-1177-admin-nav-item-shadow-lit.d.ts +2 -0
  170. package/components/header-1177-admin/header-1177-admin-nav-item-shadow-lit.js +7 -0
  171. package/components/header-1177-admin/header-1177-admin-nav-item-shadow.css +47 -0
  172. package/components/header-1177-admin/header-1177-admin-nav-item.css +9 -22
  173. package/components/header-1177-admin/header-1177-admin-nav-lit.js +1 -1
  174. package/components/header-1177-admin/header-1177-admin-nav.css +9 -64
  175. package/components/header-1177-admin/header-1177-admin-shadow-lit.d.ts +2 -0
  176. package/components/header-1177-admin/header-1177-admin-shadow-lit.js +7 -0
  177. package/components/header-1177-admin/header-1177-admin-shadow.css +33 -0
  178. package/components/header-1177-admin/header-1177-admin.css +15 -31
  179. package/components/header-1177-pro/composite-header-1177-pro.css +1506 -0
  180. package/components/header-1177-pro/header-1177-pro-avatar-lit.js +1 -1
  181. package/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.js +1 -1
  182. package/components/header-1177-pro/header-1177-pro-avatar-mobile-shadow-lit.d.ts +2 -0
  183. package/components/header-1177-pro/header-1177-pro-avatar-mobile-shadow-lit.js +7 -0
  184. package/components/header-1177-pro/header-1177-pro-avatar-mobile-shadow.css +38 -0
  185. package/components/header-1177-pro/header-1177-pro-avatar-mobile.css +26 -31
  186. package/components/header-1177-pro/header-1177-pro-avatar-shadow-lit.d.ts +2 -0
  187. package/components/header-1177-pro/header-1177-pro-avatar-shadow-lit.js +7 -0
  188. package/components/header-1177-pro/header-1177-pro-avatar-shadow.css +23 -0
  189. package/components/header-1177-pro/header-1177-pro-avatar.css +34 -279
  190. package/components/header-1177-pro/header-1177-pro-item-lit.js +1 -1
  191. package/components/header-1177-pro/header-1177-pro-item-shadow-lit.d.ts +2 -0
  192. package/components/header-1177-pro/header-1177-pro-item-shadow-lit.js +7 -0
  193. package/components/header-1177-pro/header-1177-pro-item-shadow.css +169 -0
  194. package/components/header-1177-pro/header-1177-pro-item.css +45 -286
  195. package/components/header-1177-pro/header-1177-pro-lit.js +1 -1
  196. package/components/header-1177-pro/header-1177-pro-menu-mobile-lit.js +1 -1
  197. package/components/header-1177-pro/header-1177-pro-menu-mobile.css +39 -47
  198. package/components/header-1177-pro/header-1177-pro-nav-item-lit.js +1 -1
  199. package/components/header-1177-pro/header-1177-pro-nav-item-mobile-lit.d.ts +2 -0
  200. package/components/header-1177-pro/header-1177-pro-nav-item-mobile-lit.js +7 -0
  201. package/components/header-1177-pro/header-1177-pro-nav-item-mobile-shadow-lit.d.ts +2 -0
  202. package/components/header-1177-pro/header-1177-pro-nav-item-mobile-shadow-lit.js +7 -0
  203. package/components/header-1177-pro/header-1177-pro-nav-item-mobile-shadow.css +35 -0
  204. package/components/header-1177-pro/header-1177-pro-nav-item-mobile.css +76 -0
  205. package/components/header-1177-pro/header-1177-pro-nav-item-shadow-lit.d.ts +2 -0
  206. package/components/header-1177-pro/header-1177-pro-nav-item-shadow-lit.js +7 -0
  207. package/components/header-1177-pro/header-1177-pro-nav-item-shadow.css +67 -0
  208. package/components/header-1177-pro/header-1177-pro-nav-item.css +9 -26
  209. package/components/header-1177-pro/header-1177-pro-nav-lit.js +1 -1
  210. package/components/header-1177-pro/header-1177-pro-nav.css +15 -97
  211. package/components/header-1177-pro/header-1177-pro-region-picker-lit.js +1 -1
  212. package/components/header-1177-pro/header-1177-pro-region-picker-mobile-lit.js +1 -1
  213. package/components/header-1177-pro/header-1177-pro-region-picker-mobile.css +4 -6
  214. package/components/header-1177-pro/header-1177-pro-region-picker.css +1 -2
  215. package/components/header-1177-pro/header-1177-pro-shadow-lit.d.ts +2 -0
  216. package/components/header-1177-pro/header-1177-pro-shadow-lit.js +7 -0
  217. package/components/header-1177-pro/header-1177-pro-shadow.css +69 -0
  218. package/components/header-1177-pro/header-1177-pro.css +9 -24
  219. package/components/header-inera/composite-header-inera.css +633 -0
  220. package/components/header-inera/header-inera-item-lit.js +1 -1
  221. package/components/header-inera/header-inera-item-shadow-lit.d.ts +2 -0
  222. package/components/header-inera/header-inera-item-shadow-lit.js +7 -0
  223. package/components/header-inera/header-inera-item-shadow.css +100 -0
  224. package/components/header-inera/header-inera-item.css +52 -18
  225. package/components/header-inera/header-inera-lit.js +1 -1
  226. package/components/header-inera/header-inera-menu-mobile-lit.js +1 -1
  227. package/components/header-inera/header-inera-menu-mobile.css +9 -11
  228. package/components/header-inera/header-inera-nav-item-lit.js +1 -1
  229. package/components/header-inera/header-inera-nav-item-shadow-lit.d.ts +2 -0
  230. package/components/header-inera/header-inera-nav-item-shadow-lit.js +7 -0
  231. package/components/header-inera/header-inera-nav-item-shadow.css +46 -0
  232. package/components/header-inera/header-inera-nav-item.css +9 -21
  233. package/components/header-inera/header-inera-nav-lit.js +1 -1
  234. package/components/header-inera/header-inera-nav.css +8 -12
  235. package/components/header-inera/header-inera-shadow-lit.d.ts +2 -0
  236. package/components/header-inera/header-inera-shadow-lit.js +7 -0
  237. package/components/header-inera/header-inera-shadow.css +48 -0
  238. package/components/header-inera/header-inera.css +52 -44
  239. package/components/header-inera-admin/composite-header-inera-admin.css +191 -377
  240. package/components/header-inera-admin/header-inera-admin-avatar-lit.js +1 -1
  241. package/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.js +1 -1
  242. package/components/header-inera-admin/header-inera-admin-avatar-mobile-shadow-lit.d.ts +2 -0
  243. package/components/header-inera-admin/header-inera-admin-avatar-mobile-shadow-lit.js +7 -0
  244. package/components/header-inera-admin/header-inera-admin-avatar-mobile-shadow.css +20 -0
  245. package/components/header-inera-admin/header-inera-admin-avatar-mobile.css +11 -18
  246. package/components/header-inera-admin/header-inera-admin-avatar-shadow-lit.d.ts +2 -0
  247. package/components/header-inera-admin/header-inera-admin-avatar-shadow-lit.js +7 -0
  248. package/components/header-inera-admin/header-inera-admin-avatar-shadow.css +8 -0
  249. package/components/header-inera-admin/header-inera-admin-avatar.css +32 -269
  250. package/components/header-inera-admin/header-inera-admin-item-lit.js +1 -1
  251. package/components/header-inera-admin/header-inera-admin-item-shadow-lit.d.ts +2 -0
  252. package/components/header-inera-admin/header-inera-admin-item-shadow-lit.js +7 -0
  253. package/components/header-inera-admin/header-inera-admin-item-shadow.css +83 -0
  254. package/components/header-inera-admin/header-inera-admin-item.css +72 -36
  255. package/components/header-inera-admin/header-inera-admin-lit.js +1 -1
  256. package/components/header-inera-admin/header-inera-admin-menu-mobile-lit.js +1 -1
  257. package/components/header-inera-admin/header-inera-admin-menu-mobile.css +9 -11
  258. package/components/header-inera-admin/header-inera-admin-nav-item-lit.js +1 -1
  259. package/components/header-inera-admin/header-inera-admin-nav-item-mobile-lit.d.ts +2 -0
  260. package/components/header-inera-admin/header-inera-admin-nav-item-mobile-lit.js +7 -0
  261. package/components/header-inera-admin/header-inera-admin-nav-item-mobile-shadow-lit.d.ts +2 -0
  262. package/components/header-inera-admin/header-inera-admin-nav-item-mobile-shadow-lit.js +7 -0
  263. package/components/header-inera-admin/header-inera-admin-nav-item-mobile-shadow.css +20 -0
  264. package/components/header-inera-admin/header-inera-admin-nav-item-mobile.css +61 -0
  265. package/components/header-inera-admin/header-inera-admin-nav-item-shadow-lit.d.ts +2 -0
  266. package/components/header-inera-admin/header-inera-admin-nav-item-shadow-lit.js +7 -0
  267. package/components/header-inera-admin/header-inera-admin-nav-item-shadow.css +31 -0
  268. package/components/header-inera-admin/header-inera-admin-nav-item.css +16 -29
  269. package/components/header-inera-admin/header-inera-admin-nav-lit.js +1 -1
  270. package/components/header-inera-admin/header-inera-admin-nav.css +3 -7
  271. package/components/header-inera-admin/header-inera-admin-shadow-lit.d.ts +2 -0
  272. package/components/header-inera-admin/header-inera-admin-shadow-lit.js +7 -0
  273. package/components/header-inera-admin/header-inera-admin-shadow.css +43 -0
  274. package/components/header-inera-admin/header-inera-admin.css +4 -13
  275. package/components/header-patient/header-patient-lit.js +1 -1
  276. package/components/header-patient/header-patient-shadow-lit.d.ts +2 -0
  277. package/components/header-patient/header-patient-shadow-lit.js +7 -0
  278. package/components/header-patient/header-patient-shadow.css +4 -0
  279. package/components/header-patient/header-patient.css +8 -14
  280. package/components/list-pagination/list-pagination-lit.d.ts +2 -0
  281. package/components/list-pagination/list-pagination-lit.js +9 -0
  282. package/components/list-pagination/list-pagination-shadow-lit.d.ts +2 -0
  283. package/components/list-pagination/list-pagination-shadow-lit.js +9 -0
  284. package/components/list-pagination/list-pagination-shadow.css +125 -0
  285. package/components/{pagination/list-pagination → list-pagination}/list-pagination.css +88 -36
  286. package/components/mobile-menu/mobile-menu-lit.js +1 -1
  287. package/components/mobile-menu/mobile-menu-shadow-lit.d.ts +2 -0
  288. package/components/mobile-menu/mobile-menu-shadow-lit.js +7 -0
  289. package/components/mobile-menu/mobile-menu-shadow.css +170 -0
  290. package/components/mobile-menu/mobile-menu.css +26 -79
  291. package/components/navigation-content/navigation-content-lit.d.ts +2 -0
  292. package/components/navigation-content/navigation-content-lit.js +7 -0
  293. package/components/navigation-content/navigation-content-shadow-lit.d.ts +2 -0
  294. package/components/navigation-content/navigation-content-shadow-lit.js +7 -0
  295. package/components/navigation-content/navigation-content-shadow.css +6 -0
  296. package/components/{navigation/content → navigation-content}/navigation-content.css +24 -3
  297. package/components/navigation-local/navigation-local-lit.d.ts +2 -0
  298. package/components/navigation-local/navigation-local-lit.js +7 -0
  299. package/components/navigation-local/navigation-local-shadow-lit.d.ts +2 -0
  300. package/components/navigation-local/navigation-local-shadow-lit.js +7 -0
  301. package/components/navigation-local/navigation-local-shadow.css +37 -0
  302. package/components/{navigation/local → navigation-local}/navigation-local.css +11 -17
  303. package/components/notification-badge/notification-badge-lit.js +1 -1
  304. package/components/notification-badge/notification-badge-shadow-lit.d.ts +2 -0
  305. package/components/notification-badge/notification-badge-shadow-lit.js +7 -0
  306. package/components/notification-badge/notification-badge-shadow.css +10 -0
  307. package/components/notification-badge/notification-badge.css +2 -4
  308. package/components/popover/popover-lit.js +1 -1
  309. package/components/popover/popover-shadow-lit.d.ts +2 -0
  310. package/components/popover/popover-shadow-lit.js +7 -0
  311. package/components/popover/popover-shadow.css +73 -0
  312. package/components/popover/popover.css +389 -1
  313. package/components/progressbar/progressbar-lit.js +1 -1
  314. package/components/progressbar/progressbar.css +2 -2
  315. package/components/puff-list/puff-list-lit.js +1 -1
  316. package/components/puff-list/puff-list-shadow-lit.d.ts +2 -0
  317. package/components/puff-list/puff-list-shadow-lit.js +7 -0
  318. package/components/puff-list/puff-list-shadow.css +110 -0
  319. package/components/puff-list/puff-list.css +32 -26
  320. package/components/region-icon/region-icon-lit.js +1 -1
  321. package/components/region-icon/region-icon.css +1 -1
  322. package/components/side-menu/side-menu-lit.js +1 -1
  323. package/components/side-menu/side-menu-shadow-lit.d.ts +2 -0
  324. package/components/side-menu/side-menu-shadow-lit.js +7 -0
  325. package/components/side-menu/side-menu-shadow.css +79 -0
  326. package/components/side-menu/side-menu.css +42 -44
  327. package/components/side-panel/side-panel-lit.js +1 -1
  328. package/components/side-panel/side-panel-shadow-lit.d.ts +2 -0
  329. package/components/side-panel/side-panel-shadow-lit.js +7 -0
  330. package/components/side-panel/side-panel-shadow.css +4 -0
  331. package/components/side-panel/side-panel.css +41 -14
  332. package/components/stepper/stepper-lit.js +1 -1
  333. package/components/stepper/stepper-shadow-lit.d.ts +2 -0
  334. package/components/stepper/stepper-shadow-lit.js +7 -0
  335. package/components/stepper/stepper-shadow.css +63 -0
  336. package/components/stepper/stepper.css +9 -21
  337. package/components/table/table.css +12 -6
  338. package/components/tabs/tab-panel-shadow-lit.d.ts +2 -0
  339. package/components/tabs/tab-panel-shadow-lit.js +7 -0
  340. package/components/tabs/tab-panel-shadow.css +3 -0
  341. package/components/tabs/tab-shadow-lit.d.ts +2 -0
  342. package/components/tabs/tab-shadow-lit.js +7 -0
  343. package/components/tabs/tab-shadow.css +33 -0
  344. package/components/tabs/tabs-lit.js +3 -3
  345. package/components/tabs/tabs.css +155 -1
  346. package/components/tag/tag-lit.js +1 -1
  347. package/components/tag/tag-shadow-lit.d.ts +2 -0
  348. package/components/tag/tag-shadow-lit.js +7 -0
  349. package/components/tag/tag-shadow.css +58 -0
  350. package/components/tag/tag.css +63 -12
  351. package/components/tooltip/tooltip-lit.js +1 -1
  352. package/components/tooltip/tooltip.css +1 -0
  353. package/global/global.css +10072 -2466
  354. package/global/icons/Inera-Design-Icons.eot +0 -0
  355. package/global/icons/Inera-Design-Icons.svg +10 -1
  356. package/global/icons/Inera-Design-Icons.ttf +0 -0
  357. package/global/icons/Inera-Design-Icons.woff +0 -0
  358. package/global/util/util.css +51 -2517
  359. package/layout/breakpoints.scss +18 -0
  360. package/package.json +1 -1
  361. package/styles.css +10434 -2681
  362. package/tokens/component-tokens.scss +5 -4
  363. package/tokens/themes/1177-admin-tokens.css +115 -76
  364. package/tokens/themes/1177-pro-tokens.css +112 -73
  365. package/tokens/themes/1177-tokens.css +112 -73
  366. package/tokens/themes/inera-admin-tokens.css +101 -62
  367. package/tokens/themes/inera-tokens.css +98 -59
  368. package/components/navigation/content/navigation-content-lit.js +0 -7
  369. package/components/navigation/local/navigation-local-lit.js +0 -7
  370. package/components/pagination/data-pagination/data-pagination-lit.js +0 -7
  371. package/components/pagination/list-pagination/list-pagination-lit.js +0 -9
  372. package/components/popover/popover-content-lit.js +0 -7
  373. package/components/popover/popover-content.css +0 -401
  374. package/components/tabs/tab-lit.js +0 -7
  375. package/components/tabs/tab-panel-lit.js +0 -7
  376. package/components/tabs/tab-panel.css +0 -21
  377. package/components/tabs/tab.css +0 -142
  378. /package/components/{carousel/carousel-item-lit.d.ts → accordion/accordion-shadow-lit.d.ts} +0 -0
  379. /package/components/{navigation/content/navigation-content-lit.d.ts → action-link/action-link-shadow-lit.d.ts} +0 -0
  380. /package/components/{navigation/local/navigation-local-lit.d.ts → alert/alert-shadow-lit.d.ts} +0 -0
  381. /package/components/{pagination/data-pagination/data-pagination-lit.d.ts → box-link/box-link-shadow-lit.d.ts} +0 -0
  382. /package/components/{pagination/list-pagination/list-pagination-lit.d.ts → breadcrumbs/breadcrumbs-shadow-lit.d.ts} +0 -0
  383. /package/components/{popover/popover-content-lit.d.ts → card/card-shadow-lit.d.ts} +0 -0
  384. /package/components/{tabs/tab-lit.d.ts → carousel/carousel-shadow-lit.d.ts} +0 -0
  385. /package/components/{tabs/tab-panel-lit.d.ts → data-pagination/data-pagination-lit.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- @media (max-width: 1023px) {
1
+ @media (max-width: 639px) {
2
2
  .ids-desktop {
3
3
  display: none !important;
4
4
  }
@@ -25,122 +25,130 @@
25
25
  /*******
26
26
  * A11Y
27
27
  ********/
28
- .ids-data-table table {
28
+ table.ids-data-table {
29
29
  width: 100%;
30
- margin: 1.25rem auto 3.125rem;
31
30
  border-collapse: separate;
32
31
  border-spacing: 0;
33
32
  border: 0.063rem solid var(--IDS-DATA-TABLE__CELL-BORDER_COLOR);
34
33
  border-radius: var(--IDS-DATA-TABLE__BORDER-RADIUS);
35
34
  overflow: visible;
36
35
  }
37
- .ids-data-table th,
38
- .ids-data-table td {
36
+ table.ids-data-table th,
37
+ table.ids-data-table td {
39
38
  padding: 0.5rem;
40
39
  text-align: left;
41
40
  border-bottom: 0.063rem solid var(--IDS-DATA-TABLE__CELL-BORDER_COLOR);
42
41
  border-right: none;
43
- white-space: nowrap;
44
- position: relative;
45
42
  line-height: 1.25rem;
46
43
  }
47
- .ids-data-table th:first-child,
48
- .ids-data-table td:first-child {
44
+ table.ids-data-table th:first-child,
45
+ table.ids-data-table td:first-child {
49
46
  padding-left: 1rem;
50
47
  }
51
- .ids-data-table th:last-child,
52
- .ids-data-table td:last-child {
48
+ table.ids-data-table th:last-child,
49
+ table.ids-data-table td:last-child {
53
50
  padding-right: 1rem;
54
51
  }
55
- .ids-data-table th.ids-data-table__col--wide,
56
- .ids-data-table td.ids-data-table__col--wide {
52
+ table.ids-data-table th.ids-data-table__col--wide,
53
+ table.ids-data-table td.ids-data-table__col--wide {
57
54
  width: 30em;
58
55
  }
59
- .ids-data-table th .ids-data-table__icon,
60
- .ids-data-table td .ids-data-table__icon {
61
- margin-left: 0.5rem;
56
+ table.ids-data-table th .ids-data-table__icon,
57
+ table.ids-data-table td .ids-data-table__icon {
62
58
  margin-bottom: -0.125rem;
63
59
  color: var(--IDS-DATA-TABLE__ICON-COLOR);
64
60
  }
65
- .ids-data-table th:hover .ids-data-table__icon,
66
- .ids-data-table td:hover .ids-data-table__icon {
61
+ table.ids-data-table th:hover .ids-data-table__icon,
62
+ table.ids-data-table td:hover .ids-data-table__icon {
67
63
  color: var(--IDS-DATA-TABLE__ICON-HOVER-COLOR);
68
64
  }
69
- .ids-data-table th {
65
+ table.ids-data-table th {
70
66
  cursor: pointer;
67
+ white-space: nowrap;
71
68
  font-weight: bold;
72
69
  border-bottom: 0.125rem solid var(--IDS-DATA-TABLE__CELL-BORDER_COLOR);
73
70
  background-color: var(--IDS-DATA-TABLE__HEAD-BACKGROUND_COLOR);
74
71
  font-family: var(--IDS-DATA-TABLE__HEAD-FONT-FAMILY);
75
72
  color: var(--IDS-DATA-TABLE__HEAD-COLOR);
76
73
  }
77
- .ids-data-table th:not(:first-child):not(:last-child) {
74
+ table.ids-data-table th:not(:first-child):not(:last-child) {
78
75
  padding: 0.75rem 0.5rem 0.75rem 0.5rem;
79
76
  }
80
- .ids-data-table th:focus-visible {
77
+ table.ids-data-table th:focus-visible {
81
78
  outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
82
79
  outline-offset: -0.313rem !important;
83
80
  z-index: 2;
84
81
  }
85
- .ids-data-table thead tr {
82
+ table.ids-data-table thead tr {
86
83
  border-top-left-radius: var(--IDS-DATA-TABLE__BORDER-TOP-RADIUS);
87
84
  border-top-right-radius: var(--IDS-DATA-TABLE__BORDER-TOP-RADIUS);
88
85
  }
89
- .ids-data-table thead tr th:first-child {
86
+ table.ids-data-table thead tr th:first-child {
90
87
  border-top-left-radius: var(--IDS-DATA-TABLE__BORDER-TOP-RADIUS);
91
88
  }
92
- .ids-data-table thead tr th:last-child {
89
+ table.ids-data-table thead tr th:last-child {
93
90
  border-top-right-radius: var(--IDS-DATA-TABLE__BORDER-TOP-RADIUS);
94
91
  }
95
- .ids-data-table tbody tr {
92
+ table.ids-data-table tbody tr {
96
93
  border-bottom: 0.063rem solid var(--IDS-DATA-TABLE__CELL-BORDER_COLOR);
97
94
  }
98
- .ids-data-table tbody tr td {
95
+ table.ids-data-table tbody tr td {
99
96
  color: var(--IDS-DATA-TABLE__CELL-COLOR);
97
+ font-size: 0.875rem;
98
+ vertical-align: middle;
99
+ }
100
+ table.ids-data-table tbody tr td.ids-data-table__td--flex {
101
+ display: flex;
102
+ align-items: center;
100
103
  }
101
- .ids-data-table tbody tr[selected] {
104
+ table.ids-data-table tbody tr td.ids-data-table__td--align-top {
105
+ vertical-align: top;
106
+ }
107
+ table.ids-data-table tbody tr[selected] {
102
108
  background-color: var(--IDS-DATA-TABLE__ROW--SELECTED__COLOR);
103
109
  }
104
- .ids-data-table tbody tr:last-child {
110
+ table.ids-data-table tbody tr:last-child {
105
111
  border-bottom-left-radius: var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS);
106
112
  border-bottom-right-radius: var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS);
107
113
  }
108
- .ids-data-table tbody tr:last-child td {
114
+ table.ids-data-table tbody tr:last-child td {
109
115
  border-bottom: none;
110
116
  }
111
- .ids-data-table tbody tr:last-child td:first-child {
117
+ table.ids-data-table tbody tr:last-child td:first-child {
112
118
  border-bottom-left-radius: var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS);
113
119
  }
114
- .ids-data-table tbody tr:last-child td:last-child {
120
+ table.ids-data-table tbody tr:last-child td:last-child {
115
121
  border-bottom-right-radius: var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS);
116
122
  }
117
- .ids-data-table.ids-data-table--interactive tbody tr:hover {
123
+ table.ids-data-table tbody tr td.ids-table__sub-row {
124
+ padding: 0.5rem 1rem;
125
+ margin: -0.5rem -1rem;
126
+ border-left: 0.5rem solid var(--ids-color-surface-border-default);
127
+ }
128
+ table.ids-data-table.ids-data-table--interactive tbody tr:hover {
118
129
  position: relative;
119
130
  z-index: 2;
120
131
  background-color: var(--IDS-DATA-TABLE__ROW--SELECTED__COLOR);
121
132
  cursor: pointer;
122
133
  }
123
- .ids-data-table.ids-data-table--interactive tbody tr:focus-visible {
134
+ table.ids-data-table.ids-data-table--interactive tbody tr:focus-visible {
124
135
  outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
125
136
  outline-offset: -0.25rem !important;
126
137
  background-color: var(--IDS-DATA-TABLE__ROW--SELECTED__COLOR);
127
138
  }
128
- .ids-data-table.ids-data-table--interactive tbody tr:focus-visible:last-child {
139
+ table.ids-data-table.ids-data-table--interactive tbody tr:focus-visible:last-child {
129
140
  border-radius: 0 0 var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS) var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS);
130
141
  }
131
- .ids-data-table.ids-data-table--empty td {
142
+ table.ids-data-table.ids-data-table--empty td {
132
143
  padding: 1em;
133
144
  }
134
- .ids-data-table.ids-data-table--empty .empty-message {
135
- text-align: left;
136
- }
137
145
  @media (max-width: 1024px) {
138
- .ids-data-table table {
146
+ table.ids-data-table {
139
147
  width: 100%;
140
148
  }
141
149
  }
142
150
  @media (max-width: 640px) {
143
- .ids-data-table .ids-data-table__col--wide {
151
+ table.ids-data-table .ids-data-table__col--wide {
144
152
  width: auto;
145
153
  }
146
154
  }
@@ -1,6 +1,6 @@
1
1
  import { css, unsafeCSS } from 'lit';
2
2
 
3
- var css_248z = "@media (max-width:1023px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}.ids-date-label{background-color:var(--IDS-DATE-LABEL__BACKGROUND-COLOR);border:var(--IDS-DATE-LABEL__BORDER);border-radius:.625rem;display:inline-flex;flex-direction:column;height:fit-content;margin:0}.ids-date-label time.ids-date-label__time{align-items:center;align-self:flex-start;display:inline-flex;flex-direction:column;gap:.25rem;justify-content:center;padding:.938rem;position:relative}.ids-date-label time.ids-date-label__time.ids-date-label__time--separator{padding-top:0}.ids-date-label time.ids-date-label__time.ids-date-label__time--separator:before{background-color:var(--IDS-DATE-LABEL__SEPARATOR-COLOR);content:\"\";height:1rem;position:relative;top:-.125rem;width:.0625rem}@media (max-width:1024px){.ids-date-label time.ids-date-label__time{gap:.25rem;padding:.625rem}.ids-date-label time.ids-date-label__time.ids-date-label__time--separator:before{height:.75rem}}.ids-date-label time.ids-date-label__time .ids-date-label__day{color:var(--IDS-DATE-LABEL__DAY-COLOR);font-family:var(--IDS-FONT-FAMILY-HEADING);font-size:2.1875rem;font-style:normal;font-weight:700;letter-spacing:-.063rem;line-height:2.1875rem}@media (max-width:1024px){.ids-date-label time.ids-date-label__time .ids-date-label__day{font-size:1.5625rem;letter-spacing:-.078rem;line-height:1.5625rem}}.ids-date-label time.ids-date-label__time .ids-date-label__month{color:var(--IDS-DATE-LABEL__MONTH-COLOR);font-family:var(--IDS-FONT-FAMILY-HEADING);font-size:1.25rem;font-style:normal;font-weight:400;line-height:1.25rem;text-transform:uppercase}@media (max-width:1024px){.ids-date-label time.ids-date-label__time .ids-date-label__month{font-size:.9375rem;line-height:.9375rem}}.ids-date-label time.ids-date-label__time .ids-date-label__year{color:var(--IDS-DATE-LABEL__YEAR-COLOR);font-family:var(--IDS-FONT-FAMILY-BASE);font-size:1rem;font-style:normal;font-weight:400;line-height:1rem}@media (max-width:1024px){.ids-date-label time.ids-date-label__time .ids-date-label__year{font-size:.75rem;line-height:.75rem}}";
3
+ var css_248z = "@media (max-width:639px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}.ids-date-label{background-color:var(--IDS-DATE-LABEL__BACKGROUND-COLOR);border:var(--IDS-DATE-LABEL__BORDER);border-radius:.625rem;display:inline-flex;flex-direction:column;height:fit-content;margin:0}.ids-date-label time.ids-date-label__time{align-items:center;align-self:flex-start;display:inline-flex;flex-direction:column;gap:.25rem;justify-content:center;padding:.75rem .5rem;position:relative}.ids-date-label time.ids-date-label__time.ids-date-label__time--separator{padding-top:0}.ids-date-label time.ids-date-label__time.ids-date-label__time--separator:before{background-color:var(--IDS-DATE-LABEL__SEPARATOR-COLOR);content:\"\";height:.75rem;position:relative;top:-.125rem;width:.0625rem}.ids-date-label time.ids-date-label__time .ids-date-label__day{color:var(--IDS-DATE-LABEL__DAY-COLOR);font-family:var(--IDS-FONT-FAMILY-HEADING);font-size:1.5rem;font-style:normal;font-weight:700;letter-spacing:-.078rem;line-height:1.5rem}.ids-date-label time.ids-date-label__time .ids-date-label__month{color:var(--IDS-DATE-LABEL__MONTH-COLOR);font-family:var(--IDS-FONT-FAMILY-HEADING);font-size:.9375rem;font-style:normal;font-weight:400;line-height:.9375rem;text-transform:uppercase}.ids-date-label time.ids-date-label__time .ids-date-label__year{color:var(--IDS-DATE-LABEL__YEAR-COLOR);font-family:var(--IDS-FONT-FAMILY-BASE);font-size:.75rem;font-style:normal;font-weight:400;line-height:.75rem}@media (min-width:1024px){.ids-date-label time.ids-date-label__time{padding:1rem .75rem}.ids-date-label time.ids-date-label__time.ids-date-label__time--separator:before{height:1rem}.ids-date-label time.ids-date-label__time .ids-date-label__day{font-size:1.75rem;letter-spacing:-.063rem;line-height:1.75rem}.ids-date-label time.ids-date-label__time .ids-date-label__month{font-size:1.25rem;line-height:1.25rem}.ids-date-label time.ids-date-label__time .ids-date-label__year{font-size:1rem;line-height:1rem}}";
4
4
 
5
5
  var dateLabelLit = css`${unsafeCSS(css_248z)}`;
6
6
 
@@ -1,4 +1,4 @@
1
- @media (max-width: 1023px) {
1
+ @media (max-width: 639px) {
2
2
  .ids-desktop {
3
3
  display: none !important;
4
4
  }
@@ -23,7 +23,7 @@
23
23
  position: relative;
24
24
  display: inline-flex;
25
25
  flex-direction: column;
26
- padding: 0.938rem;
26
+ padding: 0.75rem 0.5rem;
27
27
  align-items: center;
28
28
  align-self: flex-start;
29
29
  justify-content: center;
@@ -36,61 +36,54 @@
36
36
  content: "";
37
37
  position: relative;
38
38
  width: 0.0625rem;
39
- height: 1rem;
39
+ height: 0.75rem;
40
40
  background-color: var(--IDS-DATE-LABEL__SEPARATOR-COLOR);
41
41
  top: -0.125rem;
42
42
  }
43
- @media (max-width: 1024px) {
44
- .ids-date-label time.ids-date-label__time {
45
- padding: 0.625rem;
46
- gap: 0.25rem;
47
- }
48
- .ids-date-label time.ids-date-label__time.ids-date-label__time--separator:before {
49
- height: 0.75rem;
50
- }
51
- }
52
43
  .ids-date-label time.ids-date-label__time .ids-date-label__day {
53
44
  font-family: var(--IDS-FONT-FAMILY-HEADING);
54
45
  color: var(--IDS-DATE-LABEL__DAY-COLOR);
55
46
  font-style: normal;
56
47
  font-weight: 700;
57
- font-size: 2.1875rem;
58
- line-height: 2.1875rem;
59
- letter-spacing: -0.063rem;
60
- }
61
- @media (max-width: 1024px) {
62
- .ids-date-label time.ids-date-label__time .ids-date-label__day {
63
- letter-spacing: -0.078rem;
64
- font-size: 1.5625rem;
65
- line-height: 1.5625rem;
66
- }
48
+ letter-spacing: -0.078rem;
49
+ font-size: 1.5rem;
50
+ line-height: 1.5rem;
67
51
  }
68
52
  .ids-date-label time.ids-date-label__time .ids-date-label__month {
69
53
  font-style: normal;
70
54
  font-weight: 400;
71
- font-size: 1.25rem;
72
- line-height: 1.25rem;
73
55
  text-transform: uppercase;
74
56
  font-family: var(--IDS-FONT-FAMILY-HEADING);
75
57
  color: var(--IDS-DATE-LABEL__MONTH-COLOR);
76
- }
77
- @media (max-width: 1024px) {
78
- .ids-date-label time.ids-date-label__time .ids-date-label__month {
79
- font-size: 0.9375rem;
80
- line-height: 0.9375rem;
81
- }
58
+ font-size: 0.9375rem;
59
+ line-height: 0.9375rem;
82
60
  }
83
61
  .ids-date-label time.ids-date-label__time .ids-date-label__year {
84
62
  font-family: var(--IDS-FONT-FAMILY-BASE);
85
63
  color: var(--IDS-DATE-LABEL__YEAR-COLOR);
86
64
  font-style: normal;
87
65
  font-weight: 400;
88
- font-size: 1rem;
89
- line-height: 1rem;
66
+ font-size: 0.75rem;
67
+ line-height: 0.75rem;
90
68
  }
91
- @media (max-width: 1024px) {
69
+ @media (min-width: 1024px) {
70
+ .ids-date-label time.ids-date-label__time {
71
+ padding: 1rem 0.75rem;
72
+ }
73
+ .ids-date-label time.ids-date-label__time.ids-date-label__time--separator:before {
74
+ height: 1rem;
75
+ }
76
+ .ids-date-label time.ids-date-label__time .ids-date-label__day {
77
+ letter-spacing: -0.063rem;
78
+ font-size: 1.75rem;
79
+ line-height: 1.75rem;
80
+ }
81
+ .ids-date-label time.ids-date-label__time .ids-date-label__month {
82
+ font-size: 1.25rem;
83
+ line-height: 1.25rem;
84
+ }
92
85
  .ids-date-label time.ids-date-label__time .ids-date-label__year {
93
- font-size: 0.75rem;
94
- line-height: 0.75rem;
86
+ font-size: 1rem;
87
+ line-height: 1rem;
95
88
  }
96
89
  }
@@ -1,6 +1,6 @@
1
1
  import { css, unsafeCSS } from 'lit';
2
2
 
3
- var css_248z = "@media (max-width:1023px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}.ids-dialog{align-items:flex-start;background-color:var(--IDS-DIALOG__BACKGROUND-COLOR);border:var(--IDS-DIALOG__BORDER-WIDTH) solid var(--IDS-DIALOG__BORDER-COLOR);border-radius:var(--IDS-DIALOG__BORDER-RADIUS);box-shadow:var(--IDS-BOX-SHADOW-ELEVATED-2);box-sizing:border-box;color:var(--IDS-DIALOG__COLOR);display:flex;flex-direction:column;left:50%;max-height:calc(100% - 10rem);max-width:calc(100% - 3.75rem);padding:2.5rem 1.875rem;position:fixed;text-align:left;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);z-index:200}@media (max-width:1024px){.ids-dialog{padding:2.5rem 1.25rem}}@media (max-width:640px){.ids-dialog{max-height:calc(100% - 5rem);width:calc(100% - 3.75rem)}}.ids-dialog.ids-dialog--hidden{display:none}.ids-dialog .ids-dialog__dismissible{padding-bottom:.25rem;padding-left:.25rem;position:absolute;right:1rem;top:.75rem}@media (max-width:1024px){.ids-dialog .ids-dialog__dismissible{right:.5rem}}.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button{background:none;border:none;color:inherit;font:inherit;min-height:1.5rem;min-width:1.5rem;outline:inherit;padding:0;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:.375rem!important}.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button{align-items:center;border-radius:100%;cursor:pointer;display:flex;height:1.25rem;justify-content:center;position:relative;width:1.25rem}.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--IDS-ICON--ACTIVE-COLOR);content:\"\\e916\";display:block;font:icon;font-family:Inera-Design-Icons!important;font-size:1.25rem;pointer-events:none;position:absolute}.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button:hover:before{color:var(--IDS-ICON--ACTIVE-HOVER-COLOR)}.ids-dialog .ids-dialog__body::-webkit-scrollbar{width:.625rem}.ids-dialog .ids-dialog__body::-webkit-scrollbar-thumb{background:var(--IDS-SCROLL__THUMB-COLOR);border:.125rem solid var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;cursor:auto}.ids-dialog .ids-dialog__body::-webkit-scrollbar-thumb:hover{background:var(--IDS-SCROLL__THUMB-HOVER-COLOR)}.ids-dialog .ids-dialog__body::-webkit-scrollbar-track{background:var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;margin-top:0;outline:.0625rem solid var(--IDS-SCROLL__TRACK-OUTLINE-COLOR)}.ids-dialog .ids-dialog__body::-webkit-scrollbar-corner{background-color:transparent}.ids-dialog .ids-dialog__body{box-sizing:content-box;height:100%;margin-right:-.4375rem;overflow-y:auto;padding:0 .75rem 0 .25rem;width:-webkit-fill-available;width:-moz-available}.ids-dialog .ids-dialog__body.ids-dialog__body--scroll-area-focus:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}.ids-dialog .ids-dialog__body .ids-dialog__body-headline{align-self:center;margin:0}@media (max-width:1024px){.ids-dialog .ids-dialog__body .ids-dialog__body-headline{padding-top:0}}.ids-dialog .ids-dialog__body .ids-dialog__body-content{margin-top:1.25rem}.ids-dialog .ids-dialog__footer{margin-top:1.875rem}.ids-dialog .ids-dialog__footer,.ids-dialog ::slotted([slot=actions]){align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;padding-bottom:.25rem;width:100%}@media (max-width:1024px){.ids-dialog .ids-dialog__footer,.ids-dialog ::slotted([slot=actions]){flex-direction:column;gap:1.25rem}}.ids-dialog-overlay{background-color:var(--IDS-OVERLAY__BACKGROUND-COLOR);bottom:0;left:0;position:fixed;right:0;top:0;z-index:200}.ids-dialog-overlay.ids-dialog-overlay--hidden{display:none}";
3
+ var css_248z = "@media (max-width:639px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}.ids-dialog{align-items:flex-start;background-color:var(--IDS-DIALOG__BACKGROUND-COLOR);border:var(--IDS-DIALOG__BORDER-WIDTH) solid var(--IDS-DIALOG__BORDER-COLOR);border-radius:var(--IDS-DIALOG__BORDER-RADIUS);box-shadow:var(--IDS-BOX-SHADOW-ELEVATED-2);box-sizing:border-box;color:var(--IDS-DIALOG__COLOR);display:flex;flex-direction:column;left:50%;max-height:calc(100% - 10rem);max-width:calc(100% - 3.75rem);padding:1.75rem 1.25rem;position:fixed;text-align:left;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);z-index:200}.ids-dialog.ids-dialog--hidden{display:none}.ids-dialog .ids-dialog__dismissible{background-color:var(--IDS-DIALOG__BACKGROUND-COLOR);position:absolute;right:.75rem;top:1rem}.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button{background:none;border:none;color:inherit;font:inherit;min-height:1.5rem;min-width:1.5rem;outline:inherit;padding:0;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:.375rem!important}.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button{align-items:center;border-radius:100%;cursor:pointer;display:flex;height:1.25rem;justify-content:center;position:relative;width:1.25rem}.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--IDS-ICON--ACTIVE-COLOR);content:\"\\e916\";display:block;font:icon;font-family:Inera-Design-Icons!important;font-size:1.25rem;position:absolute}.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button:hover:before{color:var(--IDS-ICON--ACTIVE-HOVER-COLOR)}.ids-dialog .ids-dialog__body::-webkit-scrollbar{width:.625rem}.ids-dialog .ids-dialog__body::-webkit-scrollbar-thumb{background:var(--IDS-SCROLL__THUMB-COLOR);border:.125rem solid var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;cursor:auto}.ids-dialog .ids-dialog__body::-webkit-scrollbar-thumb:hover{background:var(--IDS-SCROLL__THUMB-HOVER-COLOR)}.ids-dialog .ids-dialog__body::-webkit-scrollbar-track{background:var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;margin-top:0;outline:.0625rem solid var(--IDS-SCROLL__TRACK-OUTLINE-COLOR)}.ids-dialog .ids-dialog__body::-webkit-scrollbar-corner{background-color:transparent}.ids-dialog .ids-dialog__body{box-sizing:content-box;color:var(--ids-color-surface-text-on-default);font-family:var(--IDS-FONT-FAMILY-BASE);height:100%;margin-right:-.4375rem;overflow-y:auto;padding:0 .75rem 0 .25rem;width:-webkit-fill-available;width:-moz-available}.ids-dialog .ids-dialog__body.ids-dialog__body--scroll-area-focus:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}.ids-dialog .ids-dialog__body .ids-dialog__body-headline{align-self:center;margin:0}.ids-dialog .ids-dialog__body .ids-dialog__body-content{margin-top:1.25rem}.ids-dialog.ids-dialog--dismissible .ids-dialog__body-headline{margin-right:1rem}.ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar{width:.625rem}.ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-thumb{background:var(--IDS-SCROLL__THUMB-COLOR);border:.125rem solid var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;cursor:auto}.ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-thumb:hover{background:var(--IDS-SCROLL__THUMB-HOVER-COLOR)}.ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-track{background:var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;margin-top:1rem;outline:.0625rem solid var(--IDS-SCROLL__TRACK-OUTLINE-COLOR)}.ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-corner{background-color:transparent}.ids-dialog .ids-dialog__footer{align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;margin-top:1.875rem;padding-bottom:.25rem;width:100%}@media (max-width:1024px){.ids-dialog .ids-dialog__footer{flex-direction:column;gap:1.25rem}}@media (max-width:640px){.ids-dialog{max-height:calc(100% - 5rem);width:calc(100% - 3.75rem)}}.ids-dialog-overlay{background-color:var(--IDS-OVERLAY__BACKGROUND-COLOR);bottom:0;left:0;position:fixed;right:0;top:0;z-index:200}.ids-dialog-overlay.ids-dialog-overlay--hidden{display:none}";
4
4
 
5
5
  var dialogLit = css`${unsafeCSS(css_248z)}`;
6
6
 
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult;
2
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import { css, unsafeCSS } from 'lit';
2
+
3
+ var css_248z = "@media (max-width:639px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}.ids-dialog ::slotted([slot=actions]){align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;padding-bottom:.25rem;width:100%}@media (max-width:1024px){.ids-dialog ::slotted([slot=actions]){flex-direction:column;gap:1.25rem}}";
4
+
5
+ var dialogShadowLit = css`${unsafeCSS(css_248z)}`;
6
+
7
+ export { dialogShadowLit as default };
@@ -0,0 +1,27 @@
1
+ @media (max-width: 639px) {
2
+ .ids-desktop {
3
+ display: none !important;
4
+ }
5
+ }
6
+
7
+ @media (min-width: 1024px) {
8
+ .ids-mobile {
9
+ display: none !important;
10
+ }
11
+ }
12
+
13
+ .ids-dialog ::slotted([slot=actions]) {
14
+ display: flex;
15
+ flex-wrap: wrap;
16
+ gap: 1.25rem;
17
+ justify-content: center;
18
+ align-items: center;
19
+ width: 100%;
20
+ padding-bottom: 0.25rem;
21
+ }
22
+ @media (max-width: 1024px) {
23
+ .ids-dialog ::slotted([slot=actions]) {
24
+ flex-direction: column;
25
+ gap: 1.25rem;
26
+ }
27
+ }
@@ -1,4 +1,4 @@
1
- @media (max-width: 1023px) {
1
+ @media (max-width: 639px) {
2
2
  .ids-desktop {
3
3
  display: none !important;
4
4
  }
@@ -43,36 +43,19 @@
43
43
  background-color: var(--IDS-DIALOG__BACKGROUND-COLOR);
44
44
  box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-2);
45
45
  border-radius: var(--IDS-DIALOG__BORDER-RADIUS);
46
- padding: 2.5rem 1.875rem;
46
+ padding: 1.75rem 1.25rem;
47
47
  max-height: calc(100% - 10rem);
48
48
  max-width: calc(100% - 3.75rem);
49
49
  color: var(--IDS-DIALOG__COLOR);
50
50
  }
51
- @media (max-width: 1024px) {
52
- .ids-dialog {
53
- padding: 2.5rem 1.25rem;
54
- }
55
- }
56
- @media (max-width: 640px) {
57
- .ids-dialog {
58
- max-height: calc(100% - 5rem);
59
- width: calc(100% - 3.75rem);
60
- }
61
- }
62
51
  .ids-dialog.ids-dialog--hidden {
63
52
  display: none;
64
53
  }
65
54
  .ids-dialog .ids-dialog__dismissible {
66
- padding-left: 0.25rem;
67
- padding-bottom: 0.25rem;
68
55
  position: absolute;
69
- top: 0.75rem;
70
- right: 1rem;
71
- }
72
- @media (max-width: 1024px) {
73
- .ids-dialog .ids-dialog__dismissible {
74
- right: 0.5rem;
75
- }
56
+ top: 1rem;
57
+ right: 0.75rem;
58
+ background-color: var(--IDS-DIALOG__BACKGROUND-COLOR);
76
59
  }
77
60
  .ids-dialog .ids-dialog__dismissible .ids-dialog__close-button {
78
61
  min-width: 1.5rem;
@@ -109,7 +92,6 @@
109
92
  font-family: "Inera-Design-Icons" !important;
110
93
  display: block;
111
94
  position: absolute;
112
- pointer-events: none;
113
95
  -webkit-font-smoothing: antialiased;
114
96
  -moz-osx-font-smoothing: grayscale;
115
97
  content: "\e916";
@@ -141,6 +123,8 @@
141
123
  background-color: transparent;
142
124
  }
143
125
  .ids-dialog .ids-dialog__body {
126
+ font-family: var(--IDS-FONT-FAMILY-BASE);
127
+ color: var(--ids-color-surface-text-on-default);
144
128
  padding: 0 0.75rem 0 0.25rem;
145
129
  margin-right: -0.4375rem;
146
130
  height: 100%;
@@ -157,19 +141,37 @@
157
141
  margin: 0;
158
142
  align-self: center;
159
143
  }
160
- @media (max-width: 1024px) {
161
- .ids-dialog .ids-dialog__body .ids-dialog__body-headline {
162
- padding-top: 0;
163
- }
164
- }
165
144
  .ids-dialog .ids-dialog__body .ids-dialog__body-content {
166
145
  margin-top: 1.25rem;
167
146
  }
147
+ .ids-dialog.ids-dialog--dismissible .ids-dialog__body-headline {
148
+ margin-right: 1rem;
149
+ }
150
+ .ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar {
151
+ width: 0.625rem;
152
+ }
153
+ .ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-thumb {
154
+ cursor: auto;
155
+ background: var(--IDS-SCROLL__THUMB-COLOR);
156
+ border-radius: 0.625rem;
157
+ border: 0.125rem solid var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);
158
+ }
159
+ .ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-thumb:hover {
160
+ background: var(--IDS-SCROLL__THUMB-HOVER-COLOR);
161
+ }
162
+ .ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-track {
163
+ background: var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);
164
+ border-radius: 0.625rem;
165
+ outline: 0.0625rem solid var(--IDS-SCROLL__TRACK-OUTLINE-COLOR);
166
+ margin-top: 1rem;
167
+ }
168
+ .ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-corner {
169
+ background-color: transparent;
170
+ }
168
171
  .ids-dialog .ids-dialog__footer {
169
172
  margin-top: 1.875rem;
170
173
  }
171
- .ids-dialog .ids-dialog__footer,
172
- .ids-dialog ::slotted([slot=actions]) {
174
+ .ids-dialog .ids-dialog__footer {
173
175
  display: flex;
174
176
  flex-wrap: wrap;
175
177
  gap: 1.25rem;
@@ -179,12 +181,17 @@
179
181
  padding-bottom: 0.25rem;
180
182
  }
181
183
  @media (max-width: 1024px) {
182
- .ids-dialog .ids-dialog__footer,
183
- .ids-dialog ::slotted([slot=actions]) {
184
+ .ids-dialog .ids-dialog__footer {
184
185
  flex-direction: column;
185
186
  gap: 1.25rem;
186
187
  }
187
188
  }
189
+ @media (max-width: 640px) {
190
+ .ids-dialog {
191
+ max-height: calc(100% - 5rem);
192
+ width: calc(100% - 3.75rem);
193
+ }
194
+ }
188
195
 
189
196
  /* Overlay */
190
197
  .ids-dialog-overlay {
@@ -1,6 +1,6 @@
1
1
  import { css, unsafeCSS } from 'lit';
2
2
 
3
- var css_248z = "@media (max-width:1023px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}@media (max-width:640px){.ids-dropdown.ids-dropdown--sblock,:host([sblock]) .ids-dropdown{display:block;width:100%}}@media (max-width:1024px){.ids-dropdown.ids-dropdown--mblock,:host([mblock]) .ids-dropdown{display:block;width:100%}}.ids-dropdown{display:inline-block;position:relative}.ids-dropdown-content{background-color:var(--IDS-DROPDOWN__CONTENT-BACKGROUND-COLOR);border:.063rem solid var(--IDS-DROPDOWN__BORDER-COLOR);border-radius:var(--IDS-BORDER-RADIUS);box-shadow:var(--IDS-BOX-SHADOW-ELEVATED-2);display:none;display:flex;flex-direction:column;left:0;max-width:fit-content;padding:.5rem;position:absolute;right:auto;top:calc(100% + .25rem);width:auto;z-index:10}.ids-dropdown-content.ids-dropdown-content--show{display:flex}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area{border-radius:var(--IDS-BORDER-RADIUS);margin:0 -.5rem;overflow:auto;padding:0 .5rem}.ids-dropdown-content.ids-dropdown-content--position-right{left:auto;right:0}@media (max-width:1024px){.ids-dropdown-content.ids-dropdown-content--mblock{left:0!important;max-width:none;right:0!important}}@media (max-width:640px){.ids-dropdown-content.ids-dropdown-content--sblock{left:0!important;max-width:none;right:0!important}}@media (max-width:1024px){.ids-dropdown-content:host([mblock]){max-width:none}}@media (max-width:640px){.ids-dropdown-content:host([sblock]){max-width:none}}.ids-dropdown-content .ids-dropdown-content__button,.ids-dropdown-content .ids-dropdown-content__link{background:none;border:none;border-radius:var(--IDS-DROPDOWN__LINK-BORDER-RADIUS);color:var(--IDS-DROPDOWN__LINK-COLOR);cursor:pointer;display:flex;flex-grow:1;font-family:var(--IDS-FONT-FAMILY-BASE)!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;gap:.5rem;line-height:1.5rem!important;padding:.375rem .75rem!important;text-align:left;text-decoration:none!important;white-space:normal!important}.ids-dropdown-content ::slotted(*){align-items:flex-start!important;background:none;border:none;border-radius:var(--IDS-DROPDOWN__LINK-BORDER-RADIUS);color:var(--IDS-DROPDOWN__LINK-COLOR);cursor:pointer;display:flex;display:flex!important;flex-grow:1;font-family:var(--IDS-FONT-FAMILY-BASE)!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;gap:.5rem;gap:.5rem!important;line-height:1.5rem!important;padding:.375rem .75rem!important;text-align:left;text-decoration:none!important;white-space:normal!important}.ids-dropdown-content .ids-dropdown-content__button:hover,.ids-dropdown-content .ids-dropdown-content__link:hover,.ids-dropdown-content ::slotted(a:hover),.ids-dropdown-content ::slotted(button:hover){background-color:var(--IDS-DROPDOWN__LINK-HOVER-BACKGROUND-COLOR);border-radius:var(--IDS-DROPDOWN__LINK-BORDER-RADIUS);color:var(--IDS-DROPDOWN__LINK-HOVER-COLOR)}.ids-dropdown-content .ids-dropdown-content__button:active,.ids-dropdown-content .ids-dropdown-content__link:active,.ids-dropdown-content ::slotted(a:active),.ids-dropdown-content ::slotted(button:active){background-color:var(--IDS-DROPDOWN__LINK-ACTIVE-BACKGROUND-COLOR);color:var(--IDS-DROPDOWN__LINK-HOVER-COLOR)}.ids-dropdown-content .ids-dropdown-content__button:focus-visible,.ids-dropdown-content .ids-dropdown-content__link:focus-visible,.ids-dropdown-content ::slotted(a:focus-visible),.ids-dropdown-content ::slotted(button:focus-visible),.ids-dropdown-content a:focus-visible,.ids-dropdown-content button:focus-visible{outline:var(--IDS-FOCUS__OUTLINE);outline-color:var(--IDS-DROPDOWN__LINK-HOVER-BACKGROUND-COLOR)!important;outline-offset:-.125rem!important}";
3
+ var css_248z = "@media (max-width:639px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}.ids-dropdown{display:inline-block;position:relative}.ids-dropdown .ids-dropdown__content{display:none}.ids-dropdown.ids-dropdown--expanded .ids-dropdown__content{display:block}@media (max-width:1024px){.ids-dropdown.ids-dropdown--m-block{display:block;width:100%}}@media (max-width:640px){.ids-dropdown.ids-dropdown--s-block{display:block;width:100%}}.ids-dropdown-content{background-color:var(--IDS-DROPDOWN__CONTENT-BACKGROUND-COLOR);border:.063rem solid var(--IDS-DROPDOWN__BORDER-COLOR);border-radius:var(--IDS-BORDER-RADIUS);box-shadow:var(--IDS-BOX-SHADOW-ELEVATED-2);display:none;flex-direction:column;left:0;max-width:-webkit-fill-available;max-width:-moz-available;min-width:fit-content;padding:.5rem;position:absolute;right:auto;top:calc(100% + .25rem);width:-webkit-fill-available;width:-moz-available;z-index:10}.ids-dropdown-content.ids-dropdown-content--show{display:flex}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area::-webkit-scrollbar{width:.625rem}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area::-webkit-scrollbar-thumb{background:var(--IDS-SCROLL__THUMB-COLOR);border:.125rem solid var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;cursor:auto}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area::-webkit-scrollbar-thumb:hover{background:var(--IDS-SCROLL__THUMB-HOVER-COLOR)}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area::-webkit-scrollbar-track{background:var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;margin-top:0;outline:.0625rem solid var(--IDS-SCROLL__TRACK-OUTLINE-COLOR)}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area::-webkit-scrollbar-corner{background-color:transparent}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area{border-radius:var(--IDS-BORDER-RADIUS);margin:0 -.5rem;overflow:auto;padding:0 .5rem}.ids-dropdown-content.ids-dropdown-content--position-right{left:auto;right:0}.ids-dropdown-content .ids-dropdown-content__button,.ids-dropdown-content .ids-dropdown-content__link{background:none;border:none;border-radius:var(--IDS-DROPDOWN__LINK-BORDER-RADIUS);color:var(--IDS-DROPDOWN__LINK-COLOR);cursor:pointer;display:flex;flex-grow:1;font-family:var(--IDS-FONT-FAMILY-BASE)!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;gap:.5rem;line-height:1.5rem!important;padding:.375rem .75rem!important;text-align:left;text-decoration:none!important;white-space:normal!important;width:100%}.ids-dropdown-content .ids-dropdown-content__button:hover,.ids-dropdown-content .ids-dropdown-content__link:hover{background-color:var(--IDS-DROPDOWN__LINK-HOVER-BACKGROUND-COLOR);border-radius:var(--IDS-DROPDOWN__LINK-BORDER-RADIUS);color:var(--IDS-DROPDOWN__LINK-HOVER-COLOR)}.ids-dropdown-content .ids-dropdown-content__button:active,.ids-dropdown-content .ids-dropdown-content__link:active{background-color:var(--IDS-DROPDOWN__LINK-ACTIVE-BACKGROUND-COLOR);color:var(--IDS-DROPDOWN__LINK-HOVER-COLOR)}.ids-dropdown-content .ids-dropdown-content__button:focus-visible,.ids-dropdown-content .ids-dropdown-content__link:focus-visible,.ids-dropdown-content a:focus-visible,.ids-dropdown-content button:focus-visible{outline:var(--IDS-FOCUS__OUTLINE);outline-color:var(--IDS-DROPDOWN__LINK-HOVER-BACKGROUND-COLOR)!important;outline-offset:-.125rem!important}@media (max-width:1024px){.ids-dropdown-content.ids-dropdown-content--mblock{left:0!important;max-width:none;right:0!important}}@media (max-width:640px){.ids-dropdown-content.ids-dropdown-content--sblock{left:0!important;max-width:none;right:0!important}}";
4
4
 
5
5
  var dropdownLit = css`
6
6
  ${unsafeCSS(css_248z)}
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult;
2
+ export default _default;
@@ -0,0 +1,9 @@
1
+ import { css, unsafeCSS } from 'lit';
2
+
3
+ var css_248z = "@media (max-width:639px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}@media (max-width:1024px){.ids-dropdown:host([mblock]){display:block;width:100%}}@media (max-width:640px){.ids-dropdown:host([sblock]){display:block;width:100%}}.ids-dropdown-content ::slotted(*){align-items:flex-start!important;background:none;border:none;border-radius:var(--IDS-DROPDOWN__LINK-BORDER-RADIUS);color:var(--IDS-DROPDOWN__LINK-COLOR);cursor:pointer;display:flex;display:flex!important;flex-grow:1;font-family:var(--IDS-FONT-FAMILY-BASE)!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;gap:.5rem;gap:.5rem!important;line-height:1.5rem!important;padding:.375rem .75rem!important;text-align:left;text-decoration:none!important;white-space:normal!important;width:100%}.ids-dropdown-content ::slotted(a:hover),.ids-dropdown-content ::slotted(button:hover){background-color:var(--IDS-DROPDOWN__LINK-HOVER-BACKGROUND-COLOR);border-radius:var(--IDS-DROPDOWN__LINK-BORDER-RADIUS);color:var(--IDS-DROPDOWN__LINK-HOVER-COLOR)}.ids-dropdown-content ::slotted(a:active),.ids-dropdown-content ::slotted(button:active){background-color:var(--IDS-DROPDOWN__LINK-ACTIVE-BACKGROUND-COLOR);color:var(--IDS-DROPDOWN__LINK-HOVER-COLOR)}.ids-dropdown-content ::slotted(a:focus-visible),.ids-dropdown-content ::slotted(button:focus-visible){outline:var(--IDS-FOCUS__OUTLINE);outline-color:var(--IDS-DROPDOWN__LINK-HOVER-BACKGROUND-COLOR)!important;outline-offset:-.125rem!important}@media (max-width:1024px){.ids-dropdown-content:host([mblock]){max-width:none}}@media (max-width:640px){.ids-dropdown-content:host([sblock]){max-width:none}}";
4
+
5
+ var dropdownShadowLit = css`
6
+ ${unsafeCSS(css_248z)}
7
+ `;
8
+
9
+ export { dropdownShadowLit as default };
@@ -0,0 +1,90 @@
1
+ @media (max-width: 639px) {
2
+ .ids-desktop {
3
+ display: none !important;
4
+ }
5
+ }
6
+
7
+ @media (min-width: 1024px) {
8
+ .ids-mobile {
9
+ display: none !important;
10
+ }
11
+ }
12
+
13
+ /*******
14
+ * ICONS
15
+ ********/
16
+ /*******
17
+ * BUTTONS
18
+ ********/
19
+ /*******
20
+ * SCROLLBAR
21
+ ********/
22
+ /*******
23
+ * FORM
24
+ ********/
25
+ /*******
26
+ * A11Y
27
+ ********/
28
+ @media (max-width: 1024px) {
29
+ .ids-dropdown:host([mblock]) {
30
+ display: block;
31
+ width: 100%;
32
+ }
33
+ }
34
+ @media (max-width: 640px) {
35
+ .ids-dropdown:host([sblock]) {
36
+ display: block;
37
+ width: 100%;
38
+ }
39
+ }
40
+
41
+ .ids-dropdown-content ::slotted(*) {
42
+ display: flex;
43
+ width: 100%;
44
+ gap: 0.5rem;
45
+ flex-grow: 1;
46
+ background: none;
47
+ border: none;
48
+ cursor: pointer;
49
+ border-radius: var(--IDS-DROPDOWN__LINK-BORDER-RADIUS);
50
+ color: var(--IDS-DROPDOWN__LINK-COLOR);
51
+ font-family: var(--IDS-FONT-FAMILY-BASE) !important;
52
+ font-size: 1rem !important;
53
+ font-style: normal !important;
54
+ font-weight: 400 !important;
55
+ line-height: 1.5rem !important;
56
+ padding: 0.375rem 0.75rem !important;
57
+ text-decoration: none !important;
58
+ text-align: left;
59
+ white-space: normal !important;
60
+ display: flex !important;
61
+ gap: 0.5rem !important;
62
+ align-items: flex-start !important;
63
+ }
64
+ .ids-dropdown-content ::slotted(a:hover),
65
+ .ids-dropdown-content ::slotted(button:hover) {
66
+ color: var(--IDS-DROPDOWN__LINK-HOVER-COLOR);
67
+ background-color: var(--IDS-DROPDOWN__LINK-HOVER-BACKGROUND-COLOR);
68
+ border-radius: var(--IDS-DROPDOWN__LINK-BORDER-RADIUS);
69
+ }
70
+ .ids-dropdown-content ::slotted(a:active),
71
+ .ids-dropdown-content ::slotted(button:active) {
72
+ color: var(--IDS-DROPDOWN__LINK-HOVER-COLOR);
73
+ background-color: var(--IDS-DROPDOWN__LINK-ACTIVE-BACKGROUND-COLOR);
74
+ }
75
+ .ids-dropdown-content ::slotted(a:focus-visible),
76
+ .ids-dropdown-content ::slotted(button:focus-visible) {
77
+ outline: var(--IDS-FOCUS__OUTLINE);
78
+ outline-offset: -0.125rem !important;
79
+ outline-color: var(--IDS-DROPDOWN__LINK-HOVER-BACKGROUND-COLOR) !important;
80
+ }
81
+ @media (max-width: 1024px) {
82
+ .ids-dropdown-content:host([mblock]) {
83
+ max-width: none;
84
+ }
85
+ }
86
+ @media (max-width: 640px) {
87
+ .ids-dropdown-content:host([sblock]) {
88
+ max-width: none;
89
+ }
90
+ }