@inera/ids-design 5.4.0 → 5.5.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 (486) hide show
  1. package/components/alert/alert-lit.js +7 -0
  2. package/{dist/components → components}/alert/alert.css +67 -70
  3. package/components/badge/badge-lit.js +7 -0
  4. package/{dist/components → components}/badge/badge.css +1 -1
  5. package/components/box-link/box-link-lit.js +7 -0
  6. package/components/box-link/box-link.css +75 -0
  7. package/components/data-table/data-table-lit.js +7 -0
  8. package/{dist/components → components}/data-table/data-table.css +28 -23
  9. package/{dist/components → components}/dialog/dialog-lit.js +1 -1
  10. package/{dist/components → components}/dialog/dialog.css +1 -0
  11. package/components/dropdown/dropdown-lit.js +9 -0
  12. package/{dist/components → components}/dropdown/dropdown.css +7 -2
  13. package/components/footer/footer-lit.js +7 -0
  14. package/{dist/components → components}/footer/footer.css +0 -18
  15. package/components/footer-1177/footer-1177-lit.js +7 -0
  16. package/{dist/components → components}/footer-1177/footer-1177.css +3 -20
  17. package/components/footer-1177-admin/footer-1177-admin-lit.js +7 -0
  18. package/{dist/components → components}/footer-1177-admin/footer-1177-admin.css +0 -18
  19. package/components/footer-inera/footer-inera-lit.js +7 -0
  20. package/{dist/components → components}/footer-inera/footer-inera.css +3 -20
  21. package/components/footer-inera-admin/footer-inera-admin-lit.js +7 -0
  22. package/{dist/components → components}/footer-inera-admin/footer-inera-admin.css +5 -22
  23. package/components/grid/column/column-lit.js +7 -0
  24. package/components/grid/column/column.css +431 -0
  25. package/components/grid/container/container-lit.js +7 -0
  26. package/{src/layout/container.scss → components/grid/container/container.css} +20 -15
  27. package/components/grid/row/row-lit.js +7 -0
  28. package/components/grid/row/row.css +57 -0
  29. package/{dist/components → components}/header-1177/composite-header-1177.css +165 -126
  30. package/components/header-1177/header-1177-avatar-lit.js +7 -0
  31. package/{dist/components → components}/header-1177/header-1177-avatar.css +40 -42
  32. package/components/header-1177/header-1177-lit.js +7 -0
  33. package/components/header-1177/header-1177-nav-item-mobile-lit.js +7 -0
  34. package/{dist/components → components}/header-1177/header-1177-nav-item-mobile.css +5 -9
  35. package/components/header-1177/header-1177-nav-lit.js +7 -0
  36. package/{dist/components → components}/header-1177/header-1177-nav.css +4 -0
  37. package/{dist/components → components}/header-1177/header-1177.css +116 -75
  38. package/components/header-1177-admin/header-1177-admin-avatar-lit.js +7 -0
  39. package/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +7 -0
  40. package/{dist/components → components}/header-1177-admin/header-1177-admin-avatar-mobile.css +4 -0
  41. package/{dist/components → components}/header-1177-admin/header-1177-admin-avatar.css +64 -28
  42. package/components/header-1177-admin/header-1177-admin-lit.js +7 -0
  43. package/{dist/components → components}/header-1177-admin/header-1177-admin.css +59 -58
  44. package/components/header-1177-pro/header-1177-pro-avatar-lit.js +7 -0
  45. package/{dist/components → components}/header-1177-pro/header-1177-pro-avatar.css +57 -21
  46. package/components/header-1177-pro/header-1177-pro-lit.js +7 -0
  47. package/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.js +7 -0
  48. package/{dist/components → components}/header-1177-pro/header-1177-pro-nav-menu-mobile.css +16 -12
  49. package/components/header-1177-pro/header-1177-pro-region-picker-lit.js +7 -0
  50. package/components/header-1177-pro/header-1177-pro-region-picker.css +504 -0
  51. package/{dist/components → components}/header-1177-pro/header-1177-pro.css +33 -63
  52. package/components/header-inera/header-inera-nav-mobile-lit.js +7 -0
  53. package/{dist/components → components}/header-inera/header-inera-nav-mobile.css +7 -10
  54. package/{dist/components → components}/header-inera-admin/composite-header-inera-admin.css +7 -16
  55. package/components/header-inera-admin/header-inera-admin-avatar-lit.js +7 -0
  56. package/{dist/components → components}/header-inera-admin/header-inera-admin-avatar.css +0 -6
  57. package/components/header-inera-admin/header-inera-admin-nav-mobile-lit.js +7 -0
  58. package/{dist/components → components}/header-inera-admin/header-inera-admin-nav-mobile.css +7 -10
  59. package/{dist/components → components}/notification-badge/notification-badge-lit.js +1 -1
  60. package/{dist/components → components}/notification-badge/notification-badge.css +1 -0
  61. package/components/pagination/data-pagination/data-pagination-lit.js +7 -0
  62. package/{dist/components → components}/pagination/data-pagination/data-pagination.css +1 -1
  63. package/{dist/components → components}/popover/popover-content-lit.js +1 -1
  64. package/{dist/components → components}/popover/popover-content.css +6 -1
  65. package/components/progressbar/progressbar-lit.js +7 -0
  66. package/{dist/components → components}/progressbar/progressbar.css +2 -3
  67. package/components/side-menu/side-menu-lit.js +7 -0
  68. package/{dist/components → components}/side-menu/side-menu.css +109 -37
  69. package/components/side-panel/side-panel-lit.js +7 -0
  70. package/{dist/components → components}/side-panel/side-panel.css +7 -9
  71. package/components/tabs/tab-lit.js +7 -0
  72. package/{dist/components → components}/tabs/tab.css +14 -8
  73. package/{dist/components → components}/tabs/tabs-lit.js +1 -1
  74. package/components/tabs/tabs.css +68 -0
  75. package/components/tag/tag-lit.d.ts +2 -0
  76. package/components/tooltip/tooltip-lit.d.ts +2 -0
  77. package/{dist/global → global}/global.css +136 -11
  78. package/package.json +9 -26
  79. package/{dist/themes → themes}/1177/1177.css +158 -20
  80. package/{dist/themes → themes}/1177-pro/1177-pro.css +158 -20
  81. package/{dist/themes → themes}/inera/inera.css +157 -19
  82. package/{dist/themes → themes}/inera-admin/inera-admin.css +157 -19
  83. package/dist/components/alert/alert-lit.js +0 -7
  84. package/dist/components/badge/badge-lit.js +0 -7
  85. package/dist/components/data-table/data-table-lit.js +0 -7
  86. package/dist/components/dropdown/dropdown-lit.js +0 -9
  87. package/dist/components/footer/footer-lit.js +0 -7
  88. package/dist/components/footer-1177/footer-1177-lit.js +0 -7
  89. package/dist/components/footer-1177-admin/footer-1177-admin-lit.js +0 -7
  90. package/dist/components/footer-inera/footer-inera-lit.js +0 -7
  91. package/dist/components/footer-inera-admin/footer-inera-admin-lit.js +0 -7
  92. package/dist/components/grid/column/column-lit.js +0 -7
  93. package/dist/components/grid/column/column.css +0 -436
  94. package/dist/components/header-1177/header-1177-avatar-lit.js +0 -7
  95. package/dist/components/header-1177/header-1177-lit.js +0 -7
  96. package/dist/components/header-1177/header-1177-nav-item-mobile-lit.js +0 -7
  97. package/dist/components/header-1177/header-1177-nav-lit.js +0 -7
  98. package/dist/components/header-1177-admin/header-1177-admin-avatar-lit.js +0 -7
  99. package/dist/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +0 -7
  100. package/dist/components/header-1177-admin/header-1177-admin-lit.js +0 -7
  101. package/dist/components/header-1177-pro/header-1177-pro-avatar-lit.js +0 -7
  102. package/dist/components/header-1177-pro/header-1177-pro-lit.js +0 -7
  103. package/dist/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.js +0 -7
  104. package/dist/components/header-1177-pro/header-1177-pro-region-picker-lit.js +0 -7
  105. package/dist/components/header-1177-pro/header-1177-pro-region-picker.css +0 -214
  106. package/dist/components/header-inera/header-inera-nav-mobile-lit.js +0 -7
  107. package/dist/components/header-inera-admin/header-inera-admin-avatar-lit.js +0 -7
  108. package/dist/components/header-inera-admin/header-inera-admin-nav-mobile-lit.js +0 -7
  109. package/dist/components/pagination/data-pagination/data-pagination-lit.js +0 -7
  110. package/dist/components/progressbar/progressbar-lit.js +0 -7
  111. package/dist/components/side-menu/side-menu-lit.js +0 -7
  112. package/dist/components/side-panel/side-panel-lit.js +0 -7
  113. package/dist/components/tabs/tab-lit.js +0 -7
  114. package/dist/components/tabs/tabs.css +0 -30
  115. package/dist/license.md +0 -7
  116. package/dist/package.json +0 -9
  117. package/global.d.ts +0 -4
  118. package/rollup/styleObjects.js +0 -131
  119. package/rollup.config.js +0 -84
  120. package/src/components/alert/alert-lit.ts +0 -4
  121. package/src/components/alert/alert.scss +0 -200
  122. package/src/components/alert-global/alert-global-lit.ts +0 -4
  123. package/src/components/alert-global/alert-global.scss +0 -128
  124. package/src/components/badge/badge-lit.ts +0 -4
  125. package/src/components/badge/badge.scss +0 -55
  126. package/src/components/breadcrumbs/breadcrumbs-lit.ts +0 -4
  127. package/src/components/breadcrumbs/breadcrumbs.scss +0 -112
  128. package/src/components/button-group/button-group-lit.ts +0 -4
  129. package/src/components/button-group/button-group.scss +0 -29
  130. package/src/components/card/card-lit.ts +0 -4
  131. package/src/components/card/card.scss +0 -108
  132. package/src/components/carousel/carousel-item-lit.ts +0 -4
  133. package/src/components/carousel/carousel-item.scss +0 -67
  134. package/src/components/carousel/carousel-lit.ts +0 -4
  135. package/src/components/carousel/carousel.scss +0 -148
  136. package/src/components/data-table/data-table-lit.ts +0 -4
  137. package/src/components/data-table/data-table.scss +0 -169
  138. package/src/components/date-label/date-label-lit.ts +0 -4
  139. package/src/components/date-label/date-label.scss +0 -61
  140. package/src/components/dialog/dialog-lit.ts +0 -4
  141. package/src/components/dialog/dialog.scss +0 -117
  142. package/src/components/dropdown/dropdown-lit.ts +0 -6
  143. package/src/components/dropdown/dropdown.scss +0 -79
  144. package/src/components/expandable/expandable-lit.ts +0 -4
  145. package/src/components/expandable/expandable.scss +0 -121
  146. package/src/components/footer/footer-lit.ts +0 -4
  147. package/src/components/footer/footer.scss +0 -393
  148. package/src/components/footer-1177/footer-1177-lit.ts +0 -4
  149. package/src/components/footer-1177/footer-1177.scss +0 -256
  150. package/src/components/footer-1177-admin/footer-1177-admin-lit.ts +0 -4
  151. package/src/components/footer-1177-admin/footer-1177-admin.scss +0 -247
  152. package/src/components/footer-1177-pro/footer-1177-pro-lit.ts +0 -4
  153. package/src/components/footer-1177-pro/footer-1177-pro.scss +0 -117
  154. package/src/components/footer-inera/footer-inera-lit.ts +0 -4
  155. package/src/components/footer-inera/footer-inera.scss +0 -271
  156. package/src/components/footer-inera-admin/footer-inera-admin-lit.ts +0 -4
  157. package/src/components/footer-inera-admin/footer-inera-admin.scss +0 -308
  158. package/src/components/form/error-message/error-message-lit.ts +0 -4
  159. package/src/components/form/error-message/error-message.scss +0 -45
  160. package/src/components/form/group/group-lit.ts +0 -4
  161. package/src/components/form/group/group.scss +0 -23
  162. package/src/components/form/range/range-lit.ts +0 -4
  163. package/src/components/form/range/range.scss +0 -34
  164. package/src/components/form/select-multiple/select-multiple-lit.ts +0 -4
  165. package/src/components/form/select-multiple/select-multiple.scss +0 -58
  166. package/src/components/form/spinner/spinner-lit.ts +0 -4
  167. package/src/components/form/spinner/spinner.scss +0 -66
  168. package/src/components/form/textarea/textarea-lit.ts +0 -4
  169. package/src/components/form/textarea/textarea.scss +0 -0
  170. package/src/components/grid/column/_column-partials.scss +0 -62
  171. package/src/components/grid/column/column-lit.ts +0 -4
  172. package/src/components/grid/column/column.scss +0 -380
  173. package/src/components/header-1177/composite-header-1177.scss +0 -6
  174. package/src/components/header-1177/header-1177-avatar-lit.ts +0 -4
  175. package/src/components/header-1177/header-1177-avatar.scss +0 -113
  176. package/src/components/header-1177/header-1177-item-lit.ts +0 -4
  177. package/src/components/header-1177/header-1177-item.scss +0 -72
  178. package/src/components/header-1177/header-1177-lit.ts +0 -4
  179. package/src/components/header-1177/header-1177-nav-item-lit.ts +0 -4
  180. package/src/components/header-1177/header-1177-nav-item-mobile-lit.ts +0 -4
  181. package/src/components/header-1177/header-1177-nav-item-mobile.scss +0 -84
  182. package/src/components/header-1177/header-1177-nav-item.scss +0 -158
  183. package/src/components/header-1177/header-1177-nav-lit.ts +0 -4
  184. package/src/components/header-1177/header-1177-nav.scss +0 -57
  185. package/src/components/header-1177/header-1177.scss +0 -364
  186. package/src/components/header-1177-admin/composite-header-1177-admin.scss +0 -6
  187. package/src/components/header-1177-admin/header-1177-admin-avatar-lit.ts +0 -4
  188. package/src/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.ts +0 -4
  189. package/src/components/header-1177-admin/header-1177-admin-avatar-mobile.scss +0 -91
  190. package/src/components/header-1177-admin/header-1177-admin-avatar.scss +0 -107
  191. package/src/components/header-1177-admin/header-1177-admin-item-lit.ts +0 -4
  192. package/src/components/header-1177-admin/header-1177-admin-item.scss +0 -74
  193. package/src/components/header-1177-admin/header-1177-admin-lit.ts +0 -4
  194. package/src/components/header-1177-admin/header-1177-admin-nav-item-lit.ts +0 -4
  195. package/src/components/header-1177-admin/header-1177-admin-nav-item.scss +0 -168
  196. package/src/components/header-1177-admin/header-1177-admin-nav-lit.ts +0 -4
  197. package/src/components/header-1177-admin/header-1177-admin-nav-menu-lit.ts +0 -4
  198. package/src/components/header-1177-admin/header-1177-admin-nav.scss +0 -54
  199. package/src/components/header-1177-admin/header-1177-admin.scss +0 -201
  200. package/src/components/header-1177-pro/composite-header-1177-pro.scss +0 -8
  201. package/src/components/header-1177-pro/header-1177-pro-avatar-lit.ts +0 -4
  202. package/src/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.ts +0 -4
  203. package/src/components/header-1177-pro/header-1177-pro-avatar-mobile.scss +0 -92
  204. package/src/components/header-1177-pro/header-1177-pro-avatar.scss +0 -113
  205. package/src/components/header-1177-pro/header-1177-pro-item-lit.ts +0 -4
  206. package/src/components/header-1177-pro/header-1177-pro-item.scss +0 -73
  207. package/src/components/header-1177-pro/header-1177-pro-lit.ts +0 -4
  208. package/src/components/header-1177-pro/header-1177-pro-nav-item-lit.ts +0 -4
  209. package/src/components/header-1177-pro/header-1177-pro-nav-item.scss +0 -149
  210. package/src/components/header-1177-pro/header-1177-pro-nav-lit.ts +0 -4
  211. package/src/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.ts +0 -4
  212. package/src/components/header-1177-pro/header-1177-pro-nav-menu-mobile.scss +0 -89
  213. package/src/components/header-1177-pro/header-1177-pro-nav.scss +0 -59
  214. package/src/components/header-1177-pro/header-1177-pro-region-picker-lit.ts +0 -4
  215. package/src/components/header-1177-pro/header-1177-pro-region-picker.scss +0 -81
  216. package/src/components/header-1177-pro/header-1177-pro.scss +0 -175
  217. package/src/components/header-inera/composite-header-inera.scss +0 -5
  218. package/src/components/header-inera/header-inera-item-lit.ts +0 -4
  219. package/src/components/header-inera/header-inera-item.scss +0 -87
  220. package/src/components/header-inera/header-inera-lit.ts +0 -4
  221. package/src/components/header-inera/header-inera-nav-item-lit.ts +0 -4
  222. package/src/components/header-inera/header-inera-nav-item.scss +0 -181
  223. package/src/components/header-inera/header-inera-nav-lit.ts +0 -4
  224. package/src/components/header-inera/header-inera-nav-mobile-lit.ts +0 -4
  225. package/src/components/header-inera/header-inera-nav-mobile.scss +0 -33
  226. package/src/components/header-inera/header-inera-nav.scss +0 -36
  227. package/src/components/header-inera/header-inera.scss +0 -68
  228. package/src/components/header-inera-admin/composite-header-inera-admin.scss +0 -7
  229. package/src/components/header-inera-admin/header-inera-admin-avatar-lit.ts +0 -4
  230. package/src/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.ts +0 -4
  231. package/src/components/header-inera-admin/header-inera-admin-avatar-mobile.scss +0 -59
  232. package/src/components/header-inera-admin/header-inera-admin-avatar.scss +0 -139
  233. package/src/components/header-inera-admin/header-inera-admin-item-lit.ts +0 -4
  234. package/src/components/header-inera-admin/header-inera-admin-item.scss +0 -85
  235. package/src/components/header-inera-admin/header-inera-admin-lit.ts +0 -4
  236. package/src/components/header-inera-admin/header-inera-admin-nav-item-lit.ts +0 -4
  237. package/src/components/header-inera-admin/header-inera-admin-nav-item.scss +0 -186
  238. package/src/components/header-inera-admin/header-inera-admin-nav-lit.ts +0 -4
  239. package/src/components/header-inera-admin/header-inera-admin-nav-mobile-lit.ts +0 -4
  240. package/src/components/header-inera-admin/header-inera-admin-nav-mobile.scss +0 -33
  241. package/src/components/header-inera-admin/header-inera-admin-nav.scss +0 -36
  242. package/src/components/header-inera-admin/header-inera-admin.scss +0 -118
  243. package/src/components/list/list-lit.ts +0 -4
  244. package/src/components/list/list.scss +0 -148
  245. package/src/components/mobile-menu/mobile-menu-lit.ts +0 -4
  246. package/src/components/mobile-menu/mobile-menu.scss +0 -458
  247. package/src/components/navigation/content/navigation-content-lit.ts +0 -4
  248. package/src/components/navigation/content/navigation-content.scss +0 -69
  249. package/src/components/navigation/local/navigation-local-lit.ts +0 -4
  250. package/src/components/navigation/local/navigation-local.scss +0 -62
  251. package/src/components/notification-badge/notification-badge-lit.ts +0 -4
  252. package/src/components/notification-badge/notification-badge.scss +0 -22
  253. package/src/components/pagination/data-pagination/data-pagination-lit.ts +0 -4
  254. package/src/components/pagination/data-pagination/data-pagination.scss +0 -143
  255. package/src/components/pagination/list-pagination/list-pagination-lit.ts +0 -6
  256. package/src/components/pagination/list-pagination/list-pagination.scss +0 -165
  257. package/src/components/popover/popover-content-lit.ts +0 -4
  258. package/src/components/popover/popover-content.scss +0 -282
  259. package/src/components/popover/popover-lit.ts +0 -4
  260. package/src/components/popover/popover.scss +0 -9
  261. package/src/components/progressbar/progressbar-lit.ts +0 -4
  262. package/src/components/progressbar/progressbar.scss +0 -39
  263. package/src/components/side-menu/side-menu-lit.ts +0 -4
  264. package/src/components/side-menu/side-menu.scss +0 -179
  265. package/src/components/side-panel/side-panel-lit.ts +0 -4
  266. package/src/components/side-panel/side-panel.scss +0 -330
  267. package/src/components/stepper/stepper-lit.ts +0 -4
  268. package/src/components/stepper/stepper.scss +0 -171
  269. package/src/components/table/table.scss +0 -34
  270. package/src/components/tabs/tab-lit.ts +0 -4
  271. package/src/components/tabs/tab-panel-lit.ts +0 -4
  272. package/src/components/tabs/tab-panel.scss +0 -20
  273. package/src/components/tabs/tab.scss +0 -85
  274. package/src/components/tabs/tabs-lit.ts +0 -5
  275. package/src/components/tabs/tabs.scss +0 -33
  276. package/src/components/tag/tag-lit.ts +0 -4
  277. package/src/components/tag/tag.scss +0 -58
  278. package/src/components/tooltip/tooltip-lit.ts +0 -4
  279. package/src/components/tooltip/tooltip.scss +0 -68
  280. package/src/global/_partials.scss +0 -408
  281. package/src/global/components/link.scss +0 -134
  282. package/src/global/form/button.scss +0 -261
  283. package/src/global/form/checkbox.scss +0 -100
  284. package/src/global/form/input.scss +0 -77
  285. package/src/global/form/radio.scss +0 -108
  286. package/src/global/form/range.scss +0 -69
  287. package/src/global/form/select.scss +0 -23
  288. package/src/global/form/textarea.scss +0 -41
  289. package/src/global/form/time.scss +0 -44
  290. package/src/global/form/toggle.scss +0 -119
  291. package/src/global/global.scss +0 -52
  292. package/src/global/icons/close.scss +0 -25
  293. package/src/global/typography/_typography-partials.scss +0 -240
  294. package/src/global/typography/description-list.scss +0 -89
  295. package/src/global/typography/typography.scss +0 -100
  296. package/src/global/util/util.scss +0 -2632
  297. package/src/layout/breakpoints.scss +0 -13
  298. package/src/layout/grid.scss +0 -393
  299. package/src/layout/row.scss +0 -48
  300. package/src/themes/1177/1177-tokens.css +0 -32
  301. package/src/themes/1177/1177-typography.scss +0 -94
  302. package/src/themes/1177/1177.scss +0 -670
  303. package/src/themes/1177-pro/1177-pro-tokens.css +0 -1
  304. package/src/themes/1177-pro/1177-pro-typography.scss +0 -10
  305. package/src/themes/1177-pro/1177-pro.scss +0 -162
  306. package/src/themes/inera/inera-tokens.css +0 -53
  307. package/src/themes/inera/inera-typography.scss +0 -95
  308. package/src/themes/inera/inera.scss +0 -656
  309. package/src/themes/inera-admin/inera-admin-tokens.css +0 -1
  310. package/src/themes/inera-admin/inera-admin.scss +0 -96
  311. package/src/themes/reset.scss +0 -61
  312. package/tailwind/util-tailwind.scss +0 -2320
  313. package/tailwind.config.js +0 -32
  314. package/tsconfig.json +0 -10
  315. /package/{dist/components → components}/alert/alert-lit.d.ts +0 -0
  316. /package/{dist/components → components}/alert-global/alert-global-lit.d.ts +0 -0
  317. /package/{dist/components → components}/alert-global/alert-global-lit.js +0 -0
  318. /package/{dist/components → components}/alert-global/alert-global.css +0 -0
  319. /package/{dist/components → components}/badge/badge-lit.d.ts +0 -0
  320. /package/{css.d.ts → components/box-link/box-link-lit.d.ts} +0 -0
  321. /package/{dist/components → components}/breadcrumbs/breadcrumbs-lit.d.ts +0 -0
  322. /package/{dist/components → components}/breadcrumbs/breadcrumbs-lit.js +0 -0
  323. /package/{dist/components → components}/breadcrumbs/breadcrumbs.css +0 -0
  324. /package/{dist/components → components}/button-group/button-group-lit.d.ts +0 -0
  325. /package/{dist/components → components}/button-group/button-group-lit.js +0 -0
  326. /package/{dist/components → components}/button-group/button-group.css +0 -0
  327. /package/{dist/components → components}/card/card-lit.d.ts +0 -0
  328. /package/{dist/components → components}/card/card-lit.js +0 -0
  329. /package/{dist/components → components}/card/card.css +0 -0
  330. /package/{dist/components → components}/carousel/carousel-item-lit.d.ts +0 -0
  331. /package/{dist/components → components}/carousel/carousel-item-lit.js +0 -0
  332. /package/{dist/components → components}/carousel/carousel-item.css +0 -0
  333. /package/{dist/components → components}/carousel/carousel-lit.d.ts +0 -0
  334. /package/{dist/components → components}/carousel/carousel-lit.js +0 -0
  335. /package/{dist/components → components}/carousel/carousel.css +0 -0
  336. /package/{dist/components → components}/data-table/data-table-lit.d.ts +0 -0
  337. /package/{dist/components → components}/date-label/date-label-lit.d.ts +0 -0
  338. /package/{dist/components → components}/date-label/date-label-lit.js +0 -0
  339. /package/{dist/components → components}/date-label/date-label.css +0 -0
  340. /package/{dist/components → components}/dialog/dialog-lit.d.ts +0 -0
  341. /package/{dist/components → components}/dropdown/dropdown-lit.d.ts +0 -0
  342. /package/{dist/components → components}/expandable/expandable-lit.d.ts +0 -0
  343. /package/{dist/components → components}/expandable/expandable-lit.js +0 -0
  344. /package/{dist/components → components}/expandable/expandable.css +0 -0
  345. /package/{dist/components → components}/footer/footer-lit.d.ts +0 -0
  346. /package/{dist/components → components}/footer-1177/footer-1177-lit.d.ts +0 -0
  347. /package/{dist/components → components}/footer-1177-admin/footer-1177-admin-lit.d.ts +0 -0
  348. /package/{dist/components → components}/footer-1177-pro/footer-1177-pro-lit.d.ts +0 -0
  349. /package/{dist/components → components}/footer-1177-pro/footer-1177-pro-lit.js +0 -0
  350. /package/{dist/components → components}/footer-1177-pro/footer-1177-pro.css +0 -0
  351. /package/{dist/components → components}/footer-inera/footer-inera-lit.d.ts +0 -0
  352. /package/{dist/components → components}/footer-inera-admin/footer-inera-admin-lit.d.ts +0 -0
  353. /package/{dist/components → components}/form/error-message/error-message-lit.d.ts +0 -0
  354. /package/{dist/components → components}/form/error-message/error-message-lit.js +0 -0
  355. /package/{dist/components → components}/form/error-message/error-message.css +0 -0
  356. /package/{dist/components → components}/form/group/group-lit.d.ts +0 -0
  357. /package/{dist/components → components}/form/group/group-lit.js +0 -0
  358. /package/{dist/components → components}/form/group/group.css +0 -0
  359. /package/{dist/components → components}/form/range/range-lit.d.ts +0 -0
  360. /package/{dist/components → components}/form/range/range-lit.js +0 -0
  361. /package/{dist/components → components}/form/range/range.css +0 -0
  362. /package/{dist/components → components}/form/select-multiple/select-multiple-lit.d.ts +0 -0
  363. /package/{dist/components → components}/form/select-multiple/select-multiple-lit.js +0 -0
  364. /package/{dist/components → components}/form/select-multiple/select-multiple.css +0 -0
  365. /package/{dist/components → components}/form/spinner/spinner-lit.d.ts +0 -0
  366. /package/{dist/components → components}/form/spinner/spinner-lit.js +0 -0
  367. /package/{dist/components → components}/form/spinner/spinner.css +0 -0
  368. /package/{dist/components → components}/form/textarea/textarea-lit.d.ts +0 -0
  369. /package/{dist/components → components}/form/textarea/textarea-lit.js +0 -0
  370. /package/{dist/components → components}/form/textarea/textarea.css +0 -0
  371. /package/{dist/components → components}/grid/column/_column-partials.css +0 -0
  372. /package/{dist/components → components}/grid/column/column-lit.d.ts +0 -0
  373. /package/{dist/components/header-1177-admin/header-1177-admin-avatar-lit.d.ts → components/grid/container/container-lit.d.ts} +0 -0
  374. /package/{dist/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.d.ts → components/grid/row/row-lit.d.ts} +0 -0
  375. /package/{dist/components/header-1177/header-1177-lit.d.ts → components/header-1177/header-1177-avatar-lit.d.ts} +0 -0
  376. /package/{dist/components/header-1177/header-1177-nav-item-lit.d.ts → components/header-1177/header-1177-item-lit.d.ts} +0 -0
  377. /package/{dist/components → components}/header-1177/header-1177-item-lit.js +0 -0
  378. /package/{dist/components → components}/header-1177/header-1177-item.css +0 -0
  379. /package/{dist/components/header-1177/header-1177-nav-item-mobile-lit.d.ts → components/header-1177/header-1177-lit.d.ts} +0 -0
  380. /package/{dist/components/header-1177/header-1177-nav-lit.d.ts → components/header-1177/header-1177-nav-item-lit.d.ts} +0 -0
  381. /package/{dist/components → components}/header-1177/header-1177-nav-item-lit.js +0 -0
  382. /package/{dist/components/header-inera-admin/header-inera-admin-avatar-lit.d.ts → components/header-1177/header-1177-nav-item-mobile-lit.d.ts} +0 -0
  383. /package/{dist/components → components}/header-1177/header-1177-nav-item.css +0 -0
  384. /package/{dist/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.d.ts → components/header-1177/header-1177-nav-lit.d.ts} +0 -0
  385. /package/{dist/components/header-1177-admin/header-1177-admin-item-lit.d.ts → components/header-1177-admin/header-1177-admin-avatar-lit.d.ts} +0 -0
  386. /package/{dist/components/header-1177-admin/header-1177-admin-lit.d.ts → components/header-1177-admin/header-1177-admin-avatar-mobile-lit.d.ts} +0 -0
  387. /package/{dist/components/header-1177-admin/header-1177-admin-nav-item-lit.d.ts → components/header-1177-admin/header-1177-admin-item-lit.d.ts} +0 -0
  388. /package/{dist/components → components}/header-1177-admin/header-1177-admin-item-lit.js +0 -0
  389. /package/{dist/components → components}/header-1177-admin/header-1177-admin-item.css +0 -0
  390. /package/{dist/components/header-1177-admin/header-1177-admin-nav-lit.d.ts → components/header-1177-admin/header-1177-admin-lit.d.ts} +0 -0
  391. /package/{dist/components/header-1177-pro/header-1177-pro-avatar-lit.d.ts → components/header-1177-admin/header-1177-admin-nav-item-lit.d.ts} +0 -0
  392. /package/{dist/components → components}/header-1177-admin/header-1177-admin-nav-item-lit.js +0 -0
  393. /package/{dist/components → components}/header-1177-admin/header-1177-admin-nav-item.css +0 -0
  394. /package/{dist/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.d.ts → components/header-1177-admin/header-1177-admin-nav-lit.d.ts} +0 -0
  395. /package/{dist/components → components}/header-1177-admin/header-1177-admin-nav-lit.js +0 -0
  396. /package/{dist/components → components}/header-1177-admin/header-1177-admin-nav.css +0 -0
  397. /package/{dist/components/header-1177-pro/header-1177-pro-item-lit.d.ts → components/header-1177-pro/header-1177-pro-avatar-lit.d.ts} +0 -0
  398. /package/{dist/components/header-1177-pro/header-1177-pro-lit.d.ts → components/header-1177-pro/header-1177-pro-avatar-mobile-lit.d.ts} +0 -0
  399. /package/{dist/components → components}/header-1177-pro/header-1177-pro-avatar-mobile-lit.js +0 -0
  400. /package/{dist/components → components}/header-1177-pro/header-1177-pro-avatar-mobile.css +0 -0
  401. /package/{dist/components/header-1177-pro/header-1177-pro-nav-item-lit.d.ts → components/header-1177-pro/header-1177-pro-item-lit.d.ts} +0 -0
  402. /package/{dist/components → components}/header-1177-pro/header-1177-pro-item-lit.js +0 -0
  403. /package/{dist/components → components}/header-1177-pro/header-1177-pro-item.css +0 -0
  404. /package/{dist/components/header-1177-pro/header-1177-pro-nav-lit.d.ts → components/header-1177-pro/header-1177-pro-lit.d.ts} +0 -0
  405. /package/{dist/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.d.ts → components/header-1177-pro/header-1177-pro-nav-item-lit.d.ts} +0 -0
  406. /package/{dist/components → components}/header-1177-pro/header-1177-pro-nav-item-lit.js +0 -0
  407. /package/{dist/components → components}/header-1177-pro/header-1177-pro-nav-item.css +0 -0
  408. /package/{dist/components/header-1177-pro/header-1177-pro-region-picker-lit.d.ts → components/header-1177-pro/header-1177-pro-nav-lit.d.ts} +0 -0
  409. /package/{dist/components → components}/header-1177-pro/header-1177-pro-nav-lit.js +0 -0
  410. /package/{dist/components/header-1177/header-1177-avatar-lit.d.ts → components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.d.ts} +0 -0
  411. /package/{dist/components → components}/header-1177-pro/header-1177-pro-nav.css +0 -0
  412. /package/{dist/components/header-1177/header-1177-item-lit.d.ts → components/header-1177-pro/header-1177-pro-region-picker-lit.d.ts} +0 -0
  413. /package/{dist/components/header-inera/header-inera-nav-item-lit.d.ts → components/header-inera/header-inera-item-lit.d.ts} +0 -0
  414. /package/{dist/components → components}/header-inera/header-inera-item-lit.js +0 -0
  415. /package/{dist/components → components}/header-inera/header-inera-item.css +0 -0
  416. /package/{dist/components/header-inera/header-inera-nav-lit.d.ts → components/header-inera/header-inera-lit.d.ts} +0 -0
  417. /package/{dist/components → components}/header-inera/header-inera-lit.js +0 -0
  418. /package/{dist/components/header-inera/header-inera-nav-mobile-lit.d.ts → components/header-inera/header-inera-nav-item-lit.d.ts} +0 -0
  419. /package/{dist/components → components}/header-inera/header-inera-nav-item-lit.js +0 -0
  420. /package/{dist/components → components}/header-inera/header-inera-nav-item.css +0 -0
  421. /package/{dist/components/list/list-lit.d.ts → components/header-inera/header-inera-nav-lit.d.ts} +0 -0
  422. /package/{dist/components → components}/header-inera/header-inera-nav-lit.js +0 -0
  423. /package/{dist/components/mobile-menu/mobile-menu-lit.d.ts → components/header-inera/header-inera-nav-mobile-lit.d.ts} +0 -0
  424. /package/{dist/components → components}/header-inera/header-inera-nav.css +0 -0
  425. /package/{dist/components → components}/header-inera/header-inera.css +0 -0
  426. /package/{dist/components/header-inera-admin/header-inera-admin-item-lit.d.ts → components/header-inera-admin/header-inera-admin-avatar-lit.d.ts} +0 -0
  427. /package/{dist/components/header-inera-admin/header-inera-admin-lit.d.ts → components/header-inera-admin/header-inera-admin-avatar-mobile-lit.d.ts} +0 -0
  428. /package/{dist/components → components}/header-inera-admin/header-inera-admin-avatar-mobile-lit.js +0 -0
  429. /package/{dist/components → components}/header-inera-admin/header-inera-admin-avatar-mobile.css +0 -0
  430. /package/{dist/components/header-inera-admin/header-inera-admin-nav-item-lit.d.ts → components/header-inera-admin/header-inera-admin-item-lit.d.ts} +0 -0
  431. /package/{dist/components → components}/header-inera-admin/header-inera-admin-item-lit.js +0 -0
  432. /package/{dist/components → components}/header-inera-admin/header-inera-admin-item.css +0 -0
  433. /package/{dist/components/header-inera-admin/header-inera-admin-nav-lit.d.ts → components/header-inera-admin/header-inera-admin-lit.d.ts} +0 -0
  434. /package/{dist/components → components}/header-inera-admin/header-inera-admin-lit.js +0 -0
  435. /package/{dist/components/header-inera-admin/header-inera-admin-nav-mobile-lit.d.ts → components/header-inera-admin/header-inera-admin-nav-item-lit.d.ts} +0 -0
  436. /package/{dist/components → components}/header-inera-admin/header-inera-admin-nav-item-lit.js +0 -0
  437. /package/{dist/components → components}/header-inera-admin/header-inera-admin-nav-item.css +0 -0
  438. /package/{dist/components/header-inera/header-inera-item-lit.d.ts → components/header-inera-admin/header-inera-admin-nav-lit.d.ts} +0 -0
  439. /package/{dist/components → components}/header-inera-admin/header-inera-admin-nav-lit.js +0 -0
  440. /package/{dist/components/header-inera/header-inera-lit.d.ts → components/header-inera-admin/header-inera-admin-nav-mobile-lit.d.ts} +0 -0
  441. /package/{dist/components → components}/header-inera-admin/header-inera-admin-nav.css +0 -0
  442. /package/{dist/components → components}/header-inera-admin/header-inera-admin.css +0 -0
  443. /package/{dist/components/navigation/content/navigation-content-lit.d.ts → components/list/list-lit.d.ts} +0 -0
  444. /package/{dist/components → components}/list/list-lit.js +0 -0
  445. /package/{dist/components → components}/list/list.css +0 -0
  446. /package/{dist/components/navigation/local/navigation-local-lit.d.ts → components/mobile-menu/mobile-menu-lit.d.ts} +0 -0
  447. /package/{dist/components → components}/mobile-menu/mobile-menu-lit.js +0 -0
  448. /package/{dist/components → components}/mobile-menu/mobile-menu.css +0 -0
  449. /package/{dist/components/notification-badge/notification-badge-lit.d.ts → components/navigation/content/navigation-content-lit.d.ts} +0 -0
  450. /package/{dist/components → components}/navigation/content/navigation-content-lit.js +0 -0
  451. /package/{dist/components → components}/navigation/content/navigation-content.css +0 -0
  452. /package/{dist/components/pagination/data-pagination/data-pagination-lit.d.ts → components/navigation/local/navigation-local-lit.d.ts} +0 -0
  453. /package/{dist/components → components}/navigation/local/navigation-local-lit.js +0 -0
  454. /package/{dist/components → components}/navigation/local/navigation-local.css +0 -0
  455. /package/{dist/components/pagination/list-pagination/list-pagination-lit.d.ts → components/notification-badge/notification-badge-lit.d.ts} +0 -0
  456. /package/{dist/components/popover/popover-content-lit.d.ts → components/pagination/data-pagination/data-pagination-lit.d.ts} +0 -0
  457. /package/{dist/components/popover/popover-lit.d.ts → components/pagination/list-pagination/list-pagination-lit.d.ts} +0 -0
  458. /package/{dist/components → components}/pagination/list-pagination/list-pagination-lit.js +0 -0
  459. /package/{dist/components → components}/pagination/list-pagination/list-pagination.css +0 -0
  460. /package/{dist/components/progressbar/progressbar-lit.d.ts → components/popover/popover-content-lit.d.ts} +0 -0
  461. /package/{dist/components/side-menu/side-menu-lit.d.ts → components/popover/popover-lit.d.ts} +0 -0
  462. /package/{dist/components → components}/popover/popover-lit.js +0 -0
  463. /package/{dist/components → components}/popover/popover.css +0 -0
  464. /package/{dist/components/side-panel/side-panel-lit.d.ts → components/progressbar/progressbar-lit.d.ts} +0 -0
  465. /package/{dist/components/stepper/stepper-lit.d.ts → components/side-menu/side-menu-lit.d.ts} +0 -0
  466. /package/{dist/components/tabs/tab-lit.d.ts → components/side-panel/side-panel-lit.d.ts} +0 -0
  467. /package/{dist/components/tabs/tab-panel-lit.d.ts → components/stepper/stepper-lit.d.ts} +0 -0
  468. /package/{dist/components → components}/stepper/stepper-lit.js +0 -0
  469. /package/{dist/components → components}/stepper/stepper.css +0 -0
  470. /package/{dist/components → components}/table/table.css +0 -0
  471. /package/{dist/components/tabs/tabs-lit.d.ts → components/tabs/tab-lit.d.ts} +0 -0
  472. /package/{dist/components/tag/tag-lit.d.ts → components/tabs/tab-panel-lit.d.ts} +0 -0
  473. /package/{dist/components → components}/tabs/tab-panel-lit.js +0 -0
  474. /package/{dist/components → components}/tabs/tab-panel.css +0 -0
  475. /package/{dist/components/tooltip/tooltip-lit.d.ts → components/tabs/tabs-lit.d.ts} +0 -0
  476. /package/{dist/components → components}/tag/tag-lit.js +0 -0
  477. /package/{dist/components → components}/tag/tag.css +0 -0
  478. /package/{dist/components → components}/tooltip/tooltip-lit.js +0 -0
  479. /package/{dist/components → components}/tooltip/tooltip.css +0 -0
  480. /package/{dist/global → global}/_partials.css +0 -0
  481. /package/{dist/global → global}/util/util.css +0 -0
  482. /package/{dist/themes → themes}/1177/1177-tokens.css +0 -0
  483. /package/{dist/themes → themes}/1177-pro/1177-pro-tokens.css +0 -0
  484. /package/{dist/themes → themes}/inera/inera-tokens.css +0 -0
  485. /package/{dist/themes → themes}/inera-admin/inera-admin-tokens.css +0 -0
  486. /package/{dist/themes → themes}/reset.css +0 -0
