@c15t/react 0.0.1-rc.9 → 1.0.1

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 (213) hide show
  1. package/dist/components/consent-manager-dialog/__tests__/styles.spec.cjs +41 -20
  2. package/dist/components/consent-manager-dialog/__tests__/styles.spec.js +34 -6
  3. package/dist/components/consent-manager-dialog/atoms/dialog-card.cjs +67 -32
  4. package/dist/components/consent-manager-dialog/atoms/dialog-card.d.ts +9 -3
  5. package/dist/components/consent-manager-dialog/atoms/dialog-card.d.ts.map +1 -1
  6. package/dist/components/consent-manager-dialog/atoms/dialog-card.js +26 -12
  7. package/dist/components/consent-manager-dialog/atoms/overlay.cjs +20 -19
  8. package/dist/components/consent-manager-dialog/atoms/overlay.d.ts.map +1 -1
  9. package/dist/components/consent-manager-dialog/atoms/overlay.js +7 -4
  10. package/dist/components/consent-manager-dialog/consent-manager-dialog.cjs +20 -16
  11. package/dist/components/consent-manager-dialog/consent-manager-dialog.d.ts +0 -2
  12. package/dist/components/consent-manager-dialog/consent-manager-dialog.d.ts.map +1 -1
  13. package/dist/components/consent-manager-dialog/consent-manager-dialog.js +10 -2
  14. package/dist/components/consent-manager-dialog/consent-manager-dialog.module.cjs +12 -10
  15. package/dist/components/consent-manager-dialog/consent-manager-dialog.module.js +4 -2
  16. package/dist/components/consent-manager-dialog/consent-manager-dialog_module.css +29 -15
  17. package/dist/components/consent-manager-dialog/index.cjs +43 -17
  18. package/dist/components/consent-manager-dialog/theme.cjs +3 -4
  19. package/dist/components/consent-manager-widget/__tests__/styles.spec.cjs +41 -20
  20. package/dist/components/consent-manager-widget/__tests__/styles.spec.js +34 -6
  21. package/dist/components/consent-manager-widget/atoms/accordion.cjs +50 -24
  22. package/dist/components/consent-manager-widget/atoms/accordion.d.ts.map +1 -1
  23. package/dist/components/consent-manager-widget/atoms/button.cjs +27 -13
  24. package/dist/components/consent-manager-widget/atoms/footer.cjs +19 -17
  25. package/dist/components/consent-manager-widget/atoms/root.cjs +10 -8
  26. package/dist/components/consent-manager-widget/consent-manager-widget.cjs +11 -22
  27. package/dist/components/consent-manager-widget/consent-manager-widget.d.ts.map +1 -1
  28. package/dist/components/consent-manager-widget/consent-manager-widget.js +3 -14
  29. package/dist/components/consent-manager-widget/consent-manager-widget.module.cjs +12 -13
  30. package/dist/components/consent-manager-widget/consent-manager-widget.module.js +4 -5
  31. package/dist/components/consent-manager-widget/consent-manager-widget_module.css +24 -29
  32. package/dist/components/consent-manager-widget/index.cjs +87 -29
  33. package/dist/components/consent-manager-widget/theme.cjs +3 -4
  34. package/dist/components/consent-manager-widget/types.cjs +3 -4
  35. package/dist/components/cookie-banner/__tests__/cookie-banner.e2e.test.cjs +189 -0
  36. package/dist/components/cookie-banner/__tests__/cookie-banner.e2e.test.d.ts +2 -0
  37. package/dist/components/cookie-banner/__tests__/cookie-banner.e2e.test.d.ts.map +1 -0
  38. package/dist/components/cookie-banner/__tests__/cookie-banner.e2e.test.js +183 -0
  39. package/dist/components/cookie-banner/__tests__/styles.spec.cjs +35 -20
  40. package/dist/components/cookie-banner/__tests__/styles.spec.js +28 -6
  41. package/dist/components/cookie-banner/atoms/overlay.cjs +18 -18
  42. package/dist/components/cookie-banner/atoms/overlay.d.ts.map +1 -1
  43. package/dist/components/cookie-banner/atoms/overlay.js +7 -5
  44. package/dist/components/cookie-banner/atoms/root.cjs +17 -17
  45. package/dist/components/cookie-banner/atoms/root.d.ts +14 -0
  46. package/dist/components/cookie-banner/atoms/root.d.ts.map +1 -1
  47. package/dist/components/cookie-banner/atoms/root.js +6 -4
  48. package/dist/components/cookie-banner/components.cjs +69 -28
  49. package/dist/components/cookie-banner/components.d.ts.map +1 -1
  50. package/dist/components/cookie-banner/components.js +14 -3
  51. package/dist/components/cookie-banner/cookie-banner.cjs +11 -9
  52. package/dist/components/cookie-banner/cookie-banner.d.ts +12 -0
  53. package/dist/components/cookie-banner/cookie-banner.d.ts.map +1 -1
  54. package/dist/components/cookie-banner/cookie-banner.js +3 -1
  55. package/dist/components/cookie-banner/cookie-banner.module.cjs +10 -10
  56. package/dist/components/cookie-banner/cookie-banner.module.js +2 -2
  57. package/dist/components/cookie-banner/cookie-banner_module.css +7 -7
  58. package/dist/components/cookie-banner/error-boundary.cjs +8 -9
  59. package/dist/components/cookie-banner/error-boundary.d.ts +1 -1
  60. package/dist/components/cookie-banner/error-boundary.js +0 -1
  61. package/dist/components/cookie-banner/index.cjs +65 -23
  62. package/dist/components/cookie-banner/theme.cjs +3 -4
  63. package/dist/components/shared/libs/polymorphic.cjs +3 -4
  64. package/dist/components/shared/libs/polymorphic.d.ts +1 -7
  65. package/dist/components/shared/libs/polymorphic.d.ts.map +1 -1
  66. package/dist/components/shared/libs/recursive-clone-children.cjs +8 -8
  67. package/dist/components/shared/primitives/box.cjs +10 -10
  68. package/dist/components/shared/primitives/box.d.ts.map +1 -1
  69. package/dist/components/shared/primitives/box.js +3 -3
  70. package/dist/components/shared/primitives/button.cjs +9 -9
  71. package/dist/components/shared/primitives/button.d.ts +2 -102
  72. package/dist/components/shared/primitives/button.d.ts.map +1 -1
  73. package/dist/components/shared/primitives/button.js +2 -2
  74. package/dist/components/shared/primitives/button.types.cjs +3 -4
  75. package/dist/components/shared/primitives/button.types.d.ts +1 -8
  76. package/dist/components/shared/primitives/button.types.d.ts.map +1 -1
  77. package/dist/components/shared/ui/accordion/accordion.cjs +25 -17
  78. package/dist/components/shared/ui/accordion/accordion.d.ts.map +1 -1
  79. package/dist/components/shared/ui/accordion/accordion.js +8 -8
  80. package/dist/components/shared/ui/accordion/accordion.module.cjs +11 -11
  81. package/dist/components/shared/ui/accordion/accordion.module.js +3 -3
  82. package/dist/components/shared/ui/accordion/accordion.types.cjs +3 -4
  83. package/dist/components/shared/ui/accordion/accordion.types.d.ts +0 -10
  84. package/dist/components/shared/ui/accordion/accordion.types.d.ts.map +1 -1
  85. package/dist/components/shared/ui/accordion/accordion_module.css +39 -19
  86. package/dist/components/shared/ui/accordion/index.cjs +7 -14
  87. package/dist/components/shared/ui/button/button.cjs +16 -16
  88. package/dist/components/shared/ui/button/button.d.ts +4 -204
  89. package/dist/components/shared/ui/button/button.d.ts.map +1 -1
  90. package/dist/components/shared/ui/button/button.module.cjs +10 -10
  91. package/dist/components/shared/ui/button/button.module.js +2 -2
  92. package/dist/components/shared/ui/button/button.types.cjs +3 -4
  93. package/dist/components/shared/ui/button/button_module.css +40 -19
  94. package/dist/components/shared/ui/button/index.cjs +7 -14
  95. package/dist/components/shared/ui/icon.cjs +8 -8
  96. package/dist/components/shared/ui/icon.d.ts.map +1 -1
  97. package/dist/components/shared/ui/logo.cjs +43 -54
  98. package/dist/components/shared/ui/logo.d.ts +3 -2
  99. package/dist/components/shared/ui/logo.d.ts.map +1 -1
  100. package/dist/components/shared/ui/logo.js +32 -46
  101. package/dist/components/shared/ui/switch/index.cjs +7 -14
  102. package/dist/components/shared/ui/switch/switch.cjs +11 -15
  103. package/dist/components/shared/ui/switch/switch.d.ts.map +1 -1
  104. package/dist/components/shared/ui/switch/switch.js +3 -3
  105. package/dist/components/shared/ui/switch/switch.module.cjs +10 -10
  106. package/dist/components/shared/ui/switch/switch.module.js +2 -2
  107. package/dist/components/shared/ui/switch/switch.types.cjs +3 -4
  108. package/dist/components/shared/ui/switch/switch_module.css +32 -10
  109. package/dist/context/consent-manager-context.cjs +9 -9
  110. package/dist/context/consent-manager-context.d.ts +29 -10
  111. package/dist/context/consent-manager-context.d.ts.map +1 -1
  112. package/dist/context/consent-manager-context.js +1 -1
  113. package/dist/context/theme-context.cjs +17 -9
  114. package/dist/context/theme-context.d.ts +16 -1
  115. package/dist/context/theme-context.d.ts.map +1 -1
  116. package/dist/context/theme-context.js +7 -1
  117. package/dist/hooks/__tests__/use-consent-manager.test.cjs +76 -0
  118. package/dist/hooks/__tests__/use-consent-manager.test.d.ts +2 -0
  119. package/dist/hooks/__tests__/use-consent-manager.test.d.ts.map +1 -0
  120. package/dist/hooks/__tests__/use-consent-manager.test.js +70 -0
  121. package/dist/hooks/__tests__/use-styles.test.cjs +76 -0
  122. package/dist/hooks/__tests__/use-styles.test.d.ts +2 -0
  123. package/dist/hooks/__tests__/use-styles.test.d.ts.map +1 -0
  124. package/dist/hooks/__tests__/use-styles.test.js +70 -0
  125. package/dist/hooks/__tests__/use-theme.test.cjs +86 -0
  126. package/dist/hooks/__tests__/use-theme.test.d.ts +2 -0
  127. package/dist/hooks/__tests__/use-theme.test.d.ts.map +1 -0
  128. package/dist/hooks/__tests__/use-theme.test.js +80 -0
  129. package/dist/hooks/index.cjs +23 -21
  130. package/dist/hooks/index.d.ts +1 -0
  131. package/dist/hooks/index.d.ts.map +1 -1
  132. package/dist/hooks/index.js +1 -0
  133. package/dist/hooks/use-color-scheme.cjs +66 -0
  134. package/dist/hooks/use-color-scheme.d.ts +16 -0
  135. package/dist/hooks/use-color-scheme.d.ts.map +1 -0
  136. package/dist/hooks/use-color-scheme.js +32 -0
  137. package/dist/hooks/use-consent-manager.cjs +13 -9
  138. package/dist/hooks/use-consent-manager.d.ts +13 -5
  139. package/dist/hooks/use-consent-manager.d.ts.map +1 -1
  140. package/dist/hooks/use-consent-manager.js +5 -1
  141. package/dist/hooks/use-focus-trap.cjs +76 -0
  142. package/dist/hooks/use-focus-trap.d.ts +15 -0
  143. package/dist/hooks/use-focus-trap.d.ts.map +1 -0
  144. package/dist/hooks/use-focus-trap.js +42 -0
  145. package/dist/hooks/use-scroll-lock.cjs +55 -0
  146. package/dist/hooks/use-scroll-lock.d.ts +26 -0
  147. package/dist/hooks/use-scroll-lock.d.ts.map +1 -0
  148. package/dist/hooks/use-scroll-lock.js +21 -0
  149. package/dist/{utils → hooks}/use-styles.cjs +13 -13
  150. package/dist/{utils → hooks}/use-styles.d.ts.map +1 -1
  151. package/dist/{utils → hooks}/use-styles.js +5 -5
  152. package/dist/hooks/use-theme.cjs +10 -12
  153. package/dist/hooks/use-theme.d.ts.map +1 -1
  154. package/dist/hooks/use-theme.js +2 -4
  155. package/dist/hooks/use-translations.cjs +8 -8
  156. package/dist/index.cjs +66 -30
  157. package/dist/index.d.ts +9 -10
  158. package/dist/index.d.ts.map +1 -1
  159. package/dist/index.js +12 -4
  160. package/dist/providers/__tests__/provider-basic.test.cjs +127 -0
  161. package/dist/providers/__tests__/provider-basic.test.d.ts +2 -0
  162. package/dist/providers/__tests__/provider-basic.test.d.ts.map +1 -0
  163. package/dist/providers/__tests__/provider-basic.test.js +121 -0
  164. package/dist/providers/__tests__/provider-context.test.cjs +139 -0
  165. package/dist/providers/__tests__/provider-context.test.d.ts +2 -0
  166. package/dist/providers/__tests__/provider-context.test.d.ts.map +1 -0
  167. package/dist/providers/__tests__/provider-context.test.js +133 -0
  168. package/dist/providers/__tests__/provider-errors.test.cjs +98 -0
  169. package/dist/providers/__tests__/provider-errors.test.d.ts +2 -0
  170. package/dist/providers/__tests__/provider-errors.test.d.ts.map +1 -0
  171. package/dist/providers/__tests__/provider-errors.test.js +92 -0
  172. package/dist/providers/__tests__/test-helpers.cjs +171 -0
  173. package/dist/providers/__tests__/test-helpers.d.ts +6 -0
  174. package/dist/providers/__tests__/test-helpers.d.ts.map +1 -0
  175. package/dist/providers/__tests__/test-helpers.js +134 -0
  176. package/dist/providers/consent-manager-provider.cjs +95 -38
  177. package/dist/providers/consent-manager-provider.d.ts +16 -2
  178. package/dist/providers/consent-manager-provider.d.ts.map +1 -1
  179. package/dist/providers/consent-manager-provider.js +87 -30
  180. package/dist/types/consent-manager.cjs +3 -4
  181. package/dist/types/consent-manager.d.ts +47 -72
  182. package/dist/types/consent-manager.d.ts.map +1 -1
  183. package/dist/types/theme/index.cjs +7 -14
  184. package/dist/types/theme/style-keys.cjs +3 -4
  185. package/dist/types/theme/style-types.cjs +3 -4
  186. package/dist/utils/cn.cjs +10 -16
  187. package/dist/utils/cn.d.ts +1 -5
  188. package/dist/utils/cn.d.ts.map +1 -1
  189. package/dist/utils/cn.js +1 -2
  190. package/dist/utils/merge-styles.cjs +8 -8
  191. package/dist/utils/test-helpers.cjs +70 -0
  192. package/dist/utils/test-helpers.d.ts +30 -0
  193. package/dist/utils/test-helpers.d.ts.map +1 -0
  194. package/dist/utils/test-helpers.js +33 -0
  195. package/dist/utils/translations.cjs +12 -8
  196. package/package.json +13 -12
  197. package/dist/components/consent-manager-dialog/__tests__/utils.cjs +0 -68
  198. package/dist/components/consent-manager-dialog/__tests__/utils.d.ts +0 -13
  199. package/dist/components/consent-manager-dialog/__tests__/utils.d.ts.map +0 -1
  200. package/dist/components/consent-manager-dialog/__tests__/utils.js +0 -34
  201. package/dist/components/consent-manager-widget/__tests__/utils.cjs +0 -68
  202. package/dist/components/consent-manager-widget/__tests__/utils.d.ts +0 -13
  203. package/dist/components/consent-manager-widget/__tests__/utils.d.ts.map +0 -1
  204. package/dist/components/consent-manager-widget/__tests__/utils.js +0 -34
  205. package/dist/components/consent-manager-widget/atoms/logo.cjs +0 -101
  206. package/dist/components/consent-manager-widget/atoms/logo.d.ts +0 -8
  207. package/dist/components/consent-manager-widget/atoms/logo.d.ts.map +0 -1
  208. package/dist/components/consent-manager-widget/atoms/logo.js +0 -67
  209. package/dist/components/cookie-banner/__tests__/utils.cjs +0 -67
  210. package/dist/components/cookie-banner/__tests__/utils.d.ts +0 -13
  211. package/dist/components/cookie-banner/__tests__/utils.d.ts.map +0 -1
  212. package/dist/components/cookie-banner/__tests__/utils.js +0 -33
  213. /package/dist/{utils → hooks}/use-styles.d.ts +0 -0
