@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,19 @@
1
- @media (max-width: 1023px) {
1
+ /*******
2
+ * ICONS
3
+ ********/
4
+ /*******
5
+ * BUTTONS
6
+ ********/
7
+ /*******
8
+ * SCROLLBAR
9
+ ********/
10
+ /*******
11
+ * FORM
12
+ ********/
13
+ /*******
14
+ * A11Y
15
+ ********/
16
+ @media (max-width: 639px) {
2
17
  .ids-desktop {
3
18
  display: none !important;
4
19
  }
@@ -75,4 +90,143 @@
75
90
  }
76
91
  .ids-tabs .ids-tabs__panels {
77
92
  position: relative;
93
+ }
94
+
95
+ .ids-tab {
96
+ min-width: 1.5rem;
97
+ min-height: 1.5rem;
98
+ background: none;
99
+ color: inherit;
100
+ border: none;
101
+ padding: 0;
102
+ font: inherit;
103
+ cursor: pointer;
104
+ outline: inherit;
105
+ -moz-user-select: -moz-none;
106
+ -khtml-user-select: none;
107
+ -webkit-user-select: none;
108
+ -ms-user-select: none;
109
+ user-select: none;
110
+ }
111
+ .ids-tab:focus-visible {
112
+ outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
113
+ outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
114
+ }
115
+ .ids-tab {
116
+ display: flex;
117
+ outline: none;
118
+ justify-content: center;
119
+ align-items: center;
120
+ cursor: pointer;
121
+ position: relative;
122
+ z-index: 1;
123
+ -webkit-touch-callout: none;
124
+ -webkit-user-select: none;
125
+ -khtml-user-select: none;
126
+ -moz-user-select: none;
127
+ -ms-user-select: none;
128
+ user-select: none;
129
+ color: var(--IDS-TAB__COLOR);
130
+ overflow: hidden;
131
+ padding: 0.4375rem 1.4375rem;
132
+ border-top: var(--IDS-TAB__BORDER);
133
+ border-left: var(--IDS-TAB__BORDER);
134
+ border-right: var(--IDS-TAB__BORDER);
135
+ border-radius: var(--IDS-TAB__BORDER-RADIUS);
136
+ text-decoration: none !important;
137
+ font-family: var(--IDS-FONT-FAMILY-BASE);
138
+ background-color: var(--IDS-TABS__BACKGROUND-COLOR);
139
+ }
140
+ .ids-tab:after {
141
+ content: "";
142
+ position: absolute;
143
+ height: 0.25rem;
144
+ left: 0;
145
+ right: 0;
146
+ bottom: 0;
147
+ background-color: var(--IDS-TABS__BORDER-BOTTOM-COLOR);
148
+ z-index: 2;
149
+ }
150
+ .ids-tab:focus-visible {
151
+ z-index: 2;
152
+ }
153
+ .ids-tab .ids-tab__label {
154
+ display: flex;
155
+ flex-direction: row;
156
+ justify-content: center;
157
+ align-items: center;
158
+ color: var(--IDS-TAB__COLOR);
159
+ background-color: var(--IDS-TABS__BACKGROUND-COLOR);
160
+ font-weight: 400;
161
+ font-size: 1rem;
162
+ line-height: 1.6875rem;
163
+ text-align: center;
164
+ }
165
+ .ids-tab .ids-tab__label:before {
166
+ content: "";
167
+ background-color: transparent;
168
+ position: absolute;
169
+ width: 100%;
170
+ left: 0;
171
+ right: 0;
172
+ height: var(--IDS-TAB--SELECTED__TOP-BORDER-HEIGHT);
173
+ top: 0;
174
+ }
175
+ .ids-tab:hover {
176
+ padding: 0.4375rem 1.375rem;
177
+ border-top: var(--IDS-TAB--HOVER-BORDER-TOP);
178
+ border-left: var(--IDS-TAB--HOVER-BORDER);
179
+ border-right: var(--IDS-TAB--HOVER-BORDER);
180
+ }
181
+ .ids-tab:hover .ids-tab__label {
182
+ color: var(--IDS-TAB--HOVER-COLOR);
183
+ }
184
+ .ids-tab:hover .ids-tab__label:before {
185
+ background-color: var(--IDS-TAB--HOVER-BEFORE-COLOR);
186
+ }
187
+ .ids-tab.ids-tab--selected {
188
+ padding: 0.4375rem 1.375rem;
189
+ color: var(--IDS-TAB--SELECTED__COLOR);
190
+ background-color: var(--IDS-TAB--SELECTED__BACKGROUND-COLOR);
191
+ border-top: var(--IDS-TAB--SELECTED__BORDER-TOP);
192
+ border-left: var(--IDS-TAB--SELECTED__BORDER);
193
+ border-right: var(--IDS-TAB--SELECTED__BORDER);
194
+ }
195
+ .ids-tab.ids-tab--selected .ids-tab__label {
196
+ color: var(--IDS-TAB--SELECTED__COLOR);
197
+ background-color: var(--IDS-TAB--SELECTED__BACKGROUND-COLOR);
198
+ }
199
+ .ids-tab.ids-tab--selected .ids-tab__label:before {
200
+ background-color: var(--IDS-TAB--SELECTED__BORDER-COLOR);
201
+ }
202
+ .ids-tab.ids-tab--selected:after {
203
+ background-color: var(--IDS-TAB--SELECTED__BORDER-BOTTOM-COLOR);
204
+ }
205
+ .ids-tab .ids-tab-icon {
206
+ display: flex !important;
207
+ align-self: center !important;
208
+ font-size: 1.25rem !important;
209
+ color: var(--IDS-TAB-ICON__COLOR);
210
+ margin-right: 0.5rem;
211
+ }
212
+ .ids-tab .ids-tab-extra {
213
+ margin-left: 0.5rem;
214
+ }
215
+
216
+ .ids-tab-panel {
217
+ display: none;
218
+ margin-top: 1.5rem;
219
+ outline-offset: 0.125rem;
220
+ outline-color: var(--IDS-FOCUS__OUTLINE-COLOR);
221
+ color: var(--IDS-TAB-PANEL__COLOR);
222
+ font-family: var(--IDS-FONT-FAMILY-BASE);
223
+ }
224
+ .ids-tab-panel .ids-tab-panel--hidden {
225
+ display: none;
226
+ }
227
+ .ids-tab-panel.ids-tab-panel--compact {
228
+ margin-top: 0.125rem;
229
+ }
230
+ .ids-tab-panel.ids-tab-panel--selected {
231
+ display: block;
78
232
  }
@@ -1,6 +1,6 @@
1
1
  import { css, unsafeCSS } from 'lit';
2
2
 
3
- var css_248z = ".ids-tag{background-color:var(--IDS-TAG__BACKGROUND-COLOR);border:var(--IDS-TAG__BORDER-THICKNESS) solid var(--IDS-TAG__BORDER-COLOR);border-radius:var(--IDS-TAG__BORDER-RADIUS);color:var(--IDS-TAG__COLOR);display:inline-block;font-family:var(--IDS-FONT-FAMILY-HEADING);font-weight:400;height:max-content;line-height:1rem!important;padding:var(--IDS-TAG__PADDING);text-align:left}.ids-tag .ids-tag__content{display:flex;flex-direction:row;gap:.5rem;justify-content:space-between}.ids-tag.ids-tag--clickable{border:var(--IDS-TAG__BORDER-THICKNESS) solid var(--IDS-TAG--INTERACTIVE__BORDER-COLOR);color:var(--IDS-TAG--INTERACTIVE__COLOR);cursor:pointer;font-weight:var(--IDS-TAG--INTERACTIVE__FONT-WEIGHT)}.ids-tag.ids-tag--clickable:focus-visible:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}.ids-tag.ids-tag--clickable:hover{background-color:var(--IDS-TAG--INTERACTIVE-HOVER__BACKGROUND-COLOR);color:var(--IDS-TAG--INTERACTIVE-HOVER__COLOR)}.ids-tag.ids-tag--clickable ::slotted(button){background:none;border:none;border-radius:var(--IDS-TAG__BORDER-RADIUS);color:inherit;cursor:pointer;font:inherit;min-height:1.5rem;min-width:1.5rem;outline:inherit;padding:0;padding:var(--IDS-TAG__PADDING);text-align:left;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ids-tag.ids-tag--clickable ::slotted(button:active),.ids-tag.ids-tag--clickable:active{background-color:var(--IDS-TAG--INTERACTIVE-ACTIVE__BACKGROUND-COLOR);color:var(--IDS-TAG--INTERACTIVE-ACTIVE__COLOR)}.ids-tag .ids-tag__close-btn{background:none;border:none;color:inherit;cursor:pointer;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-tag .ids-tag__close-btn:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}.ids-tag .ids-tag__close-btn{border-radius:100%;height:.875rem;margin:-.25rem -.25rem -.5rem 0;position:relative;width:.875rem}.ids-tag .ids-tag__close-btn:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--IDS-TAG__ICON-COLOR);content:\"\\e934\";display:block;font:icon;font-family:Inera-Design-Icons!important;font-size:.875rem;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.ids-tag .ids-tag__close-btn:focus-visible{border-radius:100%}.ids-tag .ids-tag__close-btn:hover:before{color:var(--IDS-TAG__ICON-HOVER-COLOR)}";
3
+ var css_248z = ".ids-tag{background-color:var(--IDS-TAG__BACKGROUND-COLOR);border:var(--IDS-TAG__BORDER-THICKNESS) solid var(--IDS-TAG__BORDER-COLOR);border-radius:var(--IDS-TAG__BORDER-RADIUS);color:var(--IDS-TAG__COLOR);display:inline-block;font-family:var(--IDS-FONT-FAMILY-HEADING);font-weight:400;height:max-content;line-height:1rem!important;padding:var(--IDS-TAG__PADDING);text-align:left}.ids-tag .ids-tag__content{display:flex;flex-direction:row;gap:.5rem;justify-content:space-between}.ids-tag.ids-tag--clickable{border:var(--IDS-TAG__BORDER-THICKNESS) solid var(--IDS-TAG--INTERACTIVE__BORDER-COLOR);color:var(--IDS-TAG--INTERACTIVE__COLOR);cursor:pointer;font-weight:var(--IDS-TAG--INTERACTIVE__FONT-WEIGHT)}.ids-tag.ids-tag--clickable:has(button){padding:0!important}.ids-tag.ids-tag--clickable:has(button) button{background:none;border:none;border-radius:var(--IDS-TAG__BORDER-RADIUS);color:inherit;cursor:pointer;font:inherit;height:100%;min-height:1.5rem;min-width:1.5rem;outline:inherit;padding:0;padding:var(--IDS-TAG__PADDING);text-align:left;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.ids-tag.ids-tag--clickable:has(button) button:focus-visible:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}.ids-tag.ids-tag--clickable:has(button) button:hover{background-color:var(--IDS-TAG--INTERACTIVE-HOVER__BACKGROUND-COLOR);color:var(--IDS-TAG--INTERACTIVE-HOVER__COLOR)}.ids-tag.ids-tag--clickable:has(button) button:active{background-color:var(--IDS-TAG--INTERACTIVE-ACTIVE__BACKGROUND-COLOR);color:var(--IDS-TAG--INTERACTIVE-ACTIVE__COLOR)}.ids-tag .ids-tag__close-btn{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-tag .ids-tag__close-btn:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}.ids-tag .ids-tag__close-btn{border-radius:100%;cursor:pointer;height:.875rem;margin:-.25rem -.25rem -.5rem 0;position:relative;width:.875rem}.ids-tag .ids-tag__close-btn button{background:none;border:none;cursor:pointer;height:100%;width:100%}.ids-tag .ids-tag__close-btn:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--IDS-TAG__ICON-COLOR);content:\"\\e934\";display:block;font:icon;font-family:Inera-Design-Icons!important;font-size:.875rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.ids-tag .ids-tag__close-btn button:focus-visible,.ids-tag .ids-tag__close-btn:focus-visible{border-radius:100%}.ids-tag .ids-tag__close-btn:hover:before{color:var(--IDS-TAG__ICON-HOVER-COLOR)}button.ids-tag--clickable{background:none;border:none;border-radius:var(--IDS-TAG__BORDER-RADIUS);color:inherit;cursor:pointer;font:inherit;height:100%;min-height:1.5rem;min-width:1.5rem;outline:inherit;padding:0;padding:var(--IDS-TAG__PADDING);text-align:left;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%;width:fit-content}button.ids-tag--clickable:focus-visible:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}button.ids-tag--clickable:hover{background-color:var(--IDS-TAG--INTERACTIVE-HOVER__BACKGROUND-COLOR);color:var(--IDS-TAG--INTERACTIVE-HOVER__COLOR)}button.ids-tag--clickable:active{background-color:var(--IDS-TAG--INTERACTIVE-ACTIVE__BACKGROUND-COLOR);color:var(--IDS-TAG--INTERACTIVE-ACTIVE__COLOR)}";
4
4
 
5
5
  var tagLit = 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 = ":host(.ids-tag){border-radius:var(--IDS-TAG__BORDER-RADIUS);display:inline-block}.ids-tag.ids-tag--clickable{padding:0!important}.ids-tag.ids-tag--clickable ::slotted(button){background:none;border:none;border-radius:var(--IDS-TAG__BORDER-RADIUS);color:inherit;cursor:pointer;font:inherit;height:100%;min-height:1.5rem;min-width:1.5rem;outline:inherit;padding:0;padding:var(--IDS-TAG__PADDING);text-align:left;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.ids-tag.ids-tag--clickable ::slotted(button:focus-visible):focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}.ids-tag.ids-tag--clickable ::slotted(button:hover){background-color:var(--IDS-TAG--INTERACTIVE-HOVER__BACKGROUND-COLOR);color:var(--IDS-TAG--INTERACTIVE-HOVER__COLOR)}.ids-tag.ids-tag--clickable ::slotted(button:active){background-color:var(--IDS-TAG--INTERACTIVE-ACTIVE__BACKGROUND-COLOR);color:var(--IDS-TAG--INTERACTIVE-ACTIVE__COLOR)}";
4
+
5
+ var tagShadowLit = css`${unsafeCSS(css_248z)}`;
6
+
7
+ export { tagShadowLit as default };
@@ -0,0 +1,58 @@
1
+ /*******
2
+ * ICONS
3
+ ********/
4
+ /*******
5
+ * BUTTONS
6
+ ********/
7
+ /*******
8
+ * SCROLLBAR
9
+ ********/
10
+ /*******
11
+ * FORM
12
+ ********/
13
+ /*******
14
+ * A11Y
15
+ ********/
16
+ :host(.ids-tag) {
17
+ display: inline-block;
18
+ border-radius: var(--IDS-TAG__BORDER-RADIUS);
19
+ }
20
+
21
+ .ids-tag.ids-tag--clickable {
22
+ padding: 0 !important;
23
+ }
24
+ .ids-tag.ids-tag--clickable ::slotted(button) {
25
+ background: none;
26
+ border: none;
27
+ min-width: 1.5rem;
28
+ min-height: 1.5rem;
29
+ background: none;
30
+ color: inherit;
31
+ border: none;
32
+ padding: 0;
33
+ font: inherit;
34
+ cursor: pointer;
35
+ outline: inherit;
36
+ -moz-user-select: -moz-none;
37
+ -khtml-user-select: none;
38
+ -webkit-user-select: none;
39
+ -ms-user-select: none;
40
+ user-select: none;
41
+ border-radius: var(--IDS-TAG__BORDER-RADIUS);
42
+ padding: var(--IDS-TAG__PADDING);
43
+ text-align: left;
44
+ width: 100%;
45
+ height: 100%;
46
+ }
47
+ .ids-tag.ids-tag--clickable ::slotted(button:focus-visible):focus-visible {
48
+ outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
49
+ outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
50
+ }
51
+ .ids-tag.ids-tag--clickable ::slotted(button:hover) {
52
+ color: var(--IDS-TAG--INTERACTIVE-HOVER__COLOR);
53
+ background-color: var(--IDS-TAG--INTERACTIVE-HOVER__BACKGROUND-COLOR);
54
+ }
55
+ .ids-tag.ids-tag--clickable ::slotted(button:active) {
56
+ color: var(--IDS-TAG--INTERACTIVE-ACTIVE__COLOR);
57
+ background-color: var(--IDS-TAG--INTERACTIVE-ACTIVE__BACKGROUND-COLOR);
58
+ }
@@ -38,15 +38,12 @@
38
38
  color: var(--IDS-TAG--INTERACTIVE__COLOR);
39
39
  font-weight: var(--IDS-TAG--INTERACTIVE__FONT-WEIGHT);
40
40
  }