@@ -0,0 +1,504 @@
1
+ /*******
2
+ * BUTTONS
3
+ ********/
4
+ /*******
5
+ * SCROLLBARS
6
+ ********/
7
+ /*******
8
+ * FORM
9
+ ********/
10
+ /*******
11
+ * A11Y
12
+ ********/
13
+ @media (max-width: 1023px) {
14
+ .ids-desktop {
15
+ display: none !important;
16
+ }
17
+ }
18
+
19
+ @media (min-width: 1024px) {
20
+ .ids-mobile {
21
+ display: none !important;
22
+ }
23
+ }
24
+
25
+ .ids-header-1177-pro__items {
26
+ display: block;
27
+ margin-left: auto;
28
+ }
29
+
30
+ header.ids-header-1177-pro {
31
+ background: var(--IDS-COLOR-NEUTRAL-100);
32
+ position: relative;
33
+ z-index: 1;
34
+ border-top: 0.25rem solid var(--IDS-COLOR-ACCENT-40);
35
+ }
36
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container {
37
+ padding: 0;
38
+ position: relative;
39
+ z-index: 2;
40
+ }
41
+ @media (max-width: 1024px) {
42
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container {
43
+ box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
44
+ }
45
+ }
46
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner {
47
+ max-width: var(--IDS__MAX-WIDTH);
48
+ box-sizing: border-box;
49
+ margin-left: auto;
50
+ margin-right: auto;
51
+ width: 100%;
52
+ min-height: 7.25rem;
53
+ position: relative;
54
+ margin-left: auto;
55
+ margin-right: auto;
56
+ display: flex;
57
+ flex-wrap: wrap;
58
+ align-items: center;
59
+ justify-content: space-between;
60
+ }
61
+ @media (max-width: 1024px) {
62
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner {
63
+ padding: 0 1.25rem;
64
+ min-height: 3rem;
65
+ }
66
+ }
67
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col {
68
+ display: flex;
69
+ align-items: center;
70
+ }
71
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo {
72
+ width: 6.438rem;
73
+ min-height: 2.5rem;
74
+ position: relative;
75
+ align-items: center;
76
+ justify-content: center;
77
+ display: flex;
78
+ margin-left: 1.25rem;
79
+ margin-right: 1.5rem;
80
+ }
81
+ @media (max-width: 1024px) {
82
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo {
83
+ width: 2.563rem;
84
+ margin-left: 0;
85
+ margin-right: 0.75rem;
86
+ }
87
+ }
88
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo a {
89
+ display: block;
90
+ }
91
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo a:focus {
92
+ outline: var(--IDS-FOCUS__OUTLINE);
93
+ outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
94
+ }
95
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted([slot=logo]:focus) {
96
+ display: block;
97
+ outline: var(--IDS-FOCUS__OUTLINE) !important;
98
+ outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET);
99
+ }
100
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text {
101
+ color: var(--IDS-COLOR-ACCENT-30);
102
+ font-family: var(--IDS-FONT-FAMILY-HEADING);
103
+ font-weight: 700;
104
+ font-size: 1.25rem;
105
+ margin-left: 1.5rem;
106
+ margin-right: 1.5rem;
107
+ position: relative;
108
+ }
109
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::before {
110
+ left: -1.5rem;
111
+ content: "";
112
+ position: absolute;
113
+ display: block;
114
+ min-height: 4rem;
115
+ width: 0.063rem;
116
+ top: 50%;
117
+ transform: translateY(-50%);
118
+ background: var(--IDS-COLOR-ACCENT-30);
119
+ }
120
+ @media (max-width: 1024px) {
121
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::before {
122
+ min-height: 2rem;
123
+ }
124
+ }
125
+ @media (max-width: 1024px) {
126
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text {
127
+ margin-left: 0.75rem;
128
+ margin-right: 0.75rem;
129
+ font-size: 0.875rem;
130
+ }
131
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::before {
132
+ min-height: 2rem;
133
+ left: -0.75rem;
134
+ content: "";
135
+ position: absolute;
136
+ display: block;
137
+ min-height: 4rem;
138
+ width: 0.063rem;
139
+ top: 50%;
140
+ transform: translateY(-50%);
141
+ background: var(--IDS-COLOR-ACCENT-30);
142
+ }
143
+ }
144
+ @media (max-width: 1024px) and (max-width: 1024px) {
145
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::before {
146
+ min-height: 2rem;
147
+ }
148
+ }
149
+ @media (max-width: 1024px) {
150
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::after {
151
+ display: none;
152
+ }
153
+ }
154
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__items-inner {
155
+ align-self: center;
156
+ display: flex;
157
+ padding-right: 1.25rem;
158
+ gap: 2.5rem;
159
+ }
160
+ @media (max-width: 1024px) {
161
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__items-inner:not(.ids-header-1177-pro__items__item--mobile) {
162
+ gap: 0;
163
+ margin-right: 0;
164
+ padding-right: 0;
165
+ }
166
+ }
167
+ @media (max-width: 1024px) {
168
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) {
169
+ border-top: 0.25rem solid var(--IDS-COLOR-ACCENT-40);
170
+ box-shadow: none;
171
+ }
172
+ }
173
+ header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container {
174
+ padding: 0;
175
+ position: relative;
176
+ z-index: 2;
177
+ }
178
+ header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner {
179
+ max-width: var(--IDS__MAX-WIDTH);
180
+ box-sizing: border-box;
181
+ margin-left: auto;
182
+ margin-right: auto;
183
+ width: 100%;
184
+ min-height: 7.25rem;
185
+ position: relative;
186
+ margin-left: auto;
187
+ margin-right: auto;
188
+ display: flex;
189
+ flex-wrap: wrap;
190
+ align-items: center;
191
+ justify-content: space-between;
192
+ }
193
+ header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col {
194
+ display: flex;
195
+ align-items: center;
196
+ }
197
+ header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo {
198
+ width: 6.438rem;
199
+ min-height: 2.5rem;
200
+ position: relative;
201
+ align-items: center;
202
+ justify-content: center;
203
+ display: flex;
204
+ margin-left: 1.25rem;
205
+ margin-right: 1.5rem;
206
+ }
207
+ header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo a {
208
+ display: block;
209
+ }
210
+ header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo a:focus {
211
+ outline: var(--IDS-FOCUS__OUTLINE);
212
+ outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
213
+ }
214
+ header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted([slot=logo]:focus) {
215
+ display: block;
216
+ outline: var(--IDS-FOCUS__OUTLINE) !important;
217
+ outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET);
218
+ }
219
+ header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text {
220
+ color: var(--IDS-COLOR-ACCENT-30);
221
+ font-family: var(--IDS-FONT-FAMILY-HEADING);
222
+ font-weight: 700;
223
+ font-size: 1.25rem;
224
+ margin-left: 1.5rem;
225
+ margin-right: 1.5rem;
226
+ position: relative;
227
+ }
228
+ header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::before {
229
+ left: -1.5rem;
230
+ content: "";
231
+ position: absolute;
232
+ display: block;
233
+ min-height: 4rem;
234
+ width: 0.063rem;
235
+ top: 50%;
236
+ transform: translateY(-50%);
237
+ background: var(--IDS-COLOR-ACCENT-30);
238
+ }
239
+ header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__items-inner {
240
+ align-self: center;
241
+ display: flex;
242
+ padding-right: 1.25rem;
243
+ gap: 2.5rem;
244
+ }
245
+ header.ids-header-1177-pro.ids-header-1177-pro--fluid .ids-header-1177-pro__container .ids-header-1177-pro__inner {
246
+ max-width: 100% !important;
247
+ }
248
+
249
+ .ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker {
250
+ background: none;
251
+ color: inherit;
252
+ border: none;
253
+ padding: 0;
254
+ font: inherit;
255
+ cursor: pointer;
256
+ outline: inherit;
257
+ font-size: 0.85rem !important;
258
+ font-family: var(--IDS-FONT-FAMILY-BASE) !important;
259
+ color: var(--IDS-COLOR-ACCENT-40) !important;
260
+ min-height: 2.5rem;
261
+ position: relative;
262
+ display: flex;
263
+ align-items: center;
264
+ gap: 1rem;
265
+ margin-left: 1rem;
266
+ margin-right: 1rem;
267
+ padding: 0 0.5rem;
268
+ }
269
+ .ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker::before {
270
+ left: -1.5rem;
271
+ content: "";
272
+ position: absolute;
273
+ display: block;
274
+ min-height: 4rem;
275
+ width: 0.063rem;
276
+ top: 50%;
277
+ transform: translateY(-50%);
278
+ background: var(--IDS-COLOR-ACCENT-30);
279
+ }
280
+ .ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile {
281
+ display: none;
282
+ }
283
+ .ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile::before {
284
+ display: none;
285
+ }
286
+ .ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile .ids-header-1177-pro__region-picker__text {
287
+ font-size: 0.875rem;
288
+ display: flex;
289
+ gap: 0.5rem;
290
+ }
291
+ .ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker:focus {
292
+ outline: var(--IDS-FOCUS__OUTLINE);
293
+ outline-offset: -0.125rem !important;
294
+ }
295
+ .ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker ::slotted([slot=region]) {
296
+ height: 2.5rem;
297
+ max-width: 12.5rem;
298
+ }
299
+ .ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker ::slotted([slot=region-mobile]) {
300
+ height: 2.5rem;
301
+ max-width: 12.5rem;
302
+ }
303
+
304
+ .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker {
305
+ background: none;
306
+ color: inherit;
307
+ border: none;
308
+ padding: 0;
309
+ font: inherit;
310
+ cursor: pointer;
311
+ outline: inherit;
312
+ font-size: 0.85rem !important;
313
+ font-family: var(--IDS-FONT-FAMILY-BASE) !important;
314
+ color: var(--IDS-COLOR-ACCENT-40) !important;
315
+ min-height: 2.5rem;
316
+ position: relative;
317
+ display: flex;
318
+ align-items: center;
319
+ gap: 1rem;
320
+ margin-left: 1rem;
321
+ margin-right: 1rem;
322
+ padding: 0 0.5rem;
323
+ }
324
+ .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker::before {
325
+ left: -1.5rem;
326
+ content: "";
327
+ position: absolute;
328
+ display: block;
329
+ min-height: 4rem;
330
+ width: 0.063rem;
331
+ top: 50%;
332
+ transform: translateY(-50%);
333
+ background: var(--IDS-COLOR-ACCENT-30);
334
+ }
335
+ @media (max-width: 1024px) {
336
+ .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker::before {
337
+ min-height: 2rem;
338
+ }
339
+ }
340
+ .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile {
341
+ display: none;
342
+ }
343
+ .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile::before {
344
+ display: none;
345
+ }
346
+ .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile .ids-header-1177-pro__region-picker__text {
347
+ font-size: 0.875rem;
348
+ display: flex;
349
+ gap: 0.5rem;
350
+ }
351
+ @media (max-width: 1024px) {
352
+ .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker:not(.ids-header-1177-pro__region-picker--mobile) {
353
+ display: none;
354
+ }
355
+ .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile {
356
+ display: flex;
357
+ margin-left: 0;
358
+ gap: 0.75rem;
359
+ }
360
+ .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile ::slotted([slot=region]) {
361
+ max-width: 12.5rem;
362
+ height: 1.5rem;
363
+ }
364
+ }
365
+ .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker:focus {
366
+ outline: var(--IDS-FOCUS__OUTLINE);
367
+ outline-offset: -0.125rem !important;
368
+ }
369
+ .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker ::slotted([slot=region]) {
370
+ height: 2.5rem;
371
+ max-width: 12.5rem;
372
+ }
373
+ .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker ::slotted([slot=region-mobile]) {
374
+ height: 2.5rem;
375
+ max-width: 12.5rem;
376
+ }
377
+
378
+ :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker {
379
+ background: none;
380
+ color: inherit;
381
+ border: none;
382
+ padding: 0;
383
+ font: inherit;
384
+ cursor: pointer;
385
+ outline: inherit;
386
+ font-size: 0.85rem !important;
387
+ font-family: var(--IDS-FONT-FAMILY-BASE) !important;
388
+ color: var(--IDS-COLOR-ACCENT-40) !important;
389
+ min-height: 2.5rem;
390
+ position: relative;
391
+ display: flex;
392
+ align-items: center;
393
+ gap: 1rem;
394
+ margin-left: 1rem;
395
+ margin-right: 1rem;
396
+ padding: 0 0.5rem;
397
+ }
398
+ :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker::before {
399
+ left: -1.5rem;
400
+ content: "";
401
+ position: absolute;
402
+ display: block;
403
+ min-height: 4rem;
404
+ width: 0.063rem;
405
+ top: 50%;
406
+ transform: translateY(-50%);
407
+ background: var(--IDS-COLOR-ACCENT-30);
408
+ }
409
+ @media (max-width: 1024px) {
410
+ :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker::before {
411
+ min-height: 2rem;
412
+ }
413
+ }
414
+ :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile {
415
+ display: none;
416
+ }
417
+ :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile::before {
418
+ display: none;
419
+ }
420
+ :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile .ids-header-1177-pro__region-picker__text {
421
+ font-size: 0.875rem;
422
+ display: flex;
423
+ gap: 0.5rem;
424
+ }
425
+ @media (max-width: 1024px) {
426
+ :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker:not(.ids-header-1177-pro__region-picker--mobile) {
427
+ display: none;
428
+ }
429
+ :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile {
430
+ display: flex;
431
+ margin-left: 0;
432
+ gap: 0.75rem;
433
+ }
434
+ :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile ::slotted([slot=region]) {
435
+ max-width: 12.5rem;
436
+ height: 1.5rem;
437
+ }
438
+ }
439
+ :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker:focus {
440
+ outline: var(--IDS-FOCUS__OUTLINE);
441
+ outline-offset: -0.125rem !important;
442
+ }
443
+ :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker ::slotted([slot=region]) {
444
+ height: 2.5rem;
445
+ max-width: 12.5rem;
446
+ }
447
+ :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker ::slotted([slot=region-mobile]) {
448
+ height: 2.5rem;
449
+ max-width: 12.5rem;
450
+ }
451
+ :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker {
452
+ background: none;
453
+ color: inherit;
454
+ border: none;
455
+ padding: 0;
456
+ font: inherit;
457
+ cursor: pointer;
458
+ outline: inherit;
459
+ font-size: 0.85rem !important;
460
+ font-family: var(--IDS-FONT-FAMILY-BASE) !important;
461
+ color: var(--IDS-COLOR-ACCENT-40) !important;
462
+ min-height: 2.5rem;
463
+ position: relative;
464
+ display: flex;
465
+ align-items: center;
466
+ gap: 1rem;
467
+ margin-left: 1rem;
468
+ margin-right: 1rem;
469
+ padding: 0 0.5rem;
470
+ }
471
+ :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker::before {
472
+ left: -1.5rem;
473
+ content: "";
474
+ position: absolute;
475
+ display: block;
476
+ min-height: 4rem;
477
+ width: 0.063rem;
478
+ top: 50%;
479
+ transform: translateY(-50%);
480
+ background: var(--IDS-COLOR-ACCENT-30);
481
+ }
482
+ :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile {
483
+ display: none;
484
+ }
485
+ :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile::before {
486
+ display: none;
487
+ }
488
+ :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile .ids-header-1177-pro__region-picker__text {
489
+ font-size: 0.875rem;
490
+ display: flex;
491
+ gap: 0.5rem;
492
+ }
493
+ :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker:focus {
494
+ outline: var(--IDS-FOCUS__OUTLINE);
495
+ outline-offset: -0.125rem !important;
496
+ }
497
+ :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker ::slotted([slot=region]) {
498
+ height: 2.5rem;
499
+ max-width: 12.5rem;
500
+ }
501
+ :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker ::slotted([slot=region-mobile]) {
502
+ height: 2.5rem;
503
+ max-width: 12.5rem;
504
+ }
@@ -22,6 +22,11 @@
22
22
  }