@@ -9,6 +9,8 @@
9
9
  --button-neutral-hover-dark: #363d49;
10
10
  --button-neutral-soft: #ebebeb;
11
11
  --button-neutral-soft-dark: #414958;
12
+ --button-focus-ring: #476cff;
13
+ --button-focus-ring-dark: #2547d0;
12
14
  --button-text: #5c5c5c;
13
15
  --button-text-dark: #b3b3b3;
14
16
  --button-text-hover: #171717;
@@ -31,8 +33,10 @@
31
33
  --button-cursor: pointer;
32
34
  --button-shadow: 0px 1px 2px 0px #0e121b0f;
33
35
  --button-shadow-dark: 0px 1px 2px 0px #8080800f;
34
- --button-shadow-primary-focus: 0 0 0 4px #476cff33;
35
- --button-shadow-neutral-focus: 0 0 0 4px #17171733;
36
+ --button-shadow-primary-focus: 0 0 0 2px var(--button-focus-ring);
37
+ --button-shadow-neutral-focus: 0 0 0 2px var(--button-focus-ring);
38
+ --button-shadow-primary-focus-dark: 0 0 0 2px var(--button-focus-ring-dark);
39
+ --button-shadow-neutral-focus-dark: 0 0 0 2px var(--button-focus-ring-dark);
36
40
  --button-shadow-primary: var(--button-shadow), inset 0 0 0 1px var(--button-primary);
37
41
  --button-shadow-primary-dark: var(--button-shadow-dark), inset 0 0 0 1px var(--button-primary-dark);
38
42
  --button-shadow-primary-hover: none;
@@ -59,7 +63,16 @@
59
63
  display: inline-flex;
60
64
  }
61
65
 
62
- .dark .c15t-button-YKOgW {
66
+ .c15t-button-YKOgW:focus-visible {
67
+ box-shadow: var(--button-shadow-primary-focus);
68
+ outline: none;
69
+ }
70
+
71
+ .c15t-dark .c15t-button-YKOgW:focus-visible {
72
+ box-shadow: var(--button-shadow-primary-focus-dark);
73
+ }
74
+
75
+ .c15t-dark .c15t-button-YKOgW {
63
76
  color: var(--button-text-dark);
64
77
  }
65
78
 
@@ -97,7 +110,11 @@
97
110
  color: var(--button-background-color);
98
111
  }
