@inera/ids-design 7.2.2 → 8.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 (200) hide show
  1. package/components/accordion/accordion-lit.js +1 -1
  2. package/components/accordion/accordion.css +157 -11
  3. package/components/alert/alert-lit.js +1 -1
  4. package/components/alert/alert.css +275 -77
  5. package/components/badge/badge-lit.js +1 -1
  6. package/components/badge/badge.css +16 -10
  7. package/components/box-link/box-link-lit.js +1 -1
  8. package/components/box-link/box-link.css +16 -28
  9. package/components/breadcrumbs/breadcrumbs-lit.js +1 -1
  10. package/components/breadcrumbs/breadcrumbs.css +11 -6
  11. package/components/button-group/button-group-lit.js +1 -1
  12. package/components/button-group/button-group.css +4 -0
  13. package/components/card/card-lit.js +1 -1
  14. package/components/card/card.css +162 -33
  15. package/components/carousel/carousel-item-lit.js +1 -1
  16. package/components/carousel/carousel-item.css +169 -7
  17. package/components/carousel/carousel-lit.js +1 -1
  18. package/components/carousel/carousel.css +18 -12
  19. package/components/data-table/data-table-lit.js +1 -1
  20. package/components/data-table/data-table.css +14 -6
  21. package/components/date-label/date-label-lit.js +1 -1
  22. package/components/date-label/date-label.css +35 -14
  23. package/components/dialog/dialog-lit.js +1 -1
  24. package/components/dialog/dialog.css +34 -39
  25. package/components/dropdown/dropdown-lit.js +1 -1
  26. package/components/dropdown/dropdown.css +87 -28
  27. package/components/footer-1177/footer-1177-lit.js +1 -1
  28. package/components/footer-1177/footer-1177.css +226 -121
  29. package/components/footer-1177-admin/footer-1177-admin-lit.js +1 -1
  30. package/components/footer-1177-admin/footer-1177-admin.css +293 -140
  31. package/components/footer-1177-pro/footer-1177-pro-lit.js +1 -1
  32. package/components/footer-1177-pro/footer-1177-pro.css +390 -104
  33. package/components/footer-inera/footer-inera-lit.js +1 -1
  34. package/components/footer-inera/footer-inera.css +280 -164
  35. package/components/footer-inera-admin/footer-inera-admin-lit.js +1 -1
  36. package/components/footer-inera-admin/footer-inera-admin.css +339 -188
  37. package/components/form/error-message/error-message-lit.js +1 -1
  38. package/components/form/error-message/error-message.css +10 -6
  39. package/components/form/group/group-lit.js +1 -1
  40. package/components/form/group/group.css +148 -1
  41. package/components/form/range/range-lit.js +1 -1
  42. package/components/form/range/range.css +225 -2
  43. package/components/form/select-multiple/select-multiple-lit.js +1 -1
  44. package/components/form/select-multiple/select-multiple.css +37 -33
  45. package/components/form/spinner/spinner-lit.js +1 -1
  46. package/components/form/spinner/spinner.css +6 -11
  47. package/components/global-alert/global-alert-lit.js +9 -0
  48. package/components/global-alert/global-alert.css +354 -0
  49. package/components/grid/container/container-lit.js +1 -1
  50. package/components/grid/container/container.css +2 -9
  51. package/components/header-1177/composite-header-1177.css +1105 -974
  52. package/components/header-1177/header-1177-avatar-lit.js +1 -1
  53. package/components/header-1177/header-1177-avatar.css +406 -191
  54. package/components/header-1177/header-1177-item-lit.js +1 -1
  55. package/components/header-1177/header-1177-item.css +125 -75
  56. package/components/header-1177/header-1177-lit.js +1 -1
  57. package/components/header-1177/header-1177-menu-mobile-lit.js +1 -1
  58. package/components/header-1177/header-1177-menu-mobile.css +14 -9
  59. package/components/header-1177/header-1177-nav-item-lit.js +1 -1
  60. package/components/header-1177/header-1177-nav-item-mobile-lit.js +1 -1
  61. package/components/header-1177/header-1177-nav-item-mobile.css +107 -164
  62. package/components/header-1177/header-1177-nav-item.css +109 -88
  63. package/components/header-1177/header-1177-nav-lit.js +1 -1
  64. package/components/header-1177/header-1177-nav.css +100 -45
  65. package/components/header-1177/header-1177-region-picker-lit.d.ts +2 -0
  66. package/components/header-1177/header-1177-region-picker-lit.js +7 -0
  67. package/components/header-1177/header-1177-region-picker-mobile-lit.d.ts +2 -0
  68. package/components/header-1177/header-1177-region-picker-mobile-lit.js +9 -0
  69. package/components/header-1177/header-1177-region-picker-mobile.css +112 -0
  70. package/components/header-1177/header-1177-region-picker.css +107 -0
  71. package/components/header-1177/header-1177.css +125 -450
  72. package/components/header-1177-admin/header-1177-admin-avatar-lit.js +1 -1
  73. package/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +1 -1
  74. package/components/header-1177-admin/header-1177-admin-avatar-mobile.css +170 -29
  75. package/components/header-1177-admin/header-1177-admin-avatar.css +490 -278
  76. package/components/header-1177-admin/header-1177-admin-item-lit.js +1 -1
  77. package/components/header-1177-admin/header-1177-admin-item.css +131 -89
  78. package/components/header-1177-admin/header-1177-admin-lit.js +1 -1
  79. package/components/header-1177-admin/header-1177-admin-menu-mobile-lit.js +7 -0
  80. package/components/header-1177-admin/header-1177-admin-menu-mobile.css +145 -0
  81. package/components/header-1177-admin/header-1177-admin-nav-item-lit.js +1 -1
  82. package/components/header-1177-admin/header-1177-admin-nav-item.css +163 -134
  83. package/components/header-1177-admin/header-1177-admin-nav-lit.js +1 -1
  84. package/components/header-1177-admin/header-1177-admin-nav.css +76 -47
  85. package/components/header-1177-admin/header-1177-admin.css +91 -285
  86. package/components/header-1177-pro/header-1177-pro-avatar-lit.js +1 -1
  87. package/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.js +1 -1
  88. package/components/header-1177-pro/header-1177-pro-avatar-mobile.css +146 -74
  89. package/components/header-1177-pro/header-1177-pro-avatar.css +448 -275
  90. package/components/header-1177-pro/header-1177-pro-item-lit.js +1 -1
  91. package/components/header-1177-pro/header-1177-pro-item.css +169 -103
  92. package/components/header-1177-pro/header-1177-pro-lit.js +1 -1
  93. package/components/header-1177-pro/header-1177-pro-menu-mobile-lit.js +7 -0
  94. package/components/header-1177-pro/header-1177-pro-menu-mobile.css +146 -0
  95. package/components/header-1177-pro/header-1177-pro-nav-item-lit.js +1 -1
  96. package/components/header-1177-pro/header-1177-pro-nav-item.css +139 -122
  97. package/components/header-1177-pro/header-1177-pro-nav-lit.js +1 -1
  98. package/components/header-1177-pro/header-1177-pro-nav.css +75 -46
  99. package/components/header-1177-pro/header-1177-pro-region-picker-lit.js +1 -1
  100. package/components/header-1177-pro/header-1177-pro-region-picker-mobile-lit.js +9 -0
  101. package/components/header-1177-pro/header-1177-pro-region-picker-mobile.css +117 -0
  102. package/components/header-1177-pro/header-1177-pro-region-picker.css +38 -810
  103. package/components/header-1177-pro/header-1177-pro.css +140 -139
  104. package/components/header-inera/header-inera-item-lit.js +1 -1
  105. package/components/header-inera/header-inera-item.css +31 -21
  106. package/components/header-inera/header-inera-lit.js +1 -1
  107. package/components/header-inera/header-inera-menu-mobile-lit.d.ts +2 -0
  108. package/components/header-inera/header-inera-menu-mobile-lit.js +7 -0
  109. package/components/header-inera/header-inera-menu-mobile.css +136 -0
  110. package/components/header-inera/header-inera-nav-item-lit.js +1 -1
  111. package/components/header-inera/header-inera-nav-item.css +26 -23
  112. package/components/header-inera/header-inera-nav-lit.js +1 -1
  113. package/components/header-inera/header-inera-nav.css +11 -8
  114. package/components/header-inera/header-inera.css +50 -21
  115. package/components/header-inera-admin/composite-header-inera-admin.css +858 -245
  116. package/components/header-inera-admin/header-inera-admin-avatar-lit.js +1 -1
  117. package/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.js +1 -1
  118. package/components/header-inera-admin/header-inera-admin-avatar-mobile.css +173 -44
  119. package/components/header-inera-admin/header-inera-admin-avatar.css +558 -100
  120. package/components/header-inera-admin/header-inera-admin-item-lit.js +1 -1
  121. package/components/header-inera-admin/header-inera-admin-item.css +14 -7
  122. package/components/header-inera-admin/header-inera-admin-lit.js +1 -1
  123. package/components/header-inera-admin/header-inera-admin-menu-mobile-lit.d.ts +2 -0
  124. package/components/header-inera-admin/header-inera-admin-menu-mobile-lit.js +7 -0
  125. package/components/header-inera-admin/header-inera-admin-menu-mobile.css +147 -0
  126. package/components/header-inera-admin/header-inera-admin-nav-item-lit.js +1 -1
  127. package/components/header-inera-admin/header-inera-admin-nav-item.css +28 -25
  128. package/components/header-inera-admin/header-inera-admin-nav-lit.js +1 -1
  129. package/components/header-inera-admin/header-inera-admin-nav.css +16 -16
  130. package/components/header-inera-admin/header-inera-admin.css +34 -24
  131. package/components/header-patient/header-patient-lit.js +1 -1
  132. package/components/header-patient/header-patient.css +166 -8
  133. package/components/mobile-menu/mobile-menu-lit.js +1 -1
  134. package/components/mobile-menu/mobile-menu.css +340 -244
  135. package/components/navigation/content/navigation-content-lit.js +1 -1
  136. package/components/navigation/content/navigation-content.css +203 -16
  137. package/components/navigation/local/navigation-local-lit.js +1 -1
  138. package/components/navigation/local/navigation-local.css +37 -56
  139. package/components/notification-badge/notification-badge-lit.js +1 -1
  140. package/components/notification-badge/notification-badge.css +15 -13
  141. package/components/pagination/data-pagination/data-pagination-lit.js +1 -1
  142. package/components/pagination/data-pagination/data-pagination.css +206 -44
  143. package/components/pagination/list-pagination/list-pagination-lit.js +1 -1
  144. package/components/pagination/list-pagination/list-pagination.css +5 -5
  145. package/components/popover/popover-content-lit.js +1 -1
  146. package/components/popover/popover-content.css +262 -114
  147. package/components/progressbar/progressbar-lit.js +1 -1
  148. package/components/progressbar/progressbar.css +147 -4
  149. package/components/puff-list/puff-list-lit.js +1 -1
  150. package/components/puff-list/puff-list.css +258 -35
  151. package/components/region-icon/region-icon-lit.js +1 -1
  152. package/components/region-icon/region-icon.css +5 -5
  153. package/components/side-menu/side-menu-lit.js +1 -1
  154. package/components/side-menu/side-menu.css +6 -9
  155. package/components/side-panel/side-panel-lit.js +1 -1
  156. package/components/side-panel/side-panel.css +61 -26
  157. package/components/stepper/stepper-lit.js +1 -1
  158. package/components/stepper/stepper.css +170 -22
  159. package/components/table/table.css +6 -3
  160. package/components/tabs/tab-lit.js +1 -1
  161. package/components/tabs/tab-panel-lit.js +1 -1
  162. package/components/tabs/tab-panel.css +2 -0
  163. package/components/tabs/tab.css +26 -14
  164. package/components/tabs/tabs-lit.js +2 -2
  165. package/components/tabs/tabs.css +1 -1
  166. package/components/tag/tag-lit.js +1 -1
  167. package/components/tag/tag.css +10 -7
  168. package/components/tooltip/tooltip-lit.js +1 -1
  169. package/components/tooltip/tooltip.css +8 -5
  170. package/global/_partials.css +15 -0
  171. package/{themes/1177-pro/1177-pro.css → global/global.css} +3958 -3504
  172. package/global/icons/Inera-Design-Icons.eot +0 -0
  173. package/global/icons/Inera-Design-Icons.svg +9 -0
  174. package/global/icons/Inera-Design-Icons.ttf +0 -0
  175. package/global/icons/Inera-Design-Icons.woff +0 -0
  176. package/global/util/util.css +2745 -0
  177. package/package.json +1 -1
  178. package/reset.css +90 -0
  179. package/styles.css +8320 -0
  180. package/tokens/component-tokens.scss +86 -0
  181. package/tokens/themes/1177-admin-tokens.css +340 -263
  182. package/tokens/themes/1177-pro-tokens.css +340 -263
  183. package/tokens/themes/1177-tokens.css +340 -263
  184. package/tokens/themes/inera-admin-tokens.css +294 -252
  185. package/tokens/themes/inera-tokens.css +294 -252
  186. package/components/alert-global/alert-global-lit.js +0 -7
  187. package/components/alert-global/alert-global.css +0 -195
  188. package/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.js +0 -7
  189. package/components/header-1177-pro/header-1177-pro-nav-menu-mobile.css +0 -304
  190. package/components/header-inera/header-inera-nav-mobile-lit.js +0 -7
  191. package/components/header-inera/header-inera-nav-mobile.css +0 -126
  192. package/components/header-inera-admin/header-inera-admin-nav-mobile-lit.js +0 -7
  193. package/components/header-inera-admin/header-inera-admin-nav-mobile.css +0 -126
  194. package/themes/1177/1177.css +0 -6196
  195. package/themes/inera/inera.css +0 -6220
  196. package/themes/inera-admin/inera-admin.css +0 -6293
  197. /package/components/{alert-global/alert-global-lit.d.ts → global-alert/global-alert-lit.d.ts} +0 -0
  198. /package/components/{header-1177-pro/header-1177-pro-nav-menu-mobile-lit.d.ts → header-1177-admin/header-1177-admin-menu-mobile-lit.d.ts} +0 -0
  199. /package/components/{header-inera-admin/header-inera-admin-nav-mobile-lit.d.ts → header-1177-pro/header-1177-pro-menu-mobile-lit.d.ts} +0 -0
  200. /package/components/{header-inera/header-inera-nav-mobile-lit.d.ts → header-1177-pro/header-1177-pro-region-picker-mobile-lit.d.ts} +0 -0
