@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
@@ -0,0 +1,37 @@
1
+ .ids-navigation-local ::slotted(a) {
2
+ display: block !important;
3
+ position: relative;
4
+ padding: 0.75rem;
5
+ color: var(--IDS-NAVIGATION-LOCAL__LINK-COLOR);
6
+ font-family: var(--IDS-FONT-FAMILY-BASE) !important;
7
+ text-decoration: none;
8
+ }
9
+ .ids-navigation-local ::slotted(a):before {
10
+ content: "";
11
+ position: absolute;
12
+ left: -0.5rem;
13
+ top: -0.063rem;
14
+ display: block;
15
+ height: calc(100% + 0.063rem);
16
+ width: 0.5rem;
17
+ }
18
+ .ids-navigation-local ::slotted(a):after {
19
+ content: "";
20
+ position: absolute;
21
+ left: 0;
22
+ right: 0;
23
+ bottom: 0;
24
+ display: block;
25
+ height: 0.063rem;
26
+ background-color: var(--IDS-NAVIGATION-LOCAL__AFTER-COLOR);
27
+ }
28
+ .ids-navigation-local ::slotted(.ids-navigation-local-link--active):before {
29
+ background-color: var(--IDS-NAVIGATION-LOCAL--ACTIVE-BEFORE-COLOR);
30
+ }
31
+ .ids-navigation-local ::slotted(a:hover):before,
32
+ .ids-navigation-local ::slotted(a:active:hover):before {
33
+ background-color: var(--IDS-NAVIGATION-LOCAL--HOVER-BEFORE-COLOR) !important;
34
+ }
35
+ .ids-navigation-local ::slotted(a:focus-visible) {
36
+ outline-offset: -0.25rem !important;
37
+ }
@@ -1,6 +1,11 @@
1
1
  .ids-navigation-local {
2
2
  padding-left: 0.5rem;
3
3
  }
4
+ .ids-navigation-local ul {
5
+ list-style: none;
6
+ padding: 0;
7
+ margin: 0;
8
+ }
4
9
  .ids-navigation-local .ids-navigation-local__headline {
5
10
  color: var(--IDS-NAVIGATION-LOCAL__HEADLINE-COLOR);
6
11
  font-family: var(--IDS-FONT-FAMILY-BASE);
@@ -13,17 +18,16 @@
13
18
  border-bottom: var(--IDS-NAVIGATION-LOCAL__BORDER);
14
19
  }
15
20
  .ids-navigation-local a,