99
112
 
100
- .dark .c15t-button-primary-filled-YzeKk {
113
+ .c15t-button-primary-filled-YzeKk:focus-visible {
114
+ box-shadow: var(--button-shadow-primary-focus);
115
+ }
116
+
117
+ .c15t-dark .c15t-button-primary-filled-YzeKk {
101
118
  background-color: var(--button-primary-dark);
102
119
  color: var(--button-background-color-dark);
103
120
  }
@@ -106,7 +123,7 @@
106
123
  background-color: var(--button-primary-hover);
107
124
  }
108
125
 
109
- .dark .c15t-button-primary-filled-YzeKk:hover:not(:disabled) {
126
+ .c15t-dark .c15t-button-primary-filled-YzeKk:hover:not(:disabled) {
110
127
  background-color: var(--button-primary-hover-dark);
111
128
  }
112
129
 
@@ -116,7 +133,7 @@
116
133
  box-shadow: var(--button-shadow-primary);
117
134
  }
118
135
 
119
- .dark .c15t-button-primary-stroke-TWzjH {
136
+ .c15t-dark .c15t-button-primary-stroke-TWzjH {
120
137
  background-color: var(--button-background-color-dark);
121
138
  color: var(--button-primary-dark);
122
139
  box-shadow: var(--button-shadow-primary-dark);
@@ -127,7 +144,7 @@
127
144
  box-shadow: var(--button-shadow-primary-hover);
128
145
  }
129
146
 
130
- .dark .c15t-button-primary-stroke-TWzjH:hover:not(:disabled) {
147
+ .c15t-dark .c15t-button-primary-stroke-TWzjH:hover:not(:disabled) {
131
148
  background-color: var(--button-primary-hover-dark);
132
149
  box-shadow: var(--button-shadow-primary-hover-dark);
133
150
  }
@@ -137,7 +154,7 @@
137
154
  color: var(--button-primary);
138
155
  }
139
156
 
140
- .dark .c15t-button-primary-lighter-kAHLT {
157
+ .c15t-dark .c15t-button-primary-lighter-kAHLT {
141
158
  background-color: color-mix(in srgb, var(--button-primary-dark) 10%, transparent);
142
159
  color: var(--button-primary-dark);
143
160
  }
@@ -146,7 +163,7 @@
146
163
  background-color: color-mix(in srgb, var(--button-primary) 20%, transparent);
147
164
  }
148
165
 
149
- .dark .c15t-button-primary-lighter-kAHLT:hover:not(:disabled) {
166
+ .c15t-dark .c15t-button-primary-lighter-kAHLT:hover:not(:disabled) {
150
167
  background-color: color-mix(in srgb, var(--button-primary-dark) 20%, transparent);
151
168
  }
152
169
 
@@ -154,7 +171,7 @@
154
171
  color: var(--button-primary);
155
172
  }
156
173
 
157
- .dark .c15t-button-primary-ghost-j0CcU {
174
+ .c15t-dark .c15t-button-primary-ghost-j0CcU {
158
175
  color: var(--button-primary-dark);
159
176
  }
160
177
 
@@ -162,7 +179,7 @@
162
179
  background-color: var(--button-hover-overlay);
163
180
  }
164
181
 
165
- .dark .c15t-button-primary-ghost-j0CcU:hover:not(:disabled) {
182
+ .c15t-dark .c15t-button-primary-ghost-j0CcU:hover:not(:disabled) {
166
183
  background-color: var(--button-hover-overlay-dark);
167
184
  }
168
185
 
@@ -171,7 +188,11 @@
171
188
  color: var(--button-background-color);
172
189
  }
173
190
 
174
- .dark .c15t-button-neutral-filled-uvvkN {
191
+ .c15t-button-neutral-filled-uvvkN:focus-visible {
192
+ box-shadow: var(--button-shadow-neutral-focus);
193
+ }
194
+
195
+ .c15t-dark .c15t-button-neutral-filled-uvvkN {
175
196
  background-color: var(--button-neutral-dark);
176
197
  color: var(--button-background-color-dark);
177
198
  }
@@ -180,7 +201,7 @@
180
201
  background-color: var(--button-neutral-hover);
181
202
  }
182
203
 
183
- .dark .c15t-button-neutral-filled-uvvkN:hover:not(:disabled) {
204
+ .c15t-dark .c15t-button-neutral-filled-uvvkN:hover:not(:disabled) {
184
205
  background-color: var(--button-neutral-hover-dark);
185
206
  }
186
207
 
@@ -189,7 +210,7 @@
189
210
  box-shadow: var(--button-shadow-neutral);
190
211
  }
191
212
 
192
- .dark .c15t-button-neutral-stroke-EAzCC {
213
+ .c15t-dark .c15t-button-neutral-stroke-EAzCC {
193
214
  background-color: var(--button-background-color-dark);
194
215
  box-shadow: var(--button-shadow-neutral-dark);
195
216
  }
@@ -200,7 +221,7 @@
200
221
  background-color: #0000;
201
222
  }
202
223
 
203
- .dark .c15t-button-neutral-stroke-EAzCC:hover:not(:disabled) {
224
+ .c15t-dark .c15t-button-neutral-stroke-EAzCC:hover:not(:disabled) {
204
225
  box-shadow: var(--button-shadow-neutral-hover-dark);
205
226
  color: var(--button-text-hover-dark);
206
227
  }
@@ -210,7 +231,7 @@
210
231
  color: var(--button-neutral);
211
232
  }
212
233
 
213
- .dark .c15t-button-neutral-lighter-ANBJI {
234
+ .c15t-dark .c15t-button-neutral-lighter-ANBJI {
214
235
  background-color: color-mix(in srgb, var(--button-neutral-dark) 10%, transparent);
215
236
  color: var(--button-neutral-dark);
216
237
  }
@@ -219,7 +240,7 @@
219
240
  background-color: color-mix(in srgb, var(--button-neutral) 20%, transparent);
220
241
  }
221
242
 
222
- .dark .c15t-button-neutral-lighter-ANBJI:hover:not(:disabled) {
243
+ .c15t-dark .c15t-button-neutral-lighter-ANBJI:hover:not(:disabled) {
223
244
  background-color: color-mix(in srgb, var(--button-neutral-dark) 20%, transparent);
224
245
  }
225
246
 
@@ -227,7 +248,7 @@
227
248
  color: var(--button-neutral);
228
249
  }
229
250
 
230
- .dark .c15t-button-neutral-ghost-x4zTl {
251
+ .c15t-dark .c15t-button-neutral-ghost-x4zTl {
231
252
  color: var(--button-neutral-dark);
232
253
  }
233
254
 
@@ -235,7 +256,7 @@
235
256
  background-color: var(--button-hover-overlay);
236
257
  }
237
258
 
238
- .dark .c15t-button-neutral-ghost-x4zTl:hover:not(:disabled) {
259
+ .c15t-dark .c15t-button-neutral-ghost-x4zTl:hover:not(:disabled) {
239
260
  background-color: var(--button-hover-overlay-dark);
240
261
  }
241
262
 
@@ -18,12 +18,8 @@ function __webpack_require__(moduleId) {
18
18
  return module.exports;
19
19
  }
20
20
  (()=>{
21
- __webpack_require__.n = function(module) {
22
- var getter = module && module.__esModule ? function() {
23
- return module['default'];
24
- } : function() {
25
- return module;
26
- };
21
+ __webpack_require__.n = (module)=>{
22
+ var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
27
23
  __webpack_require__.d(getter, {
28
24
  a: getter
29
25
  });
@@ -31,7 +27,7 @@ function __webpack_require__(moduleId) {
31
27
  };
32
28
  })();
33
29
  (()=>{
34
- __webpack_require__.d = function(exports1, definition) {
30
+ __webpack_require__.d = (exports1, definition)=>{
35
31
  for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
36
32
  enumerable: true,
37
33
  get: definition[key]
@@ -39,12 +35,10 @@ function __webpack_require__(moduleId) {
39
35
  };
40
36
  })();
41
37
  (()=>{
42
- __webpack_require__.o = function(obj, prop) {
43
- return Object.prototype.hasOwnProperty.call(obj, prop);
44
- };
38
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
45
39
  })();
46
40
  (()=>{
47
- __webpack_require__.r = function(exports1) {
41
+ __webpack_require__.r = (exports1)=>{
48
42
  if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
49
43
  value: 'Module'
50
44
  });
@@ -69,8 +63,7 @@ var __webpack_exports__ = {};
69
63
  }).bind(0, __WEBPACK_IMPORT_KEY__);
70
64
  __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
71
65
  })();
72
- var __webpack_export_target__ = exports;
73
- for(var __webpack_i__ in __webpack_exports__)__webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
74
- if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', {
66
+ for(var __webpack_i__ in __webpack_exports__)exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
67
+ Object.defineProperty(exports, '__esModule', {
75
68
  value: true
76
69
  });
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  var __webpack_require__ = {};
3
3
  (()=>{
4
- __webpack_require__.d = function(exports1, definition) {
4
+ __webpack_require__.d = (exports1, definition)=>{
5
5
  for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
6
  enumerable: true,
7
7
  get: definition[key]
@@ -9,12 +9,10 @@ var __webpack_require__ = {};
9
9
  };
10
10
  })();
11
11
  (()=>{
12
- __webpack_require__.o = function(obj, prop) {
13
- return Object.prototype.hasOwnProperty.call(obj, prop);
14
- };
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
15
13
  })();
16
14
  (()=>{
17
- __webpack_require__.r = function(exports1) {
15
+ __webpack_require__.r = (exports1)=>{
18
16
  if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
19
17
  value: 'Module'
20
18
  });
@@ -50,8 +48,10 @@ const LucideIcon = ({ title, iconPath })=>{
50
48
  const IconComponent = /*#__PURE__*/ (0, external_react_namespaceObject.forwardRef)((svgProps, ref)=>Icon(svgProps, ref, title, iconPath));
51
49
  return IconComponent;
52
50
  };
53
- var __webpack_export_target__ = exports;
54
- for(var __webpack_i__ in __webpack_exports__)__webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
55
- if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', {
51
+ exports.LucideIcon = __webpack_exports__.LucideIcon;
52
+ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
53
+ "LucideIcon"
54
+ ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
55
+ Object.defineProperty(exports, '__esModule', {
56
56
  value: true
57
57
  });
@@ -1 +1 @@
1
- {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/ui/icon.tsx"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,WAAW,EAChB,KAAK,GAAG,EAER,KAAK,QAAQ,EAEb,MAAM,OAAO,CAAC;AAuBf,KAAK,eAAe,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,UAAU,wBAAyB,eAAe,KAItC,WACxB,CAAC"}
1
+ {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/ui/icon.tsx"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,WAAW,EAChB,KAAK,GAAG,EAER,KAAK,QAAQ,EAEb,MAAM,OAAO,CAAC;AAuBf,KAAK,eAAe,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,qBAAqB,eAAe,KAItC,WACxB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  var __webpack_require__ = {};
3
3
  (()=>{
4
- __webpack_require__.d = function(exports1, definition) {
4
+ __webpack_require__.d = (exports1, definition)=>{
5
5
  for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
6
  enumerable: true,
7
7
  get: definition[key]
@@ -9,12 +9,10 @@ var __webpack_require__ = {};
9
9
  };
10
10
  })();
11
11
  (()=>{
12
- __webpack_require__.o = function(obj, prop) {
13
- return Object.prototype.hasOwnProperty.call(obj, prop);
14
- };
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
15
13
  })();
16
14
  (()=>{
17
- __webpack_require__.r = function(exports1) {
15
+ __webpack_require__.r = (exports1)=>{
18
16
  if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
19
17
  value: 'Module'
20
18
  });
@@ -26,12 +24,13 @@ var __webpack_require__ = {};
26
24
  var __webpack_exports__ = {};
27
25
  __webpack_require__.r(__webpack_exports__);
28
26
  __webpack_require__.d(__webpack_exports__, {
29
- ConsentManagementIcon: ()=>ConsentManagementIcon
27
+ C15TIcon: ()=>C15TIcon,
28
+ ConsentLogo: ()=>ConsentLogo
30
29
  });
31
30
  const jsx_runtime_namespaceObject = require("react/jsx-runtime");
32
- const ConsentManagementIcon = ({ title = 'Consent Management', titleId = 'Consent Management', ...props })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
31
+ const C15TIcon = ({ title = 'c15t', titleId = 'c15t', ...props })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
33
32
  xmlns: "http://www.w3.org/2000/svg",
34
- viewBox: "0 0 1362 160",
33
+ viewBox: "0 0 408 149",
35
34
  "aria-labelledby": titleId,
36
35
  ...props,
37
36
  children: [
@@ -40,62 +39,52 @@ const ConsentManagementIcon = ({ title = 'Consent Management', titleId = 'Consen
40
39
  children: title
41
40
  }),
42
41
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
43
- d: "M74.1332 51.2928C83.4342 51.2928 90.9742 43.7528 90.9742 34.4518C90.9742 25.1508 83.4342 17.6108 74.1332 17.6108C64.8322 17.6108 57.2922 25.1508 57.2922 34.4518C57.2922 43.7528 64.8322 51.2928 74.1332 51.2928Z",
44
- stroke: "currentColor",
45
- strokeWidth: "13.4728",
46
- strokeLinecap: "round",
47
- strokeLinejoin: "round"
48
- }),
49
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
50
- d: "M62.0082 46.5772L35.7363 72.8491",
51
- stroke: "currentColor",
52
- strokeWidth: "13.4728",
53
- strokeLinecap: "round",
54
- strokeLinejoin: "round"
55
- }),
56
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
57
- d: "M61.0776 124.531L34.8057 98.2592",
58
- stroke: "currentColor",
59
- strokeWidth: "13.4728",
60
- strokeLinecap: "round",
61
- strokeLinejoin: "round"
42
+ fill: "currentColor",
43
+ fillRule: "evenodd",
44
+ d: "M74.133 14.042c-5.58 0-10.105 4.524-10.105 10.104 0 5.581 4.524 10.105 10.105 10.105 5.58 0 10.105-4.524 10.105-10.105 0-5.58-4.524-10.104-10.105-10.104ZM50.556 24.146C50.556 11.125 61.112.57 74.133.57 87.154.57 97.71 11.125 97.71 24.146c0 13.022-10.556 23.578-23.577 23.578-4.06 0-7.88-1.027-11.216-2.834L44.354 63.453a23.424 23.424 0 0 1 1.858 4.48h55.843c2.899-9.74 11.921-16.841 22.601-16.841 13.022 0 23.578 10.556 23.578 23.577 0 13.022-10.556 23.578-23.578 23.578-10.68 0-19.702-7.102-22.601-16.841H46.211a23.455 23.455 0 0 1-2.628 5.798l18.015 18.015a23.473 23.473 0 0 1 12.535-3.604c13.021 0 23.577 10.556 23.577 23.577 0 13.022-10.556 23.577-23.577 23.577-13.021 0-23.577-10.555-23.577-23.577 0-3.506.765-6.833 2.138-9.824l-19.26-19.26a23.49 23.49 0 0 1-9.823 2.139C10.588 98.247.032 87.69.032 74.669c0-13.021 10.556-23.577 23.577-23.577 4.061 0 7.882 1.026 11.217 2.834L53.39 35.364a23.473 23.473 0 0 1-2.834-11.218Zm63.996 50.523v.023c.012 5.57 4.531 10.082 10.104 10.082 5.581 0 10.105-4.524 10.105-10.105 0-5.58-4.524-10.104-10.105-10.104-5.573 0-10.092 4.511-10.104 10.082v.022ZM23.61 64.565c-5.58 0-10.104 4.524-10.104 10.104 0 5.58 4.524 10.105 10.104 10.105 5.581 0 10.105-4.524 10.105-10.105 0-5.58-4.524-10.104-10.105-10.104Zm40.418 60.627c0-5.581 4.524-10.104 10.105-10.104 5.58 0 10.105 4.523 10.105 10.104 0 5.581-4.524 10.105-10.105 10.105-5.58 0-10.105-4.524-10.105-10.105Z",
45
+ clipRule: "evenodd"
62
46
  }),
63
47
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
64
- d: "M23.6105 101.816C32.9115 101.816 40.4514 94.2756 40.4514 84.9746C40.4514 75.6736 32.9115 68.1337 23.6105 68.1337C14.3095 68.1337 6.76953 75.6736 6.76953 84.9746C6.76953 94.2756 14.3095 101.816 23.6105 101.816Z",
65
- stroke: "currentColor",
66
- strokeWidth: "13.4728",
67
- strokeLinecap: "round",
68
- strokeLinejoin: "round"
69
- }),
70
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
71
- d: "M40.4517 84.9747H107.815",
72
- stroke: "currentColor",
73
- strokeWidth: "13.4728",
74
- strokeLinecap: "round",
75
- strokeLinejoin: "round"
48
+ fill: "currentColor",
49
+ d: "M213.869 86.31c0-18.48 14.64-32.04 32.88-32.04 9 0 17.28 3 24.24 10.44l-8.88 9.24c-4.08-4.2-8.88-6.6-15.36-6.6-10.56 0-18.6 8.04-18.6 18.96 0 10.92 8.04 18.959 18.6 18.959 6.48 0 11.28-2.4 15.36-6.6l8.88 9.24c-6.96 7.44-15.24 10.44-24.24 10.44-18.24 0-32.88-13.56-32.88-32.04Zm70.372-39.72h-11.88V33.03h26.88v83.639h-15v-70.08Zm23.468 54.599 12.24-6.96c2.88 6.12 9.24 10.2 16.44 10.2 10.2 0 17.04-6.36 17.04-15.84s-6.48-15.84-16.2-15.84c-4.68 0-9.48 1.44-12.48 4.32l-10.8-2.88 7.8-41.16h40.56v13.56h-29.28l-3 15.12c2.52-1.08 5.52-1.56 8.76-1.56 17.76 0 29.52 11.28 29.52 28.32 0 17.76-12.72 29.64-31.92 29.64-12.6 0-23.52-6.84-28.68-16.92Zm72.386-31.92h-7.8V56.19h7.8V33.03h14.4v23.16h13.08v13.08h-13.08v47.4h-14.4v-47.4Z"
50
+ })
51
+ ]
52
+ });
53
+ const ConsentLogo = ({ title = 'Consent', titleId = 'consent-logo', ...props })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
54
+ xmlns: "http://www.w3.org/2000/svg",
55
+ viewBox: "0 0 595 97",
56
+ "aria-labelledby": titleId,
57
+ className: "consent-logo",
58
+ ...props,
59
+ children: [
60
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("title", {
61
+ id: titleId,
62
+ children: title
76
63
  }),
77
64
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
78
- d: "M124.656 101.816C133.957 101.816 141.497 94.2756 141.497 84.9746C141.497 75.6736 133.957 68.1337 124.656 68.1337C115.355 68.1337 107.815 75.6736 107.815 84.9746C107.815 94.2756 115.355 101.816 124.656 101.816Z",
79
- stroke: "currentColor",
80
- strokeWidth: "13.4728",
81
- strokeLinecap: "round",
82
- strokeLinejoin: "round"
65
+ fill: "currentColor",
66
+ fillRule: "evenodd",
67
+ d: "M53.679 70.787c6.17 0 11.172-5.002 11.172-11.172 0-4.009-2.111-7.524-5.283-9.495a23.868 23.868 0 0 1 8.817-1.677c13.217 0 23.93 10.714 23.93 23.93s-10.713 23.93-23.93 23.93c-13.216 0-23.93-10.714-23.93-23.93 0-1.924.227-3.795.656-5.588a11.148 11.148 0 0 0 8.568 4.002Z",
68
+ clipRule: "evenodd"
83
69
  }),
