@c15t/react 0.0.1-rc.10 → 0.0.1-rc.12

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 (106) hide show
  1. package/dist/components/consent-manager-dialog/__tests__/styles.spec.cjs +4 -10
  2. package/dist/components/consent-manager-dialog/__tests__/utils.cjs +7 -4
  3. package/dist/components/consent-manager-dialog/__tests__/utils.d.ts.map +1 -1
  4. package/dist/components/consent-manager-dialog/__tests__/utils.js +5 -0
  5. package/dist/components/consent-manager-dialog/atoms/dialog-card.cjs +12 -18
  6. package/dist/components/consent-manager-dialog/atoms/dialog-card.d.ts.map +1 -1
  7. package/dist/components/consent-manager-dialog/atoms/overlay.cjs +6 -12
  8. package/dist/components/consent-manager-dialog/consent-manager-dialog.cjs +4 -10
  9. package/dist/components/consent-manager-dialog/consent-manager-dialog.module.cjs +2 -4
  10. package/dist/components/consent-manager-dialog/consent-manager-dialog_module.css +5 -5
  11. package/dist/components/consent-manager-dialog/index.cjs +11 -13
  12. package/dist/components/consent-manager-widget/__tests__/styles.spec.cjs +4 -10
  13. package/dist/components/consent-manager-widget/__tests__/utils.cjs +7 -4
  14. package/dist/components/consent-manager-widget/__tests__/utils.d.ts.map +1 -1
  15. package/dist/components/consent-manager-widget/__tests__/utils.js +5 -0
  16. package/dist/components/consent-manager-widget/atoms/accordion.cjs +14 -20
  17. package/dist/components/consent-manager-widget/atoms/accordion.d.ts.map +1 -1
  18. package/dist/components/consent-manager-widget/atoms/button.cjs +7 -9
  19. package/dist/components/consent-manager-widget/atoms/footer.cjs +7 -13
  20. package/dist/components/consent-manager-widget/atoms/logo.cjs +2 -4
  21. package/dist/components/consent-manager-widget/atoms/logo.d.ts.map +1 -1
  22. package/dist/components/consent-manager-widget/atoms/root.cjs +2 -4
  23. package/dist/components/consent-manager-widget/consent-manager-widget.cjs +2 -4
  24. package/dist/components/consent-manager-widget/consent-manager-widget.d.ts.map +1 -1
  25. package/dist/components/consent-manager-widget/consent-manager-widget.module.cjs +2 -4
  26. package/dist/components/consent-manager-widget/consent-manager-widget_module.css +13 -13
  27. package/dist/components/consent-manager-widget/index.cjs +23 -25
  28. package/dist/components/cookie-banner/__tests__/styles.spec.cjs +4 -10
  29. package/dist/components/cookie-banner/__tests__/utils.cjs +7 -4
  30. package/dist/components/cookie-banner/__tests__/utils.d.ts.map +1 -1
  31. package/dist/components/cookie-banner/__tests__/utils.js +5 -0
  32. package/dist/components/cookie-banner/atoms/overlay.cjs +4 -10
  33. package/dist/components/cookie-banner/atoms/root.cjs +4 -10
  34. package/dist/components/cookie-banner/components.cjs +15 -21
  35. package/dist/components/cookie-banner/cookie-banner.cjs +2 -4
  36. package/dist/components/cookie-banner/cookie-banner.module.cjs +2 -4
  37. package/dist/components/cookie-banner/cookie-banner_module.css +7 -7
  38. package/dist/components/cookie-banner/error-boundary.cjs +2 -4
  39. package/dist/components/cookie-banner/error-boundary.d.ts +1 -1
  40. package/dist/components/cookie-banner/index.cjs +17 -19
  41. package/dist/components/shared/libs/recursive-clone-children.cjs +2 -4
  42. package/dist/components/shared/primitives/box.cjs +3 -5
  43. package/dist/components/shared/primitives/box.d.ts.map +1 -1
  44. package/dist/components/shared/primitives/box.js +1 -1
  45. package/dist/components/shared/primitives/button.cjs +54 -6
  46. package/dist/components/shared/primitives/button.d.ts.map +1 -1
  47. package/dist/components/shared/primitives/button.js +52 -2
  48. package/dist/components/shared/ui/accordion/accordion.cjs +6 -12
  49. package/dist/components/shared/ui/accordion/accordion.d.ts.map +1 -1
  50. package/dist/components/shared/ui/accordion/accordion.module.cjs +2 -4
  51. package/dist/components/shared/ui/accordion/accordion_module.css +9 -9
  52. package/dist/components/shared/ui/accordion/index.cjs +4 -10
  53. package/dist/components/shared/ui/button/button.cjs +6 -12
  54. package/dist/components/shared/ui/button/button.module.cjs +2 -4
  55. package/dist/components/shared/ui/button/button_module.css +17 -17
  56. package/dist/components/shared/ui/button/index.cjs +4 -10
  57. package/dist/components/shared/ui/icon.cjs +2 -4
  58. package/dist/components/shared/ui/icon.d.ts.map +1 -1
  59. package/dist/components/shared/ui/logo.cjs +9 -53
  60. package/dist/components/shared/ui/logo.d.ts.map +1 -1
  61. package/dist/components/shared/ui/logo.js +7 -49
  62. package/dist/components/shared/ui/switch/index.cjs +4 -10
  63. package/dist/components/shared/ui/switch/switch.cjs +4 -10
  64. package/dist/components/shared/ui/switch/switch.module.cjs +2 -4
  65. package/dist/components/shared/ui/switch/switch_module.css +11 -11
  66. package/dist/context/consent-manager-context.cjs +3 -5
  67. package/dist/context/consent-manager-context.d.ts +29 -10
  68. package/dist/context/consent-manager-context.d.ts.map +1 -1
  69. package/dist/context/consent-manager-context.js +1 -1
  70. package/dist/context/theme-context.cjs +9 -5
  71. package/dist/context/theme-context.d.ts +1 -1
  72. package/dist/context/theme-context.d.ts.map +1 -1
  73. package/dist/context/theme-context.js +7 -1
  74. package/dist/hooks/index.cjs +4 -10
  75. package/dist/hooks/use-color-scheme.cjs +64 -0
  76. package/dist/hooks/use-color-scheme.d.ts +16 -0
  77. package/dist/hooks/use-color-scheme.d.ts.map +1 -0
  78. package/dist/hooks/use-color-scheme.js +32 -0
  79. package/dist/hooks/use-consent-client.cjs +41 -0
  80. package/dist/hooks/use-consent-client.d.ts +26 -0
  81. package/dist/hooks/use-consent-client.d.ts.map +1 -0
  82. package/dist/hooks/use-consent-client.js +9 -0
  83. package/dist/hooks/use-consent-manager.cjs +7 -5
  84. package/dist/hooks/use-consent-manager.d.ts +7 -1
  85. package/dist/hooks/use-consent-manager.d.ts.map +1 -1
  86. package/dist/hooks/use-consent-manager.js +5 -1
  87. package/dist/hooks/use-focus-trap.cjs +2 -4
  88. package/dist/hooks/use-scroll-lock.cjs +2 -4
  89. package/dist/hooks/use-theme.cjs +2 -4
  90. package/dist/hooks/use-translations.cjs +2 -4
  91. package/dist/index.cjs +44 -26
  92. package/dist/index.d.ts +8 -9
  93. package/dist/index.d.ts.map +1 -1
  94. package/dist/index.js +12 -4
  95. package/dist/providers/consent-manager-provider.cjs +14 -10
  96. package/dist/providers/consent-manager-provider.d.ts +6 -2
  97. package/dist/providers/consent-manager-provider.d.ts.map +1 -1
  98. package/dist/providers/consent-manager-provider.js +12 -6
  99. package/dist/types/consent-manager.d.ts +62 -83
  100. package/dist/types/consent-manager.d.ts.map +1 -1
  101. package/dist/types/theme/index.cjs +4 -10
  102. package/dist/utils/cn.cjs +4 -10
  103. package/dist/utils/merge-styles.cjs +2 -4
  104. package/dist/utils/translations.cjs +2 -4
  105. package/dist/utils/use-styles.cjs +2 -4
  106. package/package.json +4 -4