16
- .ids-navigation-local .ids-navigation-local__link,
17
- .ids-navigation-local ::slotted(a) {
21
+ .ids-navigation-local .ids-navigation-local__link {
18
22
  display: block !important;
19
23
  position: relative;
20
24
  padding: 0.75rem;
21
25
  color: var(--IDS-NAVIGATION-LOCAL__LINK-COLOR);
26
+ font-family: var(--IDS-FONT-FAMILY-BASE) !important;
22
27
  text-decoration: none;
23
28
  }
24
29
  .ids-navigation-local a:before,
25
- .ids-navigation-local .ids-navigation-local__link:before,
26
- .ids-navigation-local ::slotted(a):before {
30
+ .ids-navigation-local .ids-navigation-local__link:before {
27
31
  content: "";
28
32
  position: absolute;
29
33
  left: -0.5rem;
@@ -33,8 +37,7 @@
33
37
  width: 0.5rem;
34
38
  }
35
39
  .ids-navigation-local a:after,
36
- .ids-navigation-local .ids-navigation-local__link:after,
37
- .ids-navigation-local ::slotted(a):after {
40
+ .ids-navigation-local .ids-navigation-local__link:after {
38
41
  content: "";
39
42
  position: absolute;
40
43
  left: 0;
@@ -44,22 +47,13 @@
44
47
  height: 0.063rem;
45
48
  background-color: var(--IDS-NAVIGATION-LOCAL__AFTER-COLOR);
46
49
  }
47
- .ids-navigation-local a:hover:before,
48
- .ids-navigation-local .ids-navigation-local__link:hover:before,
49
- .ids-navigation-local ::slotted(a):hover:before {
50
- background-color: var(--IDS-NAVIGATION-LOCAL--HOVER-BEFORE-COLOR) !important;
51
- }
52
- .ids-navigation-local ::slotted(.ids-navigation-local-link--active):before,
53
50
  .ids-navigation-local .ids-navigation-local-link--active:before {
54
51
  background-color: var(--IDS-NAVIGATION-LOCAL--ACTIVE-BEFORE-COLOR);
55
52
  }
56
53
  .ids-navigation-local a:hover:before,
57
- .ids-navigation-local a:active:hover:before,
58
- .ids-navigation-local ::slotted(a:hover):before,
59
- .ids-navigation-local ::slotted(a:active:hover):before {
54
+ .ids-navigation-local a:active:hover:before {
60
55
  background-color: var(--IDS-NAVIGATION-LOCAL--HOVER-BEFORE-COLOR) !important;
61
56
  }
62
- .ids-navigation-local a:focus-visible,
63
- .ids-navigation-local ::slotted(a:focus-visible) {
57
+ .ids-navigation-local a:focus-visible {
64
58
  outline-offset: -0.25rem !important;
65
59
  }
@@ -1,6 +1,6 @@
1
1
  import { css, unsafeCSS } from 'lit';
2
2
 
3
- var css_248z = ".ids-notification-badge{align-items:center;background-color:var(--IDS-NOTIFICATION-BADGE--PRIMARY__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--PRIMARY__BORDER-COLOR);border-radius:1.5rem;box-sizing:border-box;color:var(--IDS-NOTIFICATION-BADGE--PRIMARY__COLOR);display:inline-flex;flex-shrink:0;font-family:var(--IDS-FONT-FAMILY-BASE);font-size:.875rem;font-weight:400;line-height:.875rem;max-height:1.625rem;min-height:1.5rem;min-width:1.5rem;padding:var(--IDS-NOTIFICATION-BADGE__PADDING);text-align:center}.ids-notification-badge ::slotted(span),.ids-notification-badge span{font-size:1rem!important;height:.6875rem!important;position:relative}.ids-notification-badge ::slotted(span):before,.ids-notification-badge span:before{font-size:1rem!important;top:50%;transform:translateY(-50%)}.ids-notification-badge.ids-notification-badge--primary{background-color:var(--IDS-NOTIFICATION-BADGE--PRIMARY__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--PRIMARY__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--PRIMARY__COLOR)}.ids-notification-badge.ids-notification-badge--secondary{background-color:var(--IDS-NOTIFICATION-BADGE--SECONDARY__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--SECONDARY__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--SECONDARY__COLOR)}.ids-notification-badge.ids-notification-badge--neutral{background-color:var(--IDS-NOTIFICATION-BADGE--NEUTRAL__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--NEUTRAL__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--NEUTRAL__COLOR)}.ids-notification-badge.ids-notification-badge--info{background-color:var(--IDS-NOTIFICATION-BADGE--INFO__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--INFO__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--INFO__COLOR)}.ids-notification-badge.ids-notification-badge--attention{background-color:var(--IDS-NOTIFICATION-BADGE--ATTENTION__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--ATTENTION__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--ATTENTION__COLOR)}.ids-notification-badge.ids-notification-badge--success{background-color:var(--IDS-NOTIFICATION-BADGE--SUCCESS__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--SUCCESS__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--SUCCESS__COLOR)}.ids-notification-badge.ids-notification-badge--error{background-color:var(--IDS-NOTIFICATION-BADGE--ERROR__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--ERROR__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--ERROR__COLOR)}";
3
+ var css_248z = ".ids-notification-badge{align-items:center;background-color:var(--IDS-NOTIFICATION-BADGE--PRIMARY__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--PRIMARY__BORDER-COLOR);border-radius:1.5rem;box-sizing:border-box;color:var(--IDS-NOTIFICATION-BADGE--PRIMARY__COLOR);display:inline-flex;flex-shrink:0;font-family:var(--IDS-FONT-FAMILY-BASE);font-size:.875rem;font-weight:400;line-height:.875rem;max-height:1.625rem;min-height:1.5rem;min-width:1.5rem;padding:var(--IDS-NOTIFICATION-BADGE__PADDING);text-align:center}.ids-notification-badge span{font-size:1rem!important;height:.6875rem!important;position:relative}.ids-notification-badge span:before{font-size:1rem!important;top:50%;transform:translateY(-50%)}.ids-notification-badge.ids-notification-badge--primary{background-color:var(--IDS-NOTIFICATION-BADGE--PRIMARY__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--PRIMARY__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--PRIMARY__COLOR)}.ids-notification-badge.ids-notification-badge--secondary{background-color:var(--IDS-NOTIFICATION-BADGE--SECONDARY__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--SECONDARY__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--SECONDARY__COLOR)}.ids-notification-badge.ids-notification-badge--neutral{background-color:var(--IDS-NOTIFICATION-BADGE--NEUTRAL__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--NEUTRAL__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--NEUTRAL__COLOR)}.ids-notification-badge.ids-notification-badge--info{background-color:var(--IDS-NOTIFICATION-BADGE--INFO__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--INFO__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--INFO__COLOR)}.ids-notification-badge.ids-notification-badge--attention{background-color:var(--IDS-NOTIFICATION-BADGE--ATTENTION__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--ATTENTION__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--ATTENTION__COLOR)}.ids-notification-badge.ids-notification-badge--success{background-color:var(--IDS-NOTIFICATION-BADGE--SUCCESS__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--SUCCESS__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--SUCCESS__COLOR)}.ids-notification-badge.ids-notification-badge--error{background-color:var(--IDS-NOTIFICATION-BADGE--ERROR__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--ERROR__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--ERROR__COLOR)}";
4
4
 
5
5
  var notificationBadgeLit = 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 = ".ids-notification-badge ::slotted(span){font-size:1rem!important;height:.6875rem!important;position:relative}.ids-notification-badge ::slotted(span):before{font-size:1rem!important;top:50%;transform:translateY(-50%)}";
4
+
5
+ var notificationBadgeShadowLit = css`${unsafeCSS(css_248z)}`;
6
+
7
+ export { notificationBadgeShadowLit as default };
@@ -0,0 +1,10 @@
1
+ .ids-notification-badge ::slotted(span) {
2
+ position: relative;
3
+ font-size: 1rem !important;
4
+ height: 0.6875rem !important;
5
+ }
6
+ .ids-notification-badge ::slotted(span)::before {
7
+ font-size: 1rem !important;
8
+ top: 50%;
9
+ transform: translateY(-50%);
10
+ }
@@ -17,14 +17,12 @@
17
17
  display: inline-flex;
18
18
  align-items: center;
19
19
  }
20
- .ids-notification-badge span,
21
- .ids-notification-badge ::slotted(span) {
20
+ .ids-notification-badge span {
22
21
  position: relative;
23
22
  font-size: 1rem !important;
24
23
  height: 0.6875rem !important;
25
24
  }
26
- .ids-notification-badge span::before,
27
- .ids-notification-badge ::slotted(span)::before {
25
+ .ids-notification-badge span::before {
28
26
  font-size: 1rem !important;
29
27
  top: 50%;
30
28
  transform: translateY(-50%);
@@ -1,6 +1,6 @@
1
1
  import { css, unsafeCSS } from 'lit';
2
2
 
3
- var css_248z = ".ids-popover{display:flex;max-width:fit-content;position:relative}.ids-popover .ids-popover-trigger{cursor:pointer;display:flex}";
3
+ var css_248z = ".ids--dark,.ids--light{--IDS-FONT-FAMILY-BASE:\"Open Sans\";--IDS-FONT-FAMILY-HEADING:\"Inter\";--IDS-FONT-COLOR:var(--ids-color-surface-text-on-default);--IDS-HEADING-XXL__MARGIN-BOTTOM:1.875rem;--IDS-HEADING-XL__MARGIN-BOTTOM:1.875rem;--IDS-HEADING-L__MARGIN-BOTTOM:1.875rem;--IDS-PAGE-LIST__COLOR:var(--ids-color-brand-text-primary);--IDS-PAGE-LIST__FONT-FAMILY:var(--IDS-FONT-FAMILY-HEADING);--IDS-PAGE-LIST__FONT-SIZE:1.25rem;--IDS-PAGE-LIST__LINE-HEIGHT:1.5rem;--IDS-PAGE-LIST__FONT-WEIGHT:700;--IDS-PAGE-LIST__LETTER-SPACING:-0.025rem;--IDS-BULLET-LIST__MARKER-COLOR:var(--ids-color-brand-text-primary);--IDS-BULLET-LIST__MARKER-FONT-WEIGHT:bold;--IDS-BULLET-LIST__LINE-HEIGHT:1.5rem;--IDS-DIVIDER__COLOR:var(--ids-color-surface-border-default)}.ids--dark.ids--1177-admin,.ids--dark.ids--1177-pro,.ids--light.ids--1177-admin,.ids--light.ids--1177-pro{--IDS-PAGE-LIST__COLOR:var(--ids-color-interactive-text-default)}.ids--dark.ids--inera,.ids--dark.ids--inera-admin,.ids--light.ids--inera,.ids--light.ids--inera-admin{--IDS-FONT-FAMILY-BASE:\"Open Sans\";--IDS-FONT-FAMILY-HEADING:\"Poppins\";--IDS-HEADING-XXL__MARGIN-BOTTOM:1.25rem;--IDS-HEADING-XL__MARGIN-BOTTOM:1.25rem;--IDS-HEADING-L__MARGIN-BOTTOM:1.25rem;--IDS-PAGE-LIST__FONT-WEIGHT:600;--IDS-PAGE-LIST__LETTER-SPACING:0;--IDS-BULLET-LIST__MARKER-FONT-WEIGHT:normal;--IDS-BULLET-LIST__LINE-HEIGHT:1.625rem;--IDS-DESCRIPTION-LIST__TERM-FONT-WEIGHT:600}.ids--dark.ids--dark,.ids--light.ids--dark{--IDS-PAGE-LIST__COLOR:var(--ids-color-navigation-text-default)}.ids--dark.ids--dark.ids--1177-admin,.ids--dark.ids--dark.ids--1177-pro,.ids--dark.ids--dark.ids--inera,.ids--dark.ids--dark.ids--inera-admin,.ids--light.ids--dark.ids--1177-admin,.ids--light.ids--dark.ids--1177-pro,.ids--light.ids--dark.ids--inera,.ids--light.ids--dark.ids--inera-admin{--IDS-PAGE-LIST__COLOR:var(--ids-color-interactive-text-default)}@media (max-width:639px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}.ids-popover{display:inline-flex;max-width:fit-content;position:relative}.ids-popover .ids-popover-trigger{cursor:pointer;display:flex}.ids-popover-content{background-color:var(--IDS-POPOVER-CONTENT__BACKGROUND-COLOR);border:var(--IDS-POPOVER-CONTENT__BORDER-THICKNESS) solid var(--IDS-POPOVER-CONTENT__BORDER-COLOR);border-radius:var(--IDS-POPOVER-CONTENT__BORDER-RADIUS);box-shadow:var(--IDS-BOX-SHADOW-ELEVATED-2);box-sizing:border-box;color:var(--ids-color-surface-text-on-default);font-family:var(--IDS-FONT-FAMILY-BASE);max-height:16.25rem;padding:1.25rem 1rem 1.25rem 1.25rem;position:relative;width:16.25rem;z-index:150}.ids-popover-content h3{color:var(--IDS-FONT-COLOR)!important;color:var(--ids-color-heading-text-xs);font-family:var(--ids-font-family-heading)!important;font-size:var(--ids-font-size-heading-xs)!important;font-style:normal;font-weight:var(--ids-font-weight-heading-xs)!important;letter-spacing:var(--ids-font-letter-spacing-heading-xs)!important;line-height:var(--ids-font-line-height-heading-xs)!important;margin-bottom:.5rem!important}.ids-popover-content .ids-popover-content__caret{position:absolute}.ids-popover-content .ids-popover-content__caret.hide{display:none}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--top{bottom:-.4375rem;left:50%}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--top-left{bottom:-.4375rem;left:1.375rem}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--top-right{bottom:-.4375rem;right:1.375rem}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--left{right:-.4375rem;top:50%}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--left-top{bottom:1.375rem;right:-.4375rem}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--left-bottom{right:-.4375rem;top:1.375rem}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--right{left:-.4375rem;top:50%}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--right-top{bottom:1.375rem;left:-.4375rem}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--right-bottom{left:-.4375rem;top:1.375rem}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--bottom{left:50%;top:var(--IDS-POPOVER-CONTENT__CARET-CONTENT-TOP)}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--bottom-left{left:1.375rem;top:var(--IDS-POPOVER-CONTENT__CARET-CONTENT-TOP)}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--bottom-right{right:1.375rem;top:var(--IDS-POPOVER-CONTENT__CARET-CONTENT-TOP)}.ids-popover-content .ids-popover-content__caret-body{background:var(--IDS-POPOVER-CONTENT__CARET-BODY-COLOR);display:block;position:absolute;z-index:4}.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--top,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--top-left,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--top-right{bottom:var(--IDS-POPOVER-CONTENT__CARET-BODY-BOTTOM);clip-path:polygon(0 0,50% 100%,100% 0);height:.6rem;transform:translateX(-50%);width:1.2rem}.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--left,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--left-bottom,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--left-top{clip-path:polygon(0 0,100% 50%,0 100%);height:1.2rem;right:var(--IDS-POPOVER-CONTENT__CARET-BODY-RIGHT);transform:translateY(-50%);width:.6rem}.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--right,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--right-bottom,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--right-top{clip-path:polygon(0 50%,100% 0,100% 100%);height:1.2rem;left:var(--IDS-POPOVER-CONTENT__CARET-BODY-LEFT);transform:translateY(-50%);width:.6rem}.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--bottom,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--bottom-left,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--bottom-right{clip-path:polygon(0 100%,50% 0,100% 100%);height:.6rem;top:var(--IDS-POPOVER-CONTENT__CARET-BODY-TOP);transform:translateX(-50%);width:1.2rem}.ids-popover-content .ids-popover-content__caret-border{background-color:var(--IDS-POPOVER-CONTENT__CARET-BORDER-COLOR);position:absolute;z-index:1}.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--top,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--top-left,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--top-right{background-color:var(--IDS-POPOVER-CONTENT__BORDER-COLOR);bottom:var(--IDS-POPOVER-CONTENT__CARET-BORDER-BOTTOM);clip-path:polygon(0 0,50% 100%,100% 0);height:.6rem;transform:translateX(-50%);width:1.2rem}.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--left,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--left-bottom,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--left-top{background-color:var(--IDS-POPOVER-CONTENT__BORDER-COLOR);clip-path:polygon(0 0,100% 50%,0 100%);height:1.2rem;right:var(--IDS-POPOVER-CONTENT__CARET-BORDER-RIGHT);transform:translateY(-50%);width:.6rem}.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--right,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--right-bottom,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--right-top{background-color:var(--IDS-POPOVER-CONTENT__BORDER-COLOR);clip-path:polygon(0 50%,100% 0,100% 100%);height:1.2rem;left:var(--IDS-POPOVER-CONTENT__CARET-BORDER-LEFT);transform:translateY(-50%);width:.6rem}.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--bottom,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--bottom-left,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--bottom-right{clip-path:polygon(0 100%,50% 0,100% 100%);height:.6rem;top:var(--IDS-POPOVER-CONTENT__CARET-BORDER-TOP);transform:translateX(-50%);width:1.2rem}.ids-popover-content.ids-popover-content--top-left{bottom:calc(100% + .875rem);left:-.75rem;position:absolute}.ids-popover-content.ids-popover-content--top{bottom:calc(100% + .875rem);left:50%;position:absolute;transform:translateX(-50%)}.ids-popover-content.ids-popover-content--top-right{bottom:calc(100% + .875rem);position:absolute;right:-.75rem}.ids-popover-content.ids-popover-content--left-top{bottom:-.75rem;position:absolute;right:calc(100% + .875rem)}.ids-popover-content.ids-popover-content--left{position:absolute;right:calc(100% + .875rem);top:50%;transform:translateY(-50%)}.ids-popover-content.ids-popover-content--left-bottom{position:absolute;right:calc(100% + .875rem);top:-.75rem}.ids-popover-content.ids-popover-content--right-top{bottom:-.75rem;left:calc(100% + .875rem);position:absolute}.ids-popover-content.ids-popover-content--right{left:calc(100% + .875rem);position:absolute;top:50%;transform:translateY(-50%)}.ids-popover-content.ids-popover-content--right-bottom{left:calc(100% + .875rem);position:absolute;top:-.75rem}.ids-popover-content.ids-popover-content--bottom-left{left:-.75rem;position:absolute;top:calc(100% + .875rem)}.ids-popover-content.ids-popover-content--bottom{left:50%;position:absolute;top:calc(100% + .875rem);transform:translateX(-50%)}.ids-popover-content.ids-popover-content--bottom-right{position:absolute;right:-.75rem;top:calc(100% + .875rem)}.ids-popover-content .ids-popover-content__close-btn-wrapper{background-color:var(--IDS-POPOVER-CONTENT__BACKGROUND-COLOR);display:block;height:1.25rem;max-width:100%;padding-bottom:.25rem;padding-left:.25rem;position:absolute;right:.75rem;top:.75rem;z-index:1}.ids-popover-content .ids-popover-content__close-btn:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:.375rem!important}.ids-popover-content .ids-popover-content__close-btn{background:none;border:none;cursor:pointer;display:flex;height:1.25rem;padding:0;position:relative;width:1.25rem}.ids-popover-content .ids-popover-content__close-btn: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;left:0;position:absolute;top:0}.ids-popover-content .ids-popover-content__close-btn:hover:before{color:var(--IDS-ICON--ACTIVE-HOVER-COLOR)}.ids-popover-content .ids-popover-content__close-btn:focus-visible,.ids-popover-content .ids-popover-content__close-icon:focus-visible{border-radius:100%;outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:.375rem!important}.ids-popover-content .ids-popover-content__content-wrapper::-webkit-scrollbar{width:.625rem}.ids-popover-content .ids-popover-content__content-wrapper::-webkit-scrollbar-thumb{background:var(--IDS-SCROLL__THUMB-COLOR);border:.125rem solid var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;cursor:auto}.ids-popover-content .ids-popover-content__content-wrapper::-webkit-scrollbar-thumb:hover{background:var(--IDS-SCROLL__THUMB-HOVER-COLOR)}.ids-popover-content .ids-popover-content__content-wrapper::-webkit-scrollbar-track{background:var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;margin-top:1.25rem;outline:.0625rem solid var(--IDS-SCROLL__TRACK-OUTLINE-COLOR)}.ids-popover-content .ids-popover-content__content-wrapper::-webkit-scrollbar-corner{background-color:transparent}.ids-popover-content .ids-popover-content__content-wrapper{max-height:100%;overflow-x:hidden;overflow-y:auto;text-align:left}.ids-popover-content .ids-popover-content__content-wrapper.ids-popover-content__content-wrapper--has-scrollbar{padding-right:.5rem}.ids-popover-content .ids-popover-content__content-wrapper:focus-visible{outline:var(--IDS-FOCUS__OUTLINE);outline-offset:0}.ids-popover-content .ids-popover-content__content-wrapper-inner{color:var(--IDS-POPOVER-FONT__COLOR);margin-right:1.25rem}.ids-popover-content .ids-popover-content__headline{color:var(--IDS-POPOVER-FONT__HEADING-COLOR);margin-right:.25rem;text-align:left}";
4
4
 
5
5
  var popoverLit = 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 = ".ids--dark,.ids--light{--IDS-FONT-FAMILY-BASE:\"Open Sans\";--IDS-FONT-FAMILY-HEADING:\"Inter\";--IDS-FONT-COLOR:var(--ids-color-surface-text-on-default);--IDS-HEADING-XXL__MARGIN-BOTTOM:1.875rem;--IDS-HEADING-XL__MARGIN-BOTTOM:1.875rem;--IDS-HEADING-L__MARGIN-BOTTOM:1.875rem;--IDS-PAGE-LIST__COLOR:var(--ids-color-brand-text-primary);--IDS-PAGE-LIST__FONT-FAMILY:var(--IDS-FONT-FAMILY-HEADING);--IDS-PAGE-LIST__FONT-SIZE:1.25rem;--IDS-PAGE-LIST__LINE-HEIGHT:1.5rem;--IDS-PAGE-LIST__FONT-WEIGHT:700;--IDS-PAGE-LIST__LETTER-SPACING:-0.025rem;--IDS-BULLET-LIST__MARKER-COLOR:var(--ids-color-brand-text-primary);--IDS-BULLET-LIST__MARKER-FONT-WEIGHT:bold;--IDS-BULLET-LIST__LINE-HEIGHT:1.5rem;--IDS-DIVIDER__COLOR:var(--ids-color-surface-border-default)}.ids--dark.ids--1177-admin,.ids--dark.ids--1177-pro,.ids--light.ids--1177-admin,.ids--light.ids--1177-pro{--IDS-PAGE-LIST__COLOR:var(--ids-color-interactive-text-default)}.ids--dark.ids--inera,.ids--dark.ids--inera-admin,.ids--light.ids--inera,.ids--light.ids--inera-admin{--IDS-FONT-FAMILY-BASE:\"Open Sans\";--IDS-FONT-FAMILY-HEADING:\"Poppins\";--IDS-HEADING-XXL__MARGIN-BOTTOM:1.25rem;--IDS-HEADING-XL__MARGIN-BOTTOM:1.25rem;--IDS-HEADING-L__MARGIN-BOTTOM:1.25rem;--IDS-PAGE-LIST__FONT-WEIGHT:600;--IDS-PAGE-LIST__LETTER-SPACING:0;--IDS-BULLET-LIST__MARKER-FONT-WEIGHT:normal;--IDS-BULLET-LIST__LINE-HEIGHT:1.625rem;--IDS-DESCRIPTION-LIST__TERM-FONT-WEIGHT:600}.ids--dark.ids--dark,.ids--light.ids--dark{--IDS-PAGE-LIST__COLOR:var(--ids-color-navigation-text-default)}.ids--dark.ids--dark.ids--1177-admin,.ids--dark.ids--dark.ids--1177-pro,.ids--dark.ids--dark.ids--inera,.ids--dark.ids--dark.ids--inera-admin,.ids--light.ids--dark.ids--1177-admin,.ids--light.ids--dark.ids--1177-pro,.ids--light.ids--dark.ids--inera,.ids--light.ids--dark.ids--inera-admin{--IDS-PAGE-LIST__COLOR:var(--ids-color-interactive-text-default)}@media (max-width:639px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}:host([show]) .ids-popover-content{display:block}:host .ids-popover-content{display:none;position:absolute;width:max-content}.ids-popover-content ::slotted(h3){color:var(--IDS-FONT-COLOR)!important;color:var(--ids-color-heading-text-xs);font-family:var(--ids-font-family-heading)!important;font-size:var(--ids-font-size-heading-xs)!important;font-style:normal;font-weight:var(--ids-font-weight-heading-xs)!important;letter-spacing:var(--ids-font-letter-spacing-heading-xs)!important;line-height:var(--ids-font-line-height-heading-xs)!important;margin-bottom:.5rem!important}";
4
+
5
+ var popoverShadowLit = css`${unsafeCSS(css_248z)}`;
6
+
7
+ export { popoverShadowLit as default };
@@ -0,0 +1,73 @@
1
+ .ids--light, .ids--dark {
2
+ --IDS-FONT-FAMILY-BASE: "Open Sans";
3
+ --IDS-FONT-FAMILY-HEADING: "Inter";
4
+ --IDS-FONT-COLOR: var(--ids-color-surface-text-on-default);
5
+ --IDS-HEADING-XXL__MARGIN-BOTTOM: 1.875rem;
6
+ --IDS-HEADING-XL__MARGIN-BOTTOM: 1.875rem;
7
+ --IDS-HEADING-L__MARGIN-BOTTOM: 1.875rem;
8
+ --IDS-PAGE-LIST__COLOR: var(--ids-color-brand-text-primary);
9
+ --IDS-PAGE-LIST__FONT-FAMILY: var(--IDS-FONT-FAMILY-HEADING);
10
+ --IDS-PAGE-LIST__FONT-SIZE: 1.25rem;
11
+ --IDS-PAGE-LIST__LINE-HEIGHT: 1.5rem;
12
+ --IDS-PAGE-LIST__FONT-WEIGHT: 700;
13
+ --IDS-PAGE-LIST__LETTER-SPACING: -0.025rem;
14
+ --IDS-BULLET-LIST__MARKER-COLOR: var(--ids-color-brand-text-primary);
15
+ --IDS-BULLET-LIST__MARKER-FONT-WEIGHT: bold;
16
+ --IDS-BULLET-LIST__LINE-HEIGHT: 1.5rem;
17
+ --IDS-DIVIDER__COLOR: var(--ids-color-surface-border-default);
18
+ }
19
+ .ids--light.ids--1177-pro, .ids--light.ids--1177-admin, .ids--dark.ids--1177-pro, .ids--dark.ids--1177-admin {
20
+ --IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
21
+ }
22
+ .ids--light.ids--inera, .ids--light.ids--inera-admin, .ids--dark.ids--inera, .ids--dark.ids--inera-admin {
23
+ --IDS-FONT-FAMILY-BASE: "Open Sans";
24
+ --IDS-FONT-FAMILY-HEADING: "Poppins";
25
+ --IDS-HEADING-XXL__MARGIN-BOTTOM: 1.25rem;
26
+ --IDS-HEADING-XL__MARGIN-BOTTOM: 1.25rem;
27
+ --IDS-HEADING-L__MARGIN-BOTTOM: 1.25rem;
28
+ --IDS-PAGE-LIST__FONT-WEIGHT: 600;
29
+ --IDS-PAGE-LIST__LETTER-SPACING: 0;
30
+ --IDS-BULLET-LIST__MARKER-FONT-WEIGHT: normal;
31
+ --IDS-BULLET-LIST__LINE-HEIGHT: 1.625rem;
32
+ --IDS-DESCRIPTION-LIST__TERM-FONT-WEIGHT: 600;
33
+ }
34
+ .ids--light.ids--dark, .ids--dark.ids--dark {
35
+ --IDS-PAGE-LIST__COLOR: var(--ids-color-navigation-text-default);
36
+ }
37
+ .ids--light.ids--dark.ids--1177-pro, .ids--light.ids--dark.ids--1177-admin, .ids--light.ids--dark.ids--inera, .ids--light.ids--dark.ids--inera-admin, .ids--dark.ids--dark.ids--1177-pro, .ids--dark.ids--dark.ids--1177-admin, .ids--dark.ids--dark.ids--inera, .ids--dark.ids--dark.ids--inera-admin {
38
+ --IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
39
+ }
40
+
41
+ @media (max-width: 639px) {
42
+ .ids-desktop {
43
+ display: none !important;
44
+ }
45
+ }
46
+
47
+ @media (min-width: 1024px) {
48
+ .ids-mobile {
49
+ display: none !important;
50
+ }
51
+ }
52
+
53
+ :host([show]) .ids-popover-content {
54
+ display: block;
55
+ }
56
+
57
+ :host .ids-popover-content {
58
+ display: none;
59
+ position: absolute;
60
+ width: max-content;
61
+ }
62
+
63
+ .ids-popover-content ::slotted(h3) {
64
+ margin-bottom: 0.5rem !important;
65
+ color: var(--IDS-FONT-COLOR) !important;
66
+ font-style: normal;
67
+ color: var(--ids-color-heading-text-xs);
68
+ font-family: var(--ids-font-family-heading) !important;
69
+ font-size: var(--ids-font-size-heading-xs) !important;
70
+ line-height: var(--ids-font-line-height-heading-xs) !important;
71
+ letter-spacing: var(--ids-font-letter-spacing-heading-xs) !important;
72
+ font-weight: var(--ids-font-weight-heading-xs) !important;
73
+ }