@@ -11,91 +11,146 @@
11
11
  }
12
12
 
13
13
  .ids-header-1177--unresponsive nav.ids-header-1177__nav {
14
+ background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR);
15
+ border-top: 0.0625rem solid var(--IDS-HEADER-1177-NAV__BORDER-COLOR);
14
16
  position: relative;
15
- background-color: var(--IDS-COLOR-NEUTRAL-100);
16
17
  }
17
18
  .ids-header-1177--unresponsive nav.ids-header-1177__nav .ids-header-1177__nav-inner {
18
19
  max-width: var(--IDS__MAX-WIDTH);
20
+ padding: var(--IDS__CONTAINER-PADDING);
21
+ box-sizing: border-box;
22
+ background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR);
19
23
  display: flex;
20
24
  flex-wrap: wrap;
21
- align-items: center;
22
- margin-top: 0;
23
- margin-bottom: 0;
24
- margin-left: auto;
25
- margin-right: auto;
26
- background-color: var(--IDS-COLOR-NEUTRAL-100);
25
+ align-items: flex-start;
26
+ margin: 0 auto;
27
+ }
28
+ .ids-header-1177--unresponsive nav.ids-header-1177__nav .ids-header-1177__nav-inner .ids-header-1177__nav-content {
29
+ display: flex;
30
+ width: 100%;
31
+ justify-content: flex-start;
32
+ }
33
+ .ids-header-1177--unresponsive nav.ids-header-1177__nav .ids-header-1177__nav-inner-mobile {
34
+ display: none;
27
35
  }