@@ -59,7 +59,7 @@
59
59
  display: inline-flex;
60
60
  }
61
61
 
62
- .dark .c15t-button-YKOgW {
62
+ .c15t-dark .c15t-button-YKOgW {
63
63
  color: var(--button-text-dark);
64
64
  }
65
65
 
@@ -97,7 +97,7 @@
97
97
  color: var(--button-background-color);
98
98
  }
99
99
 
100
- .dark .c15t-button-primary-filled-YzeKk {
100
+ .c15t-dark .c15t-button-primary-filled-YzeKk {
101
101
  background-color: var(--button-primary-dark);
102
102
  color: var(--button-background-color-dark);
103
103
  }
@@ -106,7 +106,7 @@
106
106
  background-color: var(--button-primary-hover);
107
107
  }
108
108
 
109
- .dark .c15t-button-primary-filled-YzeKk:hover:not(:disabled) {
109
+ .c15t-dark .c15t-button-primary-filled-YzeKk:hover:not(:disabled) {
110
110
  background-color: var(--button-primary-hover-dark);
111
111
  }
112
112
 
@@ -116,7 +116,7 @@
116
116
  box-shadow: var(--button-shadow-primary);
117
117
  }
118
118
 
119
- .dark .c15t-button-primary-stroke-TWzjH {
119
+ .c15t-dark .c15t-button-primary-stroke-TWzjH {
120
120
  background-color: var(--button-background-color-dark);
121
121
  color: var(--button-primary-dark);
122
122
  box-shadow: var(--button-shadow-primary-dark);
@@ -127,7 +127,7 @@
127
127
  box-shadow: var(--button-shadow-primary-hover);
128
128
  }
129
129
 
130
- .dark .c15t-button-primary-stroke-TWzjH:hover:not(:disabled) {
130
+ .c15t-dark .c15t-button-primary-stroke-TWzjH:hover:not(:disabled) {
131
131
  background-color: var(--button-primary-hover-dark);
132
132
  box-shadow: var(--button-shadow-primary-hover-dark);
133
133
  }
@@ -137,7 +137,7 @@
137
137
  color: var(--button-primary);
138
138
  }
139
139
 
140
- .dark .c15t-button-primary-lighter-kAHLT {
140
+ .c15t-dark .c15t-button-primary-lighter-kAHLT {
141
141
  background-color: color-mix(in srgb, var(--button-primary-dark) 10%, transparent);
142
142
  color: var(--button-primary-dark);
143
143
  }
@@ -146,7 +146,7 @@
146
146
  background-color: color-mix(in srgb, var(--button-primary) 20%, transparent);
147
147
  }
148
148
 
149
- .dark .c15t-button-primary-lighter-kAHLT:hover:not(:disabled) {
149
+ .c15t-dark .c15t-button-primary-lighter-kAHLT:hover:not(:disabled) {
150
150
  background-color: color-mix(in srgb, var(--button-primary-dark) 20%, transparent);
151
151
  }
152
152
 
@@ -154,7 +154,7 @@
154
154
  color: var(--button-primary);
155
155
  }
156
156
 
157
- .dark .c15t-button-primary-ghost-j0CcU {
157
+ .c15t-dark .c15t-button-primary-ghost-j0CcU {
158
158
  color: var(--button-primary-dark);
159
159
  }
160
160
 
@@ -162,7 +162,7 @@
162
162
  background-color: var(--button-hover-overlay);
163
163
  }
164
164
 
165
- .dark .c15t-button-primary-ghost-j0CcU:hover:not(:disabled) {
165
+ .c15t-dark .c15t-button-primary-ghost-j0CcU:hover:not(:disabled) {
166
166
  background-color: var(--button-hover-overlay-dark);
167
167
  }
168
168
 
@@ -171,7 +171,7 @@
171
171
  color: var(--button-background-color);
172
172
  }
173
173
 
174
- .dark .c15t-button-neutral-filled-uvvkN {
174
+ .c15t-dark .c15t-button-neutral-filled-uvvkN {
175
175
  background-color: var(--button-neutral-dark);
176
176
  color: var(--button-background-color-dark);
177
177
  }
@@ -180,7 +180,7 @@
180
180
  background-color: var(--button-neutral-hover);
181
181
  }
182
182
 
183
- .dark .c15t-button-neutral-filled-uvvkN:hover:not(:disabled) {
183
+ .c15t-dark .c15t-button-neutral-filled-uvvkN:hover:not(:disabled) {
184
184
  background-color: var(--button-neutral-hover-dark);
185
185
  }
186
186
 
@@ -189,7 +189,7 @@
189
189
  box-shadow: var(--button-shadow-neutral);
190
190
  }
191
191
 
192
- .dark .c15t-button-neutral-stroke-EAzCC {
192
+ .c15t-dark .c15t-button-neutral-stroke-EAzCC {
193
193
  background-color: var(--button-background-color-dark);
194
194
  box-shadow: var(--button-shadow-neutral-dark);
195
195
  }
@@ -200,7 +200,7 @@
200
200
  background-color: #0000;
201
201
  }
202
202
 
203
- .dark .c15t-button-neutral-stroke-EAzCC:hover:not(:disabled) {
203
+ .c15t-dark .c15t-button-neutral-stroke-EAzCC:hover:not(:disabled) {
204
204
  box-shadow: var(--button-shadow-neutral-hover-dark);
205
205
  color: var(--button-text-hover-dark);
206
206
  }
@@ -210,7 +210,7 @@
210
210
  color: var(--button-neutral);
211
211
  }
212
212
 
213
- .dark .c15t-button-neutral-lighter-ANBJI {
213
+ .c15t-dark .c15t-button-neutral-lighter-ANBJI {
214
214
  background-color: color-mix(in srgb, var(--button-neutral-dark) 10%, transparent);
215
215
  color: var(--button-neutral-dark);
216
216
  }
@@ -219,7 +219,7 @@
219
219
  background-color: color-mix(in srgb, var(--button-neutral) 20%, transparent);
220
220
  }
221
221
 
222
- .dark .c15t-button-neutral-lighter-ANBJI:hover:not(:disabled) {
222
+ .c15t-dark .c15t-button-neutral-lighter-ANBJI:hover:not(:disabled) {
223
223
  background-color: color-mix(in srgb, var(--button-neutral-dark) 20%, transparent);
224
224
  }
225
225
 
@@ -227,7 +227,7 @@
227
227
  color: var(--button-neutral);
228
228
  }
229
229
 
230
- .dark .c15t-button-neutral-ghost-x4zTl {
230
+ .c15t-dark .c15t-button-neutral-ghost-x4zTl {
231
231
  color: var(--button-neutral-dark);
232
232
  }
233
233
 
@@ -235,7 +235,7 @@
235
235
  background-color: var(--button-hover-overlay);
236
236
  }
237
237
 
238
- .dark .c15t-button-neutral-ghost-x4zTl:hover:not(:disabled) {
238
+ .c15t-dark .c15t-button-neutral-ghost-x4zTl:hover:not(:disabled) {
239
239
  background-color: var(--button-hover-overlay-dark);
240
240
  }
241
241
 
@@ -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,9 +35,7 @@ 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
41
  __webpack_require__.r = function(exports1) {
@@ -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,9 +9,7 @@ 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
15
  __webpack_require__.r = function(exports1) {
@@ -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,9 +9,7 @@ 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
15
  __webpack_require__.r = function(exports1) {
@@ -29,9 +27,9 @@ __webpack_require__.d(__webpack_exports__, {
29
27
  ConsentManagementIcon: ()=>ConsentManagementIcon
30
28
  });
31
29
  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", {
30
+ const ConsentManagementIcon = ({ title = 'c15t', titleId = 'c15t', ...props })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
33
31
  xmlns: "http://www.w3.org/2000/svg",
34
- viewBox: "0 0 1362 160",
32
+ viewBox: "0 0 408 149",
35
33
  "aria-labelledby": titleId,
36
34
  ...props,
37
35
  children: [
@@ -40,57 +38,15 @@ const ConsentManagementIcon = ({ title = 'Consent Management', titleId = 'Consen
40
38
  children: title
41
39
  }),
42
40
  /*#__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"
62
- }),
63
- /*#__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"
76
- }),
77
- /*#__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"
83
- }),
84
- /*#__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
41
  stroke: "currentColor",
87
- strokeWidth: "13.4728",
88
42
  strokeLinecap: "round",
89
- strokeLinejoin: "round"
43
+ strokeLinejoin: "round",
44
+ strokeWidth: 13.473,
45
+ d: "M74.133 40.987c9.301 0 16.84-7.54 16.84-16.84 0-9.302-7.539-16.842-16.84-16.842s-16.841 7.54-16.841 16.841c0 9.301 7.54 16.841 16.84 16.841ZM62.008 36.272 35.736 62.544M61.078 114.226 34.806 87.954M23.61 91.51c9.301 0 16.841-7.54 16.841-16.84 0-9.302-7.54-16.842-16.84-16.842-9.302 0-16.841 7.54-16.841 16.841 0 9.301 7.54 16.841 16.84 16.841ZM40.452 74.67h67.363M124.656 91.51c9.301 0 16.841-7.54 16.841-16.84 0-9.302-7.54-16.842-16.841-16.842-9.301 0-16.841 7.54-16.841 16.841 0 9.301 7.54 16.841 16.841 16.841ZM74.133 142.033c9.301 0 16.84-7.54 16.84-16.841 0-9.301-7.539-16.841-16.84-16.841s-16.841 7.54-16.841 16.841c0 9.301 7.54 16.841 16.84 16.841Z"
90
46
  }),
91
47
  /*#__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"
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"
94
50
  })
95
51
  ]
96
52
  });
@@ -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,0BAA0B;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,qBAAqB,GAAI,8BAInC,QAAQ,CAAC,aAAa,CAAC,GAAG,0BAA0B,4CAoBtD,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 ConsentManagementIcon = ({ 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,57 +10,15 @@ 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
13
  stroke: "currentColor",
15
- strokeWidth: "13.4728",
16
14
  strokeLinecap: "round",
17
- strokeLinejoin: "round"
15
+ strokeLinejoin: "round",
16
+ strokeWidth: 13.473,
17
+ d: "M74.133 40.987c9.301 0 16.84-7.54 16.84-16.84 0-9.302-7.539-16.842-16.84-16.842s-16.841 7.54-16.841 16.841c0 9.301 7.54 16.841 16.84 16.841ZM62.008 36.272 35.736 62.544M61.078 114.226 34.806 87.954M23.61 91.51c9.301 0 16.841-7.54 16.841-16.84 0-9.302-7.54-16.842-16.84-16.842-9.302 0-16.841 7.54-16.841 16.841 0 9.301 7.54 16.841 16.84 16.841ZM40.452 74.67h67.363M124.656 91.51c9.301 0 16.841-7.54 16.841-16.84 0-9.302-7.54-16.842-16.841-16.842-9.301 0-16.841 7.54-16.841 16.841 0 9.301 7.54 16.841 16.841 16.841ZM74.133 142.033c9.301 0 16.84-7.54 16.84-16.841 0-9.301-7.539-16.841-16.84-16.841s-16.841 7.54-16.841 16.841c0 9.301 7.54 16.841 16.84 16.841Z"
18
18
  }),
19
19
  /*#__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"
46
- }),
47
- /*#__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"
53
- }),
54
- /*#__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"
60
- }),
61
- /*#__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"
20
+ fill: "currentColor",
21
+ 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"
64
22
  })
65
23
  ]
66
24
  });
@@ -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,9 +35,7 @@ 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
41
  __webpack_require__.r = function(exports1) {
@@ -1,12 +1,8 @@
1
1
  "use strict";
2
2
  var __webpack_require__ = {};
3
3
  (()=>{
4
- __webpack_require__.n = function(module) {
5
- var getter = module && module.__esModule ? function() {
6
- return module['default'];
7
- } : function() {
8
- return module;
9
- };
4
+ __webpack_require__.n = (module)=>{
5
+ var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
10
6
  __webpack_require__.d(getter, {
11
7
  a: getter
12
8
  });
@@ -14,7 +10,7 @@ var __webpack_require__ = {};
14
10
  };
15
11
  })();
16
12
  (()=>{
17
- __webpack_require__.d = function(exports1, definition) {
13
+ __webpack_require__.d = (exports1, definition)=>{
18
14
  for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
19
15
  enumerable: true,
20
16
  get: definition[key]
@@ -22,9 +18,7 @@ var __webpack_require__ = {};
22
18
  };
23
19
  })();
24
20
  (()=>{
25
- __webpack_require__.o = function(obj, prop) {
26
- return Object.prototype.hasOwnProperty.call(obj, prop);
27
- };
21
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
28
22
  })();
29
23
  (()=>{
30
24
  __webpack_require__.r = function(exports1) {
@@ -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,9 +9,7 @@ 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
15
  __webpack_require__.r = function(exports1) {
@@ -50,7 +50,7 @@
50
50
  position: relative;
51
51
  }
52
52
 
53
- .dark .c15t-track-OlfR7 {
53
+ .c15t-dark .c15t-track-OlfR7 {
54
54
  background-color: var(--switch-background-color-dark);
55
55
  }
56
56
 
@@ -58,7 +58,7 @@
58
58
  background-color: var(--switch-background-color-hover);
59
59
  }
60
60
 
61
- .dark .c15t-track-OlfR7:hover {
61
+ .c15t-dark .c15t-track-OlfR7:hover {
62
62
  background-color: var(--switch-background-color-hover-dark);
63
63
  }
64
64
 
@@ -66,7 +66,7 @@
66
66
  background-color: var(--switch-background-color-hover);
67
67
  }
68
68
 
69
- .dark .c15t-track-OlfR7:focus-visible {
69
+ .c15t-dark .c15t-track-OlfR7:focus-visible {
70
70
  background-color: var(--switch-background-color-hover-dark);
71
71
  }
72
72
 
@@ -74,7 +74,7 @@
74
74
  background-color: var(--switch-background-color);
75
75
  }
76
76
 
77
- .dark .c15t-track-OlfR7:active {
77
+ .c15t-dark .c15t-track-OlfR7:active {
78
78
  background-color: var(--switch-background-color-dark);
79
79
  }
80
80
 
@@ -82,7 +82,7 @@
82
82
  background-color: var(--switch-background-color-checked);
83
83
  }
84
84
 
85
- .dark .c15t-root-qh0zR[data-state="checked"] .c15t-track-OlfR7 {
85
+ .c15t-dark .c15t-root-qh0zR[data-state="checked"] .c15t-track-OlfR7 {
86
86
  background-color: var(--switch-background-color-checked-dark);
87
87
  }
88
88
 
@@ -90,7 +90,7 @@
90
90
  background-color: var(--switch-background-color-checked);
91
91
  }
92
92
 
93
- .dark .c15t-root-qh0zR[data-state="checked"]:hover .c15t-track-OlfR7 {
93
+ .c15t-dark .c15t-root-qh0zR[data-state="checked"]:hover .c15t-track-OlfR7 {
94
94
  background-color: var(--switch-background-color-checked-dark);
95
95
  }
96
96
 
@@ -102,7 +102,7 @@
102
102
  outline: 2px solid var(--accordion-focus-ring);
103
103
  }
104
104
 
105
- .dark .c15t-root-qh0zR:focus {
105
+ .c15t-dark .c15t-root-qh0zR:focus {
106
106
  outline: 2px solid var(--accordion-focus-ring-dark);
107
107
  }
108
108
 
@@ -112,7 +112,7 @@
112
112
  box-shadow: inset 0 0 0 1px #ebebeb;
113
113
  }
114
114
 
115
- .dark .c15t-track-disabled-reR3p {
115
+ .c15t-dark .c15t-track-disabled-reR3p {
116
116
  background-color: var(--switch-background-color-disabled-dark);
117
117
  }
118
118
 
@@ -122,7 +122,7 @@
122
122
  box-shadow: none;
123
123
  }
124
124
 
125
- .dark .c15t-root-qh0zR[data-state="checked"] .c15t-track-disabled-reR3p {
125
+ .c15t-dark .c15t-root-qh0zR[data-state="checked"] .c15t-track-disabled-reR3p {
126
126
  background-color: var(--switch-background-color-checked-dark);
127
127
  }
128
128
 
@@ -147,7 +147,7 @@
147
147
  mask: radial-gradient(circle farthest-side, #0000 1.95px, #000 2.05px 100%) 50% / 100% 100% no-repeat;
148
148
  }
149
149
 
150
- .dark .c15t-thumb-JukBu:before {
150
+ .c15t-dark .c15t-thumb-JukBu:before {
151
151
  background-color: var(--switch-thumb-background-color-dark);
152
152
  }
153
153
 
@@ -161,7 +161,7 @@
161
161
  left: 0;
162
162
  }
163
163
 
164
- .dark .c15t-thumb-JukBu:after {
164
+ .c15t-dark .c15t-thumb-JukBu:after {
165
165
  box-shadow: var(--switch-shadow-thumb-dark);
166
166
  }
167
167
 
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
  var __webpack_require__ = {};
4
4
  (()=>{
5
- __webpack_require__.d = function(exports1, definition) {
5
+ __webpack_require__.d = (exports1, definition)=>{
6
6
  for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
7
7
  enumerable: true,
8
8
  get: definition[key]
@@ -10,9 +10,7 @@ var __webpack_require__ = {};
10
10
  };
11
11
  })();
12
12
  (()=>{
13
- __webpack_require__.o = function(obj, prop) {
14
- return Object.prototype.hasOwnProperty.call(obj, prop);
15
- };
13
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
16
14
  })();
17
15
  (()=>{
18
16
  __webpack_require__.r = function(exports1) {
@@ -30,7 +28,7 @@ __webpack_require__.d(__webpack_exports__, {
30
28
  ConsentStateContext: ()=>ConsentStateContext
31
29
  });
32
30
  const external_react_namespaceObject = require("react");
33
- const ConsentStateContext = external_react_namespaceObject.createContext(void 0);
31
+ const ConsentStateContext = (0, external_react_namespaceObject.createContext)(void 0);
34
32
  var __webpack_export_target__ = exports;
35
33
  for(var __webpack_i__ in __webpack_exports__)__webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
36
34
  if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', {