84
70
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
85
- d: "M74.1332 152.338C83.4342 152.338 90.9742 144.798 90.9742 135.497C90.9742 126.196 83.4342 118.656 74.1332 118.656C64.8322 118.656 57.2922 126.196 57.2922 135.497C57.2922 144.798 64.8322 152.338 74.1332 152.338Z",
86
- stroke: "currentColor",
87
- strokeWidth: "13.4728",
88
- strokeLinecap: "round",
89
- strokeLinejoin: "round"
71
+ fill: "currentColor",
72
+ fillRule: "evenodd",
73
+ d: "M1.118 74.716a68.462 68.462 0 0 1-.098-3.654c0-37.205 30.16-67.365 67.365-67.365s67.365 30.16 67.365 67.365c0 1.226-.032 2.444-.097 3.654h-21.927c.041-.776.061-1.557.061-2.343 0-24.531-19.887-44.418-44.418-44.418-24.532 0-44.418 19.887-44.418 44.418 0 .786.02 1.567.06 2.343H1.118Z",
74
+ clipRule: "evenodd"
90
75
  }),
91
76
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
92
- d: "M213.869 83.64C213.869 65.16 228.509 51.6 246.749 51.6C255.749 51.6 264.029 54.6 270.989 62.04L262.109 71.28C258.029 67.08 253.229 64.68 246.749 64.68C236.189 64.68 228.149 72.72 228.149 83.64C228.149 94.56 236.189 102.6 246.749 102.6C253.229 102.6 258.029 100.2 262.109 96L270.989 105.24C264.029 112.68 255.749 115.68 246.749 115.68C228.509 115.68 213.869 102.12 213.869 83.64ZM273.288 83.76C273.288 65.64 287.928 51.72 306.288 51.72C324.528 51.72 339.288 65.64 339.288 83.76C339.288 101.88 324.528 115.8 306.288 115.8C287.928 115.8 273.288 101.88 273.288 83.76ZM287.568 83.76C287.568 94.44 295.608 102.72 306.288 102.72C316.848 102.72 325.008 94.44 325.008 83.76C325.008 73.08 316.848 64.8 306.288 64.8C295.608 64.8 287.568 73.08 287.568 83.76ZM346.479 53.52H360.759V62.16C363.519 56.4 370.359 52.32 379.119 52.32C393.639 52.32 402.039 61.68 402.039 76.56V114H387.639V78.6C387.639 70.44 382.959 65.16 374.799 65.16C366.639 65.16 360.759 70.92 360.759 79.2V114H346.479V53.52ZM415.849 95.52C418.369 99.6 424.009 103.08 431.809 103.08C440.089 103.08 442.609 99.6 442.609 96.48C442.609 91.44 435.409 90.24 426.049 86.88C417.169 83.64 411.169 79.08 411.169 69.84C411.169 58.2 421.009 51.72 432.529 51.72C442.609 51.72 449.329 55.56 453.529 60.84L445.489 69.36C442.969 66.36 438.889 64.08 432.289 64.08C427.729 64.08 424.969 66.24 424.969 69.48C424.969 74.04 430.009 74.64 440.209 78.36C451.369 82.32 456.409 87.6 456.409 96.36C456.409 106.8 448.849 115.56 431.569 115.56C418.969 115.56 410.329 110.52 406.609 103.32L415.849 95.52ZM459.747 83.76C459.747 64.32 473.307 51.84 491.427 51.84C509.427 51.84 521.307 65.4 521.307 82.32C521.307 82.32 521.307 84.96 521.067 87.36H474.027C474.507 96.96 481.587 103.2 492.267 103.2C499.587 103.2 504.027 100.8 508.587 96.24L517.227 104.64C509.427 112.92 500.907 115.44 491.787 115.44C472.827 115.44 459.747 103.2 459.747 84.24V83.76ZM506.667 77.28C506.667 70.08 499.827 64.08 491.427 64.08C482.427 64.08 474.987 69.96 474.387 77.28H506.667ZM528.017 53.52H542.297V62.16C545.057 56.4 551.897 52.32 560.657 52.32C575.177 52.32 583.577 61.68 583.577 76.56V114H569.177V78.6C569.177 70.44 564.497 65.16 556.337 65.16C548.177 65.16 542.297 70.92 542.297 79.2V114H528.017V53.52ZM596.906 66.6H589.106V53.52H596.906V30.36H611.306V53.52H624.386V66.6H611.306V114H596.906V66.6ZM657.054 53.52H671.334V62.16C673.854 56.4 679.734 52.32 687.654 52.32C696.054 52.32 701.694 56.16 704.574 62.88C708.294 55.32 715.614 52.32 724.374 52.32C737.694 52.32 745.374 61.68 745.374 76.56V114H730.974V78.6C730.974 70.44 727.134 65.16 720.174 65.16C713.214 65.16 708.174 70.92 708.174 79.2V114H693.894V78.6C693.894 70.44 690.054 65.16 683.094 65.16C676.374 65.16 671.334 70.92 671.334 79.2V114H657.054V53.52ZM751.919 83.76C751.919 65.88 765.119 52.2 782.159 52.2C792.359 52.2 799.439 56.64 801.479 62.28V53.52H815.879V114H801.479V105.24C799.439 110.88 792.359 115.32 782.159 115.32C765.119 115.32 751.919 101.64 751.919 83.76ZM766.199 83.76C766.199 94.32 773.879 102.24 784.079 102.24C794.519 102.24 802.559 94.32 802.559 83.76C802.559 73.2 794.519 65.28 784.079 65.28C773.879 65.28 766.199 73.2 766.199 83.76ZM825.462 53.52H839.742V62.16C842.502 56.4 849.342 52.32 858.102 52.32C872.622 52.32 881.022 61.68 881.022 76.56V114H866.622V78.6C866.622 70.44 861.942 65.16 853.782 65.16C845.622 65.16 839.742 70.92 839.742 79.2V114H825.462V53.52ZM887.631 83.76C887.631 65.88 900.831 52.2 917.871 52.2C928.071 52.2 935.151 56.64 937.191 62.28V53.52H951.591V114H937.191V105.24C935.151 110.88 928.071 115.32 917.871 115.32C900.831 115.32 887.631 101.64 887.631 83.76ZM901.911 83.76C901.911 94.32 909.591 102.24 919.791 102.24C930.231 102.24 938.271 94.32 938.271 83.76C938.271 73.2 930.231 65.28 919.791 65.28C909.591 65.28 901.911 73.2 901.911 83.76ZM958.535 83.52C958.535 65.88 971.735 52.2 988.775 52.2C998.975 52.2 1006.05 56.64 1008.09 62.28V53.52H1022.49V103.92C1022.49 116.64 1021.17 126.72 1012.29 133.68C1006.89 137.88 999.215 140.4 990.935 140.4C979.655 140.4 969.935 137.52 961.655 131.64L968.615 120.96C974.735 125.04 981.215 127.56 989.375 127.56C994.655 127.56 999.455 126.36 1002.69 123.96C1007.73 120.24 1008.45 114 1008.45 108.6V105.6C1005.81 110.4 998.855 114.48 988.775 114.48C971.735 114.48 958.535 101.16 958.535 83.52ZM972.815 83.52C972.815 93.96 980.495 101.76 990.695 101.76C1001.13 101.76 1009.17 93.96 1009.17 83.52C1009.17 73.2 1001.13 65.28 990.695 65.28C980.495 65.28 972.815 73.2 972.815 83.52ZM1029.44 83.76C1029.44 64.32 1043 51.84 1061.12 51.84C1079.12 51.84 1091 65.4 1091 82.32C1091 82.32 1091 84.96 1090.76 87.36H1043.72C1044.2 96.96 1051.28 103.2 1061.96 103.2C1069.28 103.2 1073.72 100.8 1078.28 96.24L1086.92 104.64C1079.12 112.92 1070.6 115.44 1061.48 115.44C1042.52 115.44 1029.44 103.2 1029.44 84.24V83.76ZM1076.36 77.28C1076.36 70.08 1069.52 64.08 1061.12 64.08C1052.12 64.08 1044.68 69.96 1044.08 77.28H1076.36ZM1097.71 53.52H1111.99V62.16C1114.51 56.4 1120.39 52.32 1128.31 52.32C1136.71 52.32 1142.35 56.16 1145.23 62.88C1148.95 55.32 1156.27 52.32 1165.03 52.32C1178.35 52.32 1186.03 61.68 1186.03 76.56V114H1171.63V78.6C1171.63 70.44 1167.79 65.16 1160.83 65.16C1153.87 65.16 1148.83 70.92 1148.83 79.2V114H1134.55V78.6C1134.55 70.44 1130.71 65.16 1123.75 65.16C1117.03 65.16 1111.99 70.92 1111.99 79.2V114H1097.71V53.52ZM1192.57 83.76C1192.57 64.32 1206.13 51.84 1224.25 51.84C1242.25 51.84 1254.13 65.4 1254.13 82.32C1254.13 82.32 1254.13 84.96 1253.89 87.36H1206.85C1207.33 96.96 1214.41 103.2 1225.09 103.2C1232.41 103.2 1236.85 100.8 1241.41 96.24L1250.05 104.64C1242.25 112.92 1233.73 115.44 1224.61 115.44C1205.65 115.44 1192.57 103.2 1192.57 84.24V83.76ZM1239.49 77.28C1239.49 70.08 1232.65 64.08 1224.25 64.08C1215.25 64.08 1207.81 69.96 1207.21 77.28H1239.49ZM1260.84 53.52H1275.12V62.16C1277.88 56.4 1284.72 52.32 1293.48 52.32C1308 52.32 1316.4 61.68 1316.4 76.56V114H1302V78.6C1302 70.44 1297.32 65.16 1289.16 65.16C1281 65.16 1275.12 70.92 1275.12 79.2V114H1260.84V53.52ZM1329.73 66.6H1321.93V53.52H1329.73V30.36H1344.13V53.52H1357.21V66.6H1344.13V114H1329.73V66.6Z",
93
- fill: "currentColor"
77
+ fill: "currentColor",
78
+ d: "M566.424 36.6h-7.8V23.52h7.8V.36h14.4v23.16h13.08V36.6h-13.08V84h-14.4V36.6ZM497.535 23.52h14.28v8.64c2.76-5.76 9.6-9.84 18.36-9.84 14.52 0 22.92 9.36 22.92 24.24V84h-14.4V48.6c0-8.16-4.68-13.44-12.84-13.44s-14.04 5.76-14.04 14.04V84h-14.28V23.52ZM429.265 53.76c0-19.44 13.56-31.92 31.68-31.92 18 0 29.88 13.56 29.88 30.48 0 0 0 2.64-.24 5.04h-47.04c.48 9.6 7.56 15.84 18.24 15.84 7.32 0 11.76-2.4 16.32-6.96l8.64 8.4c-7.8 8.28-16.32 10.8-25.44 10.8-18.96 0-32.04-12.24-32.04-31.2v-.48Zm46.92-6.48c0-7.2-6.84-13.2-15.24-13.2-9 0-16.44 5.88-17.04 13.2h32.28ZM385.367 65.52c2.52 4.08 8.159 7.56 15.959 7.56 8.28 0 10.8-3.48 10.8-6.6 0-5.04-7.2-6.24-16.56-9.6-8.88-3.24-14.88-7.8-14.88-17.04 0-11.64 9.84-18.12 21.36-18.12 10.08 0 16.8 3.84 21 9.12l-8.039 8.52c-2.521-3-6.6-5.28-13.2-5.28-4.56 0-7.321 2.16-7.321 5.4 0 4.56 5.041 5.16 15.241 8.88 11.16 3.96 16.199 9.24 16.199 18 0 10.44-7.559 19.2-24.839 19.2-12.6 0-21.241-5.04-24.961-12.24l9.241-7.8ZM315.997 23.52h14.28v8.64c2.76-5.76 9.6-9.84 18.36-9.84 14.52 0 22.92 9.36 22.92 24.24V84h-14.4V48.6c0-8.16-4.68-13.44-12.84-13.44s-14.04 5.76-14.04 14.04V84h-14.28V23.52ZM242.806 53.76c0-18.12 14.64-32.04 33-32.04 18.24 0 33 13.92 33 32.04 0 18.12-14.76 32.04-33 32.04-18.36 0-33-13.92-33-32.04Zm14.28 0c0 10.68 8.04 18.96 18.72 18.96 10.56 0 18.72-8.28 18.72-18.96 0-10.68-8.16-18.96-18.72-18.96-10.68 0-18.72 8.28-18.72 18.96ZM183.387 53.64c0-18.48 14.64-32.04 32.88-32.04 9 0 17.28 3 24.24 10.44l-8.88 9.24c-4.08-4.2-8.88-6.6-15.36-6.6-10.56 0-18.6 8.04-18.6 18.96 0 10.92 8.04 18.96 18.6 18.96 6.48 0 11.28-2.4 15.36-6.6l8.88 9.24c-6.96 7.44-15.24 10.44-24.24 10.44-18.24 0-32.88-13.56-32.88-32.04Z"
94
79
  })