28
36
 
29
37
  .ids-header-1177:not(.ids-header-1177--unresponsive) nav.ids-header-1177__nav {
38
+ background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR);
39
+ border-top: 0.0625rem solid var(--IDS-HEADER-1177-NAV__BORDER-COLOR);
30
40
  position: relative;
31
- background-color: var(--IDS-COLOR-NEUTRAL-100);
32
41
  }
33
42
  .ids-header-1177:not(.ids-header-1177--unresponsive) nav.ids-header-1177__nav .ids-header-1177__nav-inner {
34
43
  max-width: var(--IDS__MAX-WIDTH);
44
+ padding: var(--IDS__CONTAINER-PADDING);
45
+ box-sizing: border-box;
46
+ background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR);
35
47
  display: flex;
36
48
  flex-wrap: wrap;
37
- align-items: center;
38
- margin-top: 0;
39
- margin-bottom: 0;
40
- margin-left: auto;
41
- margin-right: auto;
42
- background-color: var(--IDS-COLOR-NEUTRAL-100);
49
+ align-items: flex-start;
50
+ margin: 0 auto;
51
+ }
52
+ .ids-header-1177:not(.ids-header-1177--unresponsive) nav.ids-header-1177__nav .ids-header-1177__nav-inner .ids-header-1177__nav-content {
53
+ display: flex;
54
+ width: 100%;
55
+ justify-content: flex-start;
56
+ }
57
+ .ids-header-1177:not(.ids-header-1177--unresponsive) nav.ids-header-1177__nav .ids-header-1177__nav-inner-mobile {
58
+ display: none;
43
59
  }