23
23
  }
24
24
 
25
+ .ids-header-1177-pro__items {
26
+ display: block;
27
+ margin-left: auto;
28
+ }
29
+
25
30
  header.ids-header-1177-pro {
26
31
  background: var(--IDS-COLOR-NEUTRAL-100);
27
32
  position: relative;
@@ -44,32 +49,28 @@ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1
44
49
  margin-left: auto;
45
50
  margin-right: auto;
46
51
  width: 100%;
47
- height: 7.25rem;
52
+ min-height: 7.25rem;
48
53
  position: relative;
49
54
  margin-left: auto;
50
55
  margin-right: auto;
56
+ display: flex;
57
+ flex-wrap: wrap;
51
58
  align-items: center;
52
- display: grid;
53
- grid-template-columns: auto auto 1fr;
59
+ justify-content: space-between;
54
60
  }
55
61
  @media (max-width: 1024px) {
56
62
  header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner {
57
63
  padding: 0 1.25rem;
58
- grid-template-columns: auto 1fr;
59
- height: 3rem;
60
- }
61
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner:has(.ids-header-1177-pro__items) {
62
- grid-template-columns: auto 1fr;
64
+ min-height: 3rem;
63
65
  }
64
66
  }
65
67
  header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col {
66
- display: grid;
68
+ display: flex;
67
69
  align-items: center;
68
- grid-template-columns: auto auto;
69
70
  }