95
80
  ]
96
81
  });
97
- var __webpack_export_target__ = exports;
98
- for(var __webpack_i__ in __webpack_exports__)__webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
99
- if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', {
82
+ exports.C15TIcon = __webpack_exports__.C15TIcon;
83
+ exports.ConsentLogo = __webpack_exports__.ConsentLogo;
84
+ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
85
+ "C15TIcon",
86
+ "ConsentLogo"
87
+ ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
88
+ Object.defineProperty(exports, '__esModule', {
100
89
  value: true
101
90
  });
@@ -1,8 +1,9 @@
1
1
  import type { SVGProps } from 'react';
2
- interface ConsentManagementIconProps {
2
+ interface C15TIconProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- export declare const ConsentManagementIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & ConsentManagementIconProps) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const C15TIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & C15TIconProps) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const ConsentLogo: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & C15TIconProps) => import("react/jsx-runtime").JSX.Element;
7
8
  export {};
8
9
  //# sourceMappingURL=logo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/ui/logo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,0BAA0B;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,qBAAqB,iCAI/B,QAAQ,CAAC,aAAa,CAAC,GAAG,0BAA0B,4CA+DtD,CAAC"}
1
+ {"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/ui/logo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,aAAa;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,QAAQ,GAAI,8BAItB,QAAQ,CAAC,aAAa,CAAC,GAAG,aAAa,4CAmBzC,CAAC;AAGF,eAAO,MAAM,WAAW,GAAI,8BAIzB,QAAQ,CAAC,aAAa,CAAC,GAAG,aAAa,4CA0BzC,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const ConsentManagementIcon = ({ title = 'Consent Management', titleId = 'Consent Management', ...props })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("svg", {
2
+ const C15TIcon = ({ title = 'c15t', titleId = 'c15t', ...props })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("svg", {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
- viewBox: "0 0 1362 160",
4
+ viewBox: "0 0 408 149",
5
5
  "aria-labelledby": titleId,
6
6
  ...props,
7
7
  children: [
@@ -10,58 +10,44 @@ const ConsentManagementIcon = ({ title = 'Consent Management', titleId = 'Consen
10
10
  children: title
11
11
  }),
12
12
  /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
13
- d: "M74.1332 51.2928C83.4342 51.2928 90.9742 43.7528 90.9742 34.4518C90.9742 25.1508 83.4342 17.6108 74.1332 17.6108C64.8322 17.6108 57.2922 25.1508 57.2922 34.4518C57.2922 43.7528 64.8322 51.2928 74.1332 51.2928Z",
14
- stroke: "currentColor",
15
- strokeWidth: "13.4728",
16
- strokeLinecap: "round",
17
- strokeLinejoin: "round"
13
+ fill: "currentColor",
14
+ fillRule: "evenodd",
15
+ d: "M74.133 14.042c-5.58 0-10.105 4.524-10.105 10.104 0 5.581 4.524 10.105 10.105 10.105 5.58 0 10.105-4.524 10.105-10.105 0-5.58-4.524-10.104-10.105-10.104ZM50.556 24.146C50.556 11.125 61.112.57 74.133.57 87.154.57 97.71 11.125 97.71 24.146c0 13.022-10.556 23.578-23.577 23.578-4.06 0-7.88-1.027-11.216-2.834L44.354 63.453a23.424 23.424 0 0 1 1.858 4.48h55.843c2.899-9.74 11.921-16.841 22.601-16.841 13.022 0 23.578 10.556 23.578 23.577 0 13.022-10.556 23.578-23.578 23.578-10.68 0-19.702-7.102-22.601-16.841H46.211a23.455 23.455 0 0 1-2.628 5.798l18.015 18.015a23.473 23.473 0 0 1 12.535-3.604c13.021 0 23.577 10.556 23.577 23.577 0 13.022-10.556 23.577-23.577 23.577-13.021 0-23.577-10.555-23.577-23.577 0-3.506.765-6.833 2.138-9.824l-19.26-19.26a23.49 23.49 0 0 1-9.823 2.139C10.588 98.247.032 87.69.032 74.669c0-13.021 10.556-23.577 23.577-23.577 4.061 0 7.882 1.026 11.217 2.834L53.39 35.364a23.473 23.473 0 0 1-2.834-11.218Zm63.996 50.523v.023c.012 5.57 4.531 10.082 10.104 10.082 5.581 0 10.105-4.524 10.105-10.105 0-5.58-4.524-10.104-10.105-10.104-5.573 0-10.092 4.511-10.104 10.082v.022ZM23.61 64.565c-5.58 0-10.104 4.524-10.104 10.104 0 5.58 4.524 10.105 10.104 10.105 5.581 0 10.105-4.524 10.105-10.105 0-5.58-4.524-10.104-10.105-10.104Zm40.418 60.627c0-5.581 4.524-10.104 10.105-10.104 5.58 0 10.105 4.523 10.105 10.104 0 5.581-4.524 10.105-10.105 10.105-5.58 0-10.105-4.524-10.105-10.105Z",
16
+ clipRule: "evenodd"
18
17
  }),
19
18
  /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
20
- d: "M62.0082 46.5772L35.7363 72.8491",
21
- stroke: "currentColor",
22
- strokeWidth: "13.4728",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round"
25
- }),
26
- /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
27
- d: "M61.0776 124.531L34.8057 98.2592",
28
- stroke: "currentColor",
29
- strokeWidth: "13.4728",
30
- strokeLinecap: "round",
31
- strokeLinejoin: "round"
32
- }),
33
- /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
34
- d: "M23.6105 101.816C32.9115 101.816 40.4514 94.2756 40.4514 84.9746C40.4514 75.6736 32.9115 68.1337 23.6105 68.1337C14.3095 68.1337 6.76953 75.6736 6.76953 84.9746C6.76953 94.2756 14.3095 101.816 23.6105 101.816Z",
35
- stroke: "currentColor",
36
- strokeWidth: "13.4728",
37
- strokeLinecap: "round",
38
- strokeLinejoin: "round"
39
- }),
40
- /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
41
- d: "M40.4517 84.9747H107.815",
42
- stroke: "currentColor",
43
- strokeWidth: "13.4728",
44
- strokeLinecap: "round",
45
- strokeLinejoin: "round"
19
+ fill: "currentColor",
20
+ d: "M213.869 86.31c0-18.48 14.64-32.04 32.88-32.04 9 0 17.28 3 24.24 10.44l-8.88 9.24c-4.08-4.2-8.88-6.6-15.36-6.6-10.56 0-18.6 8.04-18.6 18.96 0 10.92 8.04 18.959 18.6 18.959 6.48 0 11.28-2.4 15.36-6.6l8.88 9.24c-6.96 7.44-15.24 10.44-24.24 10.44-18.24 0-32.88-13.56-32.88-32.04Zm70.372-39.72h-11.88V33.03h26.88v83.639h-15v-70.08Zm23.468 54.599 12.24-6.96c2.88 6.12 9.24 10.2 16.44 10.2 10.2 0 17.04-6.36 17.04-15.84s-6.48-15.84-16.2-15.84c-4.68 0-9.48 1.44-12.48 4.32l-10.8-2.88 7.8-41.16h40.56v13.56h-29.28l-3 15.12c2.52-1.08 5.52-1.56 8.76-1.56 17.76 0 29.52 11.28 29.52 28.32 0 17.76-12.72 29.64-31.92 29.64-12.6 0-23.52-6.84-28.68-16.92Zm72.386-31.92h-7.8V56.19h7.8V33.03h14.4v23.16h13.08v13.08h-13.08v47.4h-14.4v-47.4Z"
21
+ })
22
+ ]
23
+ });
24
+ const ConsentLogo = ({ title = 'Consent', titleId = 'consent-logo', ...props })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("svg", {
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ viewBox: "0 0 595 97",
27
+ "aria-labelledby": titleId,
28
+ className: "consent-logo",
29
+ ...props,
30
+ children: [
31
+ /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("title", {
32
+ id: titleId,
33
+ children: title
46
34
  }),
47
35
  /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
48
- d: "M124.656 101.816C133.957 101.816 141.497 94.2756 141.497 84.9746C141.497 75.6736 133.957 68.1337 124.656 68.1337C115.355 68.1337 107.815 75.6736 107.815 84.9746C107.815 94.2756 115.355 101.816 124.656 101.816Z",
49
- stroke: "currentColor",
50
- strokeWidth: "13.4728",
51
- strokeLinecap: "round",
52
- strokeLinejoin: "round"
36
+ fill: "currentColor",
37
+ fillRule: "evenodd",
38
+ d: "M53.679 70.787c6.17 0 11.172-5.002 11.172-11.172 0-4.009-2.111-7.524-5.283-9.495a23.868 23.868 0 0 1 8.817-1.677c13.217 0 23.93 10.714 23.93 23.93s-10.713 23.93-23.93 23.93c-13.216 0-23.93-10.714-23.93-23.93 0-1.924.227-3.795.656-5.588a11.148 11.148 0 0 0 8.568 4.002Z",
39
+ clipRule: "evenodd"
53
40
  }),
54
41
  /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
55
- d: "M74.1332 152.338C83.4342 152.338 90.9742 144.798 90.9742 135.497C90.9742 126.196 83.4342 118.656 74.1332 118.656C64.8322 118.656 57.2922 126.196 57.2922 135.497C57.2922 144.798 64.8322 152.338 74.1332 152.338Z",
56
- stroke: "currentColor",
57
- strokeWidth: "13.4728",
58
- strokeLinecap: "round",
59
- strokeLinejoin: "round"
42
+ fill: "currentColor",
43
+ fillRule: "evenodd",
44
+ d: "M1.118 74.716a68.462 68.462 0 0 1-.098-3.654c0-37.205 30.16-67.365 67.365-67.365s67.365 30.16 67.365 67.365c0 1.226-.032 2.444-.097 3.654h-21.927c.041-.776.061-1.557.061-2.343 0-24.531-19.887-44.418-44.418-44.418-24.532 0-44.418 19.887-44.418 44.418 0 .786.02 1.567.06 2.343H1.118Z",
45
+ clipRule: "evenodd"
60
46
  }),