44
60
  @media (max-width: 1024px) {
45
- .ids-header-1177:not(.ids-header-1177--unresponsive) nav.ids-header-1177__nav .ids-header-1177__nav-inner {
46
- box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.625rem 0;
47
- background-color: var(--IDS-COLOR-NEUTRAL-100);
48
- flex-wrap: wrap;
49
- flex: 1 1 auto;
61
+ .ids-header-1177:not(.ids-header-1177--unresponsive) nav.ids-header-1177__nav {
62
+ border-bottom: none;
63
+ }
64
+ .ids-header-1177:not(.ids-header-1177--unresponsive) nav.ids-header-1177__nav .ids-header-1177__nav-inner-mobile {
65
+ background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR);
66
+ display: flex;
67
+ align-items: center;
68
+ justify-content: space-between;
50
69
  box-sizing: border-box;
70
+ min-height: 3rem;
71
+ }
72
+ .ids-header-1177:not(.ids-header-1177--unresponsive) nav.ids-header-1177__nav .ids-header-1177__nav-inner-mobile-left {
73
+ justify-content: flex-start;
74
+ margin-left: 1rem;
75
+ }
76
+ .ids-header-1177:not(.ids-header-1177--unresponsive) nav.ids-header-1177__nav .ids-header-1177__nav-inner-mobile-right {
77
+ justify-content: flex-end;
78
+ margin-right: 1rem;
79
+ }
80
+ .ids-header-1177:not(.ids-header-1177--unresponsive) nav.ids-header-1177__nav .ids-header-1177__nav-content {
81
+ margin: 0 1.25rem;
51
82
  }
52
- }
53
-
54
- .ids-header-1177--fluid .ids-header-1177__container .ids-header-1177__nav-inner {
55
- max-width: 100% !important;
56
83
  }