70
71
  header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo {
71
72
  width: 6.438rem;
72
- height: 2.5rem;
73
+ min-height: 2.5rem;
73
74
  position: relative;
74
75
  align-items: center;
75
76
  justify-content: center;
@@ -110,7 +111,7 @@ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1
110
111
  content: "";
111
112
  position: absolute;
112
113
  display: block;
113
- height: 4rem;
114
+ min-height: 4rem;
114
115
  width: 0.063rem;
115
116
  top: 50%;
116
117
  transform: translateY(-50%);
@@ -118,23 +119,7 @@ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1
118
119
  }
119
120
  @media (max-width: 1024px) {
120
121
  header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::before {
121
- height: 2rem;
122
- }
123
- }
124
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::after {
125
- right: -1.5rem;
126
- content: "";
127
- position: absolute;
128
- display: block;
129
- height: 4rem;
130
- width: 0.063rem;
131
- top: 50%;
132
- transform: translateY(-50%);
133
- background: var(--IDS-COLOR-ACCENT-30);
134
- }
135
- @media (max-width: 1024px) {
136
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::after {
137
- height: 2rem;
122
+ min-height: 2rem;
138
123
  }
139
124
  }
140
125
  @media (max-width: 1024px) {
@@ -144,12 +129,12 @@ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1
144
129
  font-size: 0.875rem;
145
130
  }