61
47
  /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
62
- d: "M213.869 83.64C213.869 65.16 228.509 51.6 246.749 51.6C255.749 51.6 264.029 54.6 270.989 62.04L262.109 71.28C258.029 67.08 253.229 64.68 246.749 64.68C236.189 64.68 228.149 72.72 228.149 83.64C228.149 94.56 236.189 102.6 246.749 102.6C253.229 102.6 258.029 100.2 262.109 96L270.989 105.24C264.029 112.68 255.749 115.68 246.749 115.68C228.509 115.68 213.869 102.12 213.869 83.64ZM273.288 83.76C273.288 65.64 287.928 51.72 306.288 51.72C324.528 51.72 339.288 65.64 339.288 83.76C339.288 101.88 324.528 115.8 306.288 115.8C287.928 115.8 273.288 101.88 273.288 83.76ZM287.568 83.76C287.568 94.44 295.608 102.72 306.288 102.72C316.848 102.72 325.008 94.44 325.008 83.76C325.008 73.08 316.848 64.8 306.288 64.8C295.608 64.8 287.568 73.08 287.568 83.76ZM346.479 53.52H360.759V62.16C363.519 56.4 370.359 52.32 379.119 52.32C393.639 52.32 402.039 61.68 402.039 76.56V114H387.639V78.6C387.639 70.44 382.959 65.16 374.799 65.16C366.639 65.16 360.759 70.92 360.759 79.2V114H346.479V53.52ZM415.849 95.52C418.369 99.6 424.009 103.08 431.809 103.08C440.089 103.08 442.609 99.6 442.609 96.48C442.609 91.44 435.409 90.24 426.049 86.88C417.169 83.64 411.169 79.08 411.169 69.84C411.169 58.2 421.009 51.72 432.529 51.72C442.609 51.72 449.329 55.56 453.529 60.84L445.489 69.36C442.969 66.36 438.889 64.08 432.289 64.08C427.729 64.08 424.969 66.24 424.969 69.48C424.969 74.04 430.009 74.64 440.209 78.36C451.369 82.32 456.409 87.6 456.409 96.36C456.409 106.8 448.849 115.56 431.569 115.56C418.969 115.56 410.329 110.52 406.609 103.32L415.849 95.52ZM459.747 83.76C459.747 64.32 473.307 51.84 491.427 51.84C509.427 51.84 521.307 65.4 521.307 82.32C521.307 82.32 521.307 84.96 521.067 87.36H474.027C474.507 96.96 481.587 103.2 492.267 103.2C499.587 103.2 504.027 100.8 508.587 96.24L517.227 104.64C509.427 112.92 500.907 115.44 491.787 115.44C472.827 115.44 459.747 103.2 459.747 84.24V83.76ZM506.667 77.28C506.667 70.08 499.827 64.08 491.427 64.08C482.427 64.08 474.987 69.96 474.387 77.28H506.667ZM528.017 53.52H542.297V62.16C545.057 56.4 551.897 52.32 560.657 52.32C575.177 52.32 583.577 61.68 583.577 76.56V114H569.177V78.6C569.177 70.44 564.497 65.16 556.337 65.16C548.177 65.16 542.297 70.92 542.297 79.2V114H528.017V53.52ZM596.906 66.6H589.106V53.52H596.906V30.36H611.306V53.52H624.386V66.6H611.306V114H596.906V66.6ZM657.054 53.52H671.334V62.16C673.854 56.4 679.734 52.32 687.654 52.32C696.054 52.32 701.694 56.16 704.574 62.88C708.294 55.32 715.614 52.32 724.374 52.32C737.694 52.32 745.374 61.68 745.374 76.56V114H730.974V78.6C730.974 70.44 727.134 65.16 720.174 65.16C713.214 65.16 708.174 70.92 708.174 79.2V114H693.894V78.6C693.894 70.44 690.054 65.16 683.094 65.16C676.374 65.16 671.334 70.92 671.334 79.2V114H657.054V53.52ZM751.919 83.76C751.919 65.88 765.119 52.2 782.159 52.2C792.359 52.2 799.439 56.64 801.479 62.28V53.52H815.879V114H801.479V105.24C799.439 110.88 792.359 115.32 782.159 115.32C765.119 115.32 751.919 101.64 751.919 83.76ZM766.199 83.76C766.199 94.32 773.879 102.24 784.079 102.24C794.519 102.24 802.559 94.32 802.559 83.76C802.559 73.2 794.519 65.28 784.079 65.28C773.879 65.28 766.199 73.2 766.199 83.76ZM825.462 53.52H839.742V62.16C842.502 56.4 849.342 52.32 858.102 52.32C872.622 52.32 881.022 61.68 881.022 76.56V114H866.622V78.6C866.622 70.44 861.942 65.16 853.782 65.16C845.622 65.16 839.742 70.92 839.742 79.2V114H825.462V53.52ZM887.631 83.76C887.631 65.88 900.831 52.2 917.871 52.2C928.071 52.2 935.151 56.64 937.191 62.28V53.52H951.591V114H937.191V105.24C935.151 110.88 928.071 115.32 917.871 115.32C900.831 115.32 887.631 101.64 887.631 83.76ZM901.911 83.76C901.911 94.32 909.591 102.24 919.791 102.24C930.231 102.24 938.271 94.32 938.271 83.76C938.271 73.2 930.231 65.28 919.791 65.28C909.591 65.28 901.911 73.2 901.911 83.76ZM958.535 83.52C958.535 65.88 971.735 52.2 988.775 52.2C998.975 52.2 1006.05 56.64 1008.09 62.28V53.52H1022.49V103.92C1022.49 116.64 1021.17 126.72 1012.29 133.68C1006.89 137.88 999.215 140.4 990.935 140.4C979.655 140.4 969.935 137.52 961.655 131.64L968.615 120.96C974.735 125.04 981.215 127.56 989.375 127.56C994.655 127.56 999.455 126.36 1002.69 123.96C1007.73 120.24 1008.45 114 1008.45 108.6V105.6C1005.81 110.4 998.855 114.48 988.775 114.48C971.735 114.48 958.535 101.16 958.535 83.52ZM972.815 83.52C972.815 93.96 980.495 101.76 990.695 101.76C1001.13 101.76 1009.17 93.96 1009.17 83.52C1009.17 73.2 1001.13 65.28 990.695 65.28C980.495 65.28 972.815 73.2 972.815 83.52ZM1029.44 83.76C1029.44 64.32 1043 51.84 1061.12 51.84C1079.12 51.84 1091 65.4 1091 82.32C1091 82.32 1091 84.96 1090.76 87.36H1043.72C1044.2 96.96 1051.28 103.2 1061.96 103.2C1069.28 103.2 1073.72 100.8 1078.28 96.24L1086.92 104.64C1079.12 112.92 1070.6 115.44 1061.48 115.44C1042.52 115.44 1029.44 103.2 1029.44 84.24V83.76ZM1076.36 77.28C1076.36 70.08 1069.52 64.08 1061.12 64.08C1052.12 64.08 1044.68 69.96 1044.08 77.28H1076.36ZM1097.71 53.52H1111.99V62.16C1114.51 56.4 1120.39 52.32 1128.31 52.32C1136.71 52.32 1142.35 56.16 1145.23 62.88C1148.95 55.32 1156.27 52.32 1165.03 52.32C1178.35 52.32 1186.03 61.68 1186.03 76.56V114H1171.63V78.6C1171.63 70.44 1167.79 65.16 1160.83 65.16C1153.87 65.16 1148.83 70.92 1148.83 79.2V114H1134.55V78.6C1134.55 70.44 1130.71 65.16 1123.75 65.16C1117.03 65.16 1111.99 70.92 1111.99 79.2V114H1097.71V53.52ZM1192.57 83.76C1192.57 64.32 1206.13 51.84 1224.25 51.84C1242.25 51.84 1254.13 65.4 1254.13 82.32C1254.13 82.32 1254.13 84.96 1253.89 87.36H1206.85C1207.33 96.96 1214.41 103.2 1225.09 103.2C1232.41 103.2 1236.85 100.8 1241.41 96.24L1250.05 104.64C1242.25 112.92 1233.73 115.44 1224.61 115.44C1205.65 115.44 1192.57 103.2 1192.57 84.24V83.76ZM1239.49 77.28C1239.49 70.08 1232.65 64.08 1224.25 64.08C1215.25 64.08 1207.81 69.96 1207.21 77.28H1239.49ZM1260.84 53.52H1275.12V62.16C1277.88 56.4 1284.72 52.32 1293.48 52.32C1308 52.32 1316.4 61.68 1316.4 76.56V114H1302V78.6C1302 70.44 1297.32 65.16 1289.16 65.16C1281 65.16 1275.12 70.92 1275.12 79.2V114H1260.84V53.52ZM1329.73 66.6H1321.93V53.52H1329.73V30.36H1344.13V53.52H1357.21V66.6H1344.13V114H1329.73V66.6Z",
63
- fill: "currentColor"
48
+ fill: "currentColor",
49
+ d: "M566.424 36.6h-7.8V23.52h7.8V.36h14.4v23.16h13.08V36.6h-13.08V84h-14.4V36.6ZM497.535 23.52h14.28v8.64c2.76-5.76 9.6-9.84 18.36-9.84 14.52 0 22.92 9.36 22.92 24.24V84h-14.4V48.6c0-8.16-4.68-13.44-12.84-13.44s-14.04 5.76-14.04 14.04V84h-14.28V23.52ZM429.265 53.76c0-19.44 13.56-31.92 31.68-31.92 18 0 29.88 13.56 29.88 30.48 0 0 0 2.64-.24 5.04h-47.04c.48 9.6 7.56 15.84 18.24 15.84 7.32 0 11.76-2.4 16.32-6.96l8.64 8.4c-7.8 8.28-16.32 10.8-25.44 10.8-18.96 0-32.04-12.24-32.04-31.2v-.48Zm46.92-6.48c0-7.2-6.84-13.2-15.24-13.2-9 0-16.44 5.88-17.04 13.2h32.28ZM385.367 65.52c2.52 4.08 8.159 7.56 15.959 7.56 8.28 0 10.8-3.48 10.8-6.6 0-5.04-7.2-6.24-16.56-9.6-8.88-3.24-14.88-7.8-14.88-17.04 0-11.64 9.84-18.12 21.36-18.12 10.08 0 16.8 3.84 21 9.12l-8.039 8.52c-2.521-3-6.6-5.28-13.2-5.28-4.56 0-7.321 2.16-7.321 5.4 0 4.56 5.041 5.16 15.241 8.88 11.16 3.96 16.199 9.24 16.199 18 0 10.44-7.559 19.2-24.839 19.2-12.6 0-21.241-5.04-24.961-12.24l9.241-7.8ZM315.997 23.52h14.28v8.64c2.76-5.76 9.6-9.84 18.36-9.84 14.52 0 22.92 9.36 22.92 24.24V84h-14.4V48.6c0-8.16-4.68-13.44-12.84-13.44s-14.04 5.76-14.04 14.04V84h-14.28V23.52ZM242.806 53.76c0-18.12 14.64-32.04 33-32.04 18.24 0 33 13.92 33 32.04 0 18.12-14.76 32.04-33 32.04-18.36 0-33-13.92-33-32.04Zm14.28 0c0 10.68 8.04 18.96 18.72 18.96 10.56 0 18.72-8.28 18.72-18.96 0-10.68-8.16-18.96-18.72-18.96-10.68 0-18.72 8.28-18.72 18.96ZM183.387 53.64c0-18.48 14.64-32.04 32.88-32.04 9 0 17.28 3 24.24 10.44l-8.88 9.24c-4.08-4.2-8.88-6.6-15.36-6.6-10.56 0-18.6 8.04-18.6 18.96 0 10.92 8.04 18.96 18.6 18.96 6.48 0 11.28-2.4 15.36-6.6l8.88 9.24c-6.96 7.44-15.24 10.44-24.24 10.44-18.24 0-32.88-13.56-32.88-32.04Z"
64
50
  })