57
84
 
58
85
  :host nav.ids-header-1177__nav:not(.ids-header-1177__nav--unresponsive) {
86
+ background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR);
87
+ border-top: 0.0625rem solid var(--IDS-HEADER-1177-NAV__BORDER-COLOR);
59
88
  position: relative;
60
- background-color: var(--IDS-COLOR-NEUTRAL-100);
61
89
  }
62
90
  :host nav.ids-header-1177__nav:not(.ids-header-1177__nav--unresponsive) .ids-header-1177__nav-inner {
63
91
  max-width: var(--IDS__MAX-WIDTH);
92
+ padding: var(--IDS__CONTAINER-PADDING);
93
+ box-sizing: border-box;
94
+ background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR);
64
95
  display: flex;
65
96
  flex-wrap: wrap;
66
- align-items: center;
67
- margin-top: 0;
68
- margin-bottom: 0;
69
- margin-left: auto;
70
- margin-right: auto;
71
- background-color: var(--IDS-COLOR-NEUTRAL-100);
97
+ align-items: flex-start;
98
+ margin: 0 auto;
99
+ }
100
+ :host nav.ids-header-1177__nav:not(.ids-header-1177__nav--unresponsive) .ids-header-1177__nav-inner .ids-header-1177__nav-content {
101
+ display: flex;
102
+ width: 100%;
103
+ justify-content: flex-start;
104
+ }
105
+ :host nav.ids-header-1177__nav:not(.ids-header-1177__nav--unresponsive) .ids-header-1177__nav-inner-mobile {
106
+ display: none;
72
107
  }
73
108
  @media (max-width: 1024px) {
74
- :host nav.ids-header-1177__nav:not(.ids-header-1177__nav--unresponsive) .ids-header-1177__nav-inner {
75
- box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.625rem 0;
76
- background-color: var(--IDS-COLOR-NEUTRAL-100);
77
- flex-wrap: wrap;
78
- flex: 1 1 auto;
109
+ :host nav.ids-header-1177__nav:not(.ids-header-1177__nav--unresponsive) {
110
+ border-bottom: none;
111
+ }
112
+ :host nav.ids-header-1177__nav:not(.ids-header-1177__nav--unresponsive) .ids-header-1177__nav-inner-mobile {
113
+ background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR);
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: space-between;
79
117
  box-sizing: border-box;
118
+ min-height: 3rem;
119
+ }
120
+ :host nav.ids-header-1177__nav:not(.ids-header-1177__nav--unresponsive) .ids-header-1177__nav-inner-mobile-left {
121
+ justify-content: flex-start;
122
+ margin-left: 1rem;
123
+ }
124
+ :host nav.ids-header-1177__nav:not(.ids-header-1177__nav--unresponsive) .ids-header-1177__nav-inner-mobile-right {
125
+ justify-content: flex-end;
126
+ margin-right: 1rem;
127
+ }
128
+ :host nav.ids-header-1177__nav:not(.ids-header-1177__nav--unresponsive) .ids-header-1177__nav-content {
129
+ margin: 0 1.25rem;
80
130
  }
81
131
  }
82
132
  :host nav.ids-header-1177__nav.ids-header-1177__nav--unresponsive {
133
+ background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR);
134
+ border-top: 0.0625rem solid var(--IDS-HEADER-1177-NAV__BORDER-COLOR);
83
135
  position: relative;
84
- background-color: var(--IDS-COLOR-NEUTRAL-100);
85
136
  }
86
137
  :host nav.ids-header-1177__nav.ids-header-1177__nav--unresponsive .ids-header-1177__nav-inner {
87
138
  max-width: var(--IDS__MAX-WIDTH);
139
+ padding: var(--IDS__CONTAINER-PADDING);
140
+ box-sizing: border-box;
141
+ background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR);
88
142
  display: flex;
89
143
  flex-wrap: wrap;
90
- align-items: center;
91
- margin-top: 0;
92
- margin-bottom: 0;
93
- margin-left: auto;
94
- margin-right: auto;
95
- background-color: var(--IDS-COLOR-NEUTRAL-100);
96
- }
97
- :host nav.ids-header-1177__nav.ids-header-1177__nav--fluid .ids-header-1177__nav-inner {
98
- max-width: 100%;
144
+ align-items: flex-start;
145
+ margin: 0 auto;
146
+ }
147
+ :host nav.ids-header-1177__nav.ids-header-1177__nav--unresponsive .ids-header-1177__nav-inner .ids-header-1177__nav-content {
148
+ display: flex;
149
+ width: 100%;
150
+ justify-content: flex-start;
151
+ }
152
+ :host nav.ids-header-1177__nav.ids-header-1177__nav--unresponsive .ids-header-1177__nav-inner-mobile {
153
+ display: none;
99
154
  }