41
- .ids-tag.ids-tag--clickable:focus-visible:focus-visible {
42
- outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
43
- outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
44
- }
45
- .ids-tag.ids-tag--clickable:hover {
46
- color: var(--IDS-TAG--INTERACTIVE-HOVER__COLOR);
47
- background-color: var(--IDS-TAG--INTERACTIVE-HOVER__BACKGROUND-COLOR);
41
+ .ids-tag.ids-tag--clickable:has(button) {
42
+ padding: 0 !important;
48
43
  }
49
- .ids-tag.ids-tag--clickable ::slotted(button) {
44
+ .ids-tag.ids-tag--clickable:has(button) button {
45
+ background: none;
46
+ border: none;
50
47
  min-width: 1.5rem;
51
48
  min-height: 1.5rem;
52
49
  background: none;
@@ -64,9 +61,18 @@
64
61
  border-radius: var(--IDS-TAG__BORDER-RADIUS);
65
62
  padding: var(--IDS-TAG__PADDING);
66
63
  text-align: left;
64
+ width: 100%;
65
+ height: 100%;
66
+ }
67
+ .ids-tag.ids-tag--clickable:has(button) button:focus-visible:focus-visible {
68
+ outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
69
+ outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
70
+ }
71
+ .ids-tag.ids-tag--clickable:has(button) button:hover {
72
+ color: var(--IDS-TAG--INTERACTIVE-HOVER__COLOR);
73
+ background-color: var(--IDS-TAG--INTERACTIVE-HOVER__BACKGROUND-COLOR);
67
74
  }
68
- .ids-tag.ids-tag--clickable:active,
69
- .ids-tag.ids-tag--clickable ::slotted(button:active) {
75
+ .ids-tag.ids-tag--clickable:has(button) button:active {
70
76
  color: var(--IDS-TAG--INTERACTIVE-ACTIVE__COLOR);
71
77
  background-color: var(--IDS-TAG--INTERACTIVE-ACTIVE__BACKGROUND-COLOR);
72
78
  }
@@ -96,13 +102,20 @@
96
102
  width: 0.875rem;
97
103
  height: 0.875rem;
98
104
  border-radius: 100%;
105
+ cursor: pointer;
106
+ }
107
+ .ids-tag .ids-tag__close-btn button {
108
+ cursor: pointer;
109
+ background: none;
110
+ border: none;
111
+ width: 100%;
112
+ height: 100%;
99
113
  }
100
114
  .ids-tag .ids-tag__close-btn:before {
101
115
  font: icon;
102
116
  font-family: "Inera-Design-Icons" !important;
103
117
  display: block;
104
118
  position: absolute;
105
- pointer-events: none;
106
119
  -webkit-font-smoothing: antialiased;
107
120
  -moz-osx-font-smoothing: grayscale;
108
121
  content: "\e934";
@@ -112,9 +125,47 @@
112
125
  transform: translate(-50%, -50%);
113
126
  color: var(--IDS-TAG__ICON-COLOR);
114
127
  }
115
- .ids-tag .ids-tag__close-btn:focus-visible {
128
+ .ids-tag .ids-tag__close-btn:focus-visible,
129
+ .ids-tag .ids-tag__close-btn button:focus-visible {
116
130
  border-radius: 100%;
117
131
  }
118
132
  .ids-tag .ids-tag__close-btn:hover:before {
119
133
  color: var(--IDS-TAG__ICON-HOVER-COLOR);
134
+ }
135
+
136
+ button.ids-tag--clickable {
137
+ background: none;
138
+ border: none;
139
+ min-width: 1.5rem;
140
+ min-height: 1.5rem;
141
+ background: none;
142
+ color: inherit;
143
+ border: none;
144
+ padding: 0;
145
+ font: inherit;
146
+ cursor: pointer;
147
+ outline: inherit;
148
+ -moz-user-select: -moz-none;
149
+ -khtml-user-select: none;
150
+ -webkit-user-select: none;
151
+ -ms-user-select: none;
152
+ user-select: none;
153
+ border-radius: var(--IDS-TAG__BORDER-RADIUS);
154
+ padding: var(--IDS-TAG__PADDING);
155
+ text-align: left;
156
+ width: 100%;
157
+ height: 100%;
158
+ width: fit-content;
159
+ }
160
+ button.ids-tag--clickable:focus-visible:focus-visible {
161
+ outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
162
+ outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
163
+ }
164
+ button.ids-tag--clickable:hover {
165
+ color: var(--IDS-TAG--INTERACTIVE-HOVER__COLOR);
166
+ background-color: var(--IDS-TAG--INTERACTIVE-HOVER__BACKGROUND-COLOR);
167
+ }
168
+ button.ids-tag--clickable:active {
169
+ color: var(--IDS-TAG--INTERACTIVE-ACTIVE__COLOR);
170
+ background-color: var(--IDS-TAG--INTERACTIVE-ACTIVE__BACKGROUND-COLOR);
120
171
  }
@@ -1,6 +1,6 @@
1
1
  import { css, unsafeCSS } from 'lit';
2
2
 
3
- var css_248z = ".ids-tooltip{position:relative!important;width:max-content}.ids-tooltip,.ids-tooltip .ids-tooltip__trigger{display:inline-flex}.ids-tooltip .ids-tooltip__content{background-color:var(--IDS-TOOLTIP__BACKGROUND-COLOR);border:var(--IDS-TOOLTIP__BORDER-THICKNESS) solid var(--IDS-TOOLTIP__BORDER-COLOR);border-radius:var(--IDS-BORDER-RADIUS);box-shadow:var(--IDS-BOX-SHADOW-ELEVATED-1);box-sizing:border-box;color:var(--IDS-TOOLTIP__COLOR);display:none;font-size:1rem;line-height:1.5rem;padding:var(--IDS-TOOLTIP__PADDING);position:absolute;text-align:left;width:max-content;z-index:2000}.ids-tooltip .ids-tooltip__content.ids-tooltip__content--top-left{left:0;top:-.5rem;transform:translateY(-100%)}.ids-tooltip .ids-tooltip__content.ids-tooltip__content--top{left:50%;top:-.5rem;transform:translate(-50%,-100%)}.ids-tooltip .ids-tooltip__content.ids-tooltip__content--top-right{right:0;top:-.5rem;transform:translateY(-100%)}.ids-tooltip .ids-tooltip__content.ids-tooltip__content--bottom-left{bottom:-.5rem;left:0;transform:translateY(100%)}.ids-tooltip .ids-tooltip__content.ids-tooltip__content--bottom{bottom:-.5rem;left:50%;right:auto;transform:translate(-50%,100%)}.ids-tooltip .ids-tooltip__content.ids-tooltip__content--bottom-right{bottom:-.5rem;right:0;transform:translateY(100%)}.ids-tooltip:focus-within .ids-tooltip__content,.ids-tooltip:hover .ids-tooltip__content{display:inline-block}";
3
+ var css_248z = ".ids-tooltip{position:relative!important;width:max-content}.ids-tooltip,.ids-tooltip .ids-tooltip__trigger{display:inline-flex}.ids-tooltip .ids-tooltip__content{background-color:var(--IDS-TOOLTIP__BACKGROUND-COLOR);border:var(--IDS-TOOLTIP__BORDER-THICKNESS) solid var(--IDS-TOOLTIP__BORDER-COLOR);border-radius:var(--IDS-BORDER-RADIUS);box-shadow:var(--IDS-BOX-SHADOW-ELEVATED-1);box-sizing:border-box;color:var(--IDS-TOOLTIP__COLOR);display:none;font-family:var(--IDS-FONT-FAMILY-BASE);font-size:1rem;line-height:1.5rem;padding:var(--IDS-TOOLTIP__PADDING);position:absolute;text-align:left;width:max-content;z-index:2000}.ids-tooltip .ids-tooltip__content.ids-tooltip__content--top-left{left:0;top:-.5rem;transform:translateY(-100%)}.ids-tooltip .ids-tooltip__content.ids-tooltip__content--top{left:50%;top:-.5rem;transform:translate(-50%,-100%)}.ids-tooltip .ids-tooltip__content.ids-tooltip__content--top-right{right:0;top:-.5rem;transform:translateY(-100%)}.ids-tooltip .ids-tooltip__content.ids-tooltip__content--bottom-left{bottom:-.5rem;left:0;transform:translateY(100%)}.ids-tooltip .ids-tooltip__content.ids-tooltip__content--bottom{bottom:-.5rem;left:50%;right:auto;transform:translate(-50%,100%)}.ids-tooltip .ids-tooltip__content.ids-tooltip__content--bottom-right{bottom:-.5rem;right:0;transform:translateY(100%)}.ids-tooltip:focus-within .ids-tooltip__content,.ids-tooltip:hover .ids-tooltip__content{display:inline-block}";
4
4
 
5
5
  var tooltipLit = css`${unsafeCSS(css_248z)}`;
6
6
 
@@ -21,6 +21,7 @@
21
21
  box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-1);
22
22
  border-radius: var(--IDS-BORDER-RADIUS);
23
23
  padding: var(--IDS-TOOLTIP__PADDING);
24
+ font-family: var(--IDS-FONT-FAMILY-BASE);
24
25
  }
25
26
  .ids-tooltip .ids-tooltip__content.ids-tooltip__content--top-left {
26
27
  left: 0;