65
51
  ]
66
52
  });
67
- export { ConsentManagementIcon };
53
+ export { C15TIcon, ConsentLogo };
@@ -18,12 +18,8 @@ function __webpack_require__(moduleId) {
18
18
  return module.exports;
19
19
  }
20
20
  (()=>{
21
- __webpack_require__.n = function(module) {
22
- var getter = module && module.__esModule ? function() {
23
- return module['default'];
24
- } : function() {
25
- return module;
26
- };
21
+ __webpack_require__.n = (module)=>{
22
+ var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
27
23
  __webpack_require__.d(getter, {
28
24
  a: getter
29
25
  });
@@ -31,7 +27,7 @@ function __webpack_require__(moduleId) {
31
27
  };
32
28
  })();
33
29
  (()=>{
34
- __webpack_require__.d = function(exports1, definition) {
30
+ __webpack_require__.d = (exports1, definition)=>{
35
31
  for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
36
32
  enumerable: true,
37
33
  get: definition[key]
@@ -39,12 +35,10 @@ function __webpack_require__(moduleId) {
39
35
  };
40
36
  })();
41
37
  (()=>{
42
- __webpack_require__.o = function(obj, prop) {
43
- return Object.prototype.hasOwnProperty.call(obj, prop);
44
- };
38
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
45
39
  })();
46
40
  (()=>{
47
- __webpack_require__.r = function(exports1) {
41
+ __webpack_require__.r = (exports1)=>{
48
42
  if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
49
43
  value: 'Module'
50
44
  });
@@ -69,8 +63,7 @@ var __webpack_exports__ = {};
69
63
  }).bind(0, __WEBPACK_IMPORT_KEY__);
70
64
  __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
71
65
  })();
72
- var __webpack_export_target__ = exports;
73
- for(var __webpack_i__ in __webpack_exports__)__webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
74
- if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', {
66
+ for(var __webpack_i__ in __webpack_exports__)exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
67
+ Object.defineProperty(exports, '__esModule', {
75
68
  value: true
76
69
  });