100
155
  @media (max-width: 1024px) {
101
156
  :host nav.ids-header-1177__nav.ids-header-1177__nav--hide-on-tablet {
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult;
2
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import { css, unsafeCSS } from 'lit';
2
+
3
+ var css_248z = "@media (max-width:1023px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}.ids-header-1177-region-picker{align-items:center;display:flex;flex-direction:row}.ids-header-1177-region-picker .ids-header-1177-region-picker__button{align-items:center;background-color:transparent;border:none;color:var(--IDS-HEADER-1177-REGION-PICKER__TEXT-COLOR-DESKTOP);cursor:pointer;font-family:var(--IDS-FONT-FAMILY-HEADING);font-size:.875rem;padding:0 1.75rem 0 .125rem;position:relative}.ids-header-1177-region-picker .ids-header-1177-region-picker__button:focus{outline:var(--IDS-FOCUS__OUTLINE);outline-offset:.125rem!important}.ids-header-1177-region-picker .ids-header-1177-region-picker__button:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--IDS-HEADER-1177-REGION-PICKER__TEXT-COLOR-DESKTOP);content:\"\\e936\";display:block;font:icon;font-family:Inera-Design-Icons!important;pointer-events:none;position:absolute;right:.125rem;top:50%;transform:translateY(-50%)}.ids-header-1177-region-picker .ids-header-1177-region-picker__button.ids-header-1177-region-picker__button--expanded:after{content:\"\\e939\"}.ids-header-1177-region-picker .ids-header-1177-region-picker__button:hover{color:var(--IDS-HEADER-1177-REGION-PICKER__TEXT-HOVER-COLOR-DESKTOP);text-decoration:underline;text-underline-offset:.125rem}.ids-header-1177-region-picker .ids-header-1177-region-picker__button:hover:after,.ids-header-1177-region-picker .ids-header-1177-region-picker__button:hover:before{color:var(--IDS-HEADER-1177-REGION-PICKER__TEXT-HOVER-COLOR-DESKTOP)}.ids-header-1177-region-picker.ids-header-1177-region-picker--selected-region .ids-header-1177-region-picker__region-icon{align-items:center;background-color:var(--IDS-HEADER-1177-REGION-PICKER__ICON-BACKGROUND-COLOR);display:flex;height:7.5rem;margin-left:-1.875rem;margin-right:1.875rem;overflow-y:clip;padding:0 .625rem 0 1.25rem;position:relative}.ids-header-1177-region-picker.ids-header-1177-region-picker--selected-region .ids-header-1177-region-picker__region-icon:after{clip:rect(8.75rem,25rem,16.25rem,24.375rem);background-color:var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);border-radius:100%;content:\"\";height:25rem;left:auto;margin-top:-12.5rem;position:absolute;right:-.5625rem;top:0;top:50%;width:25rem;z-index:0}.ids-header-1177-region-picker.ids-header-1177-region-picker--selected-region:before{background-color:var(--IDS-HEADER-1177-REGION-PICKER__SEPARATOR-COLOR);content:\"\";left:-1.875rem;min-height:4rem;position:absolute;width:.0313rem;z-index:1}";
4
+
5
+ var header1177RegionPickerLit = css`${unsafeCSS(css_248z)}`;
6
+
7
+ export { header1177RegionPickerLit as default };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult;
2
+ export default _default;
@@ -0,0 +1,9 @@
1
+ import { css, unsafeCSS } from 'lit';
2
+
3
+ var css_248z = "@media (max-width:1023px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}.ids-header-1177-region-picker-mobile{align-items:center;display:flex;flex-grow:1}.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button{align-items:center;background-color:transparent;border:none;color:var(--IDS-HEADER-1177-REGION-PICKER__TEXT-COLOR-MOBILE);cursor:pointer;font-family:var(--IDS-FONT-FAMILY-HEADING);font-size:.875rem;height:2.375rem;justify-content:center;padding-left:2rem;padding-right:1.875rem;position:relative;white-space:nowrap}.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:focus{outline:var(--IDS-FOCUS__OUTLINE);outline-offset:.125rem!important}.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:before{-webkit-font-smoothing:antialiased;content:\"\\e921\";font:icon;font-family:Inera-Design-Icons!important;font-size:1.5rem;left:0}.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:after,.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:before{-moz-osx-font-smoothing:grayscale;color:var(--IDS-HEADER-1177-REGION-PICKER__TEXT-COLOR-MOBILE);display:block;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:after{-webkit-font-smoothing:antialiased;content:\"\\e936\";font:icon;font-family:Inera-Design-Icons!important;right:.125rem}.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:hover .ids-header-1177-region-picker-mobile__button-text{text-decoration:underline;text-underline-offset:.125rem}.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button.ids-header-1177-region-picker-mobile__button--expanded:after{content:\"\\e939\"}.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__region-icon{background-color:transparent;padding:0}.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__region-icon:after{display:none}.ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button{color:var(--IDS-HEADER-1177-REGION-PICKER--SELECTED__TEXT-COLOR-MOBILE);padding:0 1.75rem 0 .25rem}.ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button:before{display:none}.ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button:after{color:var(--IDS-HEADER-1177-REGION-PICKER--SELECTED__TEXT-COLOR-MOBILE)}.ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button .ids-header-1177-region-picker-mobile__button-text{display:none}@media (min-width:1024px){.ids-header-1177-region-picker-mobile{display:none}}";
4
+
5
+ var header1177RegionPickerMobileLit = css`
6
+ ${unsafeCSS(css_248z)}
7
+ `;
8
+
9
+ export { header1177RegionPickerMobileLit as default };
@@ -0,0 +1,112 @@
1
+ @media (max-width: 1023px) {
2
+ .ids-desktop {
3
+ display: none !important;
4
+ }
5
+ }
6
+
7
+ @media (min-width: 1024px) {
8
+ .ids-mobile {
9
+ display: none !important;
10
+ }
11
+ }
12
+
13
+ /*******
14
+ * ICONS
15
+ ********/
16
+ /*******
17
+ * BUTTONS
18
+ ********/
19
+ /*******
20
+ * SCROLLBAR
21
+ ********/
22
+ /*******
23
+ * FORM
24
+ ********/
25
+ /*******
26
+ * A11Y
27
+ ********/
28
+ .ids-header-1177-region-picker-mobile {
29
+ display: flex;
30
+ flex-grow: 1;
31
+ align-items: center;
32
+ }
33
+ .ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button {
34
+ border: none;
35
+ background-color: transparent;
36
+ cursor: pointer;
37
+ font-size: 0.875rem;
38
+ font-family: var(--IDS-FONT-FAMILY-HEADING);
39
+ color: var(--IDS-HEADER-1177-REGION-PICKER__TEXT-COLOR-MOBILE);
40
+ align-items: center;
41
+ justify-content: center;
42
+ height: 2.375rem;
43
+ padding-right: 1.875rem;
44
+ padding-left: 2rem;
45
+ position: relative;
46
+ white-space: nowrap;
47
+ }
48
+ .ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:focus {
49
+ outline: var(--IDS-FOCUS__OUTLINE);
50
+ outline-offset: 0.125rem !important;
51
+ }
52
+ .ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:before {
53
+ font: icon;
54
+ font-family: "Inera-Design-Icons" !important;
55
+ display: block;
56
+ position: absolute;
57
+ pointer-events: none;
58
+ -webkit-font-smoothing: antialiased;
59
+ -moz-osx-font-smoothing: grayscale;
60
+ content: "\e921";
61
+ font-size: 1.5rem;
62
+ color: var(--IDS-HEADER-1177-REGION-PICKER__TEXT-COLOR-MOBILE);
63
+ left: 0;
64
+ top: 50%;
65
+ transform: translateY(-50%);
66
+ }
67
+ .ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:after {
68
+ font: icon;
69
+ font-family: "Inera-Design-Icons" !important;
70
+ display: block;
71
+ position: absolute;
72
+ pointer-events: none;
73
+ -webkit-font-smoothing: antialiased;
74
+ -moz-osx-font-smoothing: grayscale;
75
+ content: "\e936";
76
+ color: var(--IDS-HEADER-1177-REGION-PICKER__TEXT-COLOR-MOBILE);
77
+ right: 0.125rem;
78
+ top: 50%;
79
+ transform: translateY(-50%);
80
+ }
81
+ .ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:hover .ids-header-1177-region-picker-mobile__button-text {
82
+ text-decoration: underline;
83
+ text-underline-offset: 0.125rem;
84
+ }
85
+ .ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button.ids-header-1177-region-picker-mobile__button--expanded:after {
86
+ content: "\e939";
87
+ }
88
+ .ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__region-icon {
89
+ background-color: transparent;
90
+ padding: 0;
91
+ }
92
+ .ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__region-icon::after {
93
+ display: none;
94
+ }
95
+ .ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button {
96
+ color: var(--IDS-HEADER-1177-REGION-PICKER--SELECTED__TEXT-COLOR-MOBILE);
97
+ padding: 0 1.75rem 0 0.25rem;
98
+ }
99
+ .ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button::before {
100
+ display: none;
101
+ }
102
+ .ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button::after {
103
+ color: var(--IDS-HEADER-1177-REGION-PICKER--SELECTED__TEXT-COLOR-MOBILE);
104
+ }
105
+ .ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button .ids-header-1177-region-picker-mobile__button-text {
106
+ display: none;
107
+ }
108
+ @media (min-width: 1024px) {
109
+ .ids-header-1177-region-picker-mobile {
110
+ display: none;
111
+ }
112
+ }
@@ -0,0 +1,107 @@
1
+ @media (max-width: 1023px) {
2
+ .ids-desktop {
3
+ display: none !important;
4
+ }
5
+ }
6
+
7
+ @media (min-width: 1024px) {
8
+ .ids-mobile {
9
+ display: none !important;
10
+ }
11
+ }
12
+
13
+ /*******
14
+ * ICONS
15
+ ********/
16
+ /*******
17
+ * BUTTONS
18
+ ********/
19
+ /*******
20
+ * SCROLLBAR
21
+ ********/
22
+ /*******
23
+ * FORM
24
+ ********/
25
+ /*******
26
+ * A11Y
27
+ ********/
28
+ .ids-header-1177-region-picker {
29
+ display: flex;
30
+ flex-direction: row;
31
+ align-items: center;
32
+ }
33
+ .ids-header-1177-region-picker .ids-header-1177-region-picker__button {
34
+ border: none;
35
+ background-color: transparent;
36
+ cursor: pointer;
37
+ font-size: 0.875rem;
38
+ font-family: var(--IDS-FONT-FAMILY-HEADING);
39
+ color: var(--IDS-HEADER-1177-REGION-PICKER__TEXT-COLOR-DESKTOP);
40
+ align-items: center;
41
+ padding: 0 1.75rem 0 0.125rem;
42
+ position: relative;
43
+ }
44
+ .ids-header-1177-region-picker .ids-header-1177-region-picker__button:focus {
45
+ outline: var(--IDS-FOCUS__OUTLINE);
46
+ outline-offset: 0.125rem !important;
47
+ }
48
+ .ids-header-1177-region-picker .ids-header-1177-region-picker__button:after {
49
+ font: icon;
50
+ font-family: "Inera-Design-Icons" !important;
51
+ display: block;
52
+ position: absolute;
53
+ pointer-events: none;
54
+ -webkit-font-smoothing: antialiased;
55
+ -moz-osx-font-smoothing: grayscale;
56
+ content: "\e936";
57
+ color: var(--IDS-HEADER-1177-REGION-PICKER__TEXT-COLOR-DESKTOP);
58
+ right: 0.125rem;
59
+ top: 50%;
60
+ transform: translateY(-50%);
61
+ }
62
+ .ids-header-1177-region-picker .ids-header-1177-region-picker__button.ids-header-1177-region-picker__button--expanded:after {
63
+ content: "\e939";
64
+ }
65
+ .ids-header-1177-region-picker .ids-header-1177-region-picker__button:hover {
66
+ color: var(--IDS-HEADER-1177-REGION-PICKER__TEXT-HOVER-COLOR-DESKTOP);
67
+ text-decoration: underline;
68
+ text-underline-offset: 0.125rem;
69
+ }
70
+ .ids-header-1177-region-picker .ids-header-1177-region-picker__button:hover:after, .ids-header-1177-region-picker .ids-header-1177-region-picker__button:hover:before {
71
+ color: var(--IDS-HEADER-1177-REGION-PICKER__TEXT-HOVER-COLOR-DESKTOP);
72
+ }
73
+ .ids-header-1177-region-picker.ids-header-1177-region-picker--selected-region .ids-header-1177-region-picker__region-icon {
74
+ background-color: var(--IDS-HEADER-1177-REGION-PICKER__ICON-BACKGROUND-COLOR);
75
+ height: 7.5rem;
76
+ padding: 0 0.625rem 0 1.25rem;
77
+ margin-left: -1.875rem;
78
+ margin-right: 1.875rem;
79
+ position: relative;
80
+ display: flex;
81
+ align-items: center;
82
+ overflow-y: clip;
83
+ }
84
+ .ids-header-1177-region-picker.ids-header-1177-region-picker--selected-region .ids-header-1177-region-picker__region-icon:after {
85
+ content: "";
86
+ background-color: var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);
87
+ position: absolute;
88
+ z-index: 0;
89
+ border-radius: 100%;
90
+ right: -0.5625rem;
91
+ top: 0;
92
+ left: auto;
93
+ top: 50%;
94
+ margin-top: -12.5rem;
95
+ clip: rect(8.75rem, 25rem, 16.25rem, 24.375rem);
96
+ height: 25rem;
97
+ width: 25rem;
98
+ }
99
+ .ids-header-1177-region-picker.ids-header-1177-region-picker--selected-region:before {
100
+ content: "";
101
+ position: absolute;
102
+ z-index: 1;
103
+ left: -1.875rem;
104
+ width: 0.0313rem;
105
+ min-height: 4rem;
106
+ background-color: var(--IDS-HEADER-1177-REGION-PICKER__SEPARATOR-COLOR);
107
+ }