@c15t/react 1.0.5 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/consent-manager-dialog/__tests__/styles.spec.cjs +1 -239
- package/dist/components/consent-manager-dialog/__tests__/styles.spec.js +1 -211
- package/dist/components/consent-manager-dialog/atoms/dialog-card.cjs +1 -188
- package/dist/components/consent-manager-dialog/atoms/dialog-card.js +1 -108
- package/dist/components/consent-manager-dialog/atoms/overlay.cjs +1 -84
- package/dist/components/consent-manager-dialog/atoms/overlay.d.ts +1 -1
- package/dist/components/consent-manager-dialog/atoms/overlay.d.ts.map +1 -1
- package/dist/components/consent-manager-dialog/atoms/overlay.js +1 -37
- package/dist/components/consent-manager-dialog/consent-manager-dialog.cjs +1 -143
- package/dist/components/consent-manager-dialog/consent-manager-dialog.d.ts +5 -0
- package/dist/components/consent-manager-dialog/consent-manager-dialog.d.ts.map +1 -1
- package/dist/components/consent-manager-dialog/consent-manager-dialog.js +1 -99
- package/dist/components/consent-manager-dialog/consent-manager-dialog.module.cjs +1 -52
- package/dist/components/consent-manager-dialog/consent-manager-dialog.module.js +1 -18
- package/dist/components/consent-manager-dialog/consent-manager-dialog_module.css +1 -217
- package/dist/components/consent-manager-dialog/index.cjs +1 -76
- package/dist/components/consent-manager-dialog/index.js +1 -17
- package/dist/components/consent-manager-dialog/theme.cjs +1 -18
- package/dist/components/consent-manager-widget/__tests__/styles.spec.cjs +1 -249
- package/dist/components/consent-manager-widget/__tests__/styles.spec.js +1 -221
- package/dist/components/consent-manager-widget/atoms/accordion.cjs +1 -195
- package/dist/components/consent-manager-widget/atoms/accordion.js +1 -106
- package/dist/components/consent-manager-widget/atoms/button.cjs +1 -107
- package/dist/components/consent-manager-widget/atoms/button.js +1 -52
- package/dist/components/consent-manager-widget/atoms/footer.cjs +1 -76
- package/dist/components/consent-manager-widget/atoms/footer.js +1 -23
- package/dist/components/consent-manager-widget/atoms/root.cjs +1 -61
- package/dist/components/consent-manager-widget/atoms/root.js +1 -24
- package/dist/components/consent-manager-widget/consent-manager-widget.cjs +1 -84
- package/dist/components/consent-manager-widget/consent-manager-widget.js +1 -50
- package/dist/components/consent-manager-widget/consent-manager-widget.module.cjs +1 -60
- package/dist/components/consent-manager-widget/consent-manager-widget.module.js +1 -26
- package/dist/components/consent-manager-widget/consent-manager-widget_module.css +1 -332
- package/dist/components/consent-manager-widget/index.cjs +1 -126
- package/dist/components/consent-manager-widget/index.js +1 -35
- package/dist/components/consent-manager-widget/theme.cjs +1 -18
- package/dist/components/consent-manager-widget/types.cjs +1 -18
- package/dist/components/cookie-banner/__tests__/cookie-banner.e2e.test.cjs +1 -189
- package/dist/components/cookie-banner/__tests__/cookie-banner.e2e.test.js +1 -183
- package/dist/components/cookie-banner/__tests__/styles.spec.cjs +1 -251
- package/dist/components/cookie-banner/__tests__/styles.spec.js +1 -223
- package/dist/components/cookie-banner/atoms/overlay.cjs +1 -87
- package/dist/components/cookie-banner/atoms/overlay.d.ts.map +1 -1
- package/dist/components/cookie-banner/atoms/overlay.js +1 -40
- package/dist/components/cookie-banner/atoms/root.cjs +1 -129
- package/dist/components/cookie-banner/atoms/root.d.ts.map +1 -1
- package/dist/components/cookie-banner/atoms/root.js +1 -82
- package/dist/components/cookie-banner/components.cjs +1 -216
- package/dist/components/cookie-banner/components.js +1 -121
- package/dist/components/cookie-banner/cookie-banner.cjs +1 -99
- package/dist/components/cookie-banner/cookie-banner.js +1 -65
- package/dist/components/cookie-banner/cookie-banner.module.cjs +1 -55
- package/dist/components/cookie-banner/cookie-banner.module.js +1 -21
- package/dist/components/cookie-banner/cookie-banner_module.css +1 -224
- package/dist/components/cookie-banner/error-boundary.cjs +1 -66
- package/dist/components/cookie-banner/error-boundary.js +1 -32
- package/dist/components/cookie-banner/index.cjs +1 -101
- package/dist/components/cookie-banner/index.js +1 -26
- package/dist/components/cookie-banner/theme.cjs +1 -18
- package/dist/components/shared/libs/polymorphic.cjs +1 -18
- package/dist/components/shared/libs/recursive-clone-children.cjs +1 -49
- package/dist/components/shared/libs/recursive-clone-children.js +1 -15
- package/dist/components/shared/primitives/box.cjs +1 -53
- package/dist/components/shared/primitives/box.js +1 -19
- package/dist/components/shared/primitives/button.cjs +1 -96
- package/dist/components/shared/primitives/button.d.ts +2 -86
- package/dist/components/shared/primitives/button.d.ts.map +1 -1
- package/dist/components/shared/primitives/button.js +1 -62
- package/dist/components/shared/primitives/button.types.cjs +1 -18
- package/dist/components/shared/ui/accordion/accordion.cjs +1 -226
- package/dist/components/shared/ui/accordion/accordion.js +1 -164
- package/dist/components/shared/ui/accordion/accordion.module.cjs +1 -49
- package/dist/components/shared/ui/accordion/accordion.module.js +1 -15
- package/dist/components/shared/ui/accordion/accordion.types.cjs +1 -18
- package/dist/components/shared/ui/accordion/accordion_module.css +1 -216
- package/dist/components/shared/ui/accordion/index.cjs +1 -69
- package/dist/components/shared/ui/accordion/index.js +1 -2
- package/dist/components/shared/ui/button/button.cjs +1 -199
- package/dist/components/shared/ui/button/button.d.ts +36 -182
- package/dist/components/shared/ui/button/button.d.ts.map +1 -1
- package/dist/components/shared/ui/button/button.js +1 -149
- package/dist/components/shared/ui/button/button.module.cjs +1 -65
- package/dist/components/shared/ui/button/button.module.js +1 -31
- package/dist/components/shared/ui/button/button.types.cjs +1 -18
- package/dist/components/shared/ui/button/button.types.d.ts +2 -0
- package/dist/components/shared/ui/button/button.types.d.ts.map +1 -1
- package/dist/components/shared/ui/button/button_module.css +1 -268
- package/dist/components/shared/ui/button/index.cjs +1 -69
- package/dist/components/shared/ui/button/index.js +1 -2
- package/dist/components/shared/ui/icon.cjs +1 -57
- package/dist/components/shared/ui/icon.js +1 -23
- package/dist/components/shared/ui/logo.cjs +1 -90
- package/dist/components/shared/ui/logo.js +1 -53
- package/dist/components/shared/ui/switch/index.cjs +1 -69
- package/dist/components/shared/ui/switch/index.js +1 -2
- package/dist/components/shared/ui/switch/switch.cjs +1 -91
- package/dist/components/shared/ui/switch/switch.js +1 -47
- package/dist/components/shared/ui/switch/switch.module.cjs +1 -45
- package/dist/components/shared/ui/switch/switch.module.js +1 -11
- package/dist/components/shared/ui/switch/switch.types.cjs +1 -18
- package/dist/components/shared/ui/switch/switch_module.css +1 -197
- package/dist/context/consent-manager-context.cjs +1 -37
- package/dist/context/consent-manager-context.js +1 -3
- package/dist/context/theme-context.cjs +1 -47
- package/dist/context/theme-context.js +1 -10
- package/dist/hooks/__tests__/use-consent-manager.test.cjs +1 -76
- package/dist/hooks/__tests__/use-consent-manager.test.js +1 -70
- package/dist/hooks/__tests__/use-styles.test.cjs +1 -76
- package/dist/hooks/__tests__/use-styles.test.js +1 -70
- package/dist/hooks/__tests__/use-theme.test.cjs +1 -86
- package/dist/hooks/__tests__/use-theme.test.js +1 -80
- package/dist/hooks/index.cjs +1 -87
- package/dist/hooks/index.js +1 -20
- package/dist/hooks/use-color-scheme.cjs +1 -66
- package/dist/hooks/use-color-scheme.js +1 -32
- package/dist/hooks/use-consent-manager.cjs +1 -49
- package/dist/hooks/use-consent-manager.js +1 -15
- package/dist/hooks/use-focus-trap.cjs +1 -76
- package/dist/hooks/use-focus-trap.js +1 -42
- package/dist/hooks/use-scroll-lock.cjs +1 -55
- package/dist/hooks/use-scroll-lock.js +1 -21
- package/dist/hooks/use-styles.cjs +1 -94
- package/dist/hooks/use-styles.js +1 -60
- package/dist/hooks/use-theme.cjs +1 -53
- package/dist/hooks/use-theme.js +1 -19
- package/dist/hooks/use-translations.cjs +1 -57
- package/dist/hooks/use-translations.js +1 -23
- package/dist/index.cjs +1 -137
- package/dist/index.js +1 -20
- package/dist/providers/__tests__/provider-basic.test.cjs +1 -127
- package/dist/providers/__tests__/provider-basic.test.js +1 -121
- package/dist/providers/__tests__/provider-context.test.cjs +1 -139
- package/dist/providers/__tests__/provider-context.test.js +1 -133
- package/dist/providers/__tests__/provider-errors.test.cjs +1 -98
- package/dist/providers/__tests__/provider-errors.test.js +1 -92
- package/dist/providers/__tests__/test-helpers.cjs +1 -171
- package/dist/providers/__tests__/test-helpers.js +1 -134
- package/dist/providers/consent-manager-provider.cjs +1 -162
- package/dist/providers/consent-manager-provider.js +1 -128
- package/dist/types/consent-manager.cjs +1 -18
- package/dist/types/theme/index.cjs +1 -69
- package/dist/types/theme/index.js +1 -2
- package/dist/types/theme/style-keys.cjs +1 -18
- package/dist/types/theme/style-types.cjs +1 -18
- package/dist/utils/cn.cjs +1 -49
- package/dist/utils/cn.js +1 -5
- package/dist/utils/merge-styles.cjs +1 -62
- package/dist/utils/merge-styles.js +1 -28
- package/dist/utils/test-helpers.cjs +1 -70
- package/dist/utils/test-helpers.js +1 -33
- package/dist/utils/translations.cjs +1 -89
- package/dist/utils/translations.js +1 -49
- package/package.json +4 -6
|
@@ -1,268 +1 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--button-primary: #335cff;
|
|
3
|
-
--button-primary-dark: #2547d0;
|
|
4
|
-
--button-primary-hover: #476fff1a;
|
|
5
|
-
--button-primary-hover-dark: #476cff1a;
|
|
6
|
-
--button-neutral: #5c5c5c;
|
|
7
|
-
--button-neutral-dark: #414958;
|
|
8
|
-
--button-neutral-hover: #626d84;
|
|
9
|
-
--button-neutral-hover-dark: #363d49;
|
|
10
|
-
--button-neutral-soft: #ebebeb;
|
|
11
|
-
--button-neutral-soft-dark: #414958;
|
|
12
|
-
--button-focus-ring: #476cff;
|
|
13
|
-
--button-focus-ring-dark: #2547d0;
|
|
14
|
-
--button-text: #5c5c5c;
|
|
15
|
-
--button-text-dark: #b3b3b3;
|
|
16
|
-
--button-text-hover: #171717;
|
|
17
|
-
--button-text-hover-dark: #e6e6e6;
|
|
18
|
-
--button-background-color: #fff;
|
|
19
|
-
--button-background-color-dark: #1a1a1a;
|
|
20
|
-
--button-border: #5c5c5c;
|
|
21
|
-
--button-border-dark: #414958;
|
|
22
|
-
--button-hover-overlay: #2b303b0d;
|
|
23
|
-
--button-hover-overlay-dark: #e2e4e91a;
|
|
24
|
-
--button-font: inherit;
|
|
25
|
-
--button-border-width: 0px;
|
|
26
|
-
--button-border-style: solid;
|
|
27
|
-
--button-border-color: transparent;
|
|
28
|
-
--button-border-radius: .375rem;
|
|
29
|
-
--button-font-weight: 500;
|
|
30
|
-
--button-font-size: .875rem;
|
|
31
|
-
--button-line-height: 1.25rem;
|
|
32
|
-
--button-transition: all .15s ease-in-out;
|
|
33
|
-
--button-cursor: pointer;
|
|
34
|
-
--button-shadow: 0px 1px 2px 0px #0e121b0f;
|
|
35
|
-
--button-shadow-dark: 0px 1px 2px 0px #8080800f;
|
|
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);
|
|
40
|
-
--button-shadow-primary: var(--button-shadow), inset 0 0 0 1px var(--button-primary);
|
|
41
|
-
--button-shadow-primary-dark: var(--button-shadow-dark), inset 0 0 0 1px var(--button-primary-dark);
|
|
42
|
-
--button-shadow-primary-hover: none;
|
|
43
|
-
--button-shadow-primary-hover-dark: none;
|
|
44
|
-
--button-shadow-neutral: var(--button-shadow), inset 0 0 0 1px var(--button-neutral-soft);
|
|
45
|
-
--button-shadow-neutral-dark: var(--button-shadow-dark), inset 0 0 0 1px var(--button-neutral-soft-dark);
|
|
46
|
-
--button-shadow-neutral-hover: none;
|
|
47
|
-
--button-shadow-neutral-hover-dark: none;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.c15t-button-YKOgW {
|
|
51
|
-
border-radius: var(--button-border-radius);
|
|
52
|
-
font-weight: var(--button-font-weight);
|
|
53
|
-
transition: var(--button-transition);
|
|
54
|
-
cursor: var(--button-cursor);
|
|
55
|
-
border: var(--button-border-width) var(--button-border-style) var(--button-border-color);
|
|
56
|
-
font-size: var(--button-font-size);
|
|
57
|
-
line-height: var(--button-line-height);
|
|
58
|
-
color: var(--button-text);
|
|
59
|
-
font-family: var(--button-font);
|
|
60
|
-
justify-content: center;
|
|
61
|
-
align-items: center;
|
|
62
|
-
gap: .5rem;
|
|
63
|
-
display: inline-flex;
|
|
64
|
-
}
|
|
65
|
-
|
|
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 {
|
|
76
|
-
color: var(--button-text-dark);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.c15t-button-YKOgW:disabled {
|
|
80
|
-
opacity: .5;
|
|
81
|
-
cursor: not-allowed;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.c15t-button-medium-1Mfpj {
|
|
85
|
-
font-size: var(--button-font-size);
|
|
86
|
-
line-height: var(--button-line-height);
|
|
87
|
-
padding: .625rem 1rem;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.c15t-button-small-n5LJg {
|
|
91
|
-
font-size: var(--button-font-size);
|
|
92
|
-
line-height: var(--button-line-height);
|
|
93
|
-
padding: .5rem .75rem;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.c15t-button-xsmall-ygCjx {
|
|
97
|
-
font-size: var(--button-font-size);
|
|
98
|
-
line-height: var(--button-line-height);
|
|
99
|
-
padding: .375rem .625rem;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.c15t-button-xxsmall-r7ZLO {
|
|
103
|
-
font-size: var(--button-font-size);
|
|
104
|
-
line-height: var(--button-line-height);
|
|
105
|
-
padding: .25rem .5rem;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.c15t-button-primary-filled-YzeKk {
|
|
109
|
-
background-color: var(--button-primary);
|
|
110
|
-
color: var(--button-background-color);
|
|
111
|
-
}
|
|
112
|
-
|
|
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 {
|
|
118
|
-
background-color: var(--button-primary-dark);
|
|
119
|
-
color: var(--button-background-color-dark);
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.c15t-button-primary-filled-YzeKk:hover:not(:disabled) {
|
|
123
|
-
background-color: var(--button-primary-hover);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.c15t-dark .c15t-button-primary-filled-YzeKk:hover:not(:disabled) {
|
|
127
|
-
background-color: var(--button-primary-hover-dark);
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.c15t-button-primary-stroke-TWzjH {
|
|
131
|
-
background-color: var(--button-background-color);
|
|
132
|
-
color: var(--button-primary);
|
|
133
|
-
box-shadow: var(--button-shadow-primary);
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.c15t-dark .c15t-button-primary-stroke-TWzjH {
|
|
137
|
-
background-color: var(--button-background-color-dark);
|
|
138
|
-
color: var(--button-primary-dark);
|
|
139
|
-
box-shadow: var(--button-shadow-primary-dark);
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.c15t-button-primary-stroke-TWzjH:hover:not(:disabled) {
|
|
143
|
-
background-color: var(--button-primary-hover);
|
|
144
|
-
box-shadow: var(--button-shadow-primary-hover);
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.c15t-dark .c15t-button-primary-stroke-TWzjH:hover:not(:disabled) {
|
|
148
|
-
background-color: var(--button-primary-hover-dark);
|
|
149
|
-
box-shadow: var(--button-shadow-primary-hover-dark);
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.c15t-button-primary-lighter-kAHLT {
|
|
153
|
-
background-color: color-mix(in srgb, var(--button-primary) 10%, transparent);
|
|
154
|
-
color: var(--button-primary);
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.c15t-dark .c15t-button-primary-lighter-kAHLT {
|
|
158
|
-
background-color: color-mix(in srgb, var(--button-primary-dark) 10%, transparent);
|
|
159
|
-
color: var(--button-primary-dark);
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.c15t-button-primary-lighter-kAHLT:hover:not(:disabled) {
|
|
163
|
-
background-color: color-mix(in srgb, var(--button-primary) 20%, transparent);
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.c15t-dark .c15t-button-primary-lighter-kAHLT:hover:not(:disabled) {
|
|
167
|
-
background-color: color-mix(in srgb, var(--button-primary-dark) 20%, transparent);
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.c15t-button-primary-ghost-j0CcU {
|
|
171
|
-
color: var(--button-primary);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.c15t-dark .c15t-button-primary-ghost-j0CcU {
|
|
175
|
-
color: var(--button-primary-dark);
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.c15t-button-primary-ghost-j0CcU:hover:not(:disabled) {
|
|
179
|
-
background-color: var(--button-hover-overlay);
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.c15t-dark .c15t-button-primary-ghost-j0CcU:hover:not(:disabled) {
|
|
183
|
-
background-color: var(--button-hover-overlay-dark);
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.c15t-button-neutral-filled-uvvkN {
|
|
187
|
-
background-color: var(--button-neutral);
|
|
188
|
-
color: var(--button-background-color);
|
|
189
|
-
}
|
|
190
|
-
|
|
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 {
|
|
196
|
-
background-color: var(--button-neutral-dark);
|
|
197
|
-
color: var(--button-background-color-dark);
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.c15t-button-neutral-filled-uvvkN:hover:not(:disabled) {
|
|
201
|
-
background-color: var(--button-neutral-hover);
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.c15t-dark .c15t-button-neutral-filled-uvvkN:hover:not(:disabled) {
|
|
205
|
-
background-color: var(--button-neutral-hover-dark);
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.c15t-button-neutral-stroke-EAzCC {
|
|
209
|
-
background-color: var(--button-background-color);
|
|
210
|
-
box-shadow: var(--button-shadow-neutral);
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.c15t-dark .c15t-button-neutral-stroke-EAzCC {
|
|
214
|
-
background-color: var(--button-background-color-dark);
|
|
215
|
-
box-shadow: var(--button-shadow-neutral-dark);
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.c15t-button-neutral-stroke-EAzCC:hover:not(:disabled) {
|
|
219
|
-
box-shadow: var(--button-shadow-neutral-hover);
|
|
220
|
-
color: var(--button-text-hover);
|
|
221
|
-
background-color: #0000;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.c15t-dark .c15t-button-neutral-stroke-EAzCC:hover:not(:disabled) {
|
|
225
|
-
box-shadow: var(--button-shadow-neutral-hover-dark);
|
|
226
|
-
color: var(--button-text-hover-dark);
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.c15t-button-neutral-lighter-ANBJI {
|
|
230
|
-
background-color: color-mix(in srgb, var(--button-neutral) 10%, transparent);
|
|
231
|
-
color: var(--button-neutral);
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.c15t-dark .c15t-button-neutral-lighter-ANBJI {
|
|
235
|
-
background-color: color-mix(in srgb, var(--button-neutral-dark) 10%, transparent);
|
|
236
|
-
color: var(--button-neutral-dark);
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.c15t-button-neutral-lighter-ANBJI:hover:not(:disabled) {
|
|
240
|
-
background-color: color-mix(in srgb, var(--button-neutral) 20%, transparent);
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.c15t-dark .c15t-button-neutral-lighter-ANBJI:hover:not(:disabled) {
|
|
244
|
-
background-color: color-mix(in srgb, var(--button-neutral-dark) 20%, transparent);
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.c15t-button-neutral-ghost-x4zTl {
|
|
248
|
-
color: var(--button-neutral);
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.c15t-dark .c15t-button-neutral-ghost-x4zTl {
|
|
252
|
-
color: var(--button-neutral-dark);
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.c15t-button-neutral-ghost-x4zTl:hover:not(:disabled) {
|
|
256
|
-
background-color: var(--button-hover-overlay);
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
.c15t-dark .c15t-button-neutral-ghost-x4zTl:hover:not(:disabled) {
|
|
260
|
-
background-color: var(--button-hover-overlay-dark);
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.c15t-button-icon-ps6Fy {
|
|
264
|
-
justify-content: center;
|
|
265
|
-
align-items: center;
|
|
266
|
-
display: inline-flex;
|
|
267
|
-
}
|
|
268
|
-
|
|
1
|
+
:root{--button-primary:#335cff;--button-primary-dark:#2547d0;--button-primary-hover:#476fff1a;--button-primary-hover-dark:#476cff1a;--button-neutral:#5c5c5c;--button-neutral-dark:#414958;--button-neutral-hover:#626d84;--button-neutral-hover-dark:#363d49;--button-neutral-soft:#ebebeb;--button-neutral-soft-dark:#414958;--button-focus-ring:#476cff;--button-focus-ring-dark:#2547d0;--button-text:#5c5c5c;--button-text-dark:#b3b3b3;--button-text-hover:#171717;--button-text-hover-dark:#e6e6e6;--button-background-color:#fff;--button-background-color-dark:#1a1a1a;--button-border:#5c5c5c;--button-border-dark:#414958;--button-hover-overlay:#2b303b0d;--button-hover-overlay-dark:#e2e4e91a;--button-font:inherit;--button-border-width:0px;--button-border-style:solid;--button-border-color:transparent;--button-border-radius:.375rem;--button-font-weight:500;--button-font-size:.875rem;--button-line-height:1.25rem;--button-transition:all .15s ease-in-out;--button-cursor:pointer;--button-shadow:0px 1px 2px 0px #0e121b0f;--button-shadow-dark:0px 1px 2px 0px #8080800f;--button-shadow-primary-focus:0 0 0 2px var(--button-focus-ring);--button-shadow-neutral-focus:0 0 0 2px var(--button-focus-ring);--button-shadow-primary-focus-dark:0 0 0 2px var(--button-focus-ring-dark);--button-shadow-neutral-focus-dark:0 0 0 2px var(--button-focus-ring-dark);--button-shadow-primary:var(--button-shadow),inset 0 0 0 1px var(--button-primary);--button-shadow-primary-dark:var(--button-shadow-dark),inset 0 0 0 1px var(--button-primary-dark);--button-shadow-primary-hover:none;--button-shadow-primary-hover-dark:none;--button-shadow-neutral:var(--button-shadow),inset 0 0 0 1px var(--button-neutral-soft);--button-shadow-neutral-dark:var(--button-shadow-dark),inset 0 0 0 1px var(--button-neutral-soft-dark);--button-shadow-neutral-hover:none;--button-shadow-neutral-hover-dark:none}.c15t-button-YKOgW{border-radius:var(--button-border-radius);font-weight:var(--button-font-weight);transition:var(--button-transition);cursor:var(--button-cursor);border:var(--button-border-width)var(--button-border-style)var(--button-border-color);font-size:var(--button-font-size);line-height:var(--button-line-height);color:var(--button-text);font-family:var(--button-font);justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.c15t-button-YKOgW:focus-visible{box-shadow:var(--button-shadow-primary-focus);outline:none}.c15t-dark .c15t-button-YKOgW:focus-visible{box-shadow:var(--button-shadow-primary-focus-dark)}.c15t-dark .c15t-button-YKOgW{color:var(--button-text-dark)}.c15t-button-YKOgW:disabled{opacity:.5;cursor:not-allowed}.c15t-button-medium-1Mfpj{font-size:var(--button-font-size);line-height:var(--button-line-height);padding:.625rem 1rem}.c15t-button-small-n5LJg{font-size:var(--button-font-size);line-height:var(--button-line-height);padding:.5rem .75rem}.c15t-button-xsmall-ygCjx{font-size:var(--button-font-size);line-height:var(--button-line-height);padding:.375rem .625rem}.c15t-button-xxsmall-r7ZLO{font-size:var(--button-font-size);line-height:var(--button-line-height);padding:.25rem .5rem}.c15t-button-primary-filled-YzeKk{background-color:var(--button-primary);color:var(--button-background-color)}.c15t-button-primary-filled-YzeKk:focus-visible{box-shadow:var(--button-shadow-primary-focus)}.c15t-dark .c15t-button-primary-filled-YzeKk{background-color:var(--button-primary-dark);color:var(--button-background-color-dark)}.c15t-button-primary-filled-YzeKk:hover:not(:disabled){background-color:var(--button-primary-hover)}.c15t-dark .c15t-button-primary-filled-YzeKk:hover:not(:disabled){background-color:var(--button-primary-hover-dark)}.c15t-button-primary-stroke-TWzjH{background-color:var(--button-background-color);color:var(--button-primary);box-shadow:var(--button-shadow-primary)}.c15t-dark .c15t-button-primary-stroke-TWzjH{background-color:var(--button-background-color-dark);color:var(--button-primary-dark);box-shadow:var(--button-shadow-primary-dark)}.c15t-button-primary-stroke-TWzjH:hover:not(:disabled){background-color:var(--button-primary-hover);box-shadow:var(--button-shadow-primary-hover)}.c15t-dark .c15t-button-primary-stroke-TWzjH:hover:not(:disabled){background-color:var(--button-primary-hover-dark);box-shadow:var(--button-shadow-primary-hover-dark)}.c15t-button-primary-lighter-kAHLT{background-color:color-mix(in srgb,var(--button-primary)10%,transparent);color:var(--button-primary)}.c15t-dark .c15t-button-primary-lighter-kAHLT{background-color:color-mix(in srgb,var(--button-primary-dark)10%,transparent);color:var(--button-primary-dark)}.c15t-button-primary-lighter-kAHLT:hover:not(:disabled){background-color:color-mix(in srgb,var(--button-primary)20%,transparent)}.c15t-dark .c15t-button-primary-lighter-kAHLT:hover:not(:disabled){background-color:color-mix(in srgb,var(--button-primary-dark)20%,transparent)}.c15t-button-primary-ghost-j0CcU{color:var(--button-primary)}.c15t-dark .c15t-button-primary-ghost-j0CcU{color:var(--button-primary-dark)}.c15t-button-primary-ghost-j0CcU:hover:not(:disabled){background-color:var(--button-hover-overlay)}.c15t-dark .c15t-button-primary-ghost-j0CcU:hover:not(:disabled){background-color:var(--button-hover-overlay-dark)}.c15t-button-neutral-filled-uvvkN{background-color:var(--button-neutral);color:var(--button-background-color)}.c15t-button-neutral-filled-uvvkN:focus-visible{box-shadow:var(--button-shadow-neutral-focus)}.c15t-dark .c15t-button-neutral-filled-uvvkN{background-color:var(--button-neutral-dark);color:var(--button-background-color-dark)}.c15t-button-neutral-filled-uvvkN:hover:not(:disabled){background-color:var(--button-neutral-hover)}.c15t-dark .c15t-button-neutral-filled-uvvkN:hover:not(:disabled){background-color:var(--button-neutral-hover-dark)}.c15t-button-neutral-stroke-EAzCC{background-color:var(--button-background-color);box-shadow:var(--button-shadow-neutral)}.c15t-dark .c15t-button-neutral-stroke-EAzCC{background-color:var(--button-background-color-dark);box-shadow:var(--button-shadow-neutral-dark)}.c15t-button-neutral-stroke-EAzCC:hover:not(:disabled){box-shadow:var(--button-shadow-neutral-hover);color:var(--button-text-hover);background-color:#0000}.c15t-dark .c15t-button-neutral-stroke-EAzCC:hover:not(:disabled){box-shadow:var(--button-shadow-neutral-hover-dark);color:var(--button-text-hover-dark)}.c15t-button-neutral-lighter-ANBJI{background-color:color-mix(in srgb,var(--button-neutral)10%,transparent);color:var(--button-neutral)}.c15t-dark .c15t-button-neutral-lighter-ANBJI{background-color:color-mix(in srgb,var(--button-neutral-dark)10%,transparent);color:var(--button-neutral-dark)}.c15t-button-neutral-lighter-ANBJI:hover:not(:disabled){background-color:color-mix(in srgb,var(--button-neutral)20%,transparent)}.c15t-dark .c15t-button-neutral-lighter-ANBJI:hover:not(:disabled){background-color:color-mix(in srgb,var(--button-neutral-dark)20%,transparent)}.c15t-button-neutral-ghost-x4zTl{color:var(--button-neutral)}.c15t-dark .c15t-button-neutral-ghost-x4zTl{color:var(--button-neutral-dark)}.c15t-button-neutral-ghost-x4zTl:hover:not(:disabled){background-color:var(--button-hover-overlay)}.c15t-dark .c15t-button-neutral-ghost-x4zTl:hover:not(:disabled){background-color:var(--button-hover-overlay-dark)}.c15t-button-icon-ps6Fy{justify-content:center;align-items:center;display:inline-flex}
|
|
@@ -1,69 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __webpack_modules__ = {
|
|
3
|
-
"./button": function(module) {
|
|
4
|
-
module.exports = require("./button.cjs");
|
|
5
|
-
},
|
|
6
|
-
"./button.types": function(module) {
|
|
7
|
-
module.exports = require("./button.types.cjs");
|
|
8
|
-
}
|
|
9
|
-
};
|
|
10
|
-
var __webpack_module_cache__ = {};
|
|
11
|
-
function __webpack_require__(moduleId) {
|
|
12
|
-
var cachedModule = __webpack_module_cache__[moduleId];
|
|
13
|
-
if (void 0 !== cachedModule) return cachedModule.exports;
|
|
14
|
-
var module = __webpack_module_cache__[moduleId] = {
|
|
15
|
-
exports: {}
|
|
16
|
-
};
|
|
17
|
-
__webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
18
|
-
return module.exports;
|
|
19
|
-
}
|
|
20
|
-
(()=>{
|
|
21
|
-
__webpack_require__.n = (module)=>{
|
|
22
|
-
var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
|
|
23
|
-
__webpack_require__.d(getter, {
|
|
24
|
-
a: getter
|
|
25
|
-
});
|
|
26
|
-
return getter;
|
|
27
|
-
};
|
|
28
|
-
})();
|
|
29
|
-
(()=>{
|
|
30
|
-
__webpack_require__.d = (exports1, definition)=>{
|
|
31
|
-
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
32
|
-
enumerable: true,
|
|
33
|
-
get: definition[key]
|
|
34
|
-
});
|
|
35
|
-
};
|
|
36
|
-
})();
|
|
37
|
-
(()=>{
|
|
38
|
-
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
39
|
-
})();
|
|
40
|
-
(()=>{
|
|
41
|
-
__webpack_require__.r = (exports1)=>{
|
|
42
|
-
if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
43
|
-
value: 'Module'
|
|
44
|
-
});
|
|
45
|
-
Object.defineProperty(exports1, '__esModule', {
|
|
46
|
-
value: true
|
|
47
|
-
});
|
|
48
|
-
};
|
|
49
|
-
})();
|
|
50
|
-
var __webpack_exports__ = {};
|
|
51
|
-
(()=>{
|
|
52
|
-
__webpack_require__.r(__webpack_exports__);
|
|
53
|
-
var _button__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("./button");
|
|
54
|
-
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
55
|
-
for(var __WEBPACK_IMPORT_KEY__ in _button__WEBPACK_IMPORTED_MODULE_0__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
|
|
56
|
-
return _button__WEBPACK_IMPORTED_MODULE_0__[key];
|
|
57
|
-
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
58
|
-
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
59
|
-
var _button_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("./button.types");
|
|
60
|
-
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
61
|
-
for(var __WEBPACK_IMPORT_KEY__ in _button_types__WEBPACK_IMPORTED_MODULE_1__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
|
|
62
|
-
return _button_types__WEBPACK_IMPORTED_MODULE_1__[key];
|
|
63
|
-
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
64
|
-
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
65
|
-
})();
|
|
66
|
-
for(var __webpack_i__ in __webpack_exports__)exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
|
|
67
|
-
Object.defineProperty(exports, '__esModule', {
|
|
68
|
-
value: true
|
|
69
|
-
});
|
|
1
|
+
"use strict";let __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_modules__={"./button":function(_){_.exports=require("./button.cjs")},"./button.types":function(_){_.exports=require("./button.types.cjs")}},__webpack_module_cache__={};function __webpack_require__(_){var e=__webpack_module_cache__[_];if(void 0!==e)return e.exports;var r=__webpack_module_cache__[_]={exports:{}};return __webpack_modules__[_](r,r.exports,__webpack_require__),r.exports}__webpack_require__.n=_=>{var e=_&&_.__esModule?()=>_.default:()=>_;return __webpack_require__.d(e,{a:e}),e},__webpack_require__.d=(_,e)=>{for(var r in e)__webpack_require__.o(e,r)&&!__webpack_require__.o(_,r)&&Object.defineProperty(_,r,{enumerable:!0,get:e[r]})},__webpack_require__.o=(_,e)=>Object.prototype.hasOwnProperty.call(_,e),__webpack_require__.r=_=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(_,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(_,"__esModule",{value:!0})};var __webpack_exports__={};for(var __webpack_i__ in(()=>{__webpack_require__.r(__webpack_exports__);var _=__webpack_require__("./button"),e={};for(var r in _)"default"!==r&&(e[r]=(function(e){return _[e]}).bind(0,r));__webpack_require__.d(__webpack_exports__,e);var t=__webpack_require__("./button.types"),e={};for(var r in t)"default"!==r&&(e[r]=(function(_){return t[_]}).bind(0,r));__webpack_require__.d(__webpack_exports__,e)})(),__webpack_exports__)exports[__webpack_i__]=__webpack_exports__[__webpack_i__];Object.defineProperty(exports,"__esModule",{value:!0});
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
export * from "./button.types.js";
|
|
1
|
+
export*from"./button.js";export*from"./button.types.js";
|
|
@@ -1,57 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __webpack_require__ = {};
|
|
3
|
-
(()=>{
|
|
4
|
-
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
-
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: definition[key]
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
|
-
})();
|
|
11
|
-
(()=>{
|
|
12
|
-
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
-
})();
|
|
14
|
-
(()=>{
|
|
15
|
-
__webpack_require__.r = (exports1)=>{
|
|
16
|
-
if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
-
value: 'Module'
|
|
18
|
-
});
|
|
19
|
-
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
-
value: true
|
|
21
|
-
});
|
|
22
|
-
};
|
|
23
|
-
})();
|
|
24
|
-
var __webpack_exports__ = {};
|
|
25
|
-
__webpack_require__.r(__webpack_exports__);
|
|
26
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
-
LucideIcon: ()=>LucideIcon
|
|
28
|
-
});
|
|
29
|
-
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
|
-
const external_react_namespaceObject = require("react");
|
|
31
|
-
const Icon = (props, ref, title, iconPath)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
32
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
-
fill: "none",
|
|
34
|
-
stroke: "currentColor",
|
|
35
|
-
strokeLinecap: "round",
|
|
36
|
-
strokeLinejoin: "round",
|
|
37
|
-
strokeWidth: 2,
|
|
38
|
-
ref: ref,
|
|
39
|
-
...props,
|
|
40
|
-
children: [
|
|
41
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("title", {
|
|
42
|
-
children: title
|
|
43
|
-
}),
|
|
44
|
-
iconPath
|
|
45
|
-
]
|
|
46
|
-
});
|
|
47
|
-
const LucideIcon = ({ title, iconPath })=>{
|
|
48
|
-
const IconComponent = /*#__PURE__*/ (0, external_react_namespaceObject.forwardRef)((svgProps, ref)=>Icon(svgProps, ref, title, iconPath));
|
|
49
|
-
return IconComponent;
|
|
50
|
-
};
|
|
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
|
-
value: true
|
|
57
|
-
});
|
|
1
|
+
"use strict";let __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,_)=>{for(var r in _)__webpack_require__.o(_,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:_[r]})},__webpack_require__.o=(e,_)=>Object.prototype.hasOwnProperty.call(e,_),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{LucideIcon:()=>LucideIcon});let jsx_runtime_namespaceObject=require("react/jsx-runtime"),external_react_namespaceObject=require("react"),Icon=(e,_,r,c)=>(0,jsx_runtime_namespaceObject.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,ref:_,...e,children:[(0,jsx_runtime_namespaceObject.jsx)("title",{children:r}),c]}),LucideIcon=({title:e,iconPath:_})=>(0,external_react_namespaceObject.forwardRef)((r,c)=>Icon(r,c,e,_));for(var __webpack_i__ in exports.LucideIcon=__webpack_exports__.LucideIcon,__webpack_exports__)-1===["LucideIcon"].indexOf(__webpack_i__)&&(exports[__webpack_i__]=__webpack_exports__[__webpack_i__]);Object.defineProperty(exports,"__esModule",{value:!0});
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react__ from "react";
|
|
3
|
-
const Icon = (props, ref, title, iconPath)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("svg", {
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
fill: "none",
|
|
6
|
-
stroke: "currentColor",
|
|
7
|
-
strokeLinecap: "round",
|
|
8
|
-
strokeLinejoin: "round",
|
|
9
|
-
strokeWidth: 2,
|
|
10
|
-
ref: ref,
|
|
11
|
-
...props,
|
|
12
|
-
children: [
|
|
13
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("title", {
|
|
14
|
-
children: title
|
|
15
|
-
}),
|
|
16
|
-
iconPath
|
|
17
|
-
]
|
|
18
|
-
});
|
|
19
|
-
const LucideIcon = ({ title, iconPath })=>{
|
|
20
|
-
const IconComponent = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react__.forwardRef)((svgProps, ref)=>Icon(svgProps, ref, title, iconPath));
|
|
21
|
-
return IconComponent;
|
|
22
|
-
};
|
|
23
|
-
export { LucideIcon };
|
|
1
|
+
import*as r from"react/jsx-runtime";import*as e from"react";let o=(e,o,t,n)=>(0,r.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,ref:o,...e,children:[(0,r.jsx)("title",{children:t}),n]}),t=({title:r,iconPath:t})=>(0,e.forwardRef)((e,n)=>o(e,n,r,t));export{t as LucideIcon};
|
|
@@ -1,90 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __webpack_require__ = {};
|
|
3
|
-
(()=>{
|
|
4
|
-
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
-
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: definition[key]
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
|
-
})();
|
|
11
|
-
(()=>{
|
|
12
|
-
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
-
})();
|
|
14
|
-
(()=>{
|
|
15
|
-
__webpack_require__.r = (exports1)=>{
|
|
16
|
-
if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
-
value: 'Module'
|
|
18
|
-
});
|
|
19
|
-
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
-
value: true
|
|
21
|
-
});
|
|
22
|
-
};
|
|
23
|
-
})();
|
|
24
|
-
var __webpack_exports__ = {};
|
|
25
|
-
__webpack_require__.r(__webpack_exports__);
|
|
26
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
-
C15TIcon: ()=>C15TIcon,
|
|
28
|
-
ConsentLogo: ()=>ConsentLogo
|
|
29
|
-
});
|
|
30
|
-
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
31
|
-
const C15TIcon = ({ title = 'c15t', titleId = 'c15t', ...props })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
32
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
-
viewBox: "0 0 408 149",
|
|
34
|
-
"aria-labelledby": titleId,
|
|
35
|
-
...props,
|
|
36
|
-
children: [
|
|
37
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("title", {
|
|
38
|
-
id: titleId,
|
|
39
|
-
children: title
|
|
40
|
-
}),
|
|
41
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
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"
|
|
46
|
-
}),
|
|
47
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
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
|
|
63
|
-
}),
|
|
64
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
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"
|
|
69
|
-
}),
|
|
70
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
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"
|
|
75
|
-
}),
|
|
76
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
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"
|
|
79
|
-
})
|
|
80
|
-
]
|
|
81
|
-
});
|
|
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', {
|
|
89
|
-
value: true
|
|
90
|
-
});
|
|
1
|
+
"use strict";let __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,_)=>{for(var c in _)__webpack_require__.o(_,c)&&!__webpack_require__.o(e,c)&&Object.defineProperty(e,c,{enumerable:!0,get:_[c]})},__webpack_require__.o=(e,_)=>Object.prototype.hasOwnProperty.call(e,_),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{C15TIcon:()=>C15TIcon,ConsentLogo:()=>ConsentLogo});let jsx_runtime_namespaceObject=require("react/jsx-runtime"),C15TIcon=({title:e="c15t",titleId:_="c15t",...c})=>(0,jsx_runtime_namespaceObject.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 408 149","aria-labelledby":_,...c,children:[(0,jsx_runtime_namespaceObject.jsx)("title",{id:_,children:e}),(0,jsx_runtime_namespaceObject.jsx)("path",{fill:"currentColor",fillRule:"evenodd",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",clipRule:"evenodd"}),(0,jsx_runtime_namespaceObject.jsx)("path",{fill:"currentColor",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"})]}),ConsentLogo=({title:e="Consent",titleId:_="consent-logo",...c})=>(0,jsx_runtime_namespaceObject.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 595 97","aria-labelledby":_,className:"consent-logo",...c,children:[(0,jsx_runtime_namespaceObject.jsx)("title",{id:_,children:e}),(0,jsx_runtime_namespaceObject.jsx)("path",{fill:"currentColor",fillRule:"evenodd",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",clipRule:"evenodd"}),(0,jsx_runtime_namespaceObject.jsx)("path",{fill:"currentColor",fillRule:"evenodd",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",clipRule:"evenodd"}),(0,jsx_runtime_namespaceObject.jsx)("path",{fill:"currentColor",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"})]});for(var __webpack_i__ in exports.C15TIcon=__webpack_exports__.C15TIcon,exports.ConsentLogo=__webpack_exports__.ConsentLogo,__webpack_exports__)-1===["C15TIcon","ConsentLogo"].indexOf(__webpack_i__)&&(exports[__webpack_i__]=__webpack_exports__[__webpack_i__]);Object.defineProperty(exports,"__esModule",{value:!0});
|
|
@@ -1,53 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
const C15TIcon = ({ title = 'c15t', titleId = 'c15t', ...props })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("svg", {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
viewBox: "0 0 408 149",
|
|
5
|
-
"aria-labelledby": titleId,
|
|
6
|
-
...props,
|
|
7
|
-
children: [
|
|
8
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("title", {
|
|
9
|
-
id: titleId,
|
|
10
|
-
children: title
|
|
11
|
-
}),
|
|
12
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
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"
|
|
17
|
-
}),
|
|
18
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
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
|
|
34
|
-
}),
|
|
35
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
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"
|
|
40
|
-
}),
|
|
41
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
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"
|
|
46
|
-
}),
|
|
47
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
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"
|
|
50
|
-
})
|
|
51
|
-
]
|
|
52
|
-
});
|
|
53
|
-
export { C15TIcon, ConsentLogo };
|
|
1
|
+
import*as l from"react/jsx-runtime";let c=({title:c="c15t",titleId:e="c15t",...h})=>(0,l.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 408 149","aria-labelledby":e,...h,children:[(0,l.jsx)("title",{id:e,children:c}),(0,l.jsx)("path",{fill:"currentColor",fillRule:"evenodd",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",clipRule:"evenodd"}),(0,l.jsx)("path",{fill:"currentColor",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"})]}),e=({title:c="Consent",titleId:e="consent-logo",...h})=>(0,l.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 595 97","aria-labelledby":e,className:"consent-logo",...h,children:[(0,l.jsx)("title",{id:e,children:c}),(0,l.jsx)("path",{fill:"currentColor",fillRule:"evenodd",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",clipRule:"evenodd"}),(0,l.jsx)("path",{fill:"currentColor",fillRule:"evenodd",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",clipRule:"evenodd"}),(0,l.jsx)("path",{fill:"currentColor",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"})]});export{c as C15TIcon,e as ConsentLogo};
|