146
131
  header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::before {
147
- height: 2rem;
132
+ min-height: 2rem;
148
133
  left: -0.75rem;
149
134
  content: "";
150
135
  position: absolute;
151
136
  display: block;
152
- height: 4rem;
137
+ min-height: 4rem;
153
138
  width: 0.063rem;
154
139
  top: 50%;
155
140
  transform: translateY(-50%);
@@ -158,7 +143,7 @@ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1
158
143
  }
159
144
  @media (max-width: 1024px) and (max-width: 1024px) {
160
145
  header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::before {
161
- height: 2rem;
146
+ min-height: 2rem;
162
147
  }
163
148
  }
164
149
  @media (max-width: 1024px) {
@@ -166,16 +151,14 @@ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1
166
151
  display: none;
167
152
  }
168
153
  }
169
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__items {
170
- justify-self: end;
171
- display: grid;
172
- align-items: center;
173
- grid-auto-flow: column;
174
- gap: 2.5rem;
154
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__items-inner {
155
+ align-self: center;
156
+ display: flex;
175
157
  padding-right: 1.25rem;
158
+ gap: 2.5rem;
176
159
  }
177
160
  @media (max-width: 1024px) {
178
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__items:not(.ids-header-1177-pro__items__item--mobile) {
161
+ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__items-inner:not(.ids-header-1177-pro__items__item--mobile) {
179
162
  gap: 0;
180
163
  margin-right: 0;
181
164
  padding-right: 0;
@@ -198,22 +181,22 @@ header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pr
198
181
  margin-left: auto;
199
182
  margin-right: auto;
200
183
  width: 100%;
201
- height: 7.25rem;
184
+ min-height: 7.25rem;
202
185
  position: relative;
203
186
  margin-left: auto;
204
187
  margin-right: auto;
188
+ display: flex;
189
+ flex-wrap: wrap;
205
190
  align-items: center;
206
- display: grid;
207
- grid-template-columns: auto auto 1fr;
191
+ justify-content: space-between;
208
192
  }
209
193
  header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col {
210
- display: grid;
194
+ display: flex;
211
195
  align-items: center;
212
- grid-template-columns: auto auto;
213
196
  }
214
197
  header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo {
215
198
  width: 6.438rem;
216
- height: 2.5rem;
199
+ min-height: 2.5rem;
217
200
  position: relative;
218
201
  align-items: center;
219
202
  justify-content: center;
@@ -247,30 +230,17 @@ header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pr
247
230
  content: "";
248
231
  position: absolute;
249
232
  display: block;
250
- height: 4rem;
251
- width: 0.063rem;
252
- top: 50%;
253
- transform: translateY(-50%);
254
- background: var(--IDS-COLOR-ACCENT-30);
255
- }
256
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::after {
257
- right: -1.5rem;
258
- content: "";
259
- position: absolute;
260
- display: block;
261
- height: 4rem;
233
+ min-height: 4rem;
262
234
  width: 0.063rem;
263
235
  top: 50%;
264
236
  transform: translateY(-50%);
265
237
  background: var(--IDS-COLOR-ACCENT-30);
266
238
  }
267
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__items {
268
- justify-self: end;
269
- display: grid;
270
- align-items: center;
271
- grid-auto-flow: column;
272
- gap: 2.5rem;
239
+ header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__items-inner {
240
+ align-self: center;
241
+ display: flex;
273
242
  padding-right: 1.25rem;
243
+ gap: 2.5rem;
274
244
  }
275
245
  header.ids-header-1177-pro.ids-header-1177-pro--fluid .ids-header-1177-pro__container .ids-header-1177-pro__inner {
276
246
  max-width: 100% !important;