@loomhq/lens 12.14.0 → 12.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -1
- package/dist/cjs/icons/devices.js +40 -0
- package/dist/cjs/icons/devices.js.map +7 -0
- package/dist/cjs/icons/index.js +805 -783
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/icons/megaphone.js +38 -0
- package/dist/cjs/icons/megaphone.js.map +7 -0
- package/dist/cjs/icons/suggested-edit.js +40 -0
- package/dist/cjs/icons/suggested-edit.js.map +7 -0
- package/dist/cjs/index.js +1716 -121
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/icons/chunk-GSPDJ42T.js +9 -0
- package/dist/esm/icons/chunk-GSPDJ42T.js.map +7 -0
- package/dist/esm/icons/chunk-MZQ6RGQV.js +11 -0
- package/dist/esm/icons/chunk-MZQ6RGQV.js.map +7 -0
- package/dist/esm/icons/chunk-XGRCQK6E.js +11 -0
- package/dist/esm/icons/chunk-XGRCQK6E.js.map +7 -0
- package/dist/esm/icons/devices.js +8 -0
- package/dist/esm/icons/devices.js.map +7 -0
- package/dist/esm/icons/index.js +132 -120
- package/dist/esm/icons/megaphone.js +8 -0
- package/dist/esm/icons/megaphone.js.map +7 -0
- package/dist/esm/icons/suggested-edit.js +8 -0
- package/dist/esm/icons/suggested-edit.js.map +7 -0
- package/dist/esm/index.js +1716 -121
- package/dist/esm/index.js.map +4 -4
- package/dist/types/app/props-table.d.ts +3 -0
- package/dist/types/app/props-table.d.ts.map +1 -1
- package/dist/types/icons/devices.d.ts +3 -0
- package/dist/types/icons/devices.d.ts.map +1 -0
- package/dist/types/icons/index.d.ts +3 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/icons/megaphone.d.ts +3 -0
- package/dist/types/icons/megaphone.d.ts.map +1 -0
- package/dist/types/icons/suggested-edit.d.ts +3 -0
- package/dist/types/icons/suggested-edit.d.ts.map +1 -0
- package/dist/types/shared-docs/illustration-page/components.d.ts.map +1 -1
- package/dist/types/shared-docs/theme-colors.d.ts.map +1 -1
- package/dist/types/src/colors.d.ts +9 -2
- package/dist/types/src/colors.d.ts.map +1 -1
- package/dist/types/src/components/ellipses-loader/ellipses-loader.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/devices.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/devices.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/megaphone.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/megaphone.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/suggested-edit.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/suggested-edit.d.ts.map +1 -0
- package/dist/types/src/components/illustration/illustration.d.ts +5 -2
- package/dist/types/src/components/illustration/illustration.d.ts.map +1 -1
- package/dist/types/src/illustrations/accounts-and-billing.d.ts +1 -0
- package/dist/types/src/illustrations/accounts-and-billing.d.ts.map +1 -1
- package/dist/types/src/illustrations/all-can-edit.d.ts +4 -0
- package/dist/types/src/illustrations/all-can-edit.d.ts.map +1 -0
- package/dist/types/src/illustrations/all-can-read.d.ts +4 -0
- package/dist/types/src/illustrations/all-can-read.d.ts.map +1 -0
- package/dist/types/src/illustrations/archived.d.ts +1 -0
- package/dist/types/src/illustrations/archived.d.ts.map +1 -1
- package/dist/types/src/illustrations/ask-for-more.d.ts +1 -0
- package/dist/types/src/illustrations/ask-for-more.d.ts.map +1 -1
- package/dist/types/src/illustrations/business-plan.d.ts +1 -0
- package/dist/types/src/illustrations/business-plan.d.ts.map +1 -1
- package/dist/types/src/illustrations/calendar.d.ts +4 -0
- package/dist/types/src/illustrations/calendar.d.ts.map +1 -0
- package/dist/types/src/illustrations/cannot-edit.d.ts +4 -0
- package/dist/types/src/illustrations/cannot-edit.d.ts.map +1 -0
- package/dist/types/src/illustrations/capture-users.d.ts +4 -0
- package/dist/types/src/illustrations/capture-users.d.ts.map +1 -0
- package/dist/types/src/illustrations/chat-avatars.d.ts +4 -0
- package/dist/types/src/illustrations/chat-avatars.d.ts.map +1 -0
- package/dist/types/src/illustrations/chrome-notifications-empty-state.d.ts +1 -0
- package/dist/types/src/illustrations/chrome-notifications-empty-state.d.ts.map +1 -1
- package/dist/types/src/illustrations/coins.d.ts +4 -0
- package/dist/types/src/illustrations/coins.d.ts.map +1 -0
- package/dist/types/src/illustrations/collaborate-with-teammates.d.ts +1 -0
- package/dist/types/src/illustrations/collaborate-with-teammates.d.ts.map +1 -1
- package/dist/types/src/illustrations/comment.d.ts +4 -0
- package/dist/types/src/illustrations/comment.d.ts.map +1 -0
- package/dist/types/src/illustrations/comments.d.ts +1 -0
- package/dist/types/src/illustrations/comments.d.ts.map +1 -1
- package/dist/types/src/illustrations/community-alt.d.ts +1 -0
- package/dist/types/src/illustrations/community-alt.d.ts.map +1 -1
- package/dist/types/src/illustrations/community.d.ts +1 -0
- package/dist/types/src/illustrations/community.d.ts.map +1 -1
- package/dist/types/src/illustrations/compliance.d.ts +4 -0
- package/dist/types/src/illustrations/compliance.d.ts.map +1 -0
- package/dist/types/src/illustrations/content-limit.d.ts +1 -0
- package/dist/types/src/illustrations/content-limit.d.ts.map +1 -1
- package/dist/types/src/illustrations/custom-branding.d.ts +1 -0
- package/dist/types/src/illustrations/custom-branding.d.ts.map +1 -1
- package/dist/types/src/illustrations/desktop-app-and-chrome-extension.d.ts +1 -0
- package/dist/types/src/illustrations/desktop-app-and-chrome-extension.d.ts.map +1 -1
- package/dist/types/src/illustrations/device-compatibility.d.ts +1 -0
- package/dist/types/src/illustrations/device-compatibility.d.ts.map +1 -1
- package/dist/types/src/illustrations/done.d.ts +4 -0
- package/dist/types/src/illustrations/done.d.ts.map +1 -0
- package/dist/types/src/illustrations/dont-f-customer.d.ts +4 -0
- package/dist/types/src/illustrations/dont-f-customer.d.ts.map +1 -0
- package/dist/types/src/illustrations/downgrade.d.ts +1 -0
- package/dist/types/src/illustrations/downgrade.d.ts.map +1 -1
- package/dist/types/src/illustrations/embrace-the-weird.d.ts +1 -0
- package/dist/types/src/illustrations/embrace-the-weird.d.ts.map +1 -1
- package/dist/types/src/illustrations/enterprise-plan.d.ts +1 -0
- package/dist/types/src/illustrations/enterprise-plan.d.ts.map +1 -1
- package/dist/types/src/illustrations/faq-and-security.d.ts +1 -0
- package/dist/types/src/illustrations/faq-and-security.d.ts.map +1 -1
- package/dist/types/src/illustrations/file-cabinet.d.ts +4 -0
- package/dist/types/src/illustrations/file-cabinet.d.ts.map +1 -0
- package/dist/types/src/illustrations/five-minute-limit.d.ts +1 -0
- package/dist/types/src/illustrations/five-minute-limit.d.ts.map +1 -1
- package/dist/types/src/illustrations/folders-empty-state-mobile.d.ts +1 -0
- package/dist/types/src/illustrations/folders-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/src/illustrations/getting-started.d.ts +1 -0
- package/dist/types/src/illustrations/getting-started.d.ts.map +1 -1
- package/dist/types/src/illustrations/growth-through-empathy.d.ts +1 -0
- package/dist/types/src/illustrations/growth-through-empathy.d.ts.map +1 -1
- package/dist/types/src/illustrations/health-plans.d.ts +1 -0
- package/dist/types/src/illustrations/health-plans.d.ts.map +1 -1
- package/dist/types/src/illustrations/help-ios.d.ts +1 -0
- package/dist/types/src/illustrations/help-ios.d.ts.map +1 -1
- package/dist/types/src/illustrations/how-to-use-loom.d.ts +1 -0
- package/dist/types/src/illustrations/how-to-use-loom.d.ts.map +1 -1
- package/dist/types/src/illustrations/index.d.ts +32 -1
- package/dist/types/src/illustrations/index.d.ts.map +1 -1
- package/dist/types/src/illustrations/integration.d.ts +4 -0
- package/dist/types/src/illustrations/integration.d.ts.map +1 -0
- package/dist/types/src/illustrations/invite-members.d.ts +1 -0
- package/dist/types/src/illustrations/invite-members.d.ts.map +1 -1
- package/dist/types/src/illustrations/invite.d.ts +1 -0
- package/dist/types/src/illustrations/invite.d.ts.map +1 -1
- package/dist/types/src/illustrations/lead-with-transparency.d.ts +1 -0
- package/dist/types/src/illustrations/lead-with-transparency.d.ts.map +1 -1
- package/dist/types/src/illustrations/learning-and-development.d.ts +1 -0
- package/dist/types/src/illustrations/learning-and-development.d.ts.map +1 -1
- package/dist/types/src/illustrations/letter-open.d.ts +4 -0
- package/dist/types/src/illustrations/letter-open.d.ts.map +1 -0
- package/dist/types/src/illustrations/light-bulb-orbit.d.ts +4 -0
- package/dist/types/src/illustrations/light-bulb-orbit.d.ts.map +1 -0
- package/dist/types/src/illustrations/lightbulb.d.ts +4 -0
- package/dist/types/src/illustrations/lightbulb.d.ts.map +1 -0
- package/dist/types/src/illustrations/long-form-doc.d.ts +4 -0
- package/dist/types/src/illustrations/long-form-doc.d.ts.map +1 -0
- package/dist/types/src/illustrations/loom-plans.d.ts +1 -0
- package/dist/types/src/illustrations/loom-plans.d.ts.map +1 -1
- package/dist/types/src/illustrations/migrations.d.ts +4 -0
- package/dist/types/src/illustrations/migrations.d.ts.map +1 -0
- package/dist/types/src/illustrations/my-videos-empty-state-mobile.d.ts +1 -0
- package/dist/types/src/illustrations/my-videos-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/src/illustrations/option-grants.d.ts +1 -0
- package/dist/types/src/illustrations/option-grants.d.ts.map +1 -1
- package/dist/types/src/illustrations/padlock.d.ts +4 -0
- package/dist/types/src/illustrations/padlock.d.ts.map +1 -0
- package/dist/types/src/illustrations/parental-leave.d.ts +1 -0
- package/dist/types/src/illustrations/parental-leave.d.ts.map +1 -1
- package/dist/types/src/illustrations/people-greyscale.d.ts +4 -0
- package/dist/types/src/illustrations/people-greyscale.d.ts.map +1 -0
- package/dist/types/src/illustrations/people.d.ts +4 -0
- package/dist/types/src/illustrations/people.d.ts.map +1 -0
- package/dist/types/src/illustrations/picture1.d.ts +4 -0
- package/dist/types/src/illustrations/picture1.d.ts.map +1 -0
- package/dist/types/src/illustrations/play-media-greyscale.d.ts +4 -0
- package/dist/types/src/illustrations/play-media-greyscale.d.ts.map +1 -0
- package/dist/types/src/illustrations/play-media.d.ts +4 -0
- package/dist/types/src/illustrations/play-media.d.ts.map +1 -0
- package/dist/types/src/illustrations/pto.d.ts +1 -0
- package/dist/types/src/illustrations/pto.d.ts.map +1 -1
- package/dist/types/src/illustrations/rainstorm-incident.d.ts +4 -0
- package/dist/types/src/illustrations/rainstorm-incident.d.ts.map +1 -0
- package/dist/types/src/illustrations/recents-empty-state-mobile.d.ts +1 -0
- package/dist/types/src/illustrations/recents-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/src/illustrations/record.d.ts +1 -0
- package/dist/types/src/illustrations/record.d.ts.map +1 -1
- package/dist/types/src/illustrations/remote-first.d.ts +1 -0
- package/dist/types/src/illustrations/remote-first.d.ts.map +1 -1
- package/dist/types/src/illustrations/roadmap.d.ts +1 -0
- package/dist/types/src/illustrations/roadmap.d.ts.map +1 -1
- package/dist/types/src/illustrations/screenshot.d.ts +1 -0
- package/dist/types/src/illustrations/screenshot.d.ts.map +1 -1
- package/dist/types/src/illustrations/search-no-result.d.ts +4 -0
- package/dist/types/src/illustrations/search-no-result.d.ts.map +1 -0
- package/dist/types/src/illustrations/search.d.ts +4 -0
- package/dist/types/src/illustrations/search.d.ts.map +1 -0
- package/dist/types/src/illustrations/share-with-your-team.d.ts +1 -0
- package/dist/types/src/illustrations/share-with-your-team.d.ts.map +1 -1
- package/dist/types/src/illustrations/share.d.ts +1 -0
- package/dist/types/src/illustrations/share.d.ts.map +1 -1
- package/dist/types/src/illustrations/speed.d.ts +4 -0
- package/dist/types/src/illustrations/speed.d.ts.map +1 -0
- package/dist/types/src/illustrations/starred.d.ts +1 -0
- package/dist/types/src/illustrations/starred.d.ts.map +1 -1
- package/dist/types/src/illustrations/starter-plus-plan.d.ts +1 -0
- package/dist/types/src/illustrations/starter-plus-plan.d.ts.map +1 -1
- package/dist/types/src/illustrations/strong-upload-speed.d.ts +1 -0
- package/dist/types/src/illustrations/strong-upload-speed.d.ts.map +1 -1
- package/dist/types/src/illustrations/troubleshooting.d.ts +1 -0
- package/dist/types/src/illustrations/troubleshooting.d.ts.map +1 -1
- package/dist/types/src/illustrations/upgrade.d.ts +1 -0
- package/dist/types/src/illustrations/upgrade.d.ts.map +1 -1
- package/dist/types/src/illustrations/upload-drag-and-drop.d.ts +1 -0
- package/dist/types/src/illustrations/upload-drag-and-drop.d.ts.map +1 -1
- package/dist/types/src/illustrations/use-cases.d.ts +1 -0
- package/dist/types/src/illustrations/use-cases.d.ts.map +1 -1
- package/dist/types/src/illustrations/user-greyscale.d.ts +4 -0
- package/dist/types/src/illustrations/user-greyscale.d.ts.map +1 -0
- package/dist/types/src/illustrations/user-management.d.ts +4 -0
- package/dist/types/src/illustrations/user-management.d.ts.map +1 -0
- package/dist/types/src/illustrations/user.d.ts +1 -2
- package/dist/types/src/illustrations/user.d.ts.map +1 -1
- package/dist/types/src/illustrations/video-call3.d.ts +4 -0
- package/dist/types/src/illustrations/video-call3.d.ts.map +1 -0
- package/dist/types/src/illustrations/wellness.d.ts +1 -0
- package/dist/types/src/illustrations/wellness.d.ts.map +1 -1
- package/package.json +8 -8
package/dist/cjs/index.js
CHANGED
|
@@ -59,18 +59,30 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
59
59
|
var index_exports = {};
|
|
60
60
|
__export(index_exports, {
|
|
61
61
|
Align: () => align_default,
|
|
62
|
+
AllCanEdit: () => all_can_edit_default,
|
|
63
|
+
AllCanRead: () => all_can_read_default,
|
|
62
64
|
Arrange: () => arrange_default,
|
|
63
65
|
Avatar: () => avatar_default,
|
|
64
66
|
Backdrop: () => backdrop_default,
|
|
65
67
|
BaseStyles: () => base_styles_default,
|
|
66
68
|
Button: () => button_default,
|
|
69
|
+
Calendar: () => calendar_default,
|
|
70
|
+
CannotEdit: () => cannot_edit_default,
|
|
71
|
+
CaptureUsers: () => capture_users_default,
|
|
72
|
+
ChatAvatars: () => chat_avatars_default,
|
|
67
73
|
Checkbox: () => checkbox_default,
|
|
74
|
+
Coins: () => coins_default,
|
|
68
75
|
ColorPicker: () => color_picker_default,
|
|
76
|
+
Comment: () => comment_default,
|
|
77
|
+
Compliance: () => compliance_default,
|
|
69
78
|
Container: () => container_default,
|
|
70
79
|
Distribute: () => distribute_default,
|
|
80
|
+
Done: () => done_default,
|
|
81
|
+
DontFCustomer: () => dont_f_customer_default,
|
|
71
82
|
Dropdown: () => dropdown_default,
|
|
72
83
|
EllipsesLoader: () => ellipses_loader_default,
|
|
73
84
|
ErrorContainer: () => error_container_default,
|
|
85
|
+
FileCabinet: () => file_cabinet_default,
|
|
74
86
|
FormField: () => form_field_default,
|
|
75
87
|
Icon: () => icon_default,
|
|
76
88
|
IconButton: () => icon_button_default,
|
|
@@ -122,31 +134,46 @@ __export(index_exports, {
|
|
|
122
134
|
IllustrationUpgrade: () => upgrade_default,
|
|
123
135
|
IllustrationUploadDragAndDrop: () => upload_drag_and_drop_default,
|
|
124
136
|
IllustrationUseCases: () => use_cases_default,
|
|
125
|
-
IllustrationUser: () => user_default,
|
|
126
137
|
IllustrationWellness: () => wellness_default,
|
|
127
138
|
IllutrationFoldersEmptyStateMobile: () => folders_empty_state_mobile_default,
|
|
128
139
|
Indicator: () => indicator_default,
|
|
140
|
+
Integration: () => integration_default,
|
|
129
141
|
JustifyContentRules: () => JustifyContentRules,
|
|
130
142
|
Layout: () => layout_default,
|
|
143
|
+
LetterOpen: () => letter_open_default,
|
|
144
|
+
LightBulbOrbit: () => light_bulb_orbit_default,
|
|
145
|
+
Lightbulb: () => lightbulb_default,
|
|
131
146
|
Link: () => link_default,
|
|
132
147
|
List: () => list_default,
|
|
133
148
|
ListRow: () => ListRow,
|
|
134
149
|
Loader: () => loader_default,
|
|
135
150
|
Logo: () => logo_default,
|
|
136
151
|
LogoLoader: () => logo_loader_default,
|
|
152
|
+
LongFormDoc: () => long_form_doc_default,
|
|
137
153
|
Media: () => Media,
|
|
138
154
|
Menu: () => menu_default,
|
|
139
155
|
MenuItem: () => MenuItem,
|
|
156
|
+
Migrations: () => migrations_default,
|
|
140
157
|
Modal: () => modal_default,
|
|
141
158
|
ModalCard: () => ModalCard,
|
|
142
159
|
NotificationBar: () => notification_bar_default,
|
|
160
|
+
Padlock: () => padlock_default,
|
|
161
|
+
People: () => people_default,
|
|
162
|
+
PeopleGreyscale: () => people_greyscale_default,
|
|
163
|
+
Picture1: () => picture1_default,
|
|
143
164
|
Pill: () => pill_default,
|
|
165
|
+
PlayMedia: () => play_media_default,
|
|
166
|
+
PlayMediaGreyscale: () => play_media_greyscale_default,
|
|
144
167
|
Popover: () => popover_default,
|
|
145
168
|
Radio: () => radio_default,
|
|
169
|
+
RainstormIncident: () => rainstorm_incident_default,
|
|
170
|
+
Search: () => search_default,
|
|
171
|
+
SearchNoResult: () => search_no_result_default,
|
|
146
172
|
Select: () => select_default,
|
|
147
173
|
SkeletonContainer: () => SkeletonContainer,
|
|
148
174
|
SkeletonText: () => SkeletonText,
|
|
149
175
|
Spacer: () => spacer_default,
|
|
176
|
+
Speed: () => speed_default,
|
|
150
177
|
Split: () => split_default,
|
|
151
178
|
SplitSection: () => SplitSection,
|
|
152
179
|
Switch: () => switch_default,
|
|
@@ -160,6 +187,10 @@ __export(index_exports, {
|
|
|
160
187
|
Tooltip: () => tooltip_default,
|
|
161
188
|
TooltipBox: () => TooltipBox,
|
|
162
189
|
Typeahead: () => typeahead_default,
|
|
190
|
+
User: () => User,
|
|
191
|
+
UserGreyscale: () => user_greyscale_default,
|
|
192
|
+
UserManagement: () => user_management_default,
|
|
193
|
+
VideoCall3: () => video_call3_default,
|
|
163
194
|
WaveformLoader: () => waveform_loader_default,
|
|
164
195
|
accessibilityRules: () => accessibilityRules,
|
|
165
196
|
alignSelfRules: () => alignSelfRules,
|
|
@@ -221,6 +252,7 @@ __export(index_exports, {
|
|
|
221
252
|
hslaBaseColors: () => hslaBaseColors,
|
|
222
253
|
hslaColors: () => hslaColors,
|
|
223
254
|
hslaGreys: () => hslaGreys,
|
|
255
|
+
illustrationColors: () => illustrationColors,
|
|
224
256
|
lighten: () => lighten,
|
|
225
257
|
marginCrossRules: () => marginCrossRules,
|
|
226
258
|
marginRules: () => marginRules,
|
|
@@ -306,6 +338,9 @@ var hslaBaseColors = {
|
|
|
306
338
|
orangeLight: { h: 4, s: 100, l: 91.2, a: 1 },
|
|
307
339
|
orange: { h: 11, s: 100, l: 62.2, a: 1 },
|
|
308
340
|
orangeDark: { h: 10.9, s: 100, l: 42.2, a: 1 },
|
|
341
|
+
purpleLight: { h: 277.3, s: 86.05, l: 91.57, a: 1 },
|
|
342
|
+
purple: { h: 278.33, s: 85.71, l: 67.06, a: 1 },
|
|
343
|
+
purpleDark: { h: 278.64, s: 48.36, l: 52.16, a: 1 },
|
|
309
344
|
tealLight: { h: 155, s: 70, l: 84, a: 1 },
|
|
310
345
|
teal: { h: 155, s: 62, l: 32, a: 1 },
|
|
311
346
|
tealDark: { h: 155, s: 55, l: 19, a: 1 },
|
|
@@ -324,6 +359,25 @@ var hslaGreys = {
|
|
|
324
359
|
grey1: { h: 0, s: 0, l: 97.25, a: 1 },
|
|
325
360
|
white: { h: 0, s: 0, l: 100, a: 1 }
|
|
326
361
|
};
|
|
362
|
+
var illustrationHsla = {
|
|
363
|
+
darkOrange: { h: 27, s: 100, l: 45, a: 1 },
|
|
364
|
+
gray: { h: 220, s: 4, l: 31, a: 1 },
|
|
365
|
+
grayDark: { h: 228, s: 4, l: 25, a: 1 },
|
|
366
|
+
grayDarkMid: { h: 228, s: 4, l: 51, a: 1 },
|
|
367
|
+
grayMedium: { h: 228, s: 5, l: 73, a: 1 },
|
|
368
|
+
grayMid: { h: 228, s: 5, l: 57, a: 1 },
|
|
369
|
+
lineStroke: { h: 210, s: 11, l: 7, a: 1 },
|
|
370
|
+
grayLine: { h: 210, s: 5, l: 89, a: 1 },
|
|
371
|
+
purpleDark: { h: 279, s: 68, l: 61, a: 1 },
|
|
372
|
+
purpleLight: { h: 279, s: 86, l: 67, a: 1 },
|
|
373
|
+
greenDark: { h: 84, s: 63, l: 37, a: 1 },
|
|
374
|
+
greenLight: { h: 84, s: 54, l: 46, a: 1 },
|
|
375
|
+
greenDarkShade: { h: 84, s: 39, l: 20, a: 1 },
|
|
376
|
+
greenDarkShadeLight: { h: 84, s: 56, l: 32, a: 1 },
|
|
377
|
+
face: { h: 210, s: 6, l: 7, a: 1 },
|
|
378
|
+
rainstormGray: { h: 220, s: 5, l: 12, a: 1 },
|
|
379
|
+
staticDarkBlue: { h: 214, s: 85, l: 23, a: 1 }
|
|
380
|
+
};
|
|
327
381
|
var themeSharedColors = {
|
|
328
382
|
record: hslaBaseColors.orange,
|
|
329
383
|
recordHover: darken(hslaBaseColors.orange, hoverIncrease),
|
|
@@ -494,13 +548,7 @@ var themeColors = {
|
|
|
494
548
|
a: 1,
|
|
495
549
|
ads: "--ds-background-discovery"
|
|
496
550
|
},
|
|
497
|
-
upgradeHover:
|
|
498
|
-
h: 277,
|
|
499
|
-
s: 86,
|
|
500
|
-
l: 91.6,
|
|
501
|
-
a: 1,
|
|
502
|
-
ads: "--ds-background-discovery-hovered"
|
|
503
|
-
},
|
|
551
|
+
upgradeHover: hslaBaseColors.purpleLight,
|
|
504
552
|
upgradeActive: {
|
|
505
553
|
h: 278.6,
|
|
506
554
|
s: 84.5,
|
|
@@ -508,13 +556,7 @@ var themeColors = {
|
|
|
508
556
|
a: 1,
|
|
509
557
|
ads: "--ds-background-discovery-pressed"
|
|
510
558
|
},
|
|
511
|
-
discoveryBackground:
|
|
512
|
-
h: 278.6,
|
|
513
|
-
s: 48.4,
|
|
514
|
-
l: 52.2,
|
|
515
|
-
a: 1,
|
|
516
|
-
ads: "--ds-background-discovery-bold"
|
|
517
|
-
},
|
|
559
|
+
discoveryBackground: hslaBaseColors.purpleDark,
|
|
518
560
|
discoveryLightBackground: {
|
|
519
561
|
h: 277.5,
|
|
520
562
|
s: 89,
|
|
@@ -529,7 +571,30 @@ var themeColors = {
|
|
|
529
571
|
l: 96.5,
|
|
530
572
|
a: 1,
|
|
531
573
|
ads: "--ds-background-discovery"
|
|
532
|
-
}
|
|
574
|
+
},
|
|
575
|
+
illustrationAccent: hslaBaseColors.blurple,
|
|
576
|
+
illustrationOrange: hslaBaseColors.yellowDark,
|
|
577
|
+
illustrationLine: illustrationHsla.lineStroke,
|
|
578
|
+
illustrationPurple: illustrationHsla.purpleLight,
|
|
579
|
+
illustrationGreen: illustrationHsla.greenLight,
|
|
580
|
+
illustrationGray: hslaGreys.grey3,
|
|
581
|
+
illustrationAccentGray: hslaGreys.grey4,
|
|
582
|
+
illustrationStroke: hslaGreys.white,
|
|
583
|
+
illustrationDrawer: hslaGreys.white,
|
|
584
|
+
illustrationPaper: hslaGreys.grey3,
|
|
585
|
+
illustrationInnerPaper: hslaGreys.grey3,
|
|
586
|
+
illustrationGreenShade: illustrationHsla.greenDarkShadeLight,
|
|
587
|
+
illustrationBlueDark: illustrationHsla.staticDarkBlue,
|
|
588
|
+
illustrationFace: hslaGreys.white,
|
|
589
|
+
illustrationRainstormGray: illustrationHsla.rainstormGray,
|
|
590
|
+
illustrationCheckBlue: hslaBaseColors.blurple,
|
|
591
|
+
illustrationGreyscaleFill: illustrationHsla.grayLine,
|
|
592
|
+
illustrationGreyscaleAccent: illustrationHsla.grayMedium,
|
|
593
|
+
illustrationGreyscaleMid: illustrationHsla.grayMid,
|
|
594
|
+
illustrationGreyscaleMidDark: illustrationHsla.grayMid,
|
|
595
|
+
illustrationGreyscaleDark: illustrationHsla.grayDark,
|
|
596
|
+
illustrationGreyscaleStroke: illustrationHsla.lineStroke,
|
|
597
|
+
illustrationBg: hslaGreys.white
|
|
533
598
|
}),
|
|
534
599
|
dark: __spreadProps(__spreadValues({
|
|
535
600
|
primary: { h: 216.3, s: 83.2, l: 67.3, a: 1 },
|
|
@@ -728,9 +793,44 @@ var themeColors = {
|
|
|
728
793
|
l: 19.4,
|
|
729
794
|
a: 1,
|
|
730
795
|
ads: "--ds-background-discovery"
|
|
731
|
-
}
|
|
796
|
+
},
|
|
797
|
+
illustrationAccent: hslaBaseColors.blurpleDark,
|
|
798
|
+
illustrationOrange: illustrationHsla.darkOrange,
|
|
799
|
+
illustrationLine: illustrationHsla.grayLine,
|
|
800
|
+
illustrationPurple: illustrationHsla.purpleDark,
|
|
801
|
+
illustrationGreen: illustrationHsla.greenDark,
|
|
802
|
+
illustrationGray: illustrationHsla.gray,
|
|
803
|
+
illustrationAccentGray: { h: 222, s: 4, l: 51.4, a: 1 },
|
|
804
|
+
// formFieldBorder
|
|
805
|
+
illustrationStroke: illustrationHsla.lineStroke,
|
|
806
|
+
illustrationDrawer: {
|
|
807
|
+
h: 225,
|
|
808
|
+
s: 5,
|
|
809
|
+
l: 15,
|
|
810
|
+
a: 1
|
|
811
|
+
},
|
|
812
|
+
// formFieldBackground
|
|
813
|
+
illustrationPaper: illustrationHsla.grayLine,
|
|
814
|
+
illustrationInnerPaper: { h: 217.5, s: 4, l: 60.4, a: 1 },
|
|
815
|
+
// bodyDimmed
|
|
816
|
+
illustrationGreenShade: illustrationHsla.greenDarkShade,
|
|
817
|
+
illustrationBlueDark: hslaBaseColors.blueDark,
|
|
818
|
+
illustrationFace: illustrationHsla.face,
|
|
819
|
+
illustrationRainstormGray: illustrationHsla.grayLine,
|
|
820
|
+
illustrationCheckBlue: illustrationHsla.staticDarkBlue,
|
|
821
|
+
illustrationGreyscaleFill: illustrationHsla.gray,
|
|
822
|
+
illustrationGreyscaleAccent: illustrationHsla.grayDarkMid,
|
|
823
|
+
illustrationGreyscaleMid: illustrationHsla.grayDarkMid,
|
|
824
|
+
illustrationGreyscaleMidDark: illustrationHsla.grayDark,
|
|
825
|
+
illustrationGreyscaleDark: illustrationHsla.lineStroke,
|
|
826
|
+
illustrationGreyscaleStroke: illustrationHsla.grayLine,
|
|
827
|
+
illustrationBg: { h: 0, s: 0, l: 0, a: 0 }
|
|
732
828
|
})
|
|
733
829
|
};
|
|
830
|
+
var illustrationColors = {
|
|
831
|
+
staticDarkBlue: "#09326c",
|
|
832
|
+
staticRed: "#ae2a19"
|
|
833
|
+
};
|
|
734
834
|
var hslaColors = __spreadValues(__spreadValues({}, hslaBaseColors), hslaGreys);
|
|
735
835
|
var colorsNames = [
|
|
736
836
|
...Object.keys(hslaColors),
|
|
@@ -8282,11 +8382,13 @@ var Illustration = (_a) => {
|
|
|
8282
8382
|
var _b = _a, {
|
|
8283
8383
|
altText,
|
|
8284
8384
|
illustration,
|
|
8385
|
+
src,
|
|
8285
8386
|
color = "orange",
|
|
8286
8387
|
size = 12
|
|
8287
8388
|
} = _b, props = __objRest(_b, [
|
|
8288
8389
|
"altText",
|
|
8289
8390
|
"illustration",
|
|
8391
|
+
"src",
|
|
8290
8392
|
"color",
|
|
8291
8393
|
"size"
|
|
8292
8394
|
]);
|
|
@@ -8298,7 +8400,7 @@ var Illustration = (_a) => {
|
|
|
8298
8400
|
color,
|
|
8299
8401
|
size
|
|
8300
8402
|
}, props),
|
|
8301
|
-
illustration
|
|
8403
|
+
src || illustration
|
|
8302
8404
|
);
|
|
8303
8405
|
};
|
|
8304
8406
|
var illustration_default = Illustration;
|
|
@@ -8660,6 +8762,11 @@ var createDotBounce = (bounceDistance) => import_react58.keyframes`
|
|
|
8660
8762
|
transform: translateY(calc(50% - ${bounceDistance}));
|
|
8661
8763
|
}
|
|
8662
8764
|
`;
|
|
8765
|
+
var AI_DOT_COLORS = [
|
|
8766
|
+
getColorValue("blue"),
|
|
8767
|
+
getColorValue("purple"),
|
|
8768
|
+
getColorValue("yellowDark")
|
|
8769
|
+
];
|
|
8663
8770
|
var EllipsesLoaderWrapper = import_styled42.default.span`
|
|
8664
8771
|
display: inline-flex;
|
|
8665
8772
|
align-items: center;
|
|
@@ -8672,7 +8779,7 @@ var Dot2 = import_styled42.default.span`
|
|
|
8672
8779
|
width: ${(props) => getDotSize2(props)};
|
|
8673
8780
|
height: ${(props) => getDotSize2(props)};
|
|
8674
8781
|
border-radius: 50%;
|
|
8675
|
-
background-color: ${(props) => getColorValue(props.color)};
|
|
8782
|
+
background-color: ${(props) => props.color === "ai" && props.dotIndex !== void 0 ? AI_DOT_COLORS[props.dotIndex] : getColorValue(props.color)};
|
|
8676
8783
|
transform: translateY(50%);
|
|
8677
8784
|
animation: ${(props) => createDotBounce(getBounceDistance(props))} ${speed2}s
|
|
8678
8785
|
ease-in-out infinite;
|
|
@@ -8687,7 +8794,7 @@ var EllipsesLoader = (_a) => {
|
|
|
8687
8794
|
"color",
|
|
8688
8795
|
"size"
|
|
8689
8796
|
]);
|
|
8690
|
-
return /* @__PURE__ */ import_react59.default.createElement(EllipsesLoaderWrapper, __spreadValues({ size }, props), /* @__PURE__ */ import_react59.default.createElement(Dot2, { color, size, delay: 0 }), /* @__PURE__ */ import_react59.default.createElement(Dot2, { color, size, delay: 0.2 }), /* @__PURE__ */ import_react59.default.createElement(Dot2, { color, size, delay: 0.4 }));
|
|
8797
|
+
return /* @__PURE__ */ import_react59.default.createElement(EllipsesLoaderWrapper, __spreadValues({ size }, props), /* @__PURE__ */ import_react59.default.createElement(Dot2, { color, size, delay: 0, dotIndex: 0 }), /* @__PURE__ */ import_react59.default.createElement(Dot2, { color, size, delay: 0.2, dotIndex: 1 }), /* @__PURE__ */ import_react59.default.createElement(Dot2, { color, size, delay: 0.4, dotIndex: 2 }));
|
|
8691
8798
|
};
|
|
8692
8799
|
var availableSizes3 = Object.keys(sizes3);
|
|
8693
8800
|
var ellipses_loader_default = EllipsesLoader;
|
|
@@ -10271,106 +10378,1594 @@ var chrome_notifications_empty_state_default = IllustrationChromeNotificationsEm
|
|
|
10271
10378
|
|
|
10272
10379
|
// src/illustrations/user.tsx
|
|
10273
10380
|
var React104 = __toESM(require("react"));
|
|
10274
|
-
function
|
|
10275
|
-
|
|
10276
|
-
|
|
10277
|
-
|
|
10278
|
-
|
|
10279
|
-
|
|
10280
|
-
|
|
10281
|
-
|
|
10282
|
-
|
|
10283
|
-
|
|
10284
|
-
|
|
10285
|
-
|
|
10286
|
-
|
|
10287
|
-
|
|
10288
|
-
|
|
10289
|
-
|
|
10290
|
-
|
|
10291
|
-
|
|
10292
|
-
|
|
10293
|
-
|
|
10294
|
-
|
|
10295
|
-
|
|
10296
|
-
|
|
10297
|
-
|
|
10298
|
-
|
|
10299
|
-
|
|
10300
|
-
|
|
10301
|
-
|
|
10302
|
-
|
|
10303
|
-
|
|
10304
|
-
"
|
|
10305
|
-
|
|
10306
|
-
|
|
10307
|
-
|
|
10308
|
-
|
|
10309
|
-
|
|
10310
|
-
|
|
10311
|
-
|
|
10312
|
-
|
|
10313
|
-
|
|
10314
|
-
|
|
10315
|
-
|
|
10316
|
-
|
|
10317
|
-
|
|
10318
|
-
|
|
10319
|
-
|
|
10320
|
-
|
|
10321
|
-
|
|
10322
|
-
|
|
10323
|
-
|
|
10324
|
-
|
|
10325
|
-
|
|
10326
|
-
|
|
10327
|
-
|
|
10328
|
-
|
|
10329
|
-
|
|
10330
|
-
|
|
10331
|
-
|
|
10332
|
-
|
|
10333
|
-
|
|
10334
|
-
|
|
10335
|
-
|
|
10336
|
-
|
|
10337
|
-
|
|
10338
|
-
|
|
10339
|
-
|
|
10340
|
-
|
|
10341
|
-
|
|
10342
|
-
|
|
10343
|
-
|
|
10344
|
-
|
|
10345
|
-
|
|
10346
|
-
|
|
10347
|
-
|
|
10348
|
-
|
|
10349
|
-
|
|
10350
|
-
|
|
10351
|
-
|
|
10352
|
-
|
|
10353
|
-
|
|
10354
|
-
|
|
10355
|
-
|
|
10356
|
-
|
|
10357
|
-
|
|
10358
|
-
|
|
10359
|
-
|
|
10360
|
-
|
|
10361
|
-
|
|
10362
|
-
|
|
10363
|
-
|
|
10364
|
-
|
|
10365
|
-
|
|
10366
|
-
|
|
10367
|
-
"
|
|
10368
|
-
|
|
10369
|
-
|
|
10370
|
-
|
|
10371
|
-
|
|
10372
|
-
|
|
10373
|
-
|
|
10381
|
+
function User(props) {
|
|
10382
|
+
const orange = getColorValue("illustrationOrange");
|
|
10383
|
+
const blue = getColorValue("illustrationAccent");
|
|
10384
|
+
return /* @__PURE__ */ React104.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React104.createElement("g", { fill: orange }, /* @__PURE__ */ React104.createElement("path", { d: "m78.7483 223.198c.07-.41.1-.85.09-1.32s-.05-.92-.13-1.33c-.48-2.49-2.23-4-4.67-4.36-.42-.06-.85-.09-1.3-.08s-.92.05-1.35.13c-2.42.44-4.13 1.99-4.55 4.48-.07.42-.1.87-.1 1.34s.05.9.13 1.32c.48 2.47 2.23 3.98 4.67 4.35.43.07.88.1 1.36.09s.89-.05 1.3-.12c2.43-.43 4.14-1.99 4.55-4.49z" }), /* @__PURE__ */ React104.createElement("path", { d: "m78.0483 173.388c.13-.81.2-1.67.18-2.58s-.1-1.79-.26-2.61c-.94-4.85-4.36-7.81-9.11-8.51-.81-.12-1.66-.18-2.54-.16s-1.8.1-2.64.25c-4.73.86-8.06 3.89-8.87 8.74-.14.82-.2 1.69-.19 2.61s.1 1.77.26 2.57c.94 4.82 4.35 7.77 9.11 8.5.84.13 1.73.19 2.65.18.88-.01 1.73-.09 2.54-.23 4.74-.84 8.08-3.89 8.88-8.76z" }), /* @__PURE__ */ React104.createElement("path", { d: "m146.748 112.908c.62-3.79.92-7.82.86-12.07-.06-4.3098-.47-8.3798-1.21-12.1998-4.41-22.73-20.43-36.56-42.68-39.86-3.8005-.56-7.7705-.83-11.9005-.77-4.31.06-8.44.46-12.37 1.17-22.16 4.01-37.77 18.24-41.56 40.95-.64 3.84-.94 7.92-.88 12.2298.06 4.25.47 8.27 1.2 12.04 4.38 22.57 20.39 36.39 42.69 39.8 3.95.6 8.08.89 12.39.83 4.13-.06 8.1005-.43 11.8805-1.1 22.18-3.92 37.83-18.21 41.58-41.02z" })), /* @__PURE__ */ React104.createElement(
|
|
10385
|
+
"path",
|
|
10386
|
+
{
|
|
10387
|
+
d: "m111.457 86.5384c.02 1.48-.08 2.89-.3 4.21-1.31 7.96-6.77 12.9396-14.5097 14.3096-1.31.23-2.64.36-4.14.38s-2.94-.08-4.32-.29c-7.78-1.18-13.36-5.9996-14.89-13.8796-.26-1.32-.4-2.72-.42-4.2-.02-1.51.09-2.93.31-4.27 1.32-7.93 6.77-12.89 14.5-14.29 1.37-.25 2.81-.39 4.31-.41 1.44-.02 2.83.07 4.15.27 7.7597 1.16 13.3497 5.98 14.8897 13.91.25 1.34.4 2.76.42 4.26z",
|
|
10388
|
+
fill: blue
|
|
10389
|
+
}
|
|
10390
|
+
), /* @__PURE__ */ React104.createElement(
|
|
10391
|
+
"path",
|
|
10392
|
+
{
|
|
10393
|
+
d: "m92.577 108.628c19.529-.339 32.308 9.059 31.85 34.306l.07 3.934c-5.64 3.401-12.14 5.781-19.34 7.051-3.78.67-7.75 1.04-11.88 1.1-4.31.06-8.44-.23-12.39-.83-6.72-1.02-12.85-3.01-18.28-5.88l-.07-4.301c-.44-25.23 11.71-35.06 30.04-35.38z",
|
|
10394
|
+
fill: blue
|
|
10395
|
+
}
|
|
10396
|
+
), /* @__PURE__ */ React104.createElement(
|
|
10397
|
+
"path",
|
|
10398
|
+
{
|
|
10399
|
+
d: "m237.097 148.658c.62-3.79.92-7.82.86-12.07-.06-4.31-.47-8.38-1.21-12.2-4.41-22.73-20.43-36.5598-42.68-39.8598-3.8-.56-7.77-.83-11.9-.77-4.31.06-8.44.46-12.37 1.17-22.16 4.01-37.77 18.2398-41.56 40.9498-.64 3.84-.94 7.92-.88 12.23.06 4.25.47 8.27 1.2 12.04 4.38 22.57 20.39 36.39 42.69 39.8 3.95.6 8.08.89 12.39.83 4.13-.06 8.1-.43 11.88-1.1 22.18-3.92 37.83-18.21 41.58-41.02z",
|
|
10400
|
+
fill: orange
|
|
10401
|
+
}
|
|
10402
|
+
), /* @__PURE__ */ React104.createElement(
|
|
10403
|
+
"path",
|
|
10404
|
+
{
|
|
10405
|
+
d: "m201.807 122.288c.02 1.48-.08 2.89-.3 4.21-1.31 7.96-6.77 12.94-14.51 14.31-1.31.23-2.7.36-4.14.38-1.5.02-2.94-.08-4.32-.29-7.78-1.18-13.36-6-14.89-13.88-.26-1.32-.4-2.72-.42-4.2-.02-1.51.09-2.93.31-4.27 1.32-7.93 6.77-12.89 14.5-14.29 1.37-.25 2.81-.39 4.31-.41 1.44-.02 2.83.07 4.15.27 7.76 1.16 13.35 5.98 14.89 13.91.25 1.34.4 2.76.42 4.26z",
|
|
10406
|
+
fill: blue
|
|
10407
|
+
}
|
|
10408
|
+
), /* @__PURE__ */ React104.createElement(
|
|
10409
|
+
"path",
|
|
10410
|
+
{
|
|
10411
|
+
d: "m182.929 144.388c19.528-.34 32.308 9.059 31.85 34.305l.07 3.935c-5.64 3.4-12.14 5.78-19.34 7.05-3.78.67-7.75 1.04-11.88 1.1-4.31.06-8.44-.23-12.39-.83-6.72-1.02-12.85-3.01-18.28-5.88l-.07-4.3c-.44-25.23 11.71-35.06 30.04-35.38z",
|
|
10412
|
+
fill: blue
|
|
10413
|
+
}
|
|
10414
|
+
), /* @__PURE__ */ React104.createElement(
|
|
10415
|
+
"path",
|
|
10416
|
+
{
|
|
10417
|
+
d: "m148.638 195.028c.38-2.29.55-4.71.52-7.28-.04-2.6-.29-5.05-.73-7.36-2.66-13.71-12.32-22.04-25.73-24.04-2.29-.34-4.69-.5-7.18-.46s-5.09.28-7.46.71c-13.3597 2.42-22.7696 11-25.0596 24.7-.39 2.31-.57 4.77-.53 7.38.04 2.56.28 4.99.72 7.26 2.64 13.61 12.29 21.94 25.7396 24 2.38.36 4.87.54 7.47.5 2.49-.03 4.88-.26 7.16-.66 13.38-2.36 22.81-10.98 25.08-24.74z",
|
|
10418
|
+
fill: orange
|
|
10419
|
+
}
|
|
10420
|
+
), /* @__PURE__ */ React104.createElement(
|
|
10421
|
+
"path",
|
|
10422
|
+
{
|
|
10423
|
+
d: "m127.357 179.118c.01.9-.05 1.74-.18 2.54v-.01c-.79 4.8-4.08 7.81-8.75 8.63-.8.14-1.63.22-2.5.23-.91.02-1.78-.04-2.61-.17-4.69-.71-8.06-3.62-8.98-8.37-.15-.79-.24-1.64-.25-2.53-.01-.9.06-1.76.19-2.57.79-4.78 4.08-7.78 8.74-8.62.82-.15 1.73-.24 2.6-.25s1.7.04 2.5.16c4.68.7 8.05 3.61 8.98 8.39.16.81.25 1.66.26 2.57z",
|
|
10424
|
+
fill: blue
|
|
10425
|
+
}
|
|
10426
|
+
), /* @__PURE__ */ React104.createElement(
|
|
10427
|
+
"path",
|
|
10428
|
+
{
|
|
10429
|
+
d: "m115.967 192.448c11.78-.2 19.49 5.46 19.21 20.69l.04 2.38c-3.4 2.05-7.32 3.48-11.66 4.25-2.28.4-4.67.63-7.16.66-2.6.04-5.09-.14-7.47-.5-4.05-.62-7.75-1.82-11.0202-3.55l-.05-2.59c-.27-15.22 7.0602-21.15 18.1102-21.34z",
|
|
10430
|
+
fill: blue
|
|
10431
|
+
}
|
|
10432
|
+
), /* @__PURE__ */ React104.createElement(
|
|
10433
|
+
"path",
|
|
10434
|
+
{
|
|
10435
|
+
d: "m146.747 112.908c.62-3.79.92-7.82.86-12.07-.03-2.3-.17-4.52-.4-6.67-9.93 7.15-16.66 17.85-18.97 31.72-.64 3.84-.94 7.92-.88 12.23.03 2.28.17 4.49.4 6.64 9.96-7.15 16.7-17.9 18.99-31.85z",
|
|
10436
|
+
fill: illustrationColors.staticRed
|
|
10437
|
+
}
|
|
10438
|
+
), /* @__PURE__ */ React104.createElement(
|
|
10439
|
+
"path",
|
|
10440
|
+
{
|
|
10441
|
+
d: "m148.617 181.489c-.06-.37-.12-.74-.19-1.1-2.08-10.73-8.46-18.15-17.57-21.83 3.55 9.81 9.67 17.52 17.75 22.93z",
|
|
10442
|
+
fill: illustrationColors.staticRed
|
|
10443
|
+
}
|
|
10444
|
+
));
|
|
10445
|
+
}
|
|
10446
|
+
|
|
10447
|
+
// src/illustrations/user-greyscale.tsx
|
|
10448
|
+
var React105 = __toESM(require("react"));
|
|
10449
|
+
function UserGreyscale(props) {
|
|
10450
|
+
const fill = getColorValue("illustrationGreyscaleFill");
|
|
10451
|
+
const accent = getColorValue("illustrationGreyscaleAccent");
|
|
10452
|
+
const mid = getColorValue("illustrationGreyscaleMid");
|
|
10453
|
+
return /* @__PURE__ */ React105.createElement("svg", __spreadValues({ fill: "none", height: "200", viewBox: "0 0 200 200", width: "200" }, props), /* @__PURE__ */ React105.createElement(
|
|
10454
|
+
"path",
|
|
10455
|
+
{
|
|
10456
|
+
d: "M57.2697 162.326C57.3206 162.028 57.3424 161.708 57.3352 161.366C57.3279 161.024 57.2988 160.697 57.2406 160.398C56.8915 158.588 55.6188 157.489 53.8442 157.228C53.5388 157.184 53.2261 157.162 52.8988 157.169C52.5715 157.177 52.2297 157.206 51.917 157.264C50.157 157.584 48.9133 158.711 48.6079 160.522C48.557 160.828 48.5352 161.155 48.5352 161.497C48.5352 161.838 48.5715 162.151 48.6297 162.457C48.9788 164.253 50.2515 165.351 52.0261 165.62C52.3388 165.671 52.6661 165.693 53.0152 165.686C53.3642 165.678 53.6624 165.649 53.9606 165.598C55.7279 165.286 56.9715 164.151 57.2697 162.333V162.326Z",
|
|
10457
|
+
fill
|
|
10458
|
+
}
|
|
10459
|
+
), /* @__PURE__ */ React105.createElement(
|
|
10460
|
+
"path",
|
|
10461
|
+
{
|
|
10462
|
+
d: "M56.7634 126.101C56.858 125.512 56.9089 124.886 56.8943 124.224C56.8798 123.563 56.8216 122.923 56.7053 122.326C56.0216 118.799 53.5343 116.646 50.0798 116.137C49.4907 116.05 48.8725 116.006 48.2325 116.021C47.5925 116.035 46.9234 116.094 46.3125 116.203C42.8725 116.828 40.4507 119.032 39.8616 122.559C39.7598 123.155 39.7162 123.788 39.7234 124.457C39.7307 125.126 39.7962 125.744 39.9125 126.326C40.5962 129.832 43.0762 131.977 46.538 132.508C47.1489 132.603 47.7962 132.646 48.4653 132.639C49.1053 132.632 49.7234 132.574 50.3125 132.472C53.7598 131.861 56.1889 129.643 56.7707 126.101H56.7634Z",
|
|
10463
|
+
fill
|
|
10464
|
+
}
|
|
10465
|
+
), /* @__PURE__ */ React105.createElement(
|
|
10466
|
+
"path",
|
|
10467
|
+
{
|
|
10468
|
+
d: "M106.727 82.1152C107.177 79.3588 107.396 76.4279 107.352 73.337C107.308 70.2024 107.01 67.2424 106.472 64.4642C103.265 47.9333 91.6138 37.8752 75.432 35.4752C72.6684 35.0679 69.7811 34.8715 66.7774 34.9152C63.6429 34.9588 60.6393 35.2497 57.7811 35.7661C41.6647 38.6824 30.312 49.0315 27.5556 65.5479C27.0902 68.3406 26.872 71.3079 26.9156 74.4424C26.9593 77.5333 27.2574 80.457 27.7883 83.1988C30.9738 99.6133 42.6174 109.664 58.8356 112.144C61.7083 112.581 64.712 112.792 67.8465 112.748C70.8502 112.704 73.7374 112.435 76.4865 111.948C92.6174 109.097 103.999 98.7042 106.727 82.1152Z",
|
|
10469
|
+
fill
|
|
10470
|
+
}
|
|
10471
|
+
), /* @__PURE__ */ React105.createElement(
|
|
10472
|
+
"path",
|
|
10473
|
+
{
|
|
10474
|
+
d: "M81.0595 62.9368C81.0741 64.0132 81.0013 65.0386 80.8413 65.9986C79.8886 71.7877 75.9177 75.4095 70.2886 76.4059C69.3359 76.5732 68.3686 76.6677 67.2777 76.6823C66.1868 76.6968 65.1395 76.6241 64.1359 76.4714C58.4777 75.6132 54.4195 72.1077 53.3068 66.3768C53.1177 65.4168 53.0159 64.3986 53.0013 63.3223C52.9868 62.2241 53.0668 61.1914 53.2268 60.2168C54.1868 54.4495 58.1504 50.8423 63.7722 49.8241C64.7686 49.6423 65.8159 49.5405 66.9068 49.5259C67.9541 49.5114 68.965 49.5768 69.925 49.7223C75.5686 50.5659 79.6341 54.0714 80.7541 59.8386C80.9359 60.8132 81.045 61.8459 81.0595 62.9368Z",
|
|
10475
|
+
fill: mid
|
|
10476
|
+
}
|
|
10477
|
+
), /* @__PURE__ */ React105.createElement(
|
|
10478
|
+
"path",
|
|
10479
|
+
{
|
|
10480
|
+
d: "M67.3283 79.0023C81.5311 78.7551 90.8253 85.5905 90.492 103.951L90.5429 106.813C86.4411 109.286 81.7138 111.017 76.4774 111.941C73.7283 112.428 70.8411 112.697 67.8374 112.741C64.7029 112.784 61.6992 112.573 58.8265 112.137C53.9392 111.395 49.4811 109.948 45.532 107.861L45.4811 104.733C45.1611 86.3841 53.9974 79.2351 67.3283 79.0023Z",
|
|
10481
|
+
fill: mid
|
|
10482
|
+
}
|
|
10483
|
+
), /* @__PURE__ */ React105.createElement(
|
|
10484
|
+
"path",
|
|
10485
|
+
{
|
|
10486
|
+
d: "M172.434 108.115C172.884 105.359 173.103 102.428 173.059 99.337C173.015 96.2024 172.717 93.2424 172.179 90.4642C168.972 73.9333 157.321 63.8752 141.139 61.4752C138.375 61.0679 135.488 60.8715 132.484 60.9152C129.35 60.9588 126.346 61.2497 123.488 61.7661C107.372 64.6824 96.019 75.0315 93.2627 91.5479C92.7972 94.3406 92.579 97.3079 92.6227 100.442C92.6663 103.533 92.9645 106.457 93.4954 109.199C96.6808 125.613 108.324 135.664 124.543 138.144C127.415 138.581 130.419 138.792 133.554 138.748C136.557 138.704 139.444 138.435 142.194 137.948C158.324 135.097 169.706 124.704 172.434 108.115Z",
|
|
10487
|
+
fill
|
|
10488
|
+
}
|
|
10489
|
+
), /* @__PURE__ */ React105.createElement(
|
|
10490
|
+
"path",
|
|
10491
|
+
{
|
|
10492
|
+
d: "M146.769 88.9368C146.784 90.0132 146.711 91.0386 146.551 91.9986C145.598 97.7877 141.627 101.41 135.998 102.406C135.045 102.573 134.034 102.668 132.987 102.682C131.896 102.697 130.849 102.624 129.845 102.471C124.187 101.613 120.129 98.1077 119.016 92.3768C118.827 91.4168 118.725 90.3986 118.711 89.3223C118.696 88.2241 118.776 87.1914 118.936 86.2168C119.896 80.4495 123.86 76.8423 129.482 75.8241C130.478 75.6423 131.525 75.5405 132.616 75.5259C133.664 75.5114 134.674 75.5768 135.634 75.7223C141.278 76.5659 145.344 80.0714 146.464 85.8386C146.645 86.8132 146.754 87.8459 146.769 88.9368Z",
|
|
10493
|
+
fill: mid
|
|
10494
|
+
}
|
|
10495
|
+
), /* @__PURE__ */ React105.createElement(
|
|
10496
|
+
"path",
|
|
10497
|
+
{
|
|
10498
|
+
d: "M133.039 105.009C147.242 104.762 156.536 111.598 156.203 129.959L156.254 132.82C152.152 135.293 147.425 137.024 142.188 137.948C139.439 138.435 136.552 138.704 133.548 138.748C130.414 138.791 127.41 138.58 124.537 138.144C119.65 137.402 115.192 135.955 111.243 133.868L111.192 130.74C110.872 112.391 119.708 105.242 133.039 105.009Z",
|
|
10499
|
+
fill: mid
|
|
10500
|
+
}
|
|
10501
|
+
), /* @__PURE__ */ React105.createElement(
|
|
10502
|
+
"path",
|
|
10503
|
+
{
|
|
10504
|
+
d: "M108.1 141.838C108.377 140.173 108.5 138.413 108.478 136.544C108.449 134.653 108.268 132.871 107.948 131.191C106.013 121.22 98.9875 115.162 89.2348 113.708C87.5694 113.46 85.8239 113.344 84.013 113.373C82.2021 113.402 80.3112 113.577 78.5875 113.889C68.8712 115.649 62.0275 121.889 60.3621 131.853C60.0784 133.533 59.9475 135.322 59.9766 137.22C60.0057 139.082 60.1803 140.849 60.5003 142.5C62.4203 152.398 69.4384 158.457 79.2203 159.955C80.9512 160.217 82.7621 160.348 84.653 160.318C86.4639 160.297 88.2021 160.129 89.8603 159.838C99.5912 158.122 106.449 151.853 108.1 141.846V141.838Z",
|
|
10505
|
+
fill
|
|
10506
|
+
}
|
|
10507
|
+
), /* @__PURE__ */ React105.createElement(
|
|
10508
|
+
"path",
|
|
10509
|
+
{
|
|
10510
|
+
d: "M92.6239 130.268C92.6312 130.922 92.5875 131.533 92.493 132.115V132.108C91.9184 135.599 89.5257 137.788 86.1293 138.384C85.5475 138.486 84.9439 138.544 84.3112 138.551C83.6493 138.566 83.0166 138.522 82.413 138.428C79.0021 137.911 76.5512 135.795 75.8821 132.341C75.773 131.766 75.7075 131.148 75.7003 130.501C75.693 129.846 75.7439 129.221 75.8384 128.631C76.413 125.155 78.8057 122.973 82.1948 122.362C82.7912 122.253 83.453 122.188 84.0857 122.181C84.7184 122.173 85.3221 122.21 85.9039 122.297C89.3075 122.806 91.7584 124.922 92.4348 128.399C92.5512 128.988 92.6166 129.606 92.6239 130.268Z",
|
|
10511
|
+
fill: mid
|
|
10512
|
+
}
|
|
10513
|
+
), /* @__PURE__ */ React105.createElement(
|
|
10514
|
+
"path",
|
|
10515
|
+
{
|
|
10516
|
+
d: "M84.3402 139.963C92.9075 139.817 98.5148 143.933 98.3111 155.01L98.3402 156.741C95.8675 158.232 93.0166 159.272 89.8602 159.832C88.202 160.123 86.4639 160.29 84.6529 160.312C82.762 160.341 80.9511 160.21 79.2202 159.948C76.2748 159.497 73.5839 158.624 71.2057 157.366L71.1693 155.483C70.9729 144.413 76.3039 140.101 84.3402 139.963Z",
|
|
10517
|
+
fill: mid
|
|
10518
|
+
}
|
|
10519
|
+
), /* @__PURE__ */ React105.createElement(
|
|
10520
|
+
"path",
|
|
10521
|
+
{
|
|
10522
|
+
d: "M106.724 82.1149C107.175 79.3586 107.394 76.4277 107.35 73.3367C107.328 71.664 107.226 70.0495 107.059 68.4858C99.8372 73.6858 94.9427 81.4677 93.2627 91.5549C92.7972 94.3477 92.579 97.3149 92.6227 100.449C92.6445 102.108 92.7463 103.715 92.9136 105.279C100.157 100.079 105.059 92.2604 106.724 82.1149Z",
|
|
10523
|
+
fill: accent
|
|
10524
|
+
}
|
|
10525
|
+
), /* @__PURE__ */ React105.createElement(
|
|
10526
|
+
"path",
|
|
10527
|
+
{
|
|
10528
|
+
d: "M108.084 131.992C108.041 131.723 107.997 131.454 107.946 131.192C106.433 123.388 101.793 117.992 95.168 115.315C97.7498 122.45 102.201 128.057 108.077 131.992H108.084Z",
|
|
10529
|
+
fill: accent
|
|
10530
|
+
}
|
|
10531
|
+
));
|
|
10532
|
+
}
|
|
10533
|
+
var user_greyscale_default = UserGreyscale;
|
|
10534
|
+
|
|
10535
|
+
// src/illustrations/all-can-edit.tsx
|
|
10536
|
+
var React106 = __toESM(require("react"));
|
|
10537
|
+
function AllCanEdit(props) {
|
|
10538
|
+
const gray = getColorValue("illustrationGray");
|
|
10539
|
+
const accent = getColorValue("illustrationAccentGray");
|
|
10540
|
+
const stroke = getColorValue("illustrationStroke");
|
|
10541
|
+
const blue = getColorValue("illustrationAccent");
|
|
10542
|
+
return /* @__PURE__ */ React106.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React106.createElement(
|
|
10543
|
+
"path",
|
|
10544
|
+
{
|
|
10545
|
+
d: "m149.5 171.824c-22.25 0-39.2-11.52-46.52-31.65-1.28-3.47-2.27-7.25-2.95-11.22-.69-4.03-1.03-7.97-1-11.71.17-21.5497 12.4-38.1497 33.54-45.5397 3.65-1.28 7.53-2.28 11.51-2.96 3.78-.67 7.61-1.02 11.36-1.07 22.37-.23 39.49 11.33 46.9 31.71 1.3 3.5897 2.3 7.4097 2.98 11.3697.63 3.63.97 7.23 1 10.72l.02.02v.83c-.14 21.67-12.37 38.3-33.57 45.61-3.48 1.21-7.21 2.16-11.06 2.82-4 .69-7.98 1.05-11.83 1.07-.12 0-.25 0-.37 0zm6.57-100.1497c-.2 0-.39 0-.59 0-3.54.04-7.14.38-10.72 1-3.77.65-7.43 1.59-10.87 2.8-19.74 6.9-30.7 21.75-30.86 41.7997-.03 3.51.29 7.21.94 11 .64 3.74 1.57 7.28 2.77 10.53 6.85 18.84 22.15 29.15 43.11 29.02 3.63-.02 7.39-.36 11.17-1.01 3.64-.62 7.15-1.52 10.43-2.66 19.32-6.66 30.54-21.69 30.87-41.29v-.57c.02-3.51-.3-7.16-.94-10.85-.64-3.74-1.58-7.33-2.8-10.69-6.73-18.4997-22.21-29.0697-42.51-29.0697z",
|
|
10546
|
+
fill: gray
|
|
10547
|
+
}
|
|
10548
|
+
), /* @__PURE__ */ React106.createElement(
|
|
10549
|
+
"path",
|
|
10550
|
+
{
|
|
10551
|
+
d: "m211.38 172.104c.28-1.68.41-3.47.38-5.36-.03-1.92-.21-3.72-.54-5.42-1.96-10.09-9.07-16.23-18.95-17.7-1.69-.25-3.45-.37-5.29-.34-1.91.03-3.75.2-5.49.52-9.84 1.78-16.77 8.1-18.45 18.18-.28 1.7-.42 3.52-.39 5.43s.21 3.67.53 5.35c1.95 10.02 9.05 16.16 18.95 17.67 1.75.27 3.59.39 5.5.37 1.83-.03 3.6-.19 5.27-.49 9.85-1.74 16.8-8.09 18.46-18.21z",
|
|
10552
|
+
fill: gray
|
|
10553
|
+
}
|
|
10554
|
+
), /* @__PURE__ */ React106.createElement(
|
|
10555
|
+
"path",
|
|
10556
|
+
{
|
|
10557
|
+
d: "m201.47 185.445c.2-11.21-5.47-15.38-14.14-15.23-8.14.14-13.53 4.51-13.34 15.71l.03 1.91c2.41 1.27 5.13 2.16 8.12 2.61 1.75.27 3.59.39 5.5.37 1.83-.03 3.6-.19 5.27-.49 3.2-.56 6.08-1.62 8.59-3.13z",
|
|
10558
|
+
fill: accent
|
|
10559
|
+
}
|
|
10560
|
+
), /* @__PURE__ */ React106.createElement(
|
|
10561
|
+
"path",
|
|
10562
|
+
{
|
|
10563
|
+
d: "m195.58 162.265c.1-.59.14-1.21.13-1.87s-.07-1.3-.19-1.89c-.68-3.52-3.16-5.66-6.61-6.18-.59-.09-1.2-.13-1.84-.12s-1.31.07-1.92.18c-3.43.62-5.85 2.83-6.44 6.34-.1.59-.15 1.23-.14 1.89s.07 1.28.19 1.87c.68 3.5 3.16 5.64 6.61 6.16.61.09 1.25.14 1.92.13s1.25-.07 1.84-.17c3.44-.61 5.86-2.82 6.44-6.35z",
|
|
10564
|
+
fill: accent
|
|
10565
|
+
}
|
|
10566
|
+
), /* @__PURE__ */ React106.createElement(
|
|
10567
|
+
"path",
|
|
10568
|
+
{
|
|
10569
|
+
d: "m140.66 76.8245c.28-1.68.41-3.47.38-5.36-.03-1.92-.21-3.72-.54-5.42-1.96-10.09-9.07-16.23-18.95-17.7-1.69-.25-3.45-.37-5.29-.34s-3.75.2-5.49.52c-9.84 1.78-16.77 8.1-18.45 18.18-.28 1.7-.42 3.52-.39 5.43s.21 3.67.53 5.35c1.95 10.02 9.05 16.16 18.95 17.67 1.75.27 3.59.39 5.5.37 1.83-.03 3.6-.19 5.27-.49 9.85-1.74 16.8-8.09 18.46-18.21z",
|
|
10570
|
+
fill: gray
|
|
10571
|
+
}
|
|
10572
|
+
), /* @__PURE__ */ React106.createElement(
|
|
10573
|
+
"path",
|
|
10574
|
+
{
|
|
10575
|
+
d: "m130.75 90.1646c.2-11.21-5.47-15.38-14.14-15.23-8.14.14-13.53 4.51-13.34 15.71l.03 1.91c2.41 1.27 5.13 2.16 8.12 2.61 1.75.27 3.59.39 5.5.37 1.83-.03 3.6-.19 5.27-.49 3.2-.56 6.08-1.62 8.59-3.13z",
|
|
10576
|
+
fill: accent
|
|
10577
|
+
}
|
|
10578
|
+
), /* @__PURE__ */ React106.createElement(
|
|
10579
|
+
"path",
|
|
10580
|
+
{
|
|
10581
|
+
d: "m124.86 66.9843c.1-.59.14-1.2099.13-1.8699s-.07-1.3-.19-1.89c-.68-3.52-3.16-5.66-6.61-6.18-.59-.09-1.2-.13-1.84-.12s-1.31.07-1.92.18c-3.43.62-5.85 2.8299-6.44 6.3399-.1.59-.15 1.2301-.14 1.8901s.07 1.28.19 1.87c.68 3.5 3.16 5.64 6.61 6.16.61.09 1.25.14 1.92.13s1.25-.07 1.84-.17c3.44-.61 5.86-2.82 6.44-6.35z",
|
|
10582
|
+
fill: accent
|
|
10583
|
+
}
|
|
10584
|
+
), /* @__PURE__ */ React106.createElement(
|
|
10585
|
+
"path",
|
|
10586
|
+
{
|
|
10587
|
+
d: "m225.67 90.2845c.28-1.68.41-3.47.38-5.36s-.21-3.72-.54-5.42c-1.96-10.09-9.07-16.23-18.95-17.7-1.69-.25-3.45-.37-5.29-.34-1.91.03-3.75.2-5.49.52-9.84 1.78-16.77 8.1-18.45 18.18-.28 1.7-.42 3.52-.39 5.43.03 1.89.21 3.67.53 5.35 1.95 10.0195 9.05 16.1595 18.95 17.6695 1.75.27 3.59.39 5.5.37 1.83-.03 3.6-.19 5.27-.49 9.85-1.74 16.8-8.09 18.46-18.2095z",
|
|
10588
|
+
fill: accent
|
|
10589
|
+
}
|
|
10590
|
+
), /* @__PURE__ */ React106.createElement(
|
|
10591
|
+
"path",
|
|
10592
|
+
{
|
|
10593
|
+
d: "m215.76 103.625c.2-11.2105-5.47-15.3805-14.14-15.2305-8.14.14-13.53 4.51-13.34 15.7105l.03 1.91c2.41 1.27 5.13 2.16 8.12 2.61 1.75.27 3.59.39 5.5.37 1.83-.03 3.6-.19 5.27-.49 3.2-.56 6.08-1.62 8.59-3.13z",
|
|
10594
|
+
fill: gray
|
|
10595
|
+
}
|
|
10596
|
+
), /* @__PURE__ */ React106.createElement(
|
|
10597
|
+
"path",
|
|
10598
|
+
{
|
|
10599
|
+
d: "m209.87 80.4443c.1-.59.14-1.21.13-1.87s-.07-1.3-.19-1.89c-.68-3.52-3.16-5.66-6.61-6.18-.59-.09-1.2-.13-1.84-.12s-1.31.07-1.92.18c-3.43.62-5.85 2.83-6.44 6.34-.1.59-.15 1.23-.14 1.89s.07 1.28.19 1.87c.68 3.5 3.16 5.64 6.61 6.16.61.09 1.25.14 1.92.13s1.25-.07 1.84-.17c3.44-.61 5.86-2.82 6.44-6.35z",
|
|
10600
|
+
fill: gray
|
|
10601
|
+
}
|
|
10602
|
+
), /* @__PURE__ */ React106.createElement(
|
|
10603
|
+
"path",
|
|
10604
|
+
{
|
|
10605
|
+
d: "m49 224.005s64.83 7.71 98.2-.35v-117.41s-52.91 12.96-98.2-.7c0 0 .72 118.98 0 118.46z",
|
|
10606
|
+
fill: gray
|
|
10607
|
+
}
|
|
10608
|
+
), /* @__PURE__ */ React106.createElement("g", { stroke, strokeMiterlimit: "10", strokeWidth: "7" }, /* @__PURE__ */ React106.createElement("path", { d: "m62.9 145.154h70.41" }), /* @__PURE__ */ React106.createElement("path", { d: "m62.9 162.404h70.41" }), /* @__PURE__ */ React106.createElement("path", { d: "m62.9 179.654h70.41" }), /* @__PURE__ */ React106.createElement("path", { d: "m62.9 196.904h70.41" })), /* @__PURE__ */ React106.createElement(
|
|
10609
|
+
"path",
|
|
10610
|
+
{
|
|
10611
|
+
d: "m129.34 125.214c-3.3-2.92-8.33-2.61-11.24.69l-4.53 5.13 11.9 10.59 4.57-5.17c2.92-3.29 2.61-8.33-.69-11.24z",
|
|
10612
|
+
fill: blue
|
|
10613
|
+
}
|
|
10614
|
+
), /* @__PURE__ */ React106.createElement(
|
|
10615
|
+
"path",
|
|
10616
|
+
{
|
|
10617
|
+
d: "m108.78 136.434-20.85 23.57v.01l-7.76 20.79 19.69-10.24 20.85-23.57z",
|
|
10618
|
+
fill: blue
|
|
10619
|
+
}
|
|
10620
|
+
), /* @__PURE__ */ React106.createElement("path", { d: "m82.94 173.375-2.77 7.43 7.03-3.66z", fill: blue }));
|
|
10621
|
+
}
|
|
10622
|
+
var all_can_edit_default = AllCanEdit;
|
|
10623
|
+
|
|
10624
|
+
// src/illustrations/all-can-read.tsx
|
|
10625
|
+
var React107 = __toESM(require("react"));
|
|
10626
|
+
function AllCanRead(props) {
|
|
10627
|
+
const fill = getColorValue("illustrationGreyscaleFill");
|
|
10628
|
+
const accent = getColorValue("illustrationGreyscaleAccent");
|
|
10629
|
+
const strokeColor = getColorValue("illustrationStroke");
|
|
10630
|
+
return /* @__PURE__ */ React107.createElement("svg", __spreadValues({ fill: "none", height: "164", viewBox: "0 0 164 164", width: "164" }, props), /* @__PURE__ */ React107.createElement(
|
|
10631
|
+
"path",
|
|
10632
|
+
{
|
|
10633
|
+
d: "M89.228 103.102C75.9589 103.102 65.8505 96.2317 61.4851 84.2269C60.7218 82.1575 60.1314 79.9033 59.7259 77.5357C59.3144 75.1324 59.1116 72.7827 59.1295 70.5523C59.2309 57.7006 66.5244 47.801 79.1315 43.3939C81.3083 42.6305 83.6222 42.0342 85.9957 41.6286C88.2499 41.2291 90.534 41.0204 92.7704 40.9905C106.111 40.8534 116.321 47.7473 120.74 59.9012C121.515 62.0422 122.111 64.3203 122.517 66.6819C122.893 68.8467 123.095 70.9936 123.113 73.0749L123.125 73.0868V73.5818C123.042 86.505 115.748 96.4225 103.105 100.782C101.03 101.504 98.8056 102.07 96.5096 102.464C94.1241 102.875 91.7506 103.09 89.4546 103.102C89.383 103.102 89.3055 103.102 89.2339 103.102H89.228ZM93.1461 43.376C93.0268 43.376 92.9135 43.376 92.7942 43.376C90.6831 43.3998 88.5362 43.6026 86.4012 43.9724C84.1529 44.36 81.9702 44.9206 79.9187 45.6422C68.1465 49.7571 61.6104 58.6131 61.515 70.5702C61.4971 72.6634 61.6879 74.87 62.0755 77.1302C62.4572 79.3606 63.0118 81.4717 63.7275 83.4099C67.8126 94.6454 76.9369 100.794 89.4367 100.716C91.6015 100.704 93.8438 100.502 96.0981 100.114C98.2689 99.7443 100.362 99.2076 102.318 98.5277C113.84 94.5559 120.531 85.5926 120.728 73.9038V73.5639C120.74 71.4707 120.549 69.294 120.167 67.0934C119.786 64.863 119.225 62.722 118.498 60.7182C114.484 49.6855 105.252 43.382 93.1461 43.382V43.376Z",
|
|
10634
|
+
fill
|
|
10635
|
+
}
|
|
10636
|
+
), /* @__PURE__ */ React107.createElement(
|
|
10637
|
+
"path",
|
|
10638
|
+
{
|
|
10639
|
+
d: "M126.202 103.233C126.369 102.231 126.447 101.164 126.429 100.037C126.411 98.8916 126.304 97.8181 126.107 96.8043C124.938 90.787 120.698 87.1253 114.806 86.2487C113.798 86.0996 112.748 86.028 111.651 86.0459C110.512 86.0638 109.415 86.1652 108.377 86.356C102.509 87.4175 98.376 91.1866 97.3741 97.1979C97.2071 98.2117 97.1236 99.2971 97.1415 100.436C97.1594 101.575 97.2668 102.625 97.4576 103.627C98.6205 109.602 102.855 113.264 108.759 114.164C109.802 114.325 110.9 114.397 112.039 114.385C113.13 114.367 114.186 114.272 115.182 114.093C121.056 113.055 125.2 109.268 126.19 103.233H126.202Z",
|
|
10640
|
+
fill
|
|
10641
|
+
}
|
|
10642
|
+
), /* @__PURE__ */ React107.createElement(
|
|
10643
|
+
"path",
|
|
10644
|
+
{
|
|
10645
|
+
d: "M120.292 111.183C120.412 104.498 117.03 102.011 111.86 102.1C107.005 102.184 103.791 104.79 103.904 111.469L103.922 112.608C105.359 113.366 106.982 113.896 108.765 114.165C109.808 114.326 110.906 114.397 112.045 114.385C113.136 114.367 114.192 114.272 115.187 114.093C117.096 113.759 118.813 113.127 120.31 112.226L120.292 111.183Z",
|
|
10646
|
+
fill: accent
|
|
10647
|
+
}
|
|
10648
|
+
), /* @__PURE__ */ React107.createElement(
|
|
10649
|
+
"path",
|
|
10650
|
+
{
|
|
10651
|
+
d: "M116.78 97.3651C116.839 97.0132 116.863 96.6435 116.857 96.2499C116.851 95.8563 116.815 95.4746 116.744 95.1227C116.338 93.0235 114.859 91.7473 112.802 91.4372C112.45 91.3835 112.086 91.3597 111.705 91.3656C111.323 91.3716 110.923 91.4074 110.56 91.473C108.514 91.8427 107.071 93.1607 106.719 95.2539C106.659 95.6058 106.63 95.9875 106.636 96.3811C106.641 96.7747 106.677 97.1444 106.749 97.4963C107.154 99.5835 108.633 100.86 110.691 101.17C111.055 101.224 111.436 101.253 111.836 101.247C112.235 101.241 112.581 101.206 112.933 101.146C114.985 100.782 116.428 99.4643 116.774 97.3591L116.78 97.3651Z",
|
|
10652
|
+
fill: accent
|
|
10653
|
+
}
|
|
10654
|
+
), /* @__PURE__ */ React107.createElement(
|
|
10655
|
+
"path",
|
|
10656
|
+
{
|
|
10657
|
+
d: "M84.0275 46.4118C84.1945 45.4099 84.2721 44.3424 84.2542 43.2153C84.2363 42.0703 84.1289 40.9968 83.9321 39.983C82.7632 33.9657 78.5231 30.304 72.631 29.4274C71.6232 29.2783 70.5736 29.2067 69.4763 29.2246C68.379 29.2425 67.2399 29.3439 66.2022 29.5347C60.334 30.5963 56.2012 34.3653 55.1993 40.3766C55.0323 41.3904 54.9488 42.4758 54.9667 43.6149C54.9846 44.7539 55.092 45.8035 55.2828 46.8054C56.4457 52.781 60.6799 56.4427 66.5839 57.3432C67.6275 57.5042 68.7248 57.5757 69.8639 57.5638C70.9552 57.5459 72.0108 57.4505 73.0067 57.2716C78.8809 56.2339 83.0256 52.447 84.0156 46.4118H84.0275Z",
|
|
10658
|
+
fill
|
|
10659
|
+
}
|
|
10660
|
+
), /* @__PURE__ */ React107.createElement(
|
|
10661
|
+
"path",
|
|
10662
|
+
{
|
|
10663
|
+
d: "M78.1234 54.3611C78.2427 47.6758 74.8613 45.189 69.6908 45.2784C64.8364 45.3619 61.622 47.968 61.7353 54.6473L61.7532 55.7864C63.1905 56.5438 64.8126 57.0745 66.5957 57.3429C67.6393 57.5039 68.7366 57.5755 69.8757 57.5635C70.967 57.5456 72.0226 57.4502 73.0185 57.2713C74.9269 56.9374 76.6444 56.3052 78.1413 55.4047L78.1234 54.3611Z",
|
|
10664
|
+
fill: accent
|
|
10665
|
+
}
|
|
10666
|
+
), /* @__PURE__ */ React107.createElement(
|
|
10667
|
+
"path",
|
|
10668
|
+
{
|
|
10669
|
+
d: "M74.6049 40.5433C74.6645 40.1914 74.6883 39.8217 74.6824 39.4281C74.6764 39.0345 74.6406 38.6528 74.5691 38.301C74.1635 36.2018 72.6846 34.9255 70.6271 34.6154C70.2753 34.5618 69.9115 34.5379 69.5298 34.5439C69.1481 34.5498 68.7486 34.5856 68.3848 34.6512C66.3393 35.021 64.8961 36.3389 64.5442 38.4322C64.4846 38.784 64.4547 39.1657 64.4607 39.5593C64.4667 39.9529 64.5025 40.3226 64.574 40.6745C64.9795 42.7618 66.4585 44.038 68.516 44.3481C68.8798 44.4018 69.2614 44.4316 69.661 44.4256C70.0606 44.4196 70.4065 44.3839 70.7583 44.3242C72.8098 43.9604 74.253 42.6425 74.5989 40.5373L74.6049 40.5433Z",
|
|
10670
|
+
fill: accent
|
|
10671
|
+
}
|
|
10672
|
+
), /* @__PURE__ */ React107.createElement(
|
|
10673
|
+
"path",
|
|
10674
|
+
{
|
|
10675
|
+
d: "M134.724 54.4387C134.891 53.4368 134.969 52.3693 134.951 51.2422C134.933 50.115 134.826 49.0237 134.629 48.0099C133.46 41.9926 129.22 38.3309 123.328 37.4542C122.32 37.3051 121.27 37.2336 120.173 37.2515C119.034 37.2694 117.937 37.3707 116.899 37.5616C111.031 38.6231 106.898 42.3921 105.896 48.4035C105.729 49.4173 105.646 50.5027 105.664 51.6417C105.681 52.7689 105.789 53.8304 105.98 54.8323C107.142 60.8078 111.377 64.4695 117.281 65.37C118.324 65.531 119.422 65.6026 120.561 65.5907C121.652 65.5728 122.708 65.4774 123.704 65.2985C129.578 64.2608 133.722 60.4739 134.712 54.4387H134.724Z",
|
|
10676
|
+
fill: accent
|
|
10677
|
+
}
|
|
10678
|
+
), /* @__PURE__ */ React107.createElement(
|
|
10679
|
+
"path",
|
|
10680
|
+
{
|
|
10681
|
+
d: "M128.821 62.3882C128.94 55.7029 125.559 53.2161 120.388 53.3055C115.534 53.389 112.319 55.9951 112.433 62.6744L112.45 63.8135C113.888 64.5709 115.51 65.1016 117.293 65.37C118.337 65.531 119.434 65.6026 120.573 65.5906C121.664 65.5727 122.72 65.4773 123.716 65.2984C125.624 64.9645 127.342 64.3323 128.839 63.4318L128.821 62.3882Z",
|
|
10682
|
+
fill
|
|
10683
|
+
}
|
|
10684
|
+
), /* @__PURE__ */ React107.createElement(
|
|
10685
|
+
"path",
|
|
10686
|
+
{
|
|
10687
|
+
d: "M125.302 48.5704C125.362 48.2185 125.386 47.8488 125.38 47.4552C125.374 47.0616 125.338 46.6799 125.266 46.3281C124.861 44.2289 123.382 42.9526 121.324 42.6425C120.973 42.5889 120.609 42.565 120.227 42.571C119.845 42.5769 119.446 42.6127 119.082 42.6783C117.037 43.0481 115.593 44.366 115.241 46.4593C115.182 46.8111 115.152 47.1928 115.158 47.5864C115.164 47.98 115.2 48.3497 115.271 48.7016C115.677 50.7889 117.156 52.0651 119.213 52.3752C119.577 52.4289 119.959 52.4587 120.358 52.4527C120.758 52.4467 121.104 52.411 121.456 52.3513C123.507 51.9875 124.95 50.6696 125.296 48.5644L125.302 48.5704Z",
|
|
10688
|
+
fill
|
|
10689
|
+
}
|
|
10690
|
+
), /* @__PURE__ */ React107.createElement(
|
|
10691
|
+
"path",
|
|
10692
|
+
{
|
|
10693
|
+
d: "M29.2217 133.063C29.2217 133.063 67.8839 137.661 87.7846 132.855V62.8357C87.7846 62.8357 56.231 70.5645 29.2217 62.4182C29.2217 62.4182 29.6511 133.374 29.2217 133.063Z",
|
|
10694
|
+
fill
|
|
10695
|
+
}
|
|
10696
|
+
), /* @__PURE__ */ React107.createElement(
|
|
10697
|
+
"path",
|
|
10698
|
+
{
|
|
10699
|
+
d: "M37.5054 86.04H79.5013",
|
|
10700
|
+
stroke: strokeColor,
|
|
10701
|
+
strokeWidth: "7",
|
|
10702
|
+
strokeMiterlimit: "10"
|
|
10703
|
+
}
|
|
10704
|
+
), /* @__PURE__ */ React107.createElement(
|
|
10705
|
+
"path",
|
|
10706
|
+
{
|
|
10707
|
+
d: "M37.5054 96.333H79.5013",
|
|
10708
|
+
stroke: strokeColor,
|
|
10709
|
+
strokeWidth: "7",
|
|
10710
|
+
strokeMiterlimit: "10"
|
|
10711
|
+
}
|
|
10712
|
+
), /* @__PURE__ */ React107.createElement(
|
|
10713
|
+
"path",
|
|
10714
|
+
{
|
|
10715
|
+
d: "M37.5054 106.62H79.5013",
|
|
10716
|
+
stroke: strokeColor,
|
|
10717
|
+
strokeWidth: "7",
|
|
10718
|
+
strokeMiterlimit: "10"
|
|
10719
|
+
}
|
|
10720
|
+
), /* @__PURE__ */ React107.createElement(
|
|
10721
|
+
"path",
|
|
10722
|
+
{
|
|
10723
|
+
d: "M37.5054 116.908H79.5013",
|
|
10724
|
+
stroke: strokeColor,
|
|
10725
|
+
strokeWidth: "7",
|
|
10726
|
+
strokeMiterlimit: "10"
|
|
10727
|
+
}
|
|
10728
|
+
));
|
|
10729
|
+
}
|
|
10730
|
+
var all_can_read_default = AllCanRead;
|
|
10731
|
+
|
|
10732
|
+
// src/illustrations/calendar.tsx
|
|
10733
|
+
var React108 = __toESM(require("react"));
|
|
10734
|
+
function Calendar(props) {
|
|
10735
|
+
const blue = getColorValue("illustrationAccent");
|
|
10736
|
+
const orange = getColorValue("illustrationOrange");
|
|
10737
|
+
const line = getColorValue("illustrationLine");
|
|
10738
|
+
return /* @__PURE__ */ React108.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React108.createElement(
|
|
10739
|
+
"path",
|
|
10740
|
+
{
|
|
10741
|
+
d: "m217.84 60.1699-10.45 161.0201h25.43l-7.18-161.0201z",
|
|
10742
|
+
fill: blue
|
|
10743
|
+
}
|
|
10744
|
+
), /* @__PURE__ */ React108.createElement(
|
|
10745
|
+
"path",
|
|
10746
|
+
{
|
|
10747
|
+
d: "m51.45 60.1699-10.45 161.0201h180.21l5.53-161.0201z",
|
|
10748
|
+
fill: orange
|
|
10749
|
+
}
|
|
10750
|
+
), /* @__PURE__ */ React108.createElement(
|
|
10751
|
+
"path",
|
|
10752
|
+
{
|
|
10753
|
+
d: "m226.75 60.1699h-8.91l-10.45 161.0201h13.82l5.05-147.0201z",
|
|
10754
|
+
fill: getColorValue("tealDark")
|
|
10755
|
+
}
|
|
10756
|
+
), /* @__PURE__ */ React108.createElement("path", { d: "m233.76 54h-191.51v37.17h191.51z", fill: orange }), /* @__PURE__ */ React108.createElement(
|
|
10757
|
+
"path",
|
|
10758
|
+
{
|
|
10759
|
+
d: "m49.43 91.1699h176.25l1.06-31h-175.29z",
|
|
10760
|
+
fill: illustrationColors.staticRed
|
|
10761
|
+
}
|
|
10762
|
+
), /* @__PURE__ */ React108.createElement("g", { fill: line }, /* @__PURE__ */ React108.createElement("path", { d: "m77.9198 110.658c.04-2.4-1.07-2.47-1.35-.09-.38 3.37-.7 6.93-1.01 11.5-.28 5.19-.14 6.49-.39 10-.38 5.93-1.34 15.92-1.58 18.33-.03.36-.06.71-.08 1.07-.12 2.56-.68 13.77-1.39 23.42-.44 6.81-.71 11.03-.85 13.24-.33 5.2-.47 9.1-.5 12.93-.02 2.1.95 2.17 1.2.08.46-3.8.83-7.68 1.17-12.89.13-2.02.67-6.22 1.1-12.16.07-.97.11-1.94.14-2.9.18-8.31.98-19.07.98-19.07s1.05-16.06 1.49-22.84c.33-5.11.49-7.56.58-9.07.29-4.57.43-8.13.49-11.53z" }), /* @__PURE__ */ React108.createElement("path", { d: "m129.17 110.658c.04-2.4-1.07-2.47-1.35-.09-.38 3.37-.7 6.93-1.01 11.5-.28 5.19-.14 6.49-.39 10-.38 5.93-1.34 15.92-1.58 18.33-.03.36-.06.71-.08 1.07-.12 2.56-.68 13.77-1.39 23.42-.44 6.81-.71 11.03-.85 13.24-.33 5.2-.47 9.1-.5 12.93-.02 2.1.95 2.17 1.2.08.46-3.8.83-7.68 1.17-12.89.13-2.02.67-6.22 1.1-12.16.07-.97.11-1.94.14-2.9.18-8.31.98-19.07.98-19.07s1.05-16.06 1.49-22.84c.33-5.11.49-7.56.58-9.07.29-4.57.43-8.13.49-11.53z" }), /* @__PURE__ */ React108.createElement("path", { d: "m180.42 110.658c.04-2.4-1.07-2.47-1.35-.09-.38 3.37-.7 6.93-1.01 11.5-.28 5.19-.14 6.49-.39 10-.38 5.93-1.34 15.92-1.58 18.33-.03.36-.06.71-.08 1.07-.12 2.56-.68 13.77-1.39 23.42-.44 6.81-.71 11.03-.85 13.24-.33 5.2-.47 9.1-.5 12.93-.02 2.1.95 2.17 1.2.08.46-3.8.83-7.68 1.17-12.89.13-2.02.67-6.22 1.1-12.16.07-.97.11-1.94.14-2.9.18-8.31.98-19.07.98-19.07s1.05-16.06 1.49-22.84c.33-5.11.49-7.56.58-9.07.29-4.57.43-8.13.49-11.53z" }), /* @__PURE__ */ React108.createElement("path", { d: "m202.23 125.409c3.73-.1 3.74-1.22 0-1.35-5.29-.18-10.85-.29-17.99-.32-8.1.03-10.12.25-15.6.21-9.27-.03-24.91-.39-28.68-.48-.56-.01-1.11-.02-1.67-.01-3.99.03-21.51.14-36.59.01-10.6501-.03-17.2401-.05-20.6901-.06-8.13-.02-14.21.08-20.17.27-3.28.11-3.28 1.08 0 1.2 5.96.23 12.04.37 20.17.4 3.16.01 9.74.3 19.0401.38 1.51.01 3.03 0 4.53-.04 12.96-.32 29.79-.16 29.79-.16s25.11.09 35.7.12c7.98.02 11.82.03 14.18.04 7.15.02 12.7-.05 18-.2z" }), /* @__PURE__ */ React108.createElement("path", { d: "m202.23 167.938c3.73-.1 3.74-1.22 0-1.35-5.29-.18-10.85-.29-17.99-.32-8.1.03-10.12.25-15.6.21-9.27-.03-24.91-.39-28.68-.48-.56-.01-1.11-.02-1.67-.01-3.99.03-21.51.14-36.59.01-10.6501-.03-17.2401-.05-20.6901-.06-8.13-.02-14.21.08-20.17.27-3.28.11-3.28 1.08 0 1.2 5.96.23 12.04.37 20.17.4 3.16.01 9.74.3 19.0401.38 1.51.01 3.03 0 4.53-.04 12.96-.32 29.79-.16 29.79-.16s25.11.09 35.7.12c7.98.02 11.82.03 14.18.04 7.15.02 12.7-.05 18-.2z" })));
|
|
10763
|
+
}
|
|
10764
|
+
var calendar_default = Calendar;
|
|
10765
|
+
|
|
10766
|
+
// src/illustrations/cannot-edit.tsx
|
|
10767
|
+
var React109 = __toESM(require("react"));
|
|
10768
|
+
function CannotEdit(props) {
|
|
10769
|
+
const gray = getColorValue("illustrationGray");
|
|
10770
|
+
const accent = getColorValue("illustrationAccentGray");
|
|
10771
|
+
const line = getColorValue("illustrationStroke");
|
|
10772
|
+
return /* @__PURE__ */ React109.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React109.createElement("clipPath", { id: "a" }, /* @__PURE__ */ React109.createElement("path", { d: "m0 0h275v275h-275z" })), /* @__PURE__ */ React109.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ React109.createElement(
|
|
10773
|
+
"path",
|
|
10774
|
+
{
|
|
10775
|
+
d: "m252.19 144h-10.33l-4.97-12.52h-27.99c.44-25.89 3.08-49.87 7.82-71.48h-135.86c-.4 3.92-.76 7.89-1.1 11.88h-39.17l4.97 12.53h49.51l4.97 12.53h-21.99c0 .16-.02.32-.03.48l-.19-.48h-59.83l4.97 12.53h17.63l4.97 12.53h31.62c-.11 5.4-.17 10.83-.17 16.32 0 17.97.55 35.37 1.6 52.21h-23.58l4.97 12.53h-14.95l4.97 12.53h166.35c-2.33-10.82-4.12-22.23-5.38-34.19h-21.76l-4.97-12.53h17.38l-4.97-12.53 60.49.18-4.97-12.53z",
|
|
10776
|
+
fill: gray
|
|
10777
|
+
}
|
|
10778
|
+
), /* @__PURE__ */ React109.createElement("g", { fill: accent }, /* @__PURE__ */ React109.createElement("path", { d: "m77.1799 122h28.8201l-4.97-12.53h-23.8501z" }), /* @__PURE__ */ React109.createElement("path", { d: "m81.11 215.6h28.82l-4.97-12.54h-24.74z" }), /* @__PURE__ */ React109.createElement("path", { d: "m208.17 143.83h-18.28l4.97 12.54h4.58 8.73z" })), /* @__PURE__ */ React109.createElement(
|
|
10779
|
+
"path",
|
|
10780
|
+
{
|
|
10781
|
+
d: "m161.94 117.29c-2.34-2.07-5.91-1.85-7.98.49l-3.22 3.64 8.45 7.52 3.25-3.67c2.07-2.34 1.85-5.91-.49-7.98z",
|
|
10782
|
+
fill: line
|
|
10783
|
+
}
|
|
10784
|
+
), /* @__PURE__ */ React109.createElement(
|
|
10785
|
+
"path",
|
|
10786
|
+
{
|
|
10787
|
+
d: "m147.34 125.25-14.8 16.74-5.51 14.76 13.98-7.27v.01l14.81-16.74z",
|
|
10788
|
+
fill: line
|
|
10789
|
+
}
|
|
10790
|
+
), /* @__PURE__ */ React109.createElement("path", { d: "m129 151.479-1.97 5.27 4.99-2.6z", fill: line }), /* @__PURE__ */ React109.createElement(
|
|
10791
|
+
"path",
|
|
10792
|
+
{
|
|
10793
|
+
d: "m124.07 113.84 44.88 44.88",
|
|
10794
|
+
stroke: line,
|
|
10795
|
+
strokeMiterlimit: 10,
|
|
10796
|
+
strokeWidth: "5.94"
|
|
10797
|
+
}
|
|
10798
|
+
), /* @__PURE__ */ React109.createElement(
|
|
10799
|
+
"path",
|
|
10800
|
+
{
|
|
10801
|
+
d: "m177.58 143.5c.4-2.24.61-4.62.61-7.14s-.21-4.97-.62-7.23c-2.42-13.49-11.8-21.81-24.94-23.95-2.24-.36-4.59-.55-7.04-.55-2.55 0-5 .2-7.33.59-13.15 2.2-22.51 10.49-24.94 23.91-.41 2.27-.62 4.68-.62 7.23s.21 4.9.61 7.14c2.41 13.4 11.77 21.71 24.95 23.91 2.33.39 4.78.59 7.33.59 2.45 0 4.8-.19 7.04-.55 13.16-2.14 22.55-10.47 24.95-23.95z",
|
|
10802
|
+
stroke: line,
|
|
10803
|
+
strokeMiterlimit: 10,
|
|
10804
|
+
strokeWidth: "5.94"
|
|
10805
|
+
}
|
|
10806
|
+
)));
|
|
10807
|
+
}
|
|
10808
|
+
var cannot_edit_default = CannotEdit;
|
|
10809
|
+
|
|
10810
|
+
// src/illustrations/capture-users.tsx
|
|
10811
|
+
var React110 = __toESM(require("react"));
|
|
10812
|
+
function CaptureUsers(props) {
|
|
10813
|
+
const purple = getColorValue("illustrationPurple");
|
|
10814
|
+
const orange = getColorValue("illustrationOrange");
|
|
10815
|
+
const gray = getColorValue("illustrationLine");
|
|
10816
|
+
return /* @__PURE__ */ React110.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React110.createElement(
|
|
10817
|
+
"path",
|
|
10818
|
+
{
|
|
10819
|
+
d: "m100.964 133.055c.47-2.87.7-5.91.65-9.12-.04-3.26-.36-6.34-.92-9.22-3.3296-17.1798-15.4396-27.6298-32.2596-30.1298-2.87-.43-5.8699-.62-8.9999-.58s-6.38.35-9.3501.88c-16.75 3.03-28.5499 13.79-31.4099 30.9598-.48 2.9-.71 5.98-.67 9.25.04 3.21.35 6.25.91 9.1 3.31 17.06 15.41 27.51 32.27 30.08 2.98.46 6.11.67 9.37.63 3.2599-.04 6.12-.32 8.98-.83 16.77-2.96 28.6-13.76 31.4295-31.01z",
|
|
10820
|
+
fill: purple
|
|
10821
|
+
}
|
|
10822
|
+
), /* @__PURE__ */ React110.createElement(
|
|
10823
|
+
"path",
|
|
10824
|
+
{
|
|
10825
|
+
d: "m84.0945 155.755c.35-19.09-9.32-26.19-24.08-25.93-13.85.24-23.04 7.67-22.71 26.75l.06 3.25c4.1 2.17 8.74 3.67 13.82 4.45 2.98.46 6.11.67 9.37.63 3.12-.04 6.12-.32 8.98-.83 5.44-.96 10.35-2.76 14.62-5.33l-.05-2.98z",
|
|
10826
|
+
fill: illustrationColors.staticDarkBlue
|
|
10827
|
+
}
|
|
10828
|
+
), /* @__PURE__ */ React110.createElement(
|
|
10829
|
+
"path",
|
|
10830
|
+
{
|
|
10831
|
+
d: "m74.0641 116.306c.16-1 .24-2.06.23-3.18-.02-1.14-.12-2.21-.32-3.22-1.16-5.99-5.39-9.64-11.26-10.5103-1-.15-2.05-.22-3.14-.2s-2.23.12-3.26.31c-5.84 1.0603-9.96 4.8103-10.96 10.8003-.17 1.01-.25 2.09-.23 3.23.02 1.12.12 2.18.32 3.18 1.16 5.95 5.38 9.6 11.26 10.5 1.04.16 2.13.23 3.27.22 1.09-.01 2.14-.11 3.13-.29 5.85-1.03 9.98-4.8 10.97-10.82z",
|
|
10832
|
+
fill: illustrationColors.staticDarkBlue
|
|
10833
|
+
}
|
|
10834
|
+
), /* @__PURE__ */ React110.createElement(
|
|
10835
|
+
"path",
|
|
10836
|
+
{
|
|
10837
|
+
d: "m173.514 133.055c.47-2.87.7-5.91.65-9.12-.04-3.26-.36-6.34-.92-9.22-3.33-17.1798-15.44-27.6298-32.26-30.1298-2.87-.43-5.87-.62-9-.58s-6.38.35-9.35.88c-16.75 3.03-28.5497 13.79-31.4097 30.9598-.48 2.9-.71 5.98-.67 9.25s.35 6.25.91 9.1c3.31 17.06 15.4097 27.51 32.2697 30.08 2.98.46 6.11.67 9.37.63s6.12-.32 8.98-.83c16.77-2.96 28.6-13.76 31.43-31.01z",
|
|
10838
|
+
fill: purple
|
|
10839
|
+
}
|
|
10840
|
+
), /* @__PURE__ */ React110.createElement(
|
|
10841
|
+
"path",
|
|
10842
|
+
{
|
|
10843
|
+
d: "m156.644 155.755c.35-19.09-9.32-26.19-24.08-25.93-13.85.24-23.04 7.67-22.71 26.75l.06 3.25c4.1 2.17 8.74 3.67 13.82 4.45 2.98.46 6.11.67 9.37.63 3.12-.04 6.12-.32 8.98-.83 5.44-.96 10.35-2.76 14.62-5.33l-.05-2.98z",
|
|
10844
|
+
fill: illustrationColors.staticDarkBlue
|
|
10845
|
+
}
|
|
10846
|
+
), /* @__PURE__ */ React110.createElement(
|
|
10847
|
+
"path",
|
|
10848
|
+
{
|
|
10849
|
+
d: "m146.615 116.306c.16-1 .24-2.06.23-3.18-.02-1.14-.12-2.21-.32-3.22-1.16-5.99-5.39-9.64-11.26-10.5103-1-.15-2.05-.22-3.14-.2s-2.23.12-3.26.31c-5.84 1.0603-9.96 4.8103-10.96 10.8003-.17 1.01-.25 2.09-.23 3.23.02 1.12.12 2.18.32 3.18 1.16 5.95 5.38 9.6 11.26 10.5 1.04.16 2.13.23 3.27.22 1.09-.01 2.14-.11 3.13-.29 5.85-1.03 9.98-4.8 10.97-10.82z",
|
|
10850
|
+
fill: illustrationColors.staticDarkBlue
|
|
10851
|
+
}
|
|
10852
|
+
), /* @__PURE__ */ React110.createElement(
|
|
10853
|
+
"path",
|
|
10854
|
+
{
|
|
10855
|
+
d: "m101.624 123.936c-.04-3.26-.36-6.34-.92-9.22-.9097-4.68-2.4897-8.85-4.6197-12.5-2.34 3.95-4 8.5-4.86 13.63-.48 2.9-.71 5.98-.67 9.25.04 3.22.35 6.25.91 9.1.91 4.7 2.51 8.87 4.67 12.54 2.34-3.96 3.9897-8.53 4.8397-13.67.47-2.87.7-5.91.65-9.12z",
|
|
10856
|
+
fill: illustrationColors.staticRed
|
|
10857
|
+
}
|
|
10858
|
+
), /* @__PURE__ */ React110.createElement(
|
|
10859
|
+
"path",
|
|
10860
|
+
{
|
|
10861
|
+
d: "m245.804 133.055c.47-2.87.7-5.91.65-9.12-.04-3.26-.36-6.34-.92-9.22-3.33-17.1798-15.44-27.6298-32.26-30.1298-2.87-.43-5.87-.62-9-.58s-6.38.35-9.35.88c-16.75 3.03-28.55 13.79-31.41 30.9598-.48 2.9-.71 5.98-.67 9.25.04 3.21.35 6.25.91 9.1 3.31 17.06 15.41 27.51 32.27 30.08 2.98.46 6.11.67 9.37.63s6.12-.32 8.98-.83c16.77-2.96 28.6-13.76 31.43-31.01z",
|
|
10862
|
+
fill: purple
|
|
10863
|
+
}
|
|
10864
|
+
), /* @__PURE__ */ React110.createElement(
|
|
10865
|
+
"path",
|
|
10866
|
+
{
|
|
10867
|
+
d: "m228.934 155.755c.35-19.09-9.32-26.19-24.08-25.93-13.85.24-23.04 7.67-22.71 26.75l.06 3.25c4.1 2.17 8.74 3.67 13.82 4.45 2.98.46 6.11.67 9.37.63 3.12-.04 6.12-.32 8.98-.83 5.44-.96 10.35-2.76 14.62-5.33l-.05-2.98z",
|
|
10868
|
+
fill: illustrationColors.staticDarkBlue
|
|
10869
|
+
}
|
|
10870
|
+
), /* @__PURE__ */ React110.createElement(
|
|
10871
|
+
"path",
|
|
10872
|
+
{
|
|
10873
|
+
d: "m218.904 116.306c.16-1 .24-2.06.23-3.18-.02-1.14-.12-2.21-.32-3.22-1.16-5.99-5.39-9.64-11.26-10.5103-1-.15-2.05-.22-3.14-.2-1.14.02-2.23.12-3.26.31-5.84 1.0603-9.96 4.8103-10.96 10.8003-.17 1.01-.25 2.09-.23 3.23.02 1.12.12 2.18.32 3.18 1.16 5.95 5.38 9.6 11.26 10.5 1.04.16 2.13.23 3.27.22 1.09-.01 2.14-.11 3.13-.29 5.85-1.03 9.98-4.8 10.97-10.82z",
|
|
10874
|
+
fill: illustrationColors.staticDarkBlue
|
|
10875
|
+
}
|
|
10876
|
+
), /* @__PURE__ */ React110.createElement(
|
|
10877
|
+
"path",
|
|
10878
|
+
{
|
|
10879
|
+
d: "m173.914 123.936c-.04-3.26-.36-6.34-.92-9.22-.91-4.68-2.49-8.85-4.62-12.5-2.34 3.95-4 8.5-4.86 13.63-.48 2.9-.71 5.98-.67 9.25.04 3.22.35 6.25.91 9.1.91 4.7 2.51 8.87 4.67 12.54 2.34-3.96 3.99-8.53 4.84-13.67.47-2.87.7-5.91.65-9.12z",
|
|
10880
|
+
fill: illustrationColors.staticRed
|
|
10881
|
+
}
|
|
10882
|
+
), /* @__PURE__ */ React110.createElement(
|
|
10883
|
+
"path",
|
|
10884
|
+
{
|
|
10885
|
+
d: "m256.834 172.276c.28-1.73.42-3.57.39-5.51-.03-1.97-.22-3.83-.55-5.58-2.01-10.39-9.33-16.7-19.5-18.21-1.73-.26-3.55-.38-5.44-.35-1.97.03-3.86.21-5.65.53-10.12 1.83-17.26 8.33-18.99 18.71-.29 1.75-.43 3.62-.4 5.59.03 1.94.21 3.78.55 5.5 2 10.31 9.32 16.63 19.5 18.18 1.8.28 3.69.41 5.66.38 1.89-.03 3.7-.2 5.43-.5 10.14-1.79 17.29-8.32 19-18.74z",
|
|
10886
|
+
fill: orange
|
|
10887
|
+
}
|
|
10888
|
+
), /* @__PURE__ */ React110.createElement(
|
|
10889
|
+
"path",
|
|
10890
|
+
{
|
|
10891
|
+
d: "m206.765 164.846c2.63-.1 5.17-.35 7.61-.78 12.78-2.26 22.68-9.08 27.92-19.83-1.61-.57-3.32-.99-5.12-1.26-1.73-.26-3.55-.38-5.44-.35-1.97.03-3.86.21-5.65.53-10.12 1.83-17.26 8.33-18.99 18.71-.16.96-.26 1.95-.33 2.98z",
|
|
10892
|
+
fill: illustrationColors.staticRed
|
|
10893
|
+
}
|
|
10894
|
+
), /* @__PURE__ */ React110.createElement("g", { fill: gray }, /* @__PURE__ */ React110.createElement("path", { d: "m219.532 167.372c-.73.12-.73 1.23 0 1.35 1.04.17 2.14.25 3.54.26 1.59-.05 1.99-.28 3.07-.26 1.83 0 4.91.31 5.65.39.11.01.22.01.33 0 .79-.04 4.24-.21 7.2-.13h4.07c1.6 0 2.8-.12 3.97-.33.65-.12.65-1.09 0-1.2-1.17-.21-2.37-.33-3.97-.33-.62 0-1.92-.27-3.75-.31-.3 0-.6.01-.89.05-2.55.36-5.87.26-5.87.26s-4.94 0-7.03 0c-1.57 0-2.33 0-2.79 0-1.41 0-2.5.1-3.54.26z" }), /* @__PURE__ */ React110.createElement("path", { d: "m234.012 154.073c-.12-.73-1.23-.73-1.35 0-.17 1.04-.25 2.14-.26 3.54.05 1.59.28 1.99.26 3.07 0 1.83-.31 4.91-.39 5.65-.01.11-.01.22 0 .33.04.79.21 4.24.13 7.2v4.07c0 1.6.12 2.8.33 3.97.12.65 1.09.65 1.2 0 .21-1.17.33-2.37.33-3.97 0-.62.27-1.92.31-3.75 0-.3-.01-.6-.05-.89-.36-2.55-.26-5.87-.26-5.87s0-4.94 0-7.03c0-1.57 0-2.33 0-2.79 0-1.41-.1-2.5-.26-3.54z" })));
|
|
10895
|
+
}
|
|
10896
|
+
var capture_users_default = CaptureUsers;
|
|
10897
|
+
|
|
10898
|
+
// src/illustrations/chat-avatars.tsx
|
|
10899
|
+
var React111 = __toESM(require("react"));
|
|
10900
|
+
function ChatAvatars(props) {
|
|
10901
|
+
const orange = getColorValue("illustrationOrange");
|
|
10902
|
+
const purple = getColorValue("illustrationPurple");
|
|
10903
|
+
const line = getColorValue("illustrationLine");
|
|
10904
|
+
return /* @__PURE__ */ React111.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React111.createElement(
|
|
10905
|
+
"path",
|
|
10906
|
+
{
|
|
10907
|
+
d: "m183.1 60.9533c.16-.99.24-2.04.22-3.15-.02-1.13-.12-2.19-.32-3.19-1.15-5.94-5.34-9.55-11.15-10.41-.99-.15-2.03-.22-3.11-.2-1.13.02-2.2.12-3.23.31-5.79 1.05-9.87 4.77-10.86 10.7-.17 1-.25 2.07-.23 3.2s.12 2.16.31 3.15c1.14 5.9 5.33 9.51 11.15 10.4 1.03.16 2.11.23 3.24.22s2.12-.11 3.1-.29c5.8-1.02 9.88-4.76 10.86-10.72z",
|
|
10908
|
+
fill: orange
|
|
10909
|
+
}
|
|
10910
|
+
), /* @__PURE__ */ React111.createElement(
|
|
10911
|
+
"path",
|
|
10912
|
+
{
|
|
10913
|
+
d: "m173.89 54.0629c0 .39-.02.75-.08 1.1v.01c-.34 2.08-1.77 3.38-3.79 3.74-.34.06-.69.1-1.08.1s-.77-.03-1.13-.08c-2.03-.31-3.49-1.57-3.89-3.63-.07-.35-.11-.71-.11-1.1-.01-.39.02-.76.08-1.11.35-2.07 1.77-3.36 3.79-3.73.36-.07.76-.1 1.13-.11s.73.02 1.08.07c2.03.3 3.49 1.56 3.89 3.63.07.35.11.72.11 1.11z",
|
|
10914
|
+
fill: illustrationColors.staticRed
|
|
10915
|
+
}
|
|
10916
|
+
), /* @__PURE__ */ React111.createElement(
|
|
10917
|
+
"path",
|
|
10918
|
+
{
|
|
10919
|
+
d: "m168.95 59.8432c5.1-.09 8.44 2.36 8.32 8.96l.02 1.03c-1.47.89-3.17 1.51-5.05 1.84-.98.18-2.02.28-3.1.29-1.13.01-2.21-.06-3.24-.22-1.76-.27-3.36-.79-4.78-1.54l-.02-1.12c-.11-6.59 3.06-9.16 7.85-9.24z",
|
|
10920
|
+
fill: illustrationColors.staticRed
|
|
10921
|
+
}
|
|
10922
|
+
), /* @__PURE__ */ React111.createElement(
|
|
10923
|
+
"path",
|
|
10924
|
+
{
|
|
10925
|
+
d: "m194.82 220.604c.16-.99.24-2.04.22-3.15s-.12-2.19-.32-3.19c-1.15-5.94-5.34-9.55-11.15-10.41-.99-.15-2.03-.22-3.11-.2s-2.2.12-3.23.31c-5.79 1.05-9.87 4.77-10.86 10.7-.17 1-.25 2.07-.23 3.2.02 1.11.12 2.16.31 3.15 1.14 5.9 5.33 9.51 11.15 10.4 1.03.16 2.11.23 3.24.22s2.12-.11 3.1-.29c5.8-1.02 9.88-4.76 10.86-10.72z",
|
|
10926
|
+
fill: orange
|
|
10927
|
+
}
|
|
10928
|
+
), /* @__PURE__ */ React111.createElement(
|
|
10929
|
+
"path",
|
|
10930
|
+
{
|
|
10931
|
+
d: "m185.6 213.713c0 .39-.02.75-.08 1.1v.01c-.34 2.08-1.77 3.38-3.79 3.74-.34.06-.69.1-1.08.1s-.77-.03-1.13-.08c-2.03-.31-3.49-1.57-3.89-3.63-.07-.35-.1-.71-.11-1.1s.02-.76.08-1.11c.35-2.07 1.77-3.36 3.79-3.73.36-.07.76-.1 1.13-.11s.73.02 1.08.07c2.03.3 3.49 1.56 3.89 3.63.07.35.11.72.11 1.11z",
|
|
10932
|
+
fill: illustrationColors.staticRed
|
|
10933
|
+
}
|
|
10934
|
+
), /* @__PURE__ */ React111.createElement(
|
|
10935
|
+
"path",
|
|
10936
|
+
{
|
|
10937
|
+
d: "m180.67 219.484c5.1-.09 8.44 2.36 8.32 8.96l.02 1.03c-1.47.89-3.17 1.51-5.05 1.84-.98.18-2.02.28-3.1.29-1.13.01-2.21-.06-3.24-.22-1.76-.27-3.36-.79-4.78-1.54l-.02-1.12c-.11-6.59 3.06-9.16 7.85-9.24z",
|
|
10938
|
+
fill: illustrationColors.staticRed
|
|
10939
|
+
}
|
|
10940
|
+
), /* @__PURE__ */ React111.createElement(
|
|
10941
|
+
"path",
|
|
10942
|
+
{
|
|
10943
|
+
d: "m69.1801 169.283c.16-.99.24-2.04.22-3.15s-.12-2.19-.32-3.19c-1.15-5.94-5.34-9.55-11.15-10.41-.99-.15-2.03-.22-3.11-.2s-2.2.12-3.23.31c-5.79 1.05-9.87 4.77-10.86 10.7-.17 1-.25 2.07-.23 3.2.02 1.11.12 2.16.31 3.15 1.14 5.9 5.33 9.51 11.15 10.4 1.03.16 2.11.23 3.24.22s2.12-.11 3.1-.29c5.8-1.02 9.88-4.76 10.86-10.72z",
|
|
10944
|
+
fill: purple
|
|
10945
|
+
}
|
|
10946
|
+
), /* @__PURE__ */ React111.createElement(
|
|
10947
|
+
"path",
|
|
10948
|
+
{
|
|
10949
|
+
d: "m59.9598 162.393c0 .39-.02.75-.08 1.1v.01c-.34 2.08-1.77 3.38-3.79 3.74-.34.06-.69.1-1.08.1s-.77-.03-1.13-.08c-2.03-.31-3.49-1.57-3.89-3.63-.07-.35-.11-.71-.11-1.1-.01-.39.02-.76.08-1.11.35-2.07 1.77-3.36 3.79-3.73.36-.07.76-.1 1.13-.11s.73.02 1.08.07c2.03.3 3.49 1.56 3.89 3.63.07.35.11.72.11 1.11z",
|
|
10950
|
+
fill: illustrationColors.staticRed
|
|
10951
|
+
}
|
|
10952
|
+
), /* @__PURE__ */ React111.createElement(
|
|
10953
|
+
"path",
|
|
10954
|
+
{
|
|
10955
|
+
d: "m55.0295 168.173c5.1-.09 8.44 2.36 8.32 8.96l.02 1.03c-1.47.89-3.17 1.51-5.05 1.84-.98.18-2.02.28-3.1.29-1.13.01-2.21-.06-3.24-.22-1.76-.27-3.36-.79-4.78-1.54l-.02-1.12c-.11-6.59 3.06-9.16 7.85-9.24z",
|
|
10956
|
+
fill: illustrationColors.staticRed
|
|
10957
|
+
}
|
|
10958
|
+
), /* @__PURE__ */ React111.createElement(
|
|
10959
|
+
"path",
|
|
10960
|
+
{
|
|
10961
|
+
d: "m202.1 172.746-79.031-.786.844-84.7959 119.654 1.1904-.844 84.7955-21.124-.21-9.92 16.793z",
|
|
10962
|
+
fill: purple
|
|
10963
|
+
}
|
|
10964
|
+
), /* @__PURE__ */ React111.createElement(
|
|
10965
|
+
"path",
|
|
10966
|
+
{
|
|
10967
|
+
d: "m87.3095 142.48 74.6965.744-.601 60.357-43.594-.434-9.421 15.946-9.1025-16.13-12.5785-.126z",
|
|
10968
|
+
fill: orange
|
|
10969
|
+
}
|
|
10970
|
+
), /* @__PURE__ */ React111.createElement(
|
|
10971
|
+
"path",
|
|
10972
|
+
{
|
|
10973
|
+
d: "m31 66.8438h109.5v60.1702h-76.6745l-9.3659 16.219-9.3659-16.219h-14.0937z",
|
|
10974
|
+
fill: orange
|
|
10975
|
+
}
|
|
10976
|
+
), /* @__PURE__ */ React111.createElement(
|
|
10977
|
+
"path",
|
|
10978
|
+
{
|
|
10979
|
+
d: "m140.5 127.003v-39.6797l-16.59-.17-.39 39.8497z",
|
|
10980
|
+
fill: illustrationColors.staticRed
|
|
10981
|
+
}
|
|
10982
|
+
), /* @__PURE__ */ React111.createElement(
|
|
10983
|
+
"path",
|
|
10984
|
+
{
|
|
10985
|
+
d: "m123.355 142.841-.29 29.119 38.639.384.289-29.118z",
|
|
10986
|
+
fill: illustrationColors.staticRed
|
|
10987
|
+
}
|
|
10988
|
+
), /* @__PURE__ */ React111.createElement("g", { fill: line }, /* @__PURE__ */ React111.createElement("path", { d: "m50.1895 86.0834c-1.5.12-1.5 1.23 0 1.35 2.12.17 4.36.25 7.23.26 3.25-.05 4.06-.28 6.27-.26 3.72 0 10.01.31 11.52.39.22.01.45.01.67 0 1.6-.04 8.64-.21 14.69-.13h8.31c3.2695 0 5.7095-.12 8.0995-.33 1.32-.12 1.32-1.09 0-1.2-2.4-.21-4.84-.33-8.0995-.33-1.27 0-3.91-.27-7.65-.31-.61 0-1.22.01-1.82.05-5.2.36-11.96.26-11.96.26h-20.03c-2.87 0-5.1.1-7.23.26z" }), /* @__PURE__ */ React111.createElement("path", { d: "m50.1895 106.244c-1.5.12-1.5 1.23 0 1.35 2.12.17 4.36.25 7.23.26 3.25-.05 4.06-.28 6.27-.26 3.72 0 10.01.31 11.52.39.22.01.45.01.67 0 1.6-.04 8.64-.21 14.69-.13h8.31c3.2695 0 5.7095-.12 8.0995-.33 1.32-.12 1.32-1.09 0-1.2-2.4-.21-4.84-.33-8.0995-.33-1.27 0-3.91-.27-7.65-.31-.61 0-1.22.01-1.82.05-5.2.36-11.96.26-11.96.26h-20.03c-2.87 0-5.1.1-7.23.26z" }), /* @__PURE__ */ React111.createElement("path", { d: "m226.649 127.453c1.66-1.88.85-2.65-.97-.94-1.29 1.19-2.59 2.39-4.19 3.3-1.58.93-3.46 1.56-5.71 1.7-2.54.11-4.14-.07-5.44-.5-1.33-.36-2.4-.91-3.81-1.96-2.41-1.73-4.97-5.19-8.43-7.22-1.71-1.05-3.57-1.48-5.08-1.77-.76-.08-1.44-.11-2.02-.16s-1.05.03-1.38.03c-.4.02-.8.05-1.2.09-.7.17-2.03.38-3.67 1.11-1.61.74-3.43 2.03-5.08 3.68-1.67 1.62-3.25 3.55-5.17 5.01-1.9 1.48-4.21 2.35-6.57 2.52-3.36.3-6.01-.45-7.82-1.54-1.83-1.07-2.99-2.26-3.83-3.01-1.94-1.84-3.73-3.59-5.78-4.75-2.03-1.18-4.2-1.69-6.28-1.77-2.32.01-2.19.99-.1 1.2 1.91.28 3.76.87 5.5 2.01 1.77 1.12 3.38 2.77 5.37 4.67.8.71 1.92 1.97 3.85 3.22 1.89 1.26 4.77 2.35 8.1 2.23 1.08-.09 2.17-.13 3.22-.47 2.28-.57 4.54-1.87 6.3-3.46 1.78-1.58 3.22-3.29 4.6-4.6 1.37-1.31 2.64-2.29 3.65-2.76.25-.13.47-.25.66-.35.2-.08.38-.14.52-.19.28-.1.44-.16.44-.16s.23-.09.64-.24c.44-.09 1.06-.25 1.84-.39 1.57-.17 3.84-.27 6.12.42 4.68 1.27 8.2 6.53 11.43 8.49 2.35 1.58 4.48 2.13 6.05 2.34 1.58.16 2.68.18 3.5.11 1.25-.1 2.44-.32 3.53-.68 1.09-.37 2.07-.86 2.95-1.42 1.76-1.13 3.06-2.51 4.25-3.83v.04z" }), /* @__PURE__ */ React111.createElement("path", { d: "m144.23 178.752c.09.35 1.18.66 1.34.11.13-.37.14-.78.12-1.23-.05-.45-.22-.98-.6-1.47-.46-.53-.9-.68-1.23-.78-.34-.09-.62-.13-1.01-.22-.66-.08-1.53-.19-2.39.08-.87.24-1.52.9-1.71 1.16-.06.08-.11.16-.15.25-.07.16-.19.46-.26.86-.04.2-.04.41-.06.64s0 .48.03.74c.03.51.21 1.11.55 1.67.34.55.88 1.01 1.44 1.28.81.36 1.46.36 1.97.35.51-.02.89-.1 1.16-.19 1.28-.39 1.95-1.53 1.95-2.41 0-.52-.98-.58-1.16-.33-.38.49-.73.75-1.35.96-.23.08-.94-.09-1.54-.33-.09-.05-.19-.07-.29-.08-.45-.05-.82-.54-.83-1.09-.05-.52.07-.88.08-.86 0 0 .11-.52.6-.83.47-.35 1.39-.34 1.82-.25.66.17.81.42.93.54.33.39.47.91.6 1.43z" }), /* @__PURE__ */ React111.createElement("path", { d: "m107.35 178.752c.09.35 1.18.66 1.34.11.13-.37.14-.78.12-1.23-.05-.45-.22-.98-.6-1.47-.46-.53-.9-.68-1.23-.78-.34-.09-.62-.13-1.01-.22-.66-.08-1.53-.19-2.39.08-.87.24-1.52.9-1.71 1.16-.06.08-.11.16-.15.25-.07.16-.19.46-.26.86-.04.2-.04.41-.05.64-.02.23-.01.48.03.74.03.51.21 1.11.55 1.67.34.55.88 1.01 1.44 1.28.81.36 1.46.36 1.97.35.51-.02.89-.1 1.16-.19 1.28-.39 1.95-1.53 1.95-2.41 0-.52-.98-.58-1.16-.33-.38.49-.73.75-1.36.96-.23.08-.94-.09-1.54-.33-.09-.05-.19-.07-.29-.08-.45-.05-.82-.54-.83-1.09-.05-.52.07-.88.08-.86 0 0 .11-.52.6-.83.47-.35 1.39-.34 1.82-.25.66.17.81.42.93.54.33.39.47.91.6 1.43z" }), /* @__PURE__ */ React111.createElement("path", { d: "m125.79 178.752c.09.35 1.18.66 1.34.11.13-.37.14-.78.12-1.23-.05-.45-.22-.98-.6-1.47-.46-.53-.9-.68-1.23-.78-.34-.09-.62-.13-1.01-.22-.66-.08-1.53-.19-2.39.08-.87.24-1.52.9-1.71 1.16-.06.08-.11.16-.15.25-.07.16-.19.46-.26.86-.04.2-.04.41-.06.64s-.01.48.03.74c.03.51.21 1.11.55 1.67.34.55.88 1.01 1.44 1.28.81.36 1.46.36 1.97.35.51-.02.89-.1 1.16-.19 1.28-.39 1.95-1.53 1.95-2.41 0-.52-.98-.58-1.16-.33-.38.49-.73.75-1.35.96-.23.08-.94-.09-1.54-.33-.09-.05-.19-.07-.29-.08-.45-.05-.82-.54-.83-1.09-.05-.52.07-.88.08-.86 0 0 .11-.52.6-.83.47-.35 1.39-.34 1.82-.25.66.17.81.42.93.54.33.39.47.91.6 1.43z" })));
|
|
10989
|
+
}
|
|
10990
|
+
var chat_avatars_default = ChatAvatars;
|
|
10991
|
+
|
|
10992
|
+
// src/illustrations/coins.tsx
|
|
10993
|
+
var React112 = __toESM(require("react"));
|
|
10994
|
+
function Coins(props) {
|
|
10995
|
+
const orange = getColorValue("illustrationOrange");
|
|
10996
|
+
const line = getColorValue("illustrationLine");
|
|
10997
|
+
return /* @__PURE__ */ React112.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React112.createElement("g", { fill: orange }, /* @__PURE__ */ React112.createElement("path", { d: "m71.2402 183.529 2.95-34.3 102.9398-25.05-2.95 34.3z" }), /* @__PURE__ */ React112.createElement("path", { d: "m175.29 214.849-6.34-29.04-109.95 3.21v25.83z" }), /* @__PURE__ */ React112.createElement("path", { d: "m216.72 241.469-7.9-36.17-136.9401 4v32.17z" })), /* @__PURE__ */ React112.createElement(
|
|
10998
|
+
"path",
|
|
10999
|
+
{
|
|
11000
|
+
d: "m71.8799 214.849h103.4101l-1.86-8.52-101.5501 2.97z",
|
|
11001
|
+
fill: illustrationColors.staticRed
|
|
11002
|
+
}
|
|
11003
|
+
), /* @__PURE__ */ React112.createElement(
|
|
11004
|
+
"path",
|
|
11005
|
+
{
|
|
11006
|
+
d: "m103.129 119.819c5.92 1.65 12.38 2.41 19.11 2.41s12.65-.77 18.37-2.38c12.3-3.42 22.31-10.79 27.37-22.86 2.26-5.43 3.58-11.79 3.58-19.24s-1.32-14.01-3.62-19.52c-5.06-12.12-15.07-19.44-27.33-22.86-5.72-1.61-11.95-2.37-18.37-2.37-6.77 0-13.2.76-19.11 2.41-12.4195 3.46-22.3395 10.79-27.3595 22.82-2.3 5.51-3.58 11.95-3.58 19.52s1.29 13.81 3.54 19.24c5.02 12.03 14.95 19.36 27.3995 22.82z",
|
|
11007
|
+
fill: orange
|
|
11008
|
+
}
|
|
11009
|
+
), /* @__PURE__ */ React112.createElement(
|
|
11010
|
+
"path",
|
|
11011
|
+
{
|
|
11012
|
+
d: "m133.449 59.7071c1.25.4 1.97.39 2.1.1.12-.28-.38-.85-1.63-1.37-1.78-.74-3.64-1.38-5.73-1.91-2.09-.52-4.4-.93-7.07-.95-3.03.04-4.96.65-6.47 1.41-1.5.79-2.74 1.68-3.97 3.42-.97 1.47-1.94 3.27-2.29 5.48-.16 1.09-.13 2.27.17 3.38.3 1.12.85 2.14 1.51 3.01 1.33 1.74 3 2.8701 4.38 3.68 1.4.8 2.55 1.29 3.19 1.57.38.15.77.31 1.16.43.7.24 2 .6301 3.74 1.0401.85.2 1.9.3899 2.87.5899.99.22 2.04.52 3.1.94 2.1.84 4.26 2.25 5.49 4.37 1.24 2.09 1.51 4.86.57 7.01-.62 1.55-1.74 2.65-2.91 3.4-1.16.78-2.42 1.14-3.5 1.47-2.26.5401-3.99.63-5.16.65-2.79.04-5.23-.35-7.44-.89-2.21-.55-4.21-1.23-6.13-2.05-1.05-.46-1.66-.52-1.81-.29s.23.78 1.27 1.37c1.9 1.05 3.92 1.92 6.22 2.61 2.3.68 4.9 1.16 7.9 1.13.58-.04 1.33.02 2.22-.08.45-.04.93-.0699 1.45-.13.52-.09 1.07-.19 1.66-.29.59-.09 1.21-.31 1.87-.49.32-.11.65-.26.99-.39.34-.12.68-.29 1.02-.49 1.36-.72 2.78-1.84 3.77-3.48.67-1.0499 1.05-2.27 1.17-3.47.28-2.6-.48-5.4199-2.14-7.53-1.63-2.13-3.91-3.43-5.92-4.23-2-.8099-3.91-1.14-5.09-1.4-1.22-.27-1.93-.48-1.93-.48s-1.07-.26-2.73-.84c-1.65-.58-3.92-1.49-5.98-3.02-1.01-.78-1.96-1.71-2.57-2.82-.63-1.1-.9-2.36-.8-3.58.08-1.23.48-2.41.97-3.44.22-.52.53-1 .78-1.45.28-.41.53-.8.83-1.11.85-.97 1.81-1.59 2.7-2.02.9-.43 1.74-.66 2.48-.81 1.49-.29 2.56-.32 3.37-.32 2.46 0 4.67.35 6.68.76 2.02.42 3.87.93 5.65 1.49v.02z",
|
|
11013
|
+
fill: line
|
|
11014
|
+
}
|
|
11015
|
+
), /* @__PURE__ */ React112.createElement(
|
|
11016
|
+
"path",
|
|
11017
|
+
{
|
|
11018
|
+
d: "m122.609 97.8786c-.12-.23-1.23-.23-1.35 0-.16.33-.25.69-.26 1.14.05.51.29.63.26.97 0 .5804-.3 1.5804-.37 1.8304-.01.04-.01.07 0 .11.04.25.22 1.34.15 2.3 0 .67.01 1.09.02 1.3.01.51.13.88.34 1.22.12.19 1.07.03 1.19-.18.21-.4.32-.79.33-1.28 0-.19.26-.63.31-1.2 0-.09-.01-.18-.05-.27-.36-.75-.27-1.79-.27-1.79v-3.0504c0-.44-.1-.77-.27-1.1z",
|
|
11019
|
+
fill: line
|
|
11020
|
+
}
|
|
11021
|
+
), /* @__PURE__ */ React112.createElement(
|
|
11022
|
+
"path",
|
|
11023
|
+
{
|
|
11024
|
+
d: "m122.4 48.8078c-.03-.07-.12-.09-.25-.15-.07-.03-.14-.04-.21-.03-.04 0-.07 0-.11.02l-.05.02h.01s-.12.04-.29.09c-.07.02-.14.02-.21 0-.12-.02-.21.06-.24.1-.16.31-.24.65-.24 1.08.06.49.29.61.27.94 0 .56-.3 1.52-.37 1.75-.01.03-.01.07 0 .1.04.24.22 1.31.15 2.22 0 .65.01 1.05.01 1.26.01.49.13.86.34 1.23.12.2 1.09.19 1.2 0 .21-.36.32-.73.33-1.23 0-.19.26-.59.31-1.16 0-.09-.01-.18-.05-.28-.37-.79-.27-1.81-.27-1.81s0-1.53-.01-2.18c0-.49-.01-.72-.02-.87-.01-.44-.11-.77-.28-1.11h-.02z",
|
|
11025
|
+
fill: line
|
|
11026
|
+
}
|
|
11027
|
+
));
|
|
11028
|
+
}
|
|
11029
|
+
var coins_default = Coins;
|
|
11030
|
+
|
|
11031
|
+
// src/illustrations/comment.tsx
|
|
11032
|
+
var React113 = __toESM(require("react"));
|
|
11033
|
+
function Comment(props) {
|
|
11034
|
+
const gray = getColorValue("illustrationGray");
|
|
11035
|
+
const blue = getColorValue("illustrationAccent");
|
|
11036
|
+
const line = getColorValue("illustrationStroke");
|
|
11037
|
+
return /* @__PURE__ */ React113.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React113.createElement("path", { d: "m230.42 86.6797h-186.42v113.5203h186.42z", fill: gray }), /* @__PURE__ */ React113.createElement(
|
|
11038
|
+
"path",
|
|
11039
|
+
{
|
|
11040
|
+
d: "m137.21 193.17-26.09 4.33s2.51 11.93-3.46 22.68c.8.07 1.6.12 2.42.12 14.99 0 27.13-12.15 27.13-27.13z",
|
|
11041
|
+
fill: gray
|
|
11042
|
+
}
|
|
11043
|
+
), /* @__PURE__ */ React113.createElement(
|
|
11044
|
+
"path",
|
|
11045
|
+
{
|
|
11046
|
+
d: "m221.56 93.87c.4-2.24.61-4.62.61-7.14s-.21-4.97-.62-7.23c-2.42-13.49-11.8-21.81-24.94-23.95-2.24-.36-4.59-.55-7.04-.55-2.55 0-5 .2-7.33.59-13.15 2.2-22.51 10.49-24.94 23.91-.41 2.27-.62 4.68-.62 7.23 0 2.52.21 4.9.61 7.14 2.41 13.4 11.77 21.71 24.95 23.91 2.33.39 4.78.59 7.33.59 2.45 0 4.8-.19 7.04-.55 13.16-2.14 22.55-10.47 24.95-23.95z",
|
|
11047
|
+
fill: blue
|
|
11048
|
+
}
|
|
11049
|
+
), /* @__PURE__ */ React113.createElement(
|
|
11050
|
+
"path",
|
|
11051
|
+
{
|
|
11052
|
+
d: "m221.56 93.8705c.4-2.24.61-4.62.61-7.14h-65.49c0 2.52.21 4.9.61 7.14 2.41 13.3995 11.77 21.7095 24.95 23.9095 2.33.39 4.78.59 7.33.59 2.45 0 4.8-.19 7.04-.55 13.16-2.14 22.55-10.47 24.95-23.9495z",
|
|
11053
|
+
fill: illustrationColors.staticDarkBlue
|
|
11054
|
+
}
|
|
11055
|
+
), /* @__PURE__ */ React113.createElement("g", { clipRule: "evenodd", fill: line, fillRule: "evenodd" }, /* @__PURE__ */ React113.createElement("path", { d: "m210.64 92h-42.44v-7h42.44z" }), /* @__PURE__ */ React113.createElement("path", { d: "m185.92 109.72v-42.4505h7v42.4505z" }), /* @__PURE__ */ React113.createElement("path", { d: "m207.24 132.56h-140.06v-7h140.06z" }), /* @__PURE__ */ React113.createElement("path", { d: "m207.24 151.91h-140.06v-7h140.06z" }), /* @__PURE__ */ React113.createElement("path", { d: "m171.82 171.25h-104.64v-7h104.64z" })));
|
|
11056
|
+
}
|
|
11057
|
+
var comment_default = Comment;
|
|
11058
|
+
|
|
11059
|
+
// src/illustrations/compliance.tsx
|
|
11060
|
+
var React114 = __toESM(require("react"));
|
|
11061
|
+
function Compliance(props) {
|
|
11062
|
+
const orange = getColorValue("illustrationOrange");
|
|
11063
|
+
const green = getColorValue("illustrationGreen");
|
|
11064
|
+
const gray = getColorValue("illustrationLine");
|
|
11065
|
+
return /* @__PURE__ */ React114.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React114.createElement(
|
|
11066
|
+
"path",
|
|
11067
|
+
{
|
|
11068
|
+
d: "m197.355 66.979v69.54c0 42.7-12.75 69.24-34.24 83.41-13.66 9-30.85 13.02-50.54 13.02-19.6905 0-36.4205-3.44-50.0705-11.12-24.25-13.64-37.97-40.62-36.38-85.31v-69.27c7.1 1.6 14.74 2.48 22.74 2.48 28.44 0 52.7205-11.11 62.3305-26.73 9.62 15.62 33.88 26.73 62.32 26.73 8.41 0 16.45-.96 23.85-2.74h-.01z",
|
|
11069
|
+
fill: orange
|
|
11070
|
+
}
|
|
11071
|
+
), /* @__PURE__ */ React114.createElement(
|
|
11072
|
+
"path",
|
|
11073
|
+
{
|
|
11074
|
+
d: "m147.764 147.008 73.33-76.3996 27.13 25.12-106.53 91.4496-50.1496-46.22 26.0796-30.1z",
|
|
11075
|
+
fill: green
|
|
11076
|
+
}
|
|
11077
|
+
), /* @__PURE__ */ React114.createElement(
|
|
11078
|
+
"path",
|
|
11079
|
+
{
|
|
11080
|
+
d: "m197.454 95.2383v44.0597l-55.76 47.87-50.1496-46.22 26.0796-30.1 30.14 36.17z",
|
|
11081
|
+
fill: getColorValue("tealDark")
|
|
11082
|
+
}
|
|
11083
|
+
), /* @__PURE__ */ React114.createElement(
|
|
11084
|
+
"path",
|
|
11085
|
+
{
|
|
11086
|
+
d: "m105.755 211.972c2.94.05 4.41-.3 4.41-.59 0-.33-1.46-.59-4.36-.76-4.11-.23-8.3105-.68-12.7905-1.52-4.47-.86-9.25-2.11-14.3-4.3-2.86-1.23-5.09-2.44-6.93-3.59-.46-.28-.92-.53-1.34-.81-.41-.29-.81-.57-1.19-.84-.75-.56-1.52-1.01-2.15-1.57-1.3-1.08-2.55-2.05-3.7-3.27-.58-.61-1.25-1.16-1.81-1.89-.59-.71-1.21-1.45-1.89-2.26-2.15-2.85-4.36-6.44-6.14-10.44-1.72-4.03-3.03-8.4-3.96-12.59-.83-4.21-1.37-8.21-1.6-11.53-.1-1.66-.23-3.14-.26-4.39-.02-1.25-.04-2.27-.05-3 0-.87-.06-1.73-.05-2.6.07-3.1.01-11.53-.03-22.14-.01-5.3-.03-11.15-.04-17.15 0-3 0-6.04 0-9.0597 0-1.51 0-3.02 0-4.53 0-.73 0-1.46 0-2.19 0-.09-.02-.2.1-.14.35.07.69.14 1.02.2.51.09 1.01.18 1.51.27.99.17 1.97.32 2.92.43 1.9.25 3.71.41 5.43.51 3.44.23 6.51.12 9.21 0 1.35-.11 2.61-.17 3.78-.3 1.17-.14 2.25-.28 3.25-.4 1.98-.36 3.65-.6 4.98-.93 3.17-.65 6.06-1.6 8.77-2.56 2.68-1.05 5.18-2.14 7.45-3.46 4.5605-2.55 8.4205-5.6 11.3905-9.36.85-1 1.31-1.89 1.59-2.49s.35-.94.23-1.01-.41.12-.86.59c-.45.46-1.02 1.22-1.88 2.14-3.01 3.48-6.8105 6.27-11.2805 8.65-2.22 1.22-4.67 2.24-7.27 3.23-2.64.9-5.45 1.81-8.54 2.44-2.38.54-6.12 1.17-11.07 1.41-4.94.24-11.13.15-18.19-1.13l-1.72-.33-1.52-.32-.86-.18-.43-.09c-.06 0-.17-.06-.19-.01v.22l.02 3.08.03 1.77c.36 20.3097.26 46.6697.26 46.6697s-.03 2.47-.09 6.43c.1 3.97.19 9.46 1.12 15.41.86 5.95 2.45 12.35 4.84 17.98 2.35 5.65 5.52 10.43 8.29 13.62 4.14 4.86 8.07 7.61 11.09 9.52 3.03 1.94 5.3 2.94 7.01 3.69 5.22 2.26 10.15 3.49 14.74 4.28 4.6.77 8.8805 1.1 13.0505 1.16z",
|
|
11087
|
+
fill: gray
|
|
11088
|
+
}
|
|
11089
|
+
));
|
|
11090
|
+
}
|
|
11091
|
+
var compliance_default = Compliance;
|
|
11092
|
+
|
|
11093
|
+
// src/illustrations/done.tsx
|
|
11094
|
+
var React115 = __toESM(require("react"));
|
|
11095
|
+
function Done(props) {
|
|
11096
|
+
const green = getColorValue("illustrationGreen");
|
|
11097
|
+
const checkBlue = getColorValue("illustrationCheckBlue");
|
|
11098
|
+
return /* @__PURE__ */ React115.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React115.createElement(
|
|
11099
|
+
"path",
|
|
11100
|
+
{
|
|
11101
|
+
d: "m211.23 158.759c1.16-6.5 1.76-13.39 1.76-20.71s-.62-14.4-1.8-20.98c-7.02-39.14-34.22-63.26-72.35-69.47-6.51-1.05-13.33-1.6-20.42-1.6s-14.51.58-21.27 1.72c-38.15 6.37-65.29 30.44-72.34 69.35-1.19 6.57-1.81 13.57-1.81 20.98s.61 14.21 1.77 20.71c6.99 38.87 34.16 62.98 72.37 69.35 6.76 1.13 13.87 1.72 21.27 1.72s13.92-.54 20.42-1.6c38.19-6.2 65.4-30.38 72.38-69.47z",
|
|
11102
|
+
fill: green
|
|
11103
|
+
}
|
|
11104
|
+
), /* @__PURE__ */ React115.createElement(
|
|
11105
|
+
"path",
|
|
11106
|
+
{
|
|
11107
|
+
d: "m151.03 137.368 73.12-76.1698 27.04 25.04-106.21 91.1698-49.9995-46.07 25.9995-30.02 30.04 36.06z",
|
|
11108
|
+
fill: checkBlue
|
|
11109
|
+
}
|
|
11110
|
+
), /* @__PURE__ */ React115.createElement(
|
|
11111
|
+
"path",
|
|
11112
|
+
{
|
|
11113
|
+
d: "m211.21 117.079c-2.08-11.54-5.91-21.8001-11.26-30.6601l-48.91 50.9501-30.04-36.06-26 30.02 50 46.07 66.72-57.27c-.15-1.03-.31-2.05-.49-3.06z",
|
|
11114
|
+
fill: illustrationColors.staticDarkBlue
|
|
11115
|
+
}
|
|
11116
|
+
));
|
|
11117
|
+
}
|
|
11118
|
+
var done_default = Done;
|
|
11119
|
+
|
|
11120
|
+
// src/illustrations/dont-f-customer.tsx
|
|
11121
|
+
var React116 = __toESM(require("react"));
|
|
11122
|
+
function DontFCustomer(props) {
|
|
11123
|
+
const orange = getColorValue("illustrationOrange");
|
|
11124
|
+
const purple = getColorValue("illustrationPurple");
|
|
11125
|
+
const line = getColorValue("illustrationLine");
|
|
11126
|
+
return /* @__PURE__ */ React116.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React116.createElement("path", { d: "m153.772 184.609h-30.26v44.42h30.26z", fill: orange }), /* @__PURE__ */ React116.createElement(
|
|
11127
|
+
"path",
|
|
11128
|
+
{
|
|
11129
|
+
d: "m164.481 53.9492h-54.2l-38.3201 38.32v54.1998l38.3201 38.32h54.2l38.32-38.32v-54.1998z",
|
|
11130
|
+
fill: orange
|
|
11131
|
+
}
|
|
11132
|
+
), /* @__PURE__ */ React116.createElement(
|
|
11133
|
+
"path",
|
|
11134
|
+
{
|
|
11135
|
+
d: "m167.77 192.75h-60.79l-42.98-42.98v-60.79l42.98-42.98h60.79l42.98 42.98v60.79zm-54.2-15.91h47.61l33.67-33.67v-47.61l-33.67-33.67h-47.61l-33.67 33.67v47.61z",
|
|
11136
|
+
fill: purple
|
|
11137
|
+
}
|
|
11138
|
+
), /* @__PURE__ */ React116.createElement(
|
|
11139
|
+
"path",
|
|
11140
|
+
{
|
|
11141
|
+
clipRule: "evenodd",
|
|
11142
|
+
d: "m71.9609 92.2692 38.3201-38.32h54.2l38.32 38.32v54.1998l-38.32 38.32h-10.709v7.96h-30.26v-7.96h-13.231l-38.3201-38.32zm89.2201 84.5798 33.67-33.67v-47.6098l-33.67-33.67h-47.61l-33.6701 33.67v47.6098l33.6701 33.67z",
|
|
11143
|
+
fill: illustrationColors.staticRed,
|
|
11144
|
+
fillRule: "evenodd"
|
|
11145
|
+
}
|
|
11146
|
+
), /* @__PURE__ */ React116.createElement("g", { fill: line }, /* @__PURE__ */ React116.createElement("path", { d: "m168.141 125.318c.17-2.41-.16-3.61-.44-3.6-.33 0-.63 1.17-.9 3.44-.43 3.23-1.47 6.45-3.15 9.64-1.7 3.16-4.07 6.34-7.48 9.08-3.89 3.07-6.82 4.26-9.34 5.2-.65.18-1.28.36-1.9.54-.31.08-.62.18-.94.26-.32.05-.65.11-.98.16-.66.1-1.34.25-2.07.31-.73.04-1.51.08-2.36.12-2.85 0-6.21-.41-9.5-1.56-3.29-1.12-6.47-2.96-9.06-5.16-2.6-2.2-4.55-4.75-5.9-6.98-.33-.57-.65-1.09-.93-1.6-.24-.52-.47-1.01-.67-1.46-.44-.88-.68-1.64-.87-2.18-.2-.65-.5-1.26-.64-1.93-.14-.59-.41-1.41-.63-2.47-.14-1.07-.46-2.35-.48-3.84-.2-2.95.03-6.72 1.35-10.63 1.3-3.91 3.64-7.95 6.96-11.24 3.35-3.24 7.57-5.81 12.01-7.04 6.28-1.82 11.75-1.17 15.72-.08 4.02 1.12 6.66 2.79 8.42 3.92 4.06 2.86 6.94 6.25 8.94 9.73 1.99 3.49 3.13 7.09 3.62 10.74.33 4.01 1.31 4.12 1.2-.12-.3-3.82-1.32-7.68-3.34-11.43-2.02-3.74-5.03-7.4-9.36-10.46-1.72-1.1-4.39-2.9-8.4-4.18-3.97-1.26-9.3-1.98-15.31-.76-.96.25-1.94.47-2.88.78-.93.36-1.87.68-2.76 1.09-3.87 1.77-7.61 4.52-10.52 7.86-2.94 3.32-5.02 7.2-6.17 10.82-1.17 3.62-1.43 6.9-1.5 9.21 0 1.16.09 2.08.11 2.71.01.63.08.97.08.97s.08.5.22 1.41c.09.45.12 1.02.29 1.65.16.63.35 1.35.55 2.15.94 3.12 2.77 7.37 6.05 11.1.83.92 1.66 1.87 2.64 2.7.91.9 1.96 1.65 3 2.42.5.41 1.09.7 1.63 1.05.56.32 1.09.7 1.67.97 1.16.55 2.29 1.16 3.48 1.54 4.69 1.78 9.42 2.13 12.84 1.84 5.2-.36 8.86-1.84 11.46-3.16.67-.3 1.25-.65 1.78-.98.53-.32 1.03-.62 1.48-.9.85-.63 1.57-1.16 2.18-1.62 3.62-2.93 6.11-6.35 7.83-9.75 1.7-3.42 2.67-6.87 2.96-10.27z" }), /* @__PURE__ */ React116.createElement("path", { d: "m156.211 99.4975c.86-1.28-.02-1.97-1.06-.83-1.47 1.6205-2.96 3.3705-4.78 5.6905-2.02 2.66-2.35 3.46-3.76 5.23-2.35 3.01-6.57 7.91-7.59 9.08-.15.17-.29.35-.43.54-.98 1.32-5.3 7.12-9.19 11.97-2.7 3.46-4.38 5.61-5.25 6.73-2.06 2.65-3.51 4.69-4.86 6.76-.74 1.14.02 1.73.95.74 1.68-1.81 3.32-3.71 5.39-6.35.8-1.03 2.69-3 5.08-5.99.39-.49.76-.99 1.11-1.5 3.01-4.44 7.36-9.84 7.36-9.84s6.38-8.16 9.07-11.6c2.02-2.6 3-3.84 3.6-4.61 1.81-2.33 3.15-4.19 4.36-6.0105z" })));
|
|
11147
|
+
}
|
|
11148
|
+
var dont_f_customer_default = DontFCustomer;
|
|
11149
|
+
|
|
11150
|
+
// src/illustrations/file-cabinet.tsx
|
|
11151
|
+
var React117 = __toESM(require("react"));
|
|
11152
|
+
function FileCabinet(props) {
|
|
11153
|
+
const orange = getColorValue("illustrationOrange");
|
|
11154
|
+
const purple = getColorValue("illustrationPurple");
|
|
11155
|
+
const blue = getColorValue("illustrationAccent");
|
|
11156
|
+
const line = getColorValue("illustrationLine");
|
|
11157
|
+
const drawer = getColorValue("illustrationDrawer");
|
|
11158
|
+
return /* @__PURE__ */ React117.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React117.createElement(
|
|
11159
|
+
"path",
|
|
11160
|
+
{
|
|
11161
|
+
d: "m189.59 111.22s4.25-48.82-.19-67.22h-108.9397s7.15 42.25-.39 67.22c0 0 109.8097-.39 109.5197 0z",
|
|
11162
|
+
fill: orange
|
|
11163
|
+
}
|
|
11164
|
+
), /* @__PURE__ */ React117.createElement(
|
|
11165
|
+
"path",
|
|
11166
|
+
{
|
|
11167
|
+
d: "m170.941 79.1197c1.51-.1 1.52-1.22 0-1.35-2.13-.18-4.38-.29-7.26-.32-3.27.03-4.09.25-6.3.21-3.74-.03-10.06-.39-11.58-.48-.22-.01-.45-.02-.68-.01-1.61.03-8.68.14-14.77.01-4.3-.03-6.96-.05-8.35-.06-3.28-.02-5.74.08-8.15.27-1.32.11-1.33 1.08 0 1.2 2.41.23 4.86.37 8.14.4 1.28.01 3.93.3 7.68.38.61.01 1.22 0 1.83-.04 5.24-.32 12.03-.16 12.03-.16s10.14.09 14.41.12c3.22.02 4.77.03 5.72.04 2.88.02 5.13-.05 7.27-.2z",
|
|
11168
|
+
fill: line
|
|
11169
|
+
}
|
|
11170
|
+
), /* @__PURE__ */ React117.createElement(
|
|
11171
|
+
"path",
|
|
11172
|
+
{
|
|
11173
|
+
d: "m170.681 60.5806c1.86-.1 1.86-1.22 0-1.35-2.63-.18-5.39-.29-8.95-.32-4.03.03-5.03.25-7.76.21-4.61-.03-12.39-.39-14.26-.48-.28 0-.55-.02-.83 0-1.99.03-10.7.14-18.19 0-5.3-.03-8.57-.05-10.29-.06-4.04-.02-7.07.08-10.03.27-1.6302.11-1.6402 1.08 0 1.2 2.96.23 5.99.37 10.03.4 1.57 0 4.84.3 9.46.38.75 0 1.51 0 2.25-.04 6.45-.32 14.81-.16 14.81-.16s12.48.09 17.75.12c3.97.02 5.88.03 7.05.04 3.55.02 6.32-.05 8.95-.2z",
|
|
11174
|
+
fill: line
|
|
11175
|
+
}
|
|
11176
|
+
), /* @__PURE__ */ React117.createElement(
|
|
11177
|
+
"path",
|
|
11178
|
+
{
|
|
11179
|
+
d: "m116.06 87.9705-5.9-13.41h-46.9901v3.25h.01v94.1005h142.9901v-83.9405z",
|
|
11180
|
+
fill: purple
|
|
11181
|
+
}
|
|
11182
|
+
), /* @__PURE__ */ React117.createElement(
|
|
11183
|
+
"path",
|
|
11184
|
+
{
|
|
11185
|
+
d: "m171.46 101.5v17.43c-18.4 4.44-67.22.19-67.22.19.2.15.2-8.74.15-17.62h-50.39v129.21h167.7v-129.21z",
|
|
11186
|
+
fill: blue
|
|
11187
|
+
}
|
|
11188
|
+
), /* @__PURE__ */ React117.createElement(
|
|
11189
|
+
"path",
|
|
11190
|
+
{
|
|
11191
|
+
d: "m104.971 190.13v-9.86h58.2l5.81 9.86z",
|
|
11192
|
+
fill: illustrationColors.staticDarkBlue
|
|
11193
|
+
}
|
|
11194
|
+
), /* @__PURE__ */ React117.createElement("path", { d: "m182.921 166.471-4.88-22.33-84.5703 2.47v19.86z", fill: drawer }));
|
|
11195
|
+
}
|
|
11196
|
+
var file_cabinet_default = FileCabinet;
|
|
11197
|
+
|
|
11198
|
+
// src/illustrations/integration.tsx
|
|
11199
|
+
var React118 = __toESM(require("react"));
|
|
11200
|
+
function Integration(props) {
|
|
11201
|
+
const purple = getColorValue("illustrationPurple");
|
|
11202
|
+
const orange = getColorValue("illustrationOrange");
|
|
11203
|
+
const blue = getColorValue("illustrationAccent");
|
|
11204
|
+
const line = getColorValue("illustrationLine");
|
|
11205
|
+
return /* @__PURE__ */ React118.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React118.createElement("g", { fill: line }, /* @__PURE__ */ React118.createElement("path", { d: "m55.3084 111.633c.02.17.92.83 1.09.8.24-.05.42-.15.57-.34.12-.25-.02-.45.11-.58.19-.26.75-.5.89-.56.02 0 .03-.02.04-.04.05-.13.26-.72.63-1.08.21-.29.34-.48.41-.57.16-.23.19-.46.14-.75-.03-.16-.81-.73-.97-.71-.29.04-.51.14-.68.36-.06.09-.41.11-.64.34-.04.04-.05.09-.05.16.03.57-.39.97-.39.97s-.51.69-.73.98c-.16.22-.24.33-.28.39-.14.2-.18.41-.15.65v-.02z" }), /* @__PURE__ */ React118.createElement("path", { d: "m64.8303 98.6843c-.07.29.83.95 1.09.8.37-.22.68-.5 1.01-.93.32-.52.22-.78.48-1.09.41-.56 1.35-1.32 1.58-1.5.03-.03.06-.06.08-.1.14-.27.78-1.42 1.51-2.28.47-.64.76-1.04.91-1.25.35-.49.53-.93.62-1.41.05-.27-.73-.84-.97-.71-.44.23-.8.53-1.16 1.02-.14.19-.65.43-1.1.96-.07.09-.13.19-.16.3-.28 1-1.11 1.95-1.11 1.95s-1.11 1.51-1.58 2.15c-.35.48-.52.71-.62.86-.31.43-.48.82-.59 1.24z" }), /* @__PURE__ */ React118.createElement("path", { d: "m77.7496 81.104c.02.17.92.83 1.09.8.24-.05.42-.15.57-.34.12-.25-.02-.45.11-.58.19-.26.75-.5001.89-.5601.02 0 .03-.0199.04-.0399.05-.13.26-.72.63-1.08.21-.29.34-.48.41-.57.16-.23.19-.46.14-.75-.03-.16-.81-.73-.97-.71-.29.04-.51.14-.68.36-.06.09-.41.11-.64.34-.04.04-.05.09-.05.16.03.57-.39.9699-.39.9699s-.51.6901-.72.9801c-.16.22-.24.33-.28.39-.14.2-.18.41-.15.65z" }), /* @__PURE__ */ React118.createElement("path", { d: "m83.57 192.224c.17.03 1.04-.67 1.05-.84.02-.24-.03-.45-.18-.64-.21-.18-.44-.09-.53-.25-.2-.25-.29-.86-.31-1 0-.02-.01-.04-.03-.05-.12-.08-.62-.44-.88-.89-.23-.28-.37-.46-.45-.55-.18-.21-.4-.3-.69-.33-.16 0-.92.59-.94.75-.04.29 0 .52.17.75.07.08 0 .43.16.7.03.05.07.07.14.09.56.12.84.63.84.63s.53.67.76.95c.17.21.26.31.31.37.16.19.35.28.59.31z" }), /* @__PURE__ */ React118.createElement("path", { d: "m74.38 180.765c.24.12 1.11-.58 1.05-.84-.09-.37-.25-.71-.53-1.08-.37-.38-.64-.34-.84-.64-.38-.47-.78-1.47-.87-1.71-.01-.04-.03-.07-.06-.09-.2-.18-1.05-.97-1.6-1.79-.44-.54-.71-.88-.85-1.05-.34-.41-.68-.65-1.09-.82-.23-.09-.98.51-.94.75.08.44.24.82.56 1.24.13.16.19.67.53 1.17.06.08.13.15.23.2.81.44 1.42 1.36 1.42 1.36s1.02 1.28 1.46 1.83c.33.41.49.6.58.72.3.36.6.59.94.76z" }), /* @__PURE__ */ React118.createElement("path", { d: "m62.38 165.775c.24.12 1.11-.58 1.05-.84-.09-.37-.25-.71-.53-1.08-.37-.38-.64-.34-.84-.64-.38-.47-.78-1.47-.87-1.71-.01-.04-.03-.07-.06-.09-.2-.18-1.05-.97-1.6-1.79-.44-.54-.71-.88-.85-1.05-.34-.41-.68-.65-1.09-.82-.23-.09-.98.51-.94.75.08.44.24.82.56 1.24.13.16.19.67.53 1.17.06.08.13.15.23.2.81.44 1.42 1.36 1.42 1.36s1.02 1.28 1.46 1.83c.33.41.49.6.58.72.3.36.6.59.94.76z" }), /* @__PURE__ */ React118.createElement("path", { d: "m50.4196 150.865c.17.03 1.04-.67 1.05-.84.02-.24-.03-.45-.18-.64-.21-.18-.44-.09-.53-.25-.2-.25-.29-.86-.31-1.01 0-.02 0-.04-.03-.05-.12-.08-.62-.44-.88-.89-.23-.28-.37-.46-.45-.55-.18-.21-.4-.3-.69-.33-.16 0-.92.59-.94.75-.04.29 0 .52.17.75.07.08 0 .43.16.7.03.04.07.07.14.09.56.12.84.63.84.63s.53.67.76.95c.17.21.26.31.31.37.16.19.35.28.59.32z" }), /* @__PURE__ */ React118.createElement("path", { d: "m156.399 194.475c.07-.16-.4-1.17-.56-1.23-.23-.08-.44-.08-.67.02-.23.16-.2.4-.38.46-.29.13-.9.07-1.05.05-.02 0-.04 0-.06.02-.11.09-.58.5-1.08.64-.33.15-.53.25-.64.3-.25.12-.39.31-.49.59-.05.15.35 1.04.5 1.09.27.11.51.13.76.02.1-.04.41.11.72.02.05 0 .09-.05.12-.11.25-.51.82-.66.82-.66s.78-.35 1.11-.5c.25-.12.36-.17.44-.21.22-.11.35-.27.45-.49h.01z" }), /* @__PURE__ */ React118.createElement("path", { d: "m140.719 201.615c.23-.23-.23-1.25-.56-1.23-.47.03-.92.14-1.46.38-.59.32-.64.6-1.06.77-.69.32-2 .57-2.31.63-.05 0-.09.03-.13.05-.28.17-1.53.93-2.69 1.37-.8.37-1.29.59-1.55.71-.61.29-1.02.6-1.37.99-.2.22.2 1.1.5 1.1.54 0 1.04-.11 1.65-.39.24-.11.84-.09 1.56-.36.12-.04.22-.11.32-.2.82-.77 2.13-1.26 2.13-1.26s1.88-.85 2.68-1.22c.6-.28.88-.41 1.06-.49.53-.25.91-.52 1.24-.85z" }), /* @__PURE__ */ React118.createElement("path", { d: "m118.848 211.585c.07-.16-.4-1.17-.56-1.23-.23-.08-.44-.08-.67.02-.23.16-.2.4-.38.46-.29.13-.9.07-1.05.05-.02 0-.04 0-.06.02-.11.09-.58.5-1.08.64-.33.15-.53.25-.64.3-.25.12-.39.31-.49.59-.05.15.35 1.04.5 1.1.27.11.51.13.76.02.1-.04.41.11.72.02.05 0 .09-.05.12-.11.25-.51.82-.66.82-.66s.78-.35 1.11-.5c.25-.12.36-.17.44-.21.22-.11.35-.27.45-.49v-.02z" }), /* @__PURE__ */ React118.createElement("path", { d: "m204.859 97.1555c-.11-.13-1.22-.2-1.35-.08-.18.17-.28.35-.3.6.04.28.26.36.23.55-.02.32-.36.83-.44.95 0 .02-.02.04 0 .06.03.14.17.74.06 1.2495-.02.36-.03.59-.04.7 0 .28.09.49.29.71.11.12 1.08.18 1.2.07.22-.19.35-.39.38-.67 0-.11.29-.32.35-.63 0-.05 0-.1-.04-.16-.34-.46-.2-1.0295-.2-1.0295s.05-.85.08-1.21c0-.27.02-.4.02-.48 0-.24-.07-.44-.22-.63h-.01z" }), /* @__PURE__ */ React118.createElement("path", { d: "m203.82 114.696c-.1-.32-1.21-.39-1.35-.08-.19.44-.31.9-.35 1.51 0 .69.23.87.18 1.34-.05.78-.43 2.09-.53 2.4 0 .05-.02.09-.02.14.02.34.1 1.83-.05 3.1-.05.9-.08 1.46-.1 1.75-.03.69.05 1.21.23 1.73.1.28 1.07.34 1.2.07.24-.49.39-1 .44-1.69.02-.27.32-.81.41-1.59.02-.13 0-.26-.03-.39-.3-1.12-.11-2.54-.11-2.54s.13-2.12.19-3.02c.04-.68.06-1 .07-1.2.03-.6-.03-1.08-.17-1.54z" }), /* @__PURE__ */ React118.createElement("path", { d: "m202.34 139.366c-.11-.13-1.22-.2-1.35-.08-.18.17-.28.35-.3.6.04.28.26.36.23.55-.02.32-.36.83-.44.95 0 .02-.02.04 0 .06.03.14.17.74.06 1.25-.02.36-.03.59-.04.7 0 .28.09.49.29.71.11.12 1.08.18 1.2.07.22-.19.35-.39.38-.67 0-.11.29-.32.35-.63 0-.05 0-.1-.04-.16-.34-.46-.2-1.03-.2-1.03s.05-.85.08-1.21c0-.27.02-.4.02-.48 0-.24-.07-.44-.22-.63h-.01z" }), /* @__PURE__ */ React118.createElement("path", { d: "m118.389 62.5045c-.14.11-.23 1.22-.11 1.34.17.18.35.28.59.31.28-.03.37-.25.55-.21.32.03.82.38.94.47.02.01.04.02.06.01.14-.03.75-.15 1.25-.03.36.03.59.04.7.05.28.02.49-.08.71-.27.12-.11.2-1.07.1-1.2-.18-.23-.38-.36-.66-.39-.11-.01-.31-.3-.62-.37-.05-.01-.1 0-.16.04-.47.32-1.03.17-1.03.17s-.85-.08-1.21-.11c-.27-.02-.4-.03-.48-.04-.24-.01-.44.06-.63.21z" }), /* @__PURE__ */ React118.createElement("path", { d: "m133.219 63.7643c-.26.1-.35 1.21-.11 1.34.34.19.7.31 1.18.36.54 0 .7-.23 1.06-.17.62.05 1.63.45 1.88.55.04.01.07.02.11.02.27-.02 1.45-.09 2.45.08.71.06 1.15.09 1.38.11.54.04.96-.04 1.37-.22.23-.1.31-1.06.1-1.2-.38-.25-.77-.39-1.31-.45-.21-.02-.63-.32-1.24-.42-.1-.02-.2 0-.31.03-.89.29-2 .09-2 .09s-1.67-.15-2.38-.21c-.53-.04-.79-.06-.94-.08-.48-.03-.85.02-1.22.16h-.02z" }), /* @__PURE__ */ React118.createElement("path", { d: "m152.738 65.4242c-.26.09-.35 1.21-.11 1.34.34.19.7.31 1.18.36.54 0 .7-.23 1.06-.17.62.05 1.63.45 1.88.55.04.01.07.02.11.02.27-.02 1.45-.09 2.45.08.71.06 1.15.09 1.38.11.54.04.96-.04 1.37-.22.23-.1.31-1.06.1-1.2-.38-.25-.77-.39-1.31-.45-.21-.02-.63-.32-1.24-.42-.1-.02-.2 0-.31.03-.89.29-2 .09-2 .09s-1.67-.15-2.38-.21c-.53-.04-.79-.06-.94-.07-.48-.03-.85.02-1.22.16z" }), /* @__PURE__ */ React118.createElement("path", { d: "m172.158 67.0749c-.14.11-.23 1.22-.11 1.34.17.18.35.28.59.31.28-.03.37-.25.55-.21.31.03.82.38.94.47.02.01.04.02.06.01.14-.03.75-.15 1.25-.03.36.03.59.04.7.05.28.02.49-.08.71-.27.12-.11.2-1.07.1-1.2-.18-.23-.38-.36-.66-.39-.11-.01-.31-.29-.62-.37-.05-.01-.1 0-.16.04-.47.32-1.03.17-1.03.17s-.85-.08-1.21-.11c-.27-.02-.4-.03-.48-.04-.24-.01-.44.06-.63.21z" })), /* @__PURE__ */ React118.createElement(
|
|
11206
|
+
"path",
|
|
11207
|
+
{
|
|
11208
|
+
d: "m83.3874 31.9994-20.2312 41.5904 41.5908 20.2312 20.231-41.5905z",
|
|
11209
|
+
fill: purple
|
|
11210
|
+
}
|
|
11211
|
+
), /* @__PURE__ */ React118.createElement(
|
|
11212
|
+
"path",
|
|
11213
|
+
{
|
|
11214
|
+
d: "m158.339 144.757s-8.38 51.81.38 78.47h87.23s-14.09-42.28.76-78.47c0 0-88.95.57-88.38 0z",
|
|
11215
|
+
fill: orange
|
|
11216
|
+
}
|
|
11217
|
+
), /* @__PURE__ */ React118.createElement(
|
|
11218
|
+
"path",
|
|
11219
|
+
{
|
|
11220
|
+
d: "m66.51 148.016s3.65-22.57-.17-34.19h-38.01s6.14 18.42-.33 34.19c0 0 38.76-.25 38.51 0z",
|
|
11221
|
+
fill: orange
|
|
11222
|
+
}
|
|
11223
|
+
), /* @__PURE__ */ React118.createElement("path", { d: "m235.87 57.4365-59.95 8.14v36.4605l59.95-6.2205z", fill: blue }), /* @__PURE__ */ React118.createElement(
|
|
11224
|
+
"path",
|
|
11225
|
+
{
|
|
11226
|
+
d: "m66.2383 198.366 19.58 43.98 35.2197-9.42-17.71-44.48z",
|
|
11227
|
+
fill: blue
|
|
11228
|
+
}
|
|
11229
|
+
));
|
|
11230
|
+
}
|
|
11231
|
+
var integration_default = Integration;
|
|
11232
|
+
|
|
11233
|
+
// src/illustrations/letter-open.tsx
|
|
11234
|
+
var React119 = __toESM(require("react"));
|
|
11235
|
+
function LetterOpen(props) {
|
|
11236
|
+
const orange = getColorValue("illustrationOrange");
|
|
11237
|
+
const blue = getColorValue("illustrationAccent");
|
|
11238
|
+
const paperColor = getColorValue("illustrationPaper");
|
|
11239
|
+
const innerPaperColor = getColorValue("illustrationInnerPaper");
|
|
11240
|
+
const lineColor = getColorValue("illustrationLine");
|
|
11241
|
+
return /* @__PURE__ */ React119.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React119.createElement("path", { d: "m137.33 58.999-85.33 71.36v86.19h170.66v-86.19z", fill: blue }), /* @__PURE__ */ React119.createElement("path", { d: "m202.51 86.1885h-130.3596v130.3595h130.3596z", fill: orange }), /* @__PURE__ */ React119.createElement(
|
|
11242
|
+
"path",
|
|
11243
|
+
{
|
|
11244
|
+
d: "m169.84 86.1885h-65.03l-32.6596 27.3195v103.04h130.3596v-103.04z",
|
|
11245
|
+
fill: getColorValue("tealDark")
|
|
11246
|
+
}
|
|
11247
|
+
), /* @__PURE__ */ React119.createElement(
|
|
11248
|
+
"path",
|
|
11249
|
+
{
|
|
11250
|
+
d: "m191.81 96.8789h-108.9702v108.9701h108.9702z",
|
|
11251
|
+
fill: paperColor
|
|
11252
|
+
}
|
|
11253
|
+
), /* @__PURE__ */ React119.createElement("g", { fill: orange }, /* @__PURE__ */ React119.createElement("path", { d: "m181.48 108.528h-86.3599v4h86.3599z" }), /* @__PURE__ */ React119.createElement("path", { d: "m181.48 124.639h-86.3599v4h86.3599z" }), /* @__PURE__ */ React119.createElement("path", { d: "m181.48 140.759h-86.3599v4h86.3599z" }), /* @__PURE__ */ React119.createElement("path", { d: "m181.48 156.868h-86.3599v4h86.3599z" }), /* @__PURE__ */ React119.createElement("path", { d: "m181.48 172.988h-86.3599v4h86.3599z" }), /* @__PURE__ */ React119.createElement("path", { d: "m181.48 189.099h-86.3599v4h86.3599z" })), /* @__PURE__ */ React119.createElement("path", { d: "m154.76 216.549-102.5803-86.17.17 86.17z", fill: blue }), /* @__PURE__ */ React119.createElement("path", { d: "m119.891 216.549 102.58-86.17-.16 86.17z", fill: blue }), /* @__PURE__ */ React119.createElement(
|
|
11254
|
+
"path",
|
|
11255
|
+
{
|
|
11256
|
+
d: "m119.891 216.548h34.87l-17.43-14.65z",
|
|
11257
|
+
fill: illustrationColors.staticDarkBlue
|
|
11258
|
+
}
|
|
11259
|
+
), /* @__PURE__ */ React119.createElement("path", { d: "m137.33 58.999-85.33 71.36v86.19h170.66v-86.19z", fill: blue }), /* @__PURE__ */ React119.createElement("path", { d: "m202.51 86.1885h-130.3596v130.3595h130.3596z", fill: orange }), /* @__PURE__ */ React119.createElement(
|
|
11260
|
+
"path",
|
|
11261
|
+
{
|
|
11262
|
+
d: "m169.84 86.1885h-65.03l-32.6596 27.3195v103.04h130.3596v-103.04z",
|
|
11263
|
+
fill: getColorValue("tealDark")
|
|
11264
|
+
}
|
|
11265
|
+
), /* @__PURE__ */ React119.createElement(
|
|
11266
|
+
"path",
|
|
11267
|
+
{
|
|
11268
|
+
d: "m191.81 96.8789h-108.9702v108.9701h108.9702z",
|
|
11269
|
+
fill: innerPaperColor
|
|
11270
|
+
}
|
|
11271
|
+
), /* @__PURE__ */ React119.createElement(
|
|
11272
|
+
"path",
|
|
11273
|
+
{
|
|
11274
|
+
d: "m164.386 176.252c1.5-.1 1.51-1.22.01-1.35-2.13-.18-4.36-.29-7.23-.32-3.26.03-4.07.25-6.28.21-3.73-.03-10.02-.39-11.53-.48-.22-.01-.45-.02-.67-.01-1.61.03-8.65.14-14.72.01-4.28-.03-6.93-.05-8.32-.06-3.27-.02-5.72.08-8.12.27-1.32.11-1.33 1.08 0 1.2 2.4.23 4.84.37 8.11.4 1.27.01 3.92.3 7.65.38.61.01 1.22 0 1.82-.04 5.21-.32 11.98-.16 11.98-.16s10.1.09 14.36.12c3.21.02 4.75.03 5.7.04 2.87.02 5.11-.05 7.24-.2z",
|
|
11275
|
+
fill: lineColor
|
|
11276
|
+
}
|
|
11277
|
+
), /* @__PURE__ */ React119.createElement(
|
|
11278
|
+
"path",
|
|
11279
|
+
{
|
|
11280
|
+
d: "m171.536 115.56c1.86-.1 1.86-1.22 0-1.35-2.63-.18-5.39-.29-8.95-.32-4.03.03-5.03.25-7.76.21-4.61-.03-12.39-.39-14.26-.48-.28-.01-.55-.02-.83-.01-1.99.03-10.7.14-18.19.01-5.3-.03-8.57-.05-10.29-.06-4.04-.02-7.07.08-10.03.27-1.6297.11-1.6397 1.08 0 1.2 2.96.23 5.99.37 10.03.4 1.57.01 4.84.3 9.46.38.75.01 1.51 0 2.25-.04 6.45-.32 14.81-.16 14.81-.16s12.48.09 17.75.12c3.97.02 5.88.03 7.05.04 3.55.02 6.32-.05 8.95-.2z",
|
|
11281
|
+
fill: lineColor
|
|
11282
|
+
}
|
|
11283
|
+
), /* @__PURE__ */ React119.createElement(
|
|
11284
|
+
"path",
|
|
11285
|
+
{
|
|
11286
|
+
d: "m171.536 135.791c1.86-.1 1.86-1.22 0-1.35-2.63-.18-5.39-.29-8.95-.32-4.03.03-5.03.25-7.76.21-4.61-.03-12.39-.39-14.26-.48-.28-.01-.55-.02-.83-.01-1.99.03-10.7.14-18.19.01-5.3-.03-8.57-.05-10.29-.06-4.04-.02-7.07.08-10.03.27-1.6297.11-1.6397 1.08 0 1.2 2.96.23 5.99.37 10.03.4 1.57.01 4.84.3 9.46.38.75.01 1.51 0 2.25-.04 6.45-.32 14.81-.16 14.81-.16s12.48.09 17.75.12c3.97.02 5.88.03 7.05.04 3.55.02 6.32-.05 8.95-.2z",
|
|
11287
|
+
fill: lineColor
|
|
11288
|
+
}
|
|
11289
|
+
), /* @__PURE__ */ React119.createElement(
|
|
11290
|
+
"path",
|
|
11291
|
+
{
|
|
11292
|
+
d: "m171.536 156.021c1.86-.1 1.86-1.22 0-1.35-2.63-.18-5.39-.29-8.95-.32-4.03.03-5.03.25-7.76.21-4.61-.03-12.39-.39-14.26-.48-.28-.01-.55-.02-.83-.01-1.99.03-10.7.14-18.19.01-5.3-.03-8.57-.05-10.29-.06-4.04-.02-7.07.08-10.03.27-1.6297.11-1.6397 1.08 0 1.2 2.96.23 5.99.37 10.03.4 1.57.01 4.84.3 9.46.38.75.01 1.51 0 2.25-.04 6.45-.32 14.81-.16 14.81-.16s12.48.09 17.75.12c3.97.02 5.88.03 7.05.04 3.55.02 6.32-.05 8.95-.2z",
|
|
11293
|
+
fill: lineColor
|
|
11294
|
+
}
|
|
11295
|
+
), /* @__PURE__ */ React119.createElement("path", { d: "m154.76 216.549-102.5803-86.17.17 86.17z", fill: blue }), /* @__PURE__ */ React119.createElement("path", { d: "m119.891 216.549 102.58-86.17-.16 86.17z", fill: blue }), /* @__PURE__ */ React119.createElement(
|
|
11296
|
+
"path",
|
|
11297
|
+
{
|
|
11298
|
+
d: "m119.891 216.548h34.87l-17.43-14.65z",
|
|
11299
|
+
fill: illustrationColors.staticDarkBlue
|
|
11300
|
+
}
|
|
11301
|
+
));
|
|
11302
|
+
}
|
|
11303
|
+
var letter_open_default = LetterOpen;
|
|
11304
|
+
|
|
11305
|
+
// src/illustrations/light-bulb-orbit.tsx
|
|
11306
|
+
var React120 = __toESM(require("react"));
|
|
11307
|
+
function LightBulbOrbit(props) {
|
|
11308
|
+
const orange = getColorValue("illustrationOrange");
|
|
11309
|
+
const blue = getColorValue("illustrationAccent");
|
|
11310
|
+
const gray = getColorValue("illustrationLine");
|
|
11311
|
+
return /* @__PURE__ */ React120.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React120.createElement(
|
|
11312
|
+
"path",
|
|
11313
|
+
{
|
|
11314
|
+
d: "m211.57 148.71c.91-5.12 1.39-10.57 1.39-16.32s-.48-11.36-1.42-16.54c-5.54-30.8597-26.98-49.8797-57.04-54.7697-5.13-.83-10.51-1.26-16.1-1.26s-11.44.46-16.77 1.35c-30.0801 5.02-51.4801 23.99-57.0301 54.6797-.94 5.19-1.43 10.7-1.43 16.54s.48 11.2 1.4 16.32c5.51 30.65 26.93 49.65 57.0601 54.68 5.33.89 10.93 1.35 16.77 1.35s10.97-.43 16.1-1.26c30.11-4.9 51.57-23.95 57.07-54.77z",
|
|
11315
|
+
fill: orange
|
|
11316
|
+
}
|
|
11317
|
+
), /* @__PURE__ */ React120.createElement(
|
|
11318
|
+
"path",
|
|
11319
|
+
{
|
|
11320
|
+
d: "m113.69 212c-.71 19.89 9.24 27.47 24.63 27.47 14.45 0 24.16-7.58 24.16-27.47v-22.74h-48.79z",
|
|
11321
|
+
fill: blue
|
|
11322
|
+
}
|
|
11323
|
+
), /* @__PURE__ */ React120.createElement(
|
|
11324
|
+
"path",
|
|
11325
|
+
{
|
|
11326
|
+
d: "m113.69 189.26v12.42c2.57.68 5.22 1.25 7.94 1.71 5.33.89 10.93 1.35 16.77 1.35s10.97-.43 16.1-1.26c2.73-.44 5.39-1.01 7.98-1.68v-12.54z",
|
|
11327
|
+
fill: illustrationColors.staticDarkBlue
|
|
11328
|
+
}
|
|
11329
|
+
), /* @__PURE__ */ React120.createElement("g", { fill: gray }, /* @__PURE__ */ React120.createElement("path", { d: "m220.21 115.041c-4.7-.42-7.08-.3-7.11 0-.03.31 2.29.81 6.97 1.34 6.63.77 13.42 1.63 20.72 2.89 3.65.64 7.43 1.37 11.31 2.39 1.94.51 3.91 1.1 5.82 1.88.95.39 1.9.82 2.73 1.36.81.51 1.52 1.27 1.49 1.71.04.51-.79 1.36-1.69 1.87-.9.56-1.88 1-2.84 1.38-1.91.76-3.75 1.29-5.45 1.76-3.41.91-6.33 1.51-9.04 2.04-5.44 1.03-10.12 1.75-16.99 2.55-11.61 1.37-27.31 2.47-41.29 3.03-13.98.58-26.23.7-30.99.74-1.41.02-2.81.03-4.23.05-5.04.09-18.62.21-35.7.06s-37.67-.56-56.66-1.73c-13.41-.81-24.25-1.85-32.67-3.33-4.18-.76-7.84-1.61-10.55-2.89-1.33-.61-2.37-1.57-2.15-2.07.05-.3.27-.74.63-1.1.33-.38.74-.71 1.14-1.01 1.93-1.41 4.19-2.42 6.38-3.31 2.2-.89 4.4-1.62 6.57-2.28 4.33-1.31 8.51-2.31 12.54-3.16 8.08-1.69 15.59-2.77 23.06-3.63 4.1-.45 6.15-.85 6.13-1.14-.02-.26-2.11-.4-6.24-.06-7.52.65-15.11 1.57-23.28 3.17-4.09.8-8.32 1.77-12.73 3.07-2.21.65-4.46 1.39-6.73 2.3-2.27.93-4.6 1.94-6.81 3.54-.43.32-.87.69-1.31 1.15-.43.48-.9 1.03-1.15 1.89-.04.23-.07.46-.09.69.03.24.02.5.11.72.13.48.39.87.67 1.21.58.67 1.27 1.11 1.99 1.51 2.9 1.52 6.43 2.37 10.43 3.19 8.02 1.57 18.04 2.65 29.78 3.47 3.83.26 7.65.47 11.45.61 16.39.65 35.21.97 49.94 1.1s25.37.12 25.37.12 3.97-.03 10.34-.07c6.37-.08 15.15-.24 24.75-.59 9.61-.35 20.05-.88 29.75-1.6 9.7-.71 18.66-1.61 25.32-2.45 10.03-1.27 17.42-2.61 22.98-4.09 2.78-.74 5.11-1.51 7.05-2.43.97-.46 1.85-.96 2.61-1.6.38-.31.73-.69 1.01-1.13s.46-1 .46-1.56c0-.88-.46-1.55-.9-2.04-.45-.52-.95-.86-1.44-1.21-1-.65-2.03-1.11-3.05-1.52-2.04-.82-4.07-1.41-6.06-1.92-3.98-1.02-7.8-1.72-11.49-2.33-7.37-1.19-14.21-1.93-20.87-2.53z" }), /* @__PURE__ */ React120.createElement("path", { d: "m180.62 65.4413c-7.33 6.41-6.59 7.24.87 1.03 5.31-4.38 10.82-8.8 16.92-13.41 3.05-2.3 6.26-4.65 9.71-6.99 3.45-2.32 7.12-4.73 11.23-6.67 1.16-.54 2.29-1.01 3.35-1.29 1.05-.31 2.12-.36 2.63-.1.21.14.36.29.44.63.08.33.09.74.04 1.17-.09.86-.36 1.74-.66 2.56-1.26 3.31-2.84 5.97-4.29 8.41-2.97 4.85-5.77 8.86-10.08 14.53-7.29 9.6-17.83 21.93-27.55 32.59-9.7 10.6797-18.51 19.7297-21.93 23.2397-1.01 1.04-2.02 2.08-3.03 3.13-7.17 7.5-39.11 40.14-68.6599 66-10.42 9.14-19.11 16.23-26.3 21.36-3.59 2.55-6.83 4.62-9.71 6.01-1.43.67-2.82 1.2-3.94 1.28-1.18.02-1.28-.23-1.42-1.16-.05-1.06.24-2.3.59-3.46.36-1.17.81-2.32 1.3-3.44.97-2.24 2.07-4.36 3.2-6.4 2.27-4.08 4.65-7.82 7.01-11.36 4.75-7.06 9.45-13.33 14.28-19.4 2.66-3.33 3.85-5.11 3.64-5.29-.2-.17-1.81 1.26-4.57 4.53-5.01 5.96-9.87 12.15-14.75 19.21-2.43 3.54-4.87 7.29-7.2 11.42-1.16 2.07-2.3 4.23-3.32 6.55-.51 1.16-.99 2.36-1.38 3.63-.38 1.28-.74 2.6-.68 4.15.09.6.14 1.34.78 2.04.62.69 1.56.88 2.32.87 1.57-.04 2.99-.59 4.48-1.23 2.97-1.33 6.12-3.3 9.6-5.67 6.93-4.76 15.05-11.24 24.24-19.16 2.99-2.58 5.95-5.21 8.83-7.86 12.4799-11.41 26.4999-24.84 37.3399-35.48 10.85-10.63 18.57-18.43 18.57-18.43s2.86-2.92 7.46-7.62c4.57-4.72 10.82-11.26 17.54-18.56 6.71-7.2897 13.88-15.3397 20.37-22.9997 6.49-7.65 12.27-14.92 16.4-20.48 3.11-4.19 5.7-7.93 7.81-11.31 2.1-3.39 3.78-6.39 4.82-9.27.26-.72.47-1.44.6-2.17s.21-1.48.04-2.27c-.1-.4-.24-.81-.51-1.16-.25-.36-.63-.63-.99-.81-.76-.37-1.43-.33-2.05-.33-1.22.09-2.19.42-3.08.72-.89.31-1.67.65-2.38.99-4.3 2.04-7.99 4.5-11.47 6.86-3.47 2.39-6.68 4.78-9.72 7.13-6.08 4.71-11.52 9.24-16.74 13.76z" }), /* @__PURE__ */ React120.createElement("path", { d: "m94.9898 68.3604c3.61 2.96 5.5602 4.28 5.7702 4.04.2-.22-1.3502-2.02-4.9002-5.08-5.05-4.32-10.35-8.63-16.35-13-3-2.18-6.18-4.37-9.61-6.54-3.44-2.16-7.13-4.32-11.29-6.2-2.37-1.04-4.6-1.86-6.84-2.23-1.12-.15-2.27-.27-3.49.18-.6.23-1.21.66-1.57 1.27-.37.61-.44 1.23-.45 1.77 0 1.09.25 1.99.53 2.82s.6 1.58.95 2.29c.68 1.42 1.41 2.69 2.14 3.88 2.96 4.75 5.81 8.52 10.03 13.98 7.19 9.18 17.45 20.99 26.82 31.28 9.35 10.2996 17.7502 19.1196 21.0202 22.5496.97 1.01 1.95 2.01 2.92 3.02 3.52 3.57 12.96 13.21 25.14 25.05 12.18 11.83 27.15 25.78 41.52 38.13 10.17 8.7 18.67 15.43 25.64 20.45s12.4 8.36 16.5 10.12c1.22.51 2.45.97 3.82 1.2.69.1 1.42.17 2.23-.03.4-.11.84-.27 1.2-.59.37-.29.66-.71.82-1.11.33-.82.33-1.58.26-2.25-.07-.68-.22-1.3-.39-1.9-.35-1.2-.81-2.29-1.31-3.35-2.01-4.19-4.4-7.79-6.73-11.21-4.72-6.8-9.45-12.71-14.24-18.48-5.31-6.3-6.04-5.67-.94.76 4.61 5.88 9.19 11.88 13.77 18.67 2.26 3.41 4.59 7.01 6.48 11.03.47 1 .89 2.04 1.19 3.09.3 1.02.49 2.2.19 2.91-.15.33-.36.51-.77.62-.41.1-.95.08-1.49 0-1.1-.18-2.25-.59-3.38-1.08-3.55-1.51-8.74-4.71-15.2-9.42-6.47-4.7-14.23-10.91-23.1-18.43-2.89-2.46-5.77-4.92-8.63-7.35-12.35-10.53-26.01-23.26-36.46-33.45-5.23-5.09-9.68-9.54-12.82-12.71s-4.99-5.05-4.99-5.05-2.75-2.81-7.17-7.32c-4.4-4.53-10.44-10.78-16.9602-17.73-6.52-6.9496-13.51-14.5896-19.84-21.8396-6.34-7.25-12.01-14.12-16.01-19.39-3.02-3.97-5.51-7.51-7.47-10.73-.97-1.61-1.81-3.14-2.45-4.59-.62-1.43-1.11-2.89-1.02-3.99.07-.54.22-.85.57-1.06.36-.21.87-.29 1.38-.32 1.05-.01 2.1.21 3.05.47 1.9.52 3.46 1.18 4.79 1.77 4.02 1.81 7.67 3.93 11.08 6.04 3.4 2.12 6.57 4.26 9.57 6.39 6 4.26 11.35 8.45 16.49 12.63z" })));
|
|
11330
|
+
}
|
|
11331
|
+
var light_bulb_orbit_default = LightBulbOrbit;
|
|
11332
|
+
|
|
11333
|
+
// src/illustrations/lightbulb.tsx
|
|
11334
|
+
var React121 = __toESM(require("react"));
|
|
11335
|
+
function Lightbulb(props) {
|
|
11336
|
+
const orange = getColorValue("illustrationOrange");
|
|
11337
|
+
const blue = getColorValue("illustrationAccent");
|
|
11338
|
+
const gray = getColorValue("illustrationLine");
|
|
11339
|
+
return /* @__PURE__ */ React121.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React121.createElement(
|
|
11340
|
+
"path",
|
|
11341
|
+
{
|
|
11342
|
+
d: "m211.4 154.66c.91-5.12 1.39-10.57 1.39-16.32s-.48-11.36-1.42-16.54c-5.54-30.8605-26.98-49.8805-57.04-54.7705-5.13-.83-10.51-1.26-16.1-1.26s-11.44.46-16.77 1.35c-30.08 5.02-51.48 23.99-57.03 54.6805-.94 5.19-1.43 10.7-1.43 16.54s.48 11.2 1.4 16.32c5.51 30.65 26.93 49.65 57.06 54.68 5.33.89 10.93 1.35 16.77 1.35s10.97-.43 16.1-1.26c30.11-4.9 51.57-23.95 57.07-54.77z",
|
|
11343
|
+
fill: orange
|
|
11344
|
+
}
|
|
11345
|
+
), /* @__PURE__ */ React121.createElement(
|
|
11346
|
+
"path",
|
|
11347
|
+
{
|
|
11348
|
+
d: "m113.52 217.94c-.71 19.89 9.24 27.47 24.63 27.47 14.45 0 24.16-7.58 24.16-27.47v-22.74h-48.79z",
|
|
11349
|
+
fill: blue
|
|
11350
|
+
}
|
|
11351
|
+
), /* @__PURE__ */ React121.createElement("g", { fill: gray }, /* @__PURE__ */ React121.createElement("path", { d: "m126.674 219.537c-.77 5.97.34 6.14 1.33.2 1.39-8.42 2.82-17.3 3.85-28.83.52-6.54.6-10.64.62-14.21.02-1.78-.02-3.44-.03-5.2-.04-1.77-.08-3.65-.34-5.91-.23-1.9-.64-3.98-1.51-6.04-.44-1.03-1-2.05-1.69-3-.68-.96-1.6-1.86-2.62-2.53-2.06-1.35-4.58-2.1-7.13-1.84-1.27.13-2.54.53-3.63 1.26s-1.96 1.79-2.49 2.94c-.53 1.17-.7 2.47-.62 3.67.09 1.21.41 2.34.84 3.35.9 2.03 2.16 3.66 3.47 4.94.65.65 1.34 1.2 1.99 1.68.68.43 1.31.83 1.88 1.19 1.17.69 2.2 1.12 2.91 1.48.88.32 1.76.66 2.67.93 1.62.41 4.68 1.17 8.77 1.02.51-.02 1.04-.04 1.58-.07.54-.07 1.09-.14 1.65-.21 1.14-.1 2.29-.43 3.51-.68 2.39-.67 4.92-1.62 7.38-3.04 2.43-1.45 4.79-3.34 6.79-5.69.48-.61 1-1.18 1.44-1.83.45-.64.87-1.32 1.24-2.04.75-1.42 1.33-3.04 1.44-4.77.12-1.75-.33-3.56-1.33-5.05-.51-.74-1.15-1.42-1.95-1.92-.79-.5-1.73-.81-2.67-.88-3.87-.18-6.82 2.86-7.91 5.89-.84 2.17-1.11 4.29-1.38 6.21-.26 1.94-.51 3.78-.7 5.52-.41 3.49-.68 6.61-.9 9.36-.41 5.51-.53 9.57-.61 12.36-.25 13.18.55 23.02 1.82 32.59.77 5.25 1.73 5.11 1.2-.14-.85-9.56-1.42-19.34-1.15-32.41.07-2.54.25-6.45.69-11.58.23-2.56.51-5.43.89-8.58.2-1.57.39-3.22.64-4.93s.45-3.51.83-5.25c.5-2.26 1.34-4.37 2.95-5.7.85-.72 1.91-1.24 2.98-1.32 1.07-.09 2.13.29 2.94 1.08.82.78 1.39 1.9 1.61 3.08.22 1.16.07 2.43-.31 3.62-.38 1.2-.99 2.35-1.7 3.42-.34.55-.76 1.04-1.16 1.54-.41.49-.77 1.02-1.24 1.44-1.69 1.87-3.73 3.26-5.67 4.43-3.99 2.23-7.91 3.12-10.67 3.4-.69.11-1.32.12-1.86.14-.55.02-1.01.03-1.39.05-.76-.04-1.17-.06-1.17-.06s-.15 0-.44-.02c-.29-.03-.72 0-1.27-.1-.55-.08-1.22-.18-1.99-.29-.76-.16-1.63-.39-2.58-.63-1.85-.64-4.07-1.44-6.2-2.9-2.13-1.35-4.15-3.46-5.34-6.06-.56-1.3-.88-2.73-.7-4.1.21-1.35.9-2.67 1.99-3.5 1.1-.83 2.52-1.26 3.97-1.23 1.44.01 2.9.37 4.17 1 2.59 1.24 4.16 3.73 5.04 6.18.88 2.46 1.15 4.91 1.28 7 .1 1.58.12 3.06.11 4.47 0 1.4 0 2.71-.04 3.93-.05 2.44-.13 4.53-.23 6.34-.18 3.61-.4 6.1-.55 7.99-1.01 11.45-2.25 20.32-3.31 28.79z" }), /* @__PURE__ */ React121.createElement("path", { d: "m116.394 59.746c.39.75 1.44.38 1.27-.45-.24-1.18-.57-2.38-1.1-3.9-.65-1.7-1.02-2.05-1.41-3.22-.69-1.96-1.57-5.38-1.78-6.21-.03-.12-.07-.24-.12-.36-.34-.83-1.81-4.49-2.86-7.71-.8-2.26-1.29-3.65-1.55-4.38-.62-1.72-1.18-2.97-1.82-4.16-.35-.66-1.27-.33-1.13.4.25 1.33.59 2.66 1.19 4.39.24.67.48 2.15 1.13 4.14.11.32.24.64.39.94 1.31 2.62 2.47 6.22 2.47 6.22s1.87 5.32 2.66 7.57c.6 1.69.89 2.5 1.06 3 .54 1.51 1.04 2.66 1.59 3.73z" }), /* @__PURE__ */ React121.createElement("path", { d: "m139.614 56.2065c.02.65 1.13.8 1.33.2.29-.86.53-1.77.75-2.95.2-1.35.05-1.73.26-2.63.32-1.54 1.28-4.01 1.53-4.6.04-.09.06-.18.08-.27.13-.66.79-3.54 1.74-5.9.6-1.69 1.02-2.72 1.24-3.25.51-1.27.81-2.25 1.04-3.26.12-.55-.76-.96-1.1-.5-.61.84-1.14 1.76-1.67 3.05-.21.5-.88 1.45-1.47 2.95-.1.24-.17.49-.22.75-.2 1.12-.54 2.35-.81 3.31-.29.96-.5 1.65-.5 1.65s-.3 1.04-.63 2.3c-.33 1.27-.68 2.76-.86 3.65-.28 1.34-.39 1.99-.47 2.39-.21 1.21-.28 2.17-.25 3.09z" }), /* @__PURE__ */ React121.createElement("path", { d: "m160.475 58.8469c-.49.73.35 1.47 1.01.89.94-.81 1.86-1.72 2.97-2.96 1.21-1.44 1.34-1.95 2.21-2.89 1.43-1.61 4.07-4.13 4.71-4.74.09-.09.18-.18.26-.29.58-.72 3.15-3.88 5.54-6.46 1.64-1.86 2.65-3.01 3.18-3.6 1.25-1.42 2.1-2.55 2.86-3.73.42-.65-.31-1.29-.9-.8-1.08.9-2.1 1.88-3.36 3.29-.49.55-1.7 1.52-3.17 3.11-.24.26-.46.53-.66.82-1.72 2.5-4.39 5.36-4.39 5.36s-3.87 4.37-5.5 6.21c-1.23 1.39-1.82 2.06-2.18 2.47-1.09 1.25-1.88 2.28-2.57 3.31z" })), /* @__PURE__ */ React121.createElement(
|
|
11352
|
+
"path",
|
|
11353
|
+
{
|
|
11354
|
+
d: "m113.52 195.21v12.42c2.57.68 5.22 1.25 7.94 1.71 5.33.89 10.93 1.35 16.77 1.35s10.97-.43 16.1-1.26c2.73-.44 5.39-1.01 7.98-1.68v-12.54z",
|
|
11355
|
+
fill: illustrationColors.staticDarkBlue
|
|
11356
|
+
}
|
|
11357
|
+
));
|
|
11358
|
+
}
|
|
11359
|
+
var lightbulb_default = Lightbulb;
|
|
11360
|
+
|
|
11361
|
+
// src/illustrations/long-form-doc.tsx
|
|
11362
|
+
var React122 = __toESM(require("react"));
|
|
11363
|
+
function LongFormDoc(props) {
|
|
11364
|
+
const blue = getColorValue("illustrationAccent");
|
|
11365
|
+
const orange = getColorValue("illustrationOrange");
|
|
11366
|
+
const gray = getColorValue("illustrationLine");
|
|
11367
|
+
return /* @__PURE__ */ React122.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React122.createElement(
|
|
11368
|
+
"path",
|
|
11369
|
+
{
|
|
11370
|
+
d: "m161.561 113.67-3.67 69.25h86.8l-8.32-51.22c-1.69-10.4-10.67-18.03-21.2-18.03z",
|
|
11371
|
+
fill: blue
|
|
11372
|
+
}
|
|
11373
|
+
), /* @__PURE__ */ React122.createElement(
|
|
11374
|
+
"path",
|
|
11375
|
+
{
|
|
11376
|
+
d: "m116.99 223.87 5.84-110.19h89.65l-7.56 95.88c-.64 8.08-7.38 14.31-15.49 14.31z",
|
|
11377
|
+
fill: getColorValue("tealDark")
|
|
11378
|
+
}
|
|
11379
|
+
), /* @__PURE__ */ React122.createElement("path", { d: "m42.08 223.86-12.08-171.86h139.81l7.64 171.86z", fill: orange }), /* @__PURE__ */ React122.createElement("g", { fill: gray }, /* @__PURE__ */ React122.createElement("path", { d: "m149.002 97.2209c2.2-.1 2.2-1.22 0-1.35-3.11-.19-6.39-.29-10.59-.33-4.77.02-5.96.25-9.19.2-5.46-.03-14.67-.4-16.88-.5-.33-.01-.66-.02-.99-.01-2.35.03-12.66.13-21.54 0-6.27-.04-10.15-.06-12.18-.07-4.79-.02-8.37.07-11.88.26-1.93.1-1.94 1.07 0 1.2 3.51.23 7.09.37 11.87.41 1.86.01 5.73.3 11.21.39.89.01 1.78 0 2.67-.04 7.63-.31 17.54-.15 17.54-.15s14.78.1 21.02.14c4.7.03 6.96.04 8.35.05 4.21.02 7.48-.05 10.6-.19h-.01z" }), /* @__PURE__ */ React122.createElement("path", { d: "m149.002 120.481c2.2-.1 2.2-1.22 0-1.35-3.11-.19-6.39-.29-10.59-.33-4.77.02-5.96.25-9.19.2-5.46-.03-14.67-.4-16.88-.5-.33-.01-.66-.02-.99-.01-2.35.03-12.66.13-21.54 0-6.27-.04-10.15-.06-12.18-.07-4.79-.02-8.37.07-11.88.26-1.93.1-1.94 1.07 0 1.2 3.51.23 7.09.37 11.87.41 1.86.01 5.73.3 11.21.39.89.01 1.78 0 2.67-.04 7.63-.31 17.54-.15 17.54-.15s14.78.1 21.02.14c4.7.03 6.96.04 8.35.05 4.21.02 7.48-.05 10.6-.19h-.01z" }), /* @__PURE__ */ React122.createElement("path", { d: "m149.002 143.75c2.2-.1 2.2-1.22 0-1.35-3.11-.19-6.39-.29-10.59-.33-4.77.02-5.96.25-9.19.2-5.46-.03-14.67-.4-16.88-.5-.33 0-.66-.02-.99 0-2.35.03-12.66.13-21.54 0-6.27-.04-10.15-.06-12.18-.07-4.79-.02-8.37.07-11.88.26-1.93.1-1.94 1.07 0 1.2 3.51.23 7.09.37 11.87.41 1.86 0 5.73.3 11.21.39.89 0 1.78 0 2.67-.04 7.63-.31 17.54-.15 17.54-.15s14.78.1 21.02.14c4.7.03 6.96.04 8.35.05 4.21.02 7.48-.05 10.6-.19h-.01z" }), /* @__PURE__ */ React122.createElement("path", { d: "m149.002 166.561c2.2-.1 2.2-1.22 0-1.35-3.11-.19-6.39-.29-10.59-.33-4.77.02-5.96.25-9.19.2-5.46-.03-14.67-.4-16.88-.5-.33 0-.66-.02-.99 0-2.35.03-12.66.13-21.54 0-6.27-.04-10.15-.06-12.18-.07-4.79-.02-8.37.07-11.88.26-1.93.1-1.94 1.07 0 1.2 3.51.23 7.09.37 11.87.41 1.86 0 5.73.3 11.21.39.89 0 1.78 0 2.67-.04 7.63-.31 17.54-.15 17.54-.15s14.78.1 21.02.14c4.7.03 6.96.04 8.35.05 4.21.02 7.48-.05 10.6-.19h-.01z" }), /* @__PURE__ */ React122.createElement("path", { d: "m149.002 189.83c2.2-.1 2.2-1.22 0-1.35-3.11-.19-6.39-.3-10.59-.33-4.77.02-5.96.25-9.19.2-5.46-.03-14.67-.4-16.88-.5-.33 0-.66-.02-.99 0-2.35.03-12.66.13-21.54 0-6.27-.04-10.15-.06-12.18-.07-4.79-.02-8.37.07-11.88.26-1.93.1-1.94 1.07 0 1.2 3.51.23 7.09.37 11.87.41 1.86 0 5.73.3 11.21.39.89 0 1.78 0 2.67-.04 7.63-.31 17.54-.15 17.54-.15s14.78.1 21.02.14c4.7.03 6.96.04 8.35.05 4.21.02 7.48-.05 10.6-.19h-.01z" })));
|
|
11380
|
+
}
|
|
11381
|
+
var long_form_doc_default = LongFormDoc;
|
|
11382
|
+
|
|
11383
|
+
// src/illustrations/migrations.tsx
|
|
11384
|
+
var React123 = __toESM(require("react"));
|
|
11385
|
+
function Migrations(props) {
|
|
11386
|
+
const green = getColorValue("illustrationGreen");
|
|
11387
|
+
const purple = getColorValue("illustrationPurple");
|
|
11388
|
+
return /* @__PURE__ */ React123.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React123.createElement("g", { fill: green }, /* @__PURE__ */ React123.createElement("path", { d: "m245.02 82.6504-202.3198 64.5996 72.2098 35.57z" }), /* @__PURE__ */ React123.createElement("path", { d: "m240.85 85.0303-146.6298 95.1697 65.9598 38.76z" }), /* @__PURE__ */ React123.createElement("path", { d: "m240.86 85.0303-.5 1.2-125.45 96.5897-14.06-6.92z" })), /* @__PURE__ */ React123.createElement(
|
|
11389
|
+
"path",
|
|
11390
|
+
{
|
|
11391
|
+
d: "m240.86 85.0303-.5 1.2-125.45 96.5897-14.06-6.92z",
|
|
11392
|
+
fill: getColorValue("tealDark")
|
|
11393
|
+
}
|
|
11394
|
+
), /* @__PURE__ */ React123.createElement("path", { d: "m113.11 55.5-83.11 17.5 27.29 17.08z", fill: purple }), /* @__PURE__ */ React123.createElement("path", { d: "m111.36 56.2803-62.1901 31.92 20.66 23.4297z", fill: purple }), /* @__PURE__ */ React123.createElement("path", { d: "m111.36 56.2803-.25.46-53.82 33.34-5.31-3.32z", fill: purple }), /* @__PURE__ */ React123.createElement(
|
|
11395
|
+
"path",
|
|
11396
|
+
{
|
|
11397
|
+
d: "m111.36 56.2803-.25.46-53.82 33.34-5.31-3.32z",
|
|
11398
|
+
fill: illustrationColors.staticRed
|
|
11399
|
+
}
|
|
11400
|
+
));
|
|
11401
|
+
}
|
|
11402
|
+
var migrations_default = Migrations;
|
|
11403
|
+
|
|
11404
|
+
// src/illustrations/padlock.tsx
|
|
11405
|
+
var React124 = __toESM(require("react"));
|
|
11406
|
+
function Padlock(props) {
|
|
11407
|
+
const purple = getColorValue("illustrationPurple");
|
|
11408
|
+
return /* @__PURE__ */ React124.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React124.createElement(
|
|
11409
|
+
"path",
|
|
11410
|
+
{
|
|
11411
|
+
d: "m207.85 184.532c.87-4.9 1.33-10.1 1.33-15.61s-.46-10.86-1.35-15.82c-5.3-29.5-25.8-47.69-54.53-52.36-4.9-.7998-10.04-1.2098-15.39-1.2098s-10.93.44-16.03 1.2898c-28.76 4.8-49.21 22.94-54.52 52.27-.9 4.96-1.36 10.23-1.36 15.82s.46 10.71 1.34 15.61c5.27 29.3 25.74 47.47 54.55 52.27 5.1.85 10.45 1.29 16.03 1.29s10.49-.41 15.39-1.21c28.79-4.68 49.3-22.9 54.56-52.36z",
|
|
11412
|
+
fill: purple
|
|
11413
|
+
}
|
|
11414
|
+
), /* @__PURE__ */ React124.createElement(
|
|
11415
|
+
"path",
|
|
11416
|
+
{
|
|
11417
|
+
d: "m156.92 161.662c.24-1.35.37-2.78.37-4.3s-.13-2.99-.37-4.35c-1.46-8.12-7.1-13.12-15.01-14.41-1.35-.22-2.76-.33-4.24-.33s-3.01.12-4.41.36c-7.92 1.32-13.55 6.31-15.01 14.39-.25 1.36-.38 2.82-.38 4.35s.13 2.95.37 4.3c1.45 8.06 7.09 13.07 15.01 14.39 1.4.23 2.88.36 4.41.36s2.89-.11 4.24-.33c7.92-1.29 13.57-6.3 15.02-14.41z",
|
|
11418
|
+
fill: illustrationColors.staticDarkBlue
|
|
11419
|
+
}
|
|
11420
|
+
), /* @__PURE__ */ React124.createElement("path", { d: "m189.62 81.7422h-104.0902v45.2898h104.0902z", fill: purple }), /* @__PURE__ */ React124.createElement(
|
|
11421
|
+
"path",
|
|
11422
|
+
{
|
|
11423
|
+
d: "m150.11 166.592h-25.07v33.22h25.07z",
|
|
11424
|
+
fill: illustrationColors.staticDarkBlue
|
|
11425
|
+
}
|
|
11426
|
+
), /* @__PURE__ */ React124.createElement(
|
|
11427
|
+
"path",
|
|
11428
|
+
{
|
|
11429
|
+
d: "m137.74 125.982c-3.27 0-6.5-.26-9.58-.78-19.03-3.17-31.8501-15.54-35.1501-33.9195-.54-3.02-.82-6.22-.82-9.49s.28-6.55.83-9.61c3.33-18.38 16.1301-30.74 35.1401-33.91 6.07-1.01 12.74-1.03 18.8-.05 19.04 3.1 31.87 15.48 35.19 33.98.55 3.06.83 6.29.83 9.59s-.27 6.46-.81 9.48c-3.3 18.4995-16.13 30.8895-35.2 33.9895-2.96.48-6.06.73-9.22.73zm0-79.2095c-2.74 0-5.49.21-8.05.64-15.14 2.53-24.92 11.91-27.55 26.42-.46 2.51-.69 5.19-.69 7.96s.23 5.37.67 7.85c2.61 14.5095 12.4 23.8995 27.56 26.4295 5.07.85 10.76.86 15.79.04 15.17-2.47 24.96-11.87 27.57-26.4695.44-2.49.67-5.13.67-7.85s-.23-5.44-.68-7.96c-2.62-14.6-12.41-24-27.56-26.47-2.46-.4-5.1-.6-7.74-.6z",
|
|
11430
|
+
fill: purple
|
|
11431
|
+
}
|
|
11432
|
+
));
|
|
11433
|
+
}
|
|
11434
|
+
var padlock_default = Padlock;
|
|
11435
|
+
|
|
11436
|
+
// src/illustrations/people.tsx
|
|
11437
|
+
var React125 = __toESM(require("react"));
|
|
11438
|
+
function People(props) {
|
|
11439
|
+
const purple = getColorValue("illustrationPurple");
|
|
11440
|
+
const orange = getColorValue("illustrationOrange");
|
|
11441
|
+
const blue = getColorValue("illustrationAccent");
|
|
11442
|
+
const line = getColorValue("illustrationLine");
|
|
11443
|
+
return /* @__PURE__ */ React125.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React125.createElement(
|
|
11444
|
+
"path",
|
|
11445
|
+
{
|
|
11446
|
+
d: "m119.714 79.323c.34-2.06.5-4.25.47-6.57s-.26-4.56-.66-6.64c-2.4-12.37-11.12-19.89-23.2204-21.69-2.07-.31-4.23-.45-6.48-.42s-4.59.25-6.73.64c-12.06 2.18-20.55 9.92-22.61 22.28-.35 2.09-.51 4.31-.48 6.66.03 2.31.25 4.5.65 6.55 2.38 12.28 11.09 19.8 23.23 21.65 2.15.33 4.4.48 6.74.45 2.25-.03 4.41-.23 6.46-.6 12.0704-2.13 20.5904-9.91 22.6304-22.32z",
|
|
11447
|
+
fill: purple
|
|
11448
|
+
}
|
|
11449
|
+
), /* @__PURE__ */ React125.createElement(
|
|
11450
|
+
"path",
|
|
11451
|
+
{
|
|
11452
|
+
d: "m100.515 64.9729c.01.81-.04 1.57-.16 2.29l-.02-.02c-.7103 4.33-3.6803 7.05-7.8903 7.79-.71.13-1.47.2-2.25.21-.82.01-1.6-.05-2.35-.16-4.23-.64-7.27-3.26-8.1-7.55-.14-.72-.22-1.48-.23-2.29-.01-.82.05-1.59.17-2.32.72-4.31 3.68-7.01 7.89-7.77.75-.13 1.57-.21 2.35-.22s1.54.04 2.26.15c4.22.63 7.26 3.26 8.1003 7.57.14.73.22 1.5.23 2.32z",
|
|
11453
|
+
fill: orange
|
|
11454
|
+
}
|
|
11455
|
+
), /* @__PURE__ */ React125.createElement(
|
|
11456
|
+
"path",
|
|
11457
|
+
{
|
|
11458
|
+
d: "m90.2448 76.9929c10.6202-.18 17.5802 4.93 17.3302 18.67l.04 2.14c-3.07 1.84-6.6 3.1401-10.5202 3.8301-2.05.37-4.21.57-6.46.6-2.34.03-4.59-.12-6.74-.45-3.66-.56-7-1.64-9.95-3.2001l-.04-2.34c-.24-13.73 6.37-19.08 16.34-19.25z",
|
|
11459
|
+
fill: orange
|
|
11460
|
+
}
|
|
11461
|
+
), /* @__PURE__ */ React125.createElement(
|
|
11462
|
+
"path",
|
|
11463
|
+
{
|
|
11464
|
+
d: "m119.714 143.583c.34-2.06.5-4.25.47-6.57s-.26-4.56-.66-6.64c-2.4-12.37-11.12-19.89-23.2204-21.69-2.07-.31-4.23-.45-6.48-.42s-4.59.25-6.73.64c-12.06 2.18-20.55 9.92-22.61 22.28-.35 2.09-.51 4.31-.48 6.66.03 2.31.25 4.5.65 6.55 2.38 12.28 11.09 19.8 23.23 21.65 2.15.33 4.4.48 6.74.45 2.25-.03 4.41-.23 6.46-.6 12.0704-2.13 20.5904-9.91 22.6304-22.32z",
|
|
11465
|
+
fill: blue
|
|
11466
|
+
}
|
|
11467
|
+
), /* @__PURE__ */ React125.createElement(
|
|
11468
|
+
"path",
|
|
11469
|
+
{
|
|
11470
|
+
d: "m100.515 129.243c.01.81-.04 1.57-.16 2.29l-.02-.02c-.7103 4.33-3.6803 7.05-7.8903 7.79-.71.13-1.47.2-2.25.21-.82.01-1.6-.05-2.35-.16-4.23-.64-7.27-3.26-8.1-7.55-.14-.72-.22-1.48-.23-2.29-.01-.82.05-1.59.17-2.32.72-4.31 3.68-7.01 7.89-7.77.75-.13 1.57-.21 2.35-.22s1.54.04 2.26.15c4.22.63 7.26 3.26 8.1003 7.57.14.73.22 1.5.23 2.32z",
|
|
11471
|
+
fill: illustrationColors.staticDarkBlue
|
|
11472
|
+
}
|
|
11473
|
+
), /* @__PURE__ */ React125.createElement(
|
|
11474
|
+
"path",
|
|
11475
|
+
{
|
|
11476
|
+
d: "m90.2448 141.263c10.6202-.18 17.5802 4.93 17.3302 18.67l.04 2.14c-3.07 1.84-6.6 3.14-10.5202 3.83-2.05.37-4.21.57-6.46.6-2.34.03-4.59-.12-6.74-.45-3.66-.56-7-1.64-9.95-3.2l-.04-2.34c-.24-13.73 6.37-19.08 16.34-19.25z",
|
|
11477
|
+
fill: illustrationColors.staticDarkBlue
|
|
11478
|
+
}
|
|
11479
|
+
), /* @__PURE__ */ React125.createElement(
|
|
11480
|
+
"path",
|
|
11481
|
+
{
|
|
11482
|
+
d: "m119.714 207.853c.34-2.06.5-4.25.47-6.57s-.26-4.56-.66-6.64c-2.4-12.37-11.12-19.89-23.2204-21.69-2.07-.31-4.23-.45-6.48-.42s-4.59.25-6.73.64c-12.06 2.18-20.55 9.92-22.61 22.28-.35 2.09-.51 4.31-.48 6.66.03 2.31.25 4.5.65 6.55 2.38 12.28 11.09 19.8 23.23 21.65 2.15.33 4.4.48 6.74.45 2.25-.03 4.41-.23 6.46-.6 12.0704-2.13 20.5904-9.91 22.6304-22.32z",
|
|
11483
|
+
fill: blue
|
|
11484
|
+
}
|
|
11485
|
+
), /* @__PURE__ */ React125.createElement(
|
|
11486
|
+
"path",
|
|
11487
|
+
{
|
|
11488
|
+
d: "m100.515 193.503c.01.81-.04 1.57-.16 2.29l-.02-.02c-.7103 4.33-3.6803 7.05-7.8903 7.79-.71.13-1.47.2-2.25.21-.82.01-1.6-.05-2.35-.16-4.23-.64-7.27-3.26-8.1-7.55-.14-.72-.22-1.48-.23-2.29-.01-.82.05-1.59.17-2.32.72-4.31 3.68-7.01 7.89-7.77.75-.13 1.57-.21 2.35-.22s1.54.04 2.26.15c4.22.63 7.26 3.26 8.1003 7.57.14.73.22 1.5.23 2.32z",
|
|
11489
|
+
fill: illustrationColors.staticDarkBlue
|
|
11490
|
+
}
|
|
11491
|
+
), /* @__PURE__ */ React125.createElement(
|
|
11492
|
+
"path",
|
|
11493
|
+
{
|
|
11494
|
+
d: "m90.2448 205.523c10.6202-.18 17.5802 4.93 17.3302 18.67l.04 2.14c-3.07 1.84-6.6 3.14-10.5202 3.83-2.05.37-4.21.57-6.46.6-2.34.03-4.59-.12-6.74-.45-3.66-.56-7-1.64-9.95-3.2l-.04-2.34c-.24-13.73 6.37-19.08 16.34-19.25z",
|
|
11495
|
+
fill: illustrationColors.staticDarkBlue
|
|
11496
|
+
}
|
|
11497
|
+
), /* @__PURE__ */ React125.createElement("g", { fill: line }, /* @__PURE__ */ React125.createElement("path", { d: "m131.774 135.932c-2.16.12-2.16 1.23 0 1.35 3.06.17 6.27.25 10.4.26 4.68-.05 5.84-.28 9.01-.26 5.36 0 14.39.31 16.57.39h.97c2.31-.04 12.43-.21 21.14-.13h11.95c4.7 0 8.21-.12 11.66-.33 1.89-.12 1.89-1.09 0-1.2-3.45-.21-6.96-.33-11.66-.33-1.83 0-5.63-.27-11-.31-.87 0-1.75 0-2.62.05-7.49.36-17.21.26-17.21.26h-28.82c-4.13 0-7.34.1-10.4.26z" }), /* @__PURE__ */ React125.createElement("path", { d: "m131.774 198.913c-2.16.12-2.16 1.23 0 1.35 3.06.17 6.27.25 10.4.26 4.68-.05 5.84-.28 9.01-.26 5.36 0 14.39.31 16.57.39h.97c2.31-.04 12.43-.21 21.14-.13h11.95c4.7 0 8.21-.12 11.66-.33 1.89-.12 1.89-1.09 0-1.2-3.45-.21-6.96-.33-11.66-.33-1.83 0-5.63-.27-11-.31-.87 0-1.75 0-2.62.05-7.49.36-17.21.26-17.21.26h-28.82c-4.13 0-7.34.1-10.4.26z" }), /* @__PURE__ */ React125.createElement("path", { d: "m132.044 86.3922c-.54.13-.93.28-1.21.41-.28.14-.43.3-.43.46 0 .15.15.3.47.4.32.12.82.15 1.46.05 1.82-.33 3.52-1.22 5.08-2.38.79-.58 1.55-1.23 2.32-1.91.77-.67 1.56-1.42 2.36-1.92 1.94-1.14 3.5-1.2 4.65-1.04.59.1 1.11.29 1.6.6s.92.76 1.38 1.46c.4.58.81 1.3 1.45 2.02s1.53 1.33 2.52 1.65c1.99.65 4.13.33 5.92-.35 1.82-.72 3.21-1.76 4.33-2.56 1.12-.82 1.96-1.44 2.44-1.76l.84-.57c.5-.34 1.38-.95 2.7-1.4.71-.24 1.31-.38 1.98-.25s1.36.55 1.85 1.22c.25.33.44.72.56 1.14.05.15.15.6.27.89.12.33.27.64.43.94.68 1.2 1.68 2.18 2.85 2.91.59.36 1.23.65 1.91.85.65.2 1.47.32 2.07.28.64 0 1.28 0 1.92-.01.64.02 1.26-.11 1.88-.16 3.5-.44 6.24-1.37 8.27-2.34 1.03-.45 1.86-.97 2.61-1.35.7-.45 1.29-.82 1.77-1.12 4.39-3.06 6.99-6.17 9.19-9.29 1.19-1.7.44-2.32-.94-.75-2.5 2.82-5.15 5.6-9.3 8.48-1.61 1.08-5.27 3.14-10.86 4.06-.92.08-1.83.27-2.73.33-.49.03-.99.05-1.5.08l-.77.04c-.23-.02-.42-.02-.65-.07-.9-.15-1.79-.58-2.55-1.15s-1.36-1.32-1.72-2.11c-.08-.2-.16-.4-.21-.6l-.1-.37c-.04-.14-.08-.28-.13-.42-.19-.55-.47-1.05-.81-1.49-.67-.88-1.57-1.47-2.47-1.76-.9-.28-1.76-.26-2.43-.12-.61.13-1.07.28-1.39.39-.31.12-.48.18-.48.18s-.25.1-.69.31-1.05.56-1.74 1.02c-1.4.91-3.08 2.42-5 3.72-.97.66-1.99 1.19-3.11 1.5-1.11.3-2.28.39-3.31.16-1.03-.24-1.84-.76-2.42-1.51-.6-.75-1.09-1.66-1.7-2.38-.93-1.14-2.19-1.77-3.26-2.01-1.09-.24-2.03-.21-2.82-.09-1.58.25-2.57.77-3.28 1.19-1.1.69-1.85 1.47-2.62 2.16-.75.69-1.45 1.33-2.16 1.91-1.4 1.14-2.81 2-4.32 2.43z" })));
|
|
11498
|
+
}
|
|
11499
|
+
var people_default = People;
|
|
11500
|
+
|
|
11501
|
+
// src/illustrations/people-greyscale.tsx
|
|
11502
|
+
var React126 = __toESM(require("react"));
|
|
11503
|
+
function PeopleGreyscale(props) {
|
|
11504
|
+
const fill = getColorValue("illustrationGreyscaleFill");
|
|
11505
|
+
const accent = getColorValue("illustrationGreyscaleAccent");
|
|
11506
|
+
const dark = getColorValue("illustrationGreyscaleDark");
|
|
11507
|
+
const stroke = getColorValue("illustrationGreyscaleStroke");
|
|
11508
|
+
return /* @__PURE__ */ React126.createElement("svg", __spreadValues({ fill: "none", height: "200", viewBox: "0 0 200 200", width: "200" }, props), /* @__PURE__ */ React126.createElement(
|
|
11509
|
+
"path",
|
|
11510
|
+
{
|
|
11511
|
+
d: "M87.0648 57.6892C87.312 56.191 87.4284 54.5983 87.4066 52.911C87.3848 51.2237 87.2175 49.5946 86.9266 48.0819C85.1811 39.0855 78.8393 33.6165 70.0393 32.3074C68.5338 32.0819 66.9629 31.9801 65.3266 32.0019C63.6902 32.0237 61.9884 32.1837 60.432 32.4674C51.6611 34.0528 45.4866 39.6819 43.9884 48.671C43.7339 50.191 43.6175 51.8055 43.6393 53.5146C43.6611 55.1946 43.8211 56.7874 44.112 58.2783C45.8429 67.2092 52.1775 72.6783 61.0066 74.0237C62.5702 74.2637 64.2066 74.3728 65.9084 74.351C67.5448 74.3292 69.1157 74.1837 70.6066 73.9146C79.3848 72.3655 85.5811 66.7074 87.0648 57.6819V57.6892Z",
|
|
11512
|
+
fill: accent
|
|
11513
|
+
}
|
|
11514
|
+
), /* @__PURE__ */ React126.createElement(
|
|
11515
|
+
"path",
|
|
11516
|
+
{
|
|
11517
|
+
d: "M73.1034 47.2529C73.1107 47.842 73.0743 48.3947 72.987 48.9184L72.9725 48.9038C72.4561 52.0529 70.2961 54.0311 67.2343 54.5693C66.718 54.6638 66.1652 54.7147 65.598 54.722C65.0016 54.7293 64.4343 54.6856 63.8889 54.6057C60.8125 54.1402 58.6016 52.2347 57.998 49.1147C57.8961 48.5911 57.838 48.0384 57.8307 47.4493C57.8234 46.8529 57.867 46.2929 57.9543 45.762C58.478 42.6275 60.6307 40.6638 63.6925 40.1111C64.238 40.0166 64.8343 39.9584 65.4016 39.9511C65.9689 39.9438 66.5216 39.9802 67.0452 40.0602C70.1143 40.5184 72.3252 42.4311 72.9361 45.5657C73.038 46.0966 73.0961 46.6566 73.1034 47.2529Z",
|
|
11518
|
+
fill: dark
|
|
11519
|
+
}
|
|
11520
|
+
), /* @__PURE__ */ React126.createElement(
|
|
11521
|
+
"path",
|
|
11522
|
+
{
|
|
11523
|
+
d: "M65.6343 55.9947C73.358 55.8638 78.4198 59.5802 78.238 69.5729L78.2671 71.1293C76.0343 72.4674 73.4671 73.4129 70.6161 73.9147C69.1252 74.1838 67.5543 74.3293 65.918 74.3511C64.2162 74.3729 62.5798 74.2638 61.0161 74.0238C58.3543 73.6165 55.9252 72.8311 53.7798 71.6965L53.7507 69.9947C53.5761 60.0093 58.3834 56.1184 65.6343 55.9947Z",
|
|
11524
|
+
fill: dark
|
|
11525
|
+
}
|
|
11526
|
+
), /* @__PURE__ */ React126.createElement(
|
|
11527
|
+
"path",
|
|
11528
|
+
{
|
|
11529
|
+
d: "M87.0648 104.424C87.312 102.926 87.4284 101.333 87.4066 99.6459C87.3848 97.9586 87.2175 96.3295 86.9266 94.8168C85.1811 85.8204 78.8393 80.3513 70.0393 79.0422C68.5338 78.8168 66.9629 78.715 65.3266 78.7368C63.6902 78.7586 61.9884 78.9186 60.432 79.2022C51.6611 80.7877 45.4866 86.4168 43.9884 95.4059C43.7339 96.9259 43.6175 98.5404 43.6393 100.249C43.6611 101.929 43.8211 103.522 44.112 105.013C45.8429 113.944 52.1775 119.413 61.0066 120.759C62.5702 120.999 64.2066 121.108 65.9084 121.086C67.5448 121.064 69.1157 120.919 70.6066 120.65C79.3848 119.1 85.5811 113.442 87.0648 104.417V104.424Z",
|
|
11530
|
+
fill
|
|
11531
|
+
}
|
|
11532
|
+
), /* @__PURE__ */ React126.createElement(
|
|
11533
|
+
"path",
|
|
11534
|
+
{
|
|
11535
|
+
d: "M73.1034 93.9951C73.1107 94.5842 73.0743 95.1369 72.987 95.6606L72.9725 95.646C72.4561 98.7951 70.2961 100.773 67.2343 101.311C66.718 101.406 66.1652 101.457 65.598 101.464C65.0016 101.471 64.4343 101.428 63.8889 101.348C60.8125 100.882 58.6016 98.9769 57.998 95.8569C57.8961 95.3333 57.838 94.7806 57.8307 94.1915C57.8234 93.5951 57.867 93.0351 57.9543 92.5042C58.478 89.3697 60.6307 87.406 63.6925 86.8533C64.238 86.7587 64.8343 86.7006 65.4016 86.6933C65.9689 86.686 66.5216 86.7224 67.0452 86.8024C70.1143 87.2606 72.3252 89.1733 72.9361 92.3078C73.038 92.8387 73.0961 93.3988 73.1034 93.9951Z",
|
|
11536
|
+
fill: accent
|
|
11537
|
+
}
|
|
11538
|
+
), /* @__PURE__ */ React126.createElement(
|
|
11539
|
+
"path",
|
|
11540
|
+
{
|
|
11541
|
+
d: "M65.6343 102.737C73.358 102.606 78.4198 106.322 78.238 116.315L78.2671 117.871C76.0343 119.21 73.4671 120.155 70.6161 120.657C69.1252 120.926 67.5543 121.071 65.918 121.093C64.2162 121.115 62.5798 121.006 61.0161 120.766C58.3543 120.359 55.9252 119.573 53.7798 118.439L53.7507 116.737C53.5761 106.751 58.3834 102.861 65.6343 102.737Z",
|
|
11542
|
+
fill: accent
|
|
11543
|
+
}
|
|
11544
|
+
), /* @__PURE__ */ React126.createElement(
|
|
11545
|
+
"path",
|
|
11546
|
+
{
|
|
11547
|
+
d: "M87.0648 151.166C87.312 149.668 87.4284 148.075 87.4066 146.388C87.3848 144.7 87.2175 143.071 86.9266 141.558C85.1811 132.562 78.8393 127.093 70.0393 125.784C68.5338 125.558 66.9629 125.457 65.3266 125.478C63.6902 125.5 61.9884 125.66 60.432 125.944C51.6611 127.529 45.4866 133.158 43.9884 142.148C43.7339 143.668 43.6175 145.282 43.6393 146.991C43.6611 148.671 43.8211 150.264 44.112 151.755C45.8429 160.686 52.1775 166.155 61.0066 167.5C62.5702 167.74 64.2066 167.849 65.9084 167.828C67.5448 167.806 69.1157 167.66 70.6066 167.391C79.3848 165.842 85.5811 160.184 87.0648 151.158V151.166Z",
|
|
11548
|
+
fill
|
|
11549
|
+
}
|
|
11550
|
+
), /* @__PURE__ */ React126.createElement(
|
|
11551
|
+
"path",
|
|
11552
|
+
{
|
|
11553
|
+
d: "M73.1034 140.729C73.1107 141.319 73.0743 141.871 72.987 142.395L72.9725 142.38C72.4561 145.529 70.2961 147.508 67.2343 148.046C66.718 148.14 66.1652 148.191 65.598 148.199C65.0016 148.206 64.4343 148.162 63.8889 148.082C60.8125 147.617 58.6016 145.711 57.998 142.591C57.8961 142.068 57.838 141.515 57.8307 140.926C57.8234 140.329 57.867 139.769 57.9543 139.239C58.478 136.104 60.6307 134.14 63.6925 133.588C64.238 133.493 64.8343 133.435 65.4016 133.428C65.9689 133.42 66.5216 133.457 67.0452 133.537C70.1143 133.995 72.3252 135.908 72.9361 139.042C73.038 139.573 73.0961 140.133 73.1034 140.729Z",
|
|
11554
|
+
fill: accent
|
|
11555
|
+
}
|
|
11556
|
+
), /* @__PURE__ */ React126.createElement(
|
|
11557
|
+
"path",
|
|
11558
|
+
{
|
|
11559
|
+
d: "M65.6343 149.471C73.358 149.34 78.4198 153.057 78.238 163.049L78.2671 164.606C76.0343 165.944 73.4671 166.889 70.6161 167.391C69.1252 167.66 67.5543 167.806 65.918 167.828C64.2162 167.849 62.5798 167.74 61.0161 167.5C58.3543 167.093 55.9252 166.308 53.7798 165.173L53.7507 163.471C53.5761 153.486 58.3834 149.595 65.6343 149.471Z",
|
|
11560
|
+
fill: accent
|
|
11561
|
+
}
|
|
11562
|
+
), /* @__PURE__ */ React126.createElement(
|
|
11563
|
+
"path",
|
|
11564
|
+
{
|
|
11565
|
+
d: "M95.8344 98.8594C94.2635 98.9467 94.2635 99.754 95.8344 99.8412C98.0599 99.9649 100.394 100.023 103.398 100.03C106.802 99.994 107.645 99.8267 109.951 99.8412C113.849 99.8412 120.416 100.067 122.002 100.125C122.234 100.125 122.467 100.125 122.707 100.125C124.387 100.096 131.747 99.9721 138.082 100.03H146.773C150.191 100.03 152.744 99.9431 155.253 99.7903C156.627 99.7031 156.627 98.9976 155.253 98.9176C152.744 98.7649 150.191 98.6776 146.773 98.6776C145.442 98.6776 142.678 98.4812 138.773 98.4521C138.14 98.4521 137.5 98.4522 136.867 98.4885C131.42 98.7503 124.351 98.6776 124.351 98.6776H103.391C100.387 98.6776 98.0526 98.7503 95.8272 98.8667L95.8344 98.8594Z",
|
|
11566
|
+
fill: stroke
|
|
11567
|
+
}
|
|
11568
|
+
), /* @__PURE__ */ React126.createElement(
|
|
11569
|
+
"path",
|
|
11570
|
+
{
|
|
11571
|
+
d: "M95.8344 144.664C94.2635 144.751 94.2635 145.558 95.8344 145.645C98.0599 145.769 100.394 145.827 103.398 145.835C106.802 145.798 107.645 145.631 109.951 145.645C113.849 145.645 120.416 145.871 122.002 145.929C122.234 145.929 122.467 145.929 122.707 145.929C124.387 145.9 131.747 145.776 138.082 145.835H146.773C150.191 145.835 152.744 145.747 155.253 145.595C156.627 145.507 156.627 144.802 155.253 144.722C152.744 144.569 150.191 144.482 146.773 144.482C145.442 144.482 142.678 144.285 138.773 144.256C138.14 144.256 137.5 144.256 136.867 144.293C131.42 144.555 124.351 144.482 124.351 144.482H103.391C100.387 144.482 98.0526 144.555 95.8272 144.671L95.8344 144.664Z",
|
|
11572
|
+
fill: stroke
|
|
11573
|
+
}
|
|
11574
|
+
), /* @__PURE__ */ React126.createElement(
|
|
11575
|
+
"path",
|
|
11576
|
+
{
|
|
11577
|
+
d: "M96.0326 62.8305C95.6398 62.925 95.3562 63.0341 95.1526 63.1287C94.9489 63.2305 94.8398 63.3469 94.8398 63.4632C94.8398 63.5723 94.9489 63.6814 95.1817 63.7541C95.4144 63.8414 95.778 63.8632 96.2435 63.7905C97.5671 63.5505 98.8035 62.9032 99.938 62.0596C100.513 61.6378 101.065 61.165 101.625 60.6705C102.185 60.1832 102.76 59.6378 103.342 59.2741C104.753 58.445 105.887 58.4014 106.723 58.5178C107.153 58.5905 107.531 58.7287 107.887 58.9541C108.243 59.1796 108.556 59.5069 108.891 60.016C109.182 60.4378 109.48 60.9614 109.945 61.485C110.411 62.0087 111.058 62.4523 111.778 62.685C113.225 63.1578 114.782 62.925 116.083 62.4305C117.407 61.9069 118.418 61.1505 119.233 60.5687C120.047 59.9723 120.658 59.5214 121.007 59.2887L121.618 58.8741C121.982 58.6269 122.622 58.1832 123.582 57.856C124.098 57.6814 124.534 57.5796 125.022 57.6741C125.509 57.7687 126.011 58.0741 126.367 58.5614C126.549 58.8014 126.687 59.085 126.774 59.3905C126.811 59.4996 126.883 59.8269 126.971 60.0378C127.058 60.2778 127.167 60.5032 127.283 60.7214C127.778 61.5941 128.505 62.3069 129.356 62.8378C129.785 63.0996 130.251 63.3105 130.745 63.456C131.218 63.6014 131.814 63.6887 132.251 63.6596C132.716 63.6596 133.182 63.6596 133.647 63.6523C134.113 63.6669 134.563 63.5723 135.014 63.536C137.56 63.216 139.553 62.5396 141.029 61.8341C141.778 61.5069 142.382 61.1287 142.927 60.8523C143.436 60.525 143.865 60.256 144.214 60.0378C147.407 57.8123 149.298 55.5505 150.898 53.2814C151.763 52.045 151.218 51.5941 150.214 52.736C148.396 54.7869 146.469 56.8087 143.451 58.9032C142.28 59.6887 139.618 61.1869 135.553 61.856C134.883 61.9141 134.222 62.0523 133.567 62.096C133.211 62.1178 132.847 62.1323 132.476 62.1541L131.916 62.1832C131.749 62.1687 131.611 62.1687 131.443 62.1323C130.789 62.0232 130.142 61.7105 129.589 61.296C129.036 60.8814 128.6 60.336 128.338 59.7614C128.28 59.616 128.222 59.4705 128.185 59.325L128.113 59.056C128.083 58.9541 128.054 58.8523 128.018 58.7505C127.88 58.3505 127.676 57.9869 127.429 57.6669C126.942 57.0269 126.287 56.5978 125.633 56.3869C124.978 56.1832 124.353 56.1978 123.865 56.2996C123.422 56.3941 123.087 56.5032 122.854 56.5832C122.629 56.6705 122.505 56.7141 122.505 56.7141C122.505 56.7141 122.323 56.7869 122.003 56.9396C121.683 57.0923 121.24 57.3469 120.738 57.6814C119.72 58.3432 118.498 59.4414 117.102 60.3869C116.396 60.8669 115.654 61.2523 114.84 61.4778C114.033 61.696 113.182 61.7614 112.433 61.5941C111.683 61.4196 111.094 61.0414 110.673 60.496C110.236 59.9505 109.88 59.2887 109.436 58.765C108.76 57.936 107.843 57.4778 107.065 57.3032C106.273 57.1287 105.589 57.1505 105.014 57.2378C103.865 57.4196 103.145 57.7978 102.629 58.1032C101.829 58.605 101.283 59.1723 100.723 59.6741C100.178 60.176 99.6689 60.6414 99.1526 61.0632C98.1344 61.8923 97.1089 62.5178 96.0108 62.8305H96.0326Z",
|
|
11578
|
+
fill: stroke
|
|
11579
|
+
}
|
|
11580
|
+
));
|
|
11581
|
+
}
|
|
11582
|
+
var people_greyscale_default = PeopleGreyscale;
|
|
11583
|
+
|
|
11584
|
+
// src/illustrations/picture1.tsx
|
|
11585
|
+
var React127 = __toESM(require("react"));
|
|
11586
|
+
function Picture1(props) {
|
|
11587
|
+
const orange = getColorValue("illustrationOrange");
|
|
11588
|
+
const blue = getColorValue("illustrationAccent");
|
|
11589
|
+
const green = getColorValue("illustrationGreen");
|
|
11590
|
+
return /* @__PURE__ */ React127.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React127.createElement(
|
|
11591
|
+
"path",
|
|
11592
|
+
{
|
|
11593
|
+
d: "m32 221.649s139.28 16.56 210.96-.75v-172.39s-113.67 27.85-210.96-1.51c0 0 1.54 175.77 0 174.64z",
|
|
11594
|
+
fill: orange
|
|
11595
|
+
}
|
|
11596
|
+
), /* @__PURE__ */ React127.createElement(
|
|
11597
|
+
"path",
|
|
11598
|
+
{
|
|
11599
|
+
d: "m56.8301 205.159s106.4899 12.66 161.3099-.58v-131.8001s-86.92 21.3-161.3099-1.15c0 0 1.17 134.4001 0 133.5301z",
|
|
11600
|
+
fill: blue
|
|
11601
|
+
}
|
|
11602
|
+
), /* @__PURE__ */ React127.createElement(
|
|
11603
|
+
"path",
|
|
11604
|
+
{
|
|
11605
|
+
d: "m67.5798 206.299v-131.7501c-3.6-.88-7.19-1.85-10.74-2.92 0 0 1.17 134.4001 0 133.5301 0 0 3.97.47 10.74 1.14z",
|
|
11606
|
+
fill: getColorValue("tealDark")
|
|
11607
|
+
}
|
|
11608
|
+
), /* @__PURE__ */ React127.createElement(
|
|
11609
|
+
"path",
|
|
11610
|
+
{
|
|
11611
|
+
d: "m218.14 204.579v-37.22l-2-1.89c-11.12-10.55-28.56-10.55-39.68 0-12.73 12.08-33.21 10.07-43.36-4.25l-18.23-25.72c-11.49-16.21-35.5499-16.21-47.0399 0l-10.52 14.85c.09 29.17.03 55.19-.48 54.81 0 0 106.4899 12.66 161.3099-.58z",
|
|
11612
|
+
fill: green
|
|
11613
|
+
}
|
|
11614
|
+
), /* @__PURE__ */ React127.createElement(
|
|
11615
|
+
"path",
|
|
11616
|
+
{
|
|
11617
|
+
d: "m175.86 129.689c.21-1.18.32-2.44.32-3.77s-.11-2.62-.33-3.82c-1.28-7.13-6.23-11.52-13.17-12.65-1.18-.19-2.43-.29-3.72-.29s-2.64.11-3.87.31c-6.95 1.16-11.89 5.54-13.17 12.63-.22 1.2-.33 2.47-.33 3.82s.11 2.59.32 3.77c1.27 7.08 6.22 11.47 13.18 12.63 1.23.21 2.52.31 3.87.31s2.53-.1 3.72-.29c6.95-1.13 11.91-5.53 13.18-12.65z",
|
|
11618
|
+
fill: orange
|
|
11619
|
+
}
|
|
11620
|
+
), /* @__PURE__ */ React127.createElement(
|
|
11621
|
+
"path",
|
|
11622
|
+
{
|
|
11623
|
+
d: "m67.5798 135.869-10.26 14.48c.09 29.17.03 55.19-.48 54.81 0 0 3.97.47 10.74 1.14v-70.42z",
|
|
11624
|
+
fill: blue
|
|
11625
|
+
}
|
|
11626
|
+
));
|
|
11627
|
+
}
|
|
11628
|
+
var picture1_default = Picture1;
|
|
11629
|
+
|
|
11630
|
+
// src/illustrations/play-media.tsx
|
|
11631
|
+
var React128 = __toESM(require("react"));
|
|
11632
|
+
function PlayMedia(props) {
|
|
11633
|
+
const blue = getColorValue("illustrationAccent");
|
|
11634
|
+
const orange = getColorValue("illustrationOrange");
|
|
11635
|
+
return /* @__PURE__ */ React128.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React128.createElement(
|
|
11636
|
+
"path",
|
|
11637
|
+
{
|
|
11638
|
+
d: "m195.96 103.181c-4.67-25.99-22.72-42-48.04-46.12-4.32-.7-8.85-1.06-13.56-1.06s-9.63.39-14.12 1.14c-25.3302 4.23-43.3502 20.21-48.0302 46.05-.79 4.37-1.2 9.01-1.2 13.93s.4 9.44 1.18 13.75c4.64 25.81 22.68 41.82 48.0502 46.05 4.49.75 9.2 1.14 14.12 1.14s9.24-.36 13.56-1.06c25.36-4.12 43.43-20.17 48.06-46.12.77-4.31 1.17-8.9 1.17-13.75s-.41-9.57-1.19-13.93z",
|
|
11639
|
+
fill: blue
|
|
11640
|
+
}
|
|
11641
|
+
), /* @__PURE__ */ React128.createElement(
|
|
11642
|
+
"path",
|
|
11643
|
+
{
|
|
11644
|
+
d: "m111.311 153.282-.18-54.5203 51.97 27.0903z",
|
|
11645
|
+
fill: illustrationColors.staticDarkBlue
|
|
11646
|
+
}
|
|
11647
|
+
), /* @__PURE__ */ React128.createElement("path", { d: "m116.561 144.281-.18-54.5095 51.96 27.0795z", fill: orange }), /* @__PURE__ */ React128.createElement("path", { d: "m223.881 209.051v-9.86h-171.8801v9.86z", fill: blue }), /* @__PURE__ */ React128.createElement(
|
|
11648
|
+
"path",
|
|
11649
|
+
{
|
|
11650
|
+
d: "m105.28 199.341c-1.24-6.93-6.0598-11.2-12.7998-12.29-1.15-.19-2.36-.28-3.61-.28s-2.57.1-3.76.3c-6.75 1.13-11.56 5.39-12.8 12.27-.21 1.16-.32 2.4-.32 3.71s.11 2.51.31 3.66c1.24 6.88 6.04 11.15 12.81 12.27 1.2.2 2.45.3 3.76.3s2.46-.1 3.61-.28c6.76-1.1 11.5798-5.38 12.8098-12.29.21-1.15.31-2.37.31-3.66s-.11-2.55-.32-3.71z",
|
|
11651
|
+
fill: orange
|
|
11652
|
+
}
|
|
11653
|
+
), /* @__PURE__ */ React128.createElement(
|
|
11654
|
+
"path",
|
|
11655
|
+
{
|
|
11656
|
+
d: "m72.3005 199.341c-.21 1.16-.32 2.4-.32 3.71s.11 2.52.31 3.66c.15.82.35 1.59.59 2.33h31.8195c.24-.74.44-1.52.59-2.33.21-1.15.31-2.37.31-3.66s-.11-2.55-.32-3.71c0-.05-.02-.1-.03-.15h-32.9195c0 .05-.02.1-.03.15z",
|
|
11657
|
+
fill: illustrationColors.staticDarkBlue
|
|
11658
|
+
}
|
|
11659
|
+
));
|
|
11660
|
+
}
|
|
11661
|
+
var play_media_default = PlayMedia;
|
|
11662
|
+
|
|
11663
|
+
// src/illustrations/play-media-greyscale.tsx
|
|
11664
|
+
var React129 = __toESM(require("react"));
|
|
11665
|
+
function PlayMediaGreyscale(props) {
|
|
11666
|
+
const fill = getColorValue("illustrationGreyscaleFill");
|
|
11667
|
+
const accent = getColorValue("illustrationGreyscaleAccent");
|
|
11668
|
+
const mid = getColorValue("illustrationGreyscaleMidDark");
|
|
11669
|
+
return /* @__PURE__ */ React129.createElement("svg", __spreadValues({ fill: "none", height: "196", viewBox: "0 0 196 196", width: "196" }, props), /* @__PURE__ */ React129.createElement(
|
|
11670
|
+
"path",
|
|
11671
|
+
{
|
|
11672
|
+
d: "M139.665 73.5398C136.336 55.016 123.471 43.6053 105.425 40.6688C102.346 40.1699 99.1176 39.9133 95.7607 39.9133C92.4037 39.9133 88.8971 40.1913 85.6969 40.7258C67.6436 43.7407 54.8002 55.1301 51.4647 73.5469C50.9016 76.6615 50.6094 79.9686 50.6094 83.4752C50.6094 86.9818 50.8945 90.2034 51.4504 93.2752C54.7574 111.671 67.6151 123.081 85.6969 126.096C88.8971 126.631 92.254 126.909 95.7607 126.909C99.2673 126.909 102.346 126.652 105.425 126.153C123.5 123.217 136.379 111.778 139.679 93.2823C140.228 90.2105 140.513 86.9391 140.513 83.4823C140.513 80.0256 140.221 76.6616 139.665 73.5541V73.5398Z",
|
|
11673
|
+
fill
|
|
11674
|
+
}
|
|
11675
|
+
), /* @__PURE__ */ React129.createElement(
|
|
11676
|
+
"path",
|
|
11677
|
+
{
|
|
11678
|
+
d: "M79.3314 109.248L79.2031 70.3899L116.244 89.6977L79.3314 109.248Z",
|
|
11679
|
+
fill: mid
|
|
11680
|
+
}
|
|
11681
|
+
), /* @__PURE__ */ React129.createElement(
|
|
11682
|
+
"path",
|
|
11683
|
+
{
|
|
11684
|
+
d: "M83.0736 102.833L82.9453 63.9822L119.979 83.2828L83.0736 102.833Z",
|
|
11685
|
+
fill: accent
|
|
11686
|
+
}
|
|
11687
|
+
), /* @__PURE__ */ React129.createElement("path", { d: "M159.566 148.996V141.969H37.0628V148.996H159.566Z", fill }), /* @__PURE__ */ React129.createElement(
|
|
11688
|
+
"path",
|
|
11689
|
+
{
|
|
11690
|
+
d: "M75.0353 142.076C74.1515 137.136 70.7162 134.093 65.9124 133.316C65.0927 133.181 64.2303 133.117 63.3394 133.117C62.4485 133.117 61.5077 133.188 60.6596 133.331C55.8487 134.136 52.4204 137.172 51.5367 142.076C51.387 142.902 51.3086 143.786 51.3086 144.72C51.3086 145.654 51.387 146.509 51.5295 147.328C52.4133 152.232 55.8344 155.275 60.6596 156.074C61.5148 156.216 62.4058 156.287 63.3394 156.287C64.2731 156.287 65.0927 156.216 65.9124 156.088C70.7304 155.304 74.1658 152.253 75.0424 147.328C75.1921 146.509 75.2634 145.639 75.2634 144.72C75.2634 143.8 75.185 142.902 75.0353 142.076Z",
|
|
11691
|
+
fill: accent
|
|
11692
|
+
}
|
|
11693
|
+
), /* @__PURE__ */ React129.createElement(
|
|
11694
|
+
"path",
|
|
11695
|
+
{
|
|
11696
|
+
d: "M51.5289 142.076C51.3792 142.902 51.3008 143.786 51.3008 144.72C51.3008 145.654 51.3792 146.516 51.5217 147.328C51.6286 147.913 51.7712 148.462 51.9422 148.989H74.6212C74.7923 148.462 74.9348 147.906 75.0417 147.328C75.1914 146.509 75.2627 145.639 75.2627 144.72C75.2627 143.8 75.1843 142.902 75.0346 142.076C75.0346 142.04 75.0203 142.004 75.0132 141.969H51.5502C51.5502 142.004 51.536 142.04 51.5289 142.076Z",
|
|
11697
|
+
fill: mid
|
|
11698
|
+
}
|
|
11699
|
+
));
|
|
11700
|
+
}
|
|
11701
|
+
var play_media_greyscale_default = PlayMediaGreyscale;
|
|
11702
|
+
|
|
11703
|
+
// src/illustrations/rainstorm-incident.tsx
|
|
11704
|
+
var React130 = __toESM(require("react"));
|
|
11705
|
+
function RainstormIncident(props) {
|
|
11706
|
+
const blue = getColorValue("illustrationAccent");
|
|
11707
|
+
const purple = getColorValue("illustrationPurple");
|
|
11708
|
+
const gray = getColorValue("illustrationRainstormGray");
|
|
11709
|
+
return /* @__PURE__ */ React130.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React130.createElement("g", { fill: blue }, /* @__PURE__ */ React130.createElement("path", { d: "m76.6696 200.43c12.04-.09 20.99-11.27 18.33-23.01-2.75-12.17-8.14-27.19-18.67-40-9.28 12.71-14.8 27.21-18.05 39.11-3.31 12.1 5.85 24 18.39 23.91z" }), /* @__PURE__ */ React130.createElement("path", { d: "m176.75 238.59c12.04-.09 20.99-11.27 18.33-23.01-2.75-12.17-8.14-27.19-18.67-40-9.28 12.71-14.8 27.21-18.05 39.11-3.31 12.1 5.85 24 18.39 23.91z" }), /* @__PURE__ */ React130.createElement("path", { d: "m186.75 160.92c12.04-.09 20.99-11.27 18.33-23.01s-8.14-27.19-18.67-39.9998c-9.28 12.7098-14.8 27.2098-18.05 39.1098-3.31 12.1 5.85 24 18.39 23.91z" })), /* @__PURE__ */ React130.createElement(
|
|
11710
|
+
"path",
|
|
11711
|
+
{
|
|
11712
|
+
d: "m200.56 76.83c-.74 0-1.48.01-2.21.04-11.24-28.81-34.84-40.87-70.03-40.87-50.4398 0-78.1198 25.24-78.1198 90.01h202.5798c-5.71-32.21-25-49.18-52.23-49.18z",
|
|
11713
|
+
fill: purple
|
|
11714
|
+
}
|
|
11715
|
+
), /* @__PURE__ */ React130.createElement(
|
|
11716
|
+
"path",
|
|
11717
|
+
{
|
|
11718
|
+
d: "m55.4 126.09h50.92c-4.56-25.73-19.97-39.2697-41.71-39.2697-20.24 0-33.98 10.29-42.11 39.2697z",
|
|
11719
|
+
fill: purple
|
|
11720
|
+
}
|
|
11721
|
+
), /* @__PURE__ */ React130.createElement(
|
|
11722
|
+
"path",
|
|
11723
|
+
{
|
|
11724
|
+
d: "m171.84 126h29.87c-3.19-9.3-8.01-19.22-15.3-28.0898-6.56 8.9898-11.23 18.8698-14.56 28.0898z",
|
|
11725
|
+
fill: illustrationColors.staticDarkBlue
|
|
11726
|
+
}
|
|
11727
|
+
), /* @__PURE__ */ React130.createElement(
|
|
11728
|
+
"path",
|
|
11729
|
+
{
|
|
11730
|
+
d: "m100.586 218.768c-3.03 2.65-2.32 3.51.86 1.04 4.5-3.5 9.18-7.24 15.12-12.12 6.7-5.59 8.23-7.15 12.81-10.88 3.85-3.18 9.08-7.38 13.74-11.11 5.23-4.18 9.81-7.83 11.58-9.26l.36-.29c-.95-.44-1.89-.88-2.84-1.33-1.99-.91-7.35-3.36-14.1-6.44-3.31-1.53-6.95-3.21-10.69-4.94-3.41-1.59-6.91-3.23-10.27-4.8l-.07-.03 15.56-12.5c6.83-5.49 11.86-9.67 16.74-13.86 2.68-2.3 2.07-3.06-.75-.94-5.14 3.86-10.32 7.86-17.16 13.34-1.33 1.06-3.42 2.65-6.15 4.76-1.36 1.06-2.89 2.24-4.57 3.54-1.85 1.46-3.87 3.05-6.06 4.77-.58.46-1.16.93-1.74 1.39 1.14.53 2.28 1.05 3.42 1.57.57.25 1.15.51 1.72.76 12.81 5.56 29.19 13.3 29.19 13.3l4.04 1.88-24.17 19.91c-6.63 5.47-9.82 8.1-11.78 9.72-5.93 4.9-10.5 8.78-14.79 12.53z",
|
|
11731
|
+
fill: gray
|
|
11732
|
+
}
|
|
11733
|
+
));
|
|
11734
|
+
}
|
|
11735
|
+
var rainstorm_incident_default = RainstormIncident;
|
|
11736
|
+
|
|
11737
|
+
// src/illustrations/search.tsx
|
|
11738
|
+
var React131 = __toESM(require("react"));
|
|
11739
|
+
function Search(props) {
|
|
11740
|
+
const orange = getColorValue("illustrationOrange");
|
|
11741
|
+
const blue = getColorValue("illustrationAccent");
|
|
11742
|
+
return /* @__PURE__ */ React131.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React131.createElement(
|
|
11743
|
+
"path",
|
|
11744
|
+
{
|
|
11745
|
+
d: "m186.119 90.564c-2.07-3.97-4.61-7.92-7.64-11.84-3.07-3.97-6.31-7.47-9.67-10.51-20.01-18.08-44.6-19.74-67.63-7.25-3.9299 2.13-7.8099 4.67-11.6199 7.61-3.97 3.07-7.54 6.33-10.7 9.74-17.83 19.24-22.4 43.41-10.04 67.21 2.09 4.02 4.66 8.03 7.73 12.01 3.03 3.92 6.22 7.37 9.54 10.37 19.8799 17.95 44.4499 19.62 67.5899 7.18 4.1-2.2 8.15-4.83 12.12-7.9 3.81-2.94 7.24-6.07 10.29-9.33 17.91-19.17 22.48-43.43 10.01-67.29z",
|
|
11746
|
+
fill: orange
|
|
11747
|
+
}
|
|
11748
|
+
), /* @__PURE__ */ React131.createElement(
|
|
11749
|
+
"path",
|
|
11750
|
+
{
|
|
11751
|
+
clipRule: "evenodd",
|
|
11752
|
+
d: "m81.4986 172.994c12.51 11.29 27.0504 17.01 42.2504 17.01v-.01c10.89 0 22.13-2.94 33.18-8.88 3.235-1.742 6.439-3.73 9.562-5.932.367 1.127 1.03 2.333 2.028 3.622l4.24 5.48 11.75-9.09-4.24-5.48c-1.049-1.461-2.121-2.487-3.206-3.132 1.409-1.324 2.76-2.679 4.046-4.058 20.52-21.96 24.56-49.35 11.08-75.1405-2.28-4.36-5.07-8.69-8.3-12.86-3.28-4.23-6.81-8.06-10.5-11.4-21.59-19.51-49.11-22.5-75.4904-8.19-4.27 2.32-8.49 5.09-12.54 8.22-4.2 3.25-8.08 6.79-11.53 10.51-20.39 22.01-24.43 49.3605-11.09 75.0305 2.29 4.42 5.12 8.81 8.39 13.04 3.23 4.17 6.72 7.96 10.37 11.26zm22.9404-106.0105c8.96-4.87 17.92-7.28 26.57-7.28h.02c11.88 0 23.2 4.56 33.2 13.59 3.09 2.79 6.06 6.03 8.84 9.62 2.73 3.53 5.09 7.18 6.99 10.82 10.77 20.6205 7.6 41.7305-8.95 59.4405-2.82 3.01-6 5.9-9.48 8.59-3.61 2.8-7.37 5.25-11.17 7.29-21.38 11.48-42.6 9.27-59.7604-6.23-3.06-2.76-5.99-5.95-8.72-9.48-2.78-3.58-5.16-7.28-7.08-10.97-10.67-20.54-7.48-41.63 8.98-59.4005 2.93-3.17 6.25-6.19 9.86-8.98 3.48-2.68 7.0804-5.04 10.7004-7.01z",
|
|
11753
|
+
fill: blue,
|
|
11754
|
+
fillRule: "evenodd"
|
|
11755
|
+
}
|
|
11756
|
+
), /* @__PURE__ */ React131.createElement(
|
|
11757
|
+
"path",
|
|
11758
|
+
{
|
|
11759
|
+
d: "m187.466 172.926-17.642 13.64 33.152 42.879 17.642-13.64z",
|
|
11760
|
+
fill: blue
|
|
11761
|
+
}
|
|
11762
|
+
), /* @__PURE__ */ React131.createElement(
|
|
11763
|
+
"path",
|
|
11764
|
+
{
|
|
11765
|
+
d: "m184.63 175.119-11.97 9.254 11.243 14.541 11.969-9.255z",
|
|
11766
|
+
fill: illustrationColors.staticDarkBlue
|
|
11767
|
+
}
|
|
11768
|
+
));
|
|
11769
|
+
}
|
|
11770
|
+
var search_default = Search;
|
|
11771
|
+
|
|
11772
|
+
// src/illustrations/search-no-result.tsx
|
|
11773
|
+
var React132 = __toESM(require("react"));
|
|
11774
|
+
function SearchNoResult(props) {
|
|
11775
|
+
const bg = getColorValue("illustrationBg");
|
|
11776
|
+
const gray = getColorValue("illustrationGray");
|
|
11777
|
+
const accent = getColorValue("illustrationAccentGray");
|
|
11778
|
+
return /* @__PURE__ */ React132.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React132.createElement(
|
|
11779
|
+
"path",
|
|
11780
|
+
{
|
|
11781
|
+
d: "m186.109 90.562c-2.07-3.97-4.61-7.92-7.64-11.84-3.07-3.97-6.31-7.47-9.67-10.51-20.01-18.08-44.6-19.74-67.63-7.25-3.9304 2.13-7.8104 4.67-11.6204 7.61-3.97 3.07-7.54 6.33-10.7 9.74-17.83 19.24-22.4 43.41-10.04 67.21 2.09 4.02 4.66 8.03 7.73 12.01 3.03 3.92 6.22 7.37 9.54 10.37 19.8804 17.95 44.4504 19.62 67.5904 7.18 4.1-2.2 8.15-4.83 12.12-7.9 3.81-2.94 7.24-6.07 10.29-9.33 17.91-19.17 22.48-43.43 10.01-67.29z",
|
|
11782
|
+
fill: bg
|
|
11783
|
+
}
|
|
11784
|
+
), /* @__PURE__ */ React132.createElement("g", { fill: gray }, /* @__PURE__ */ React132.createElement("path", { d: "m123.749 190.003c-15.2 0-29.7404-5.72-42.2504-17.01-3.65-3.3-7.14-7.09-10.37-11.26-3.27-4.23-6.1-8.62-8.39-13.04-13.34-25.67-9.3-53.0204 11.09-75.0304 3.45-3.72 7.33-7.26 11.53-10.51 4.05-3.13 8.27-5.9 12.54-8.22 26.3804-14.31 53.9004-11.32 75.4904 8.19 3.69 3.34 7.22 7.17 10.5 11.4 3.23 4.17 6.02 8.5 8.3 12.86 13.48 25.7904 9.44 53.1804-11.08 75.1404-3.31 3.55-7.05 6.94-11.11 10.07-4.21 3.25-8.61 6.12-13.07 8.52-11.05 5.94-22.29 8.88-33.18 8.88zm7.25-130.3004c-8.65 0-17.61 2.41-26.57 7.28-3.62 1.97-7.2204 4.33-10.7004 7.01-3.61 2.79-6.93 5.81-9.86 8.98-16.46 17.7704-19.65 38.8604-8.98 59.4004 1.92 3.69 4.3 7.39 7.08 10.97 2.73 3.53 5.66 6.72 8.72 9.48 17.1604 15.5 38.3804 17.71 59.7604 6.23 3.8-2.04 7.56-4.49 11.17-7.29 3.48-2.69 6.66-5.58 9.48-8.59 16.55-17.71 19.72-38.82 8.95-59.4404-1.9-3.64-4.26-7.29-6.99-10.82-2.78-3.59-5.75-6.83-8.84-9.62-10-9.03-21.32-13.59-33.2-13.59z" }), /* @__PURE__ */ React132.createElement("path", { d: "m180.269 169.723c-3.54-4.93-7.34-4.9-11.05-2.03-3.48 2.69-4.41 6.33-.7 11.12l4.24 5.48 11.75-9.09z" }), /* @__PURE__ */ React132.createElement("path", { d: "m187.463 172.921-17.641 13.641 33.152 42.878 17.642-13.64z" })), /* @__PURE__ */ React132.createElement(
|
|
11785
|
+
"path",
|
|
11786
|
+
{
|
|
11787
|
+
d: "m184.628 175.114-11.969 9.254 11.242 14.541 11.97-9.255z",
|
|
11788
|
+
fill: accent
|
|
11789
|
+
}
|
|
11790
|
+
), /* @__PURE__ */ React132.createElement(
|
|
11791
|
+
"path",
|
|
11792
|
+
{
|
|
11793
|
+
d: "m133.5 134.722h-10.003v-.635c-.341-7.115 3.697-14.819 9.44-17.973l.107-.056c.155-.081.306-.175.451-.272 3.134-2.02 4.916-5.499 4.807-9.33-.109-3.797-2.068-7.1351-5.24-8.9282-2.004-1.134-4.238-1.7329-6.464-1.7329-6.773 0-12.284 5.5501-12.284 12.3711h-10.005c0-12.3745 9.998-22.4433 22.288-22.4433 3.938 0 7.867 1.0454 11.363 3.0225 6.263 3.5419 10.128 10.0541 10.339 17.4208.214 7.4-3.291 14.16-9.372 18.081-.408.268-.826.517-1.239.734-2.384 1.34-4.38 5.465-4.196 8.688l.008 1.054z",
|
|
11794
|
+
fill: gray
|
|
11795
|
+
}
|
|
11796
|
+
), /* @__PURE__ */ React132.createElement(
|
|
11797
|
+
"path",
|
|
11798
|
+
{
|
|
11799
|
+
clipRule: "evenodd",
|
|
11800
|
+
d: "m127.531 140.498c.504-.084 1.054-.135 1.618-.135.477 0 1.019.028 1.588.125 3.262.535 5.914 2.822 6.558 6.384l.005.027.004.027c.083.496.135 1.037.135 1.607 0 .567-.051 1.115-.139 1.62l-.001.01c-.631 3.599-3.324 5.878-6.572 6.407-.561.093-1.085.123-1.578.123-.573 0-1.108-.052-1.597-.131h-.002c-3.265-.528-5.929-2.812-6.577-6.373l-.005-.029-.005-.029c-.081-.489-.134-1.02-.134-1.598 0-.57.051-1.111.134-1.607l.005-.029.005-.029c.651-3.578 3.326-5.828 6.554-6.37z",
|
|
11801
|
+
fill: gray,
|
|
11802
|
+
fillRule: "evenodd"
|
|
11803
|
+
}
|
|
11804
|
+
));
|
|
11805
|
+
}
|
|
11806
|
+
var search_no_result_default = SearchNoResult;
|
|
11807
|
+
|
|
11808
|
+
// src/illustrations/speed.tsx
|
|
11809
|
+
var React133 = __toESM(require("react"));
|
|
11810
|
+
function Speed(props) {
|
|
11811
|
+
const green = getColorValue("illustrationGreen");
|
|
11812
|
+
const textColor = getColorValue("illustrationLine");
|
|
11813
|
+
return /* @__PURE__ */ React133.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React133.createElement("g", { fill: green }, /* @__PURE__ */ React133.createElement("path", { d: "m204.38 37.07 54.86 99.6-54.33 101.73h-62.85l61.79-102.8-63.92-99.6s63.65 1.86 64.45 1.07z" }), /* @__PURE__ */ React133.createElement("path", { d: "m139.961 82.6698 29.84 54.2502-29.55 55.41h-63.7004l33.6004-55.99-34.7604-54.2502s64.1404 1.02 64.5704.58z" }), /* @__PURE__ */ React133.createElement("path", { d: "m181.569 58.2101 43.22 78.5799-42.8 80.26h-78.69l48.67-81.1-50.35-78.5799s79.32 1.47 79.95.84z" })), /* @__PURE__ */ React133.createElement(
|
|
11814
|
+
"path",
|
|
11815
|
+
{
|
|
11816
|
+
d: "m140.25 192.33 29.55-55.41-29.84-54.2501c-.17.17-10.11.12-22.14 0l34.14 53.2901-33.84 56.38h22.12z",
|
|
11817
|
+
fill: getColorValue("tealDark")
|
|
11818
|
+
}
|
|
11819
|
+
), /* @__PURE__ */ React133.createElement(
|
|
11820
|
+
"path",
|
|
11821
|
+
{
|
|
11822
|
+
d: "m181.99 217.05 42.8-80.26-43.22-78.5798c-.25.25-12.53.17-27.4-.01l49.68 77.4198-48.95 81.44h27.09z",
|
|
11823
|
+
fill: getColorValue("tealDark")
|
|
11824
|
+
}
|
|
11825
|
+
), /* @__PURE__ */ React133.createElement(
|
|
11826
|
+
"path",
|
|
11827
|
+
{
|
|
11828
|
+
d: "m41.7695 69.2202c-2 .12-2 1.23 0 1.35 2.83.17 5.81.25 9.64.26 4.34-.05 5.42-.28 8.36-.26 4.97 0 13.35.31 15.37.39.3.01.6.01.9 0 2.14-.04 11.52-.21 19.6-.13h11.0805c4.36 0 7.61-.12 10.81-.33 1.76-.12 1.76-1.09 0-1.2-3.2-.21-6.45-.33-10.81-.33-1.69 0-5.22-.27-10.2005-.31-.81 0-1.62.01-2.43.05-6.94.36-15.96.26-15.96.26h-26.73c-3.83 0-6.81.1-9.64.26z",
|
|
11829
|
+
fill: textColor
|
|
11830
|
+
}
|
|
11831
|
+
), /* @__PURE__ */ React133.createElement(
|
|
11832
|
+
"path",
|
|
11833
|
+
{
|
|
11834
|
+
d: "m16.35 163.611c-1.8.12-1.8 1.23 0 1.35 2.56.17 5.24.25 8.69.26 3.91-.05 4.88-.28 7.53-.26 4.48 0 12.03.31 13.85.39h.81c1.93-.04 10.39-.21 17.67-.13h9.99c3.93 0 6.86-.12 9.74-.33 1.58-.12 1.58-1.09 0-1.2-2.88-.21-5.82-.33-9.74-.33-1.53 0-4.71-.27-9.19-.31-.73 0-1.46 0-2.19.05-6.26.36-14.38.26-14.38.26h-24.09c-3.45 0-6.14.1-8.69.26z",
|
|
11835
|
+
fill: textColor
|
|
11836
|
+
}
|
|
11837
|
+
), /* @__PURE__ */ React133.createElement(
|
|
11838
|
+
"path",
|
|
11839
|
+
{
|
|
11840
|
+
d: "m33.7901 146.951c-2.03.12-2.03 1.23 0 1.35 2.88.17 5.9.25 9.78.26 4.4-.05 5.5-.28 8.48-.26 5.04 0 13.55.31 15.6.39h.91c2.17-.04 11.69-.21 19.89-.13h11.25c4.4199 0 7.7299-.12 10.9699-.33 1.78-.12 1.78-1.09 0-1.2-3.24-.21-6.55-.33-10.9699-.33-1.72 0-5.3-.27-10.35-.31-.82 0-1.65 0-2.46.05-7.05.36-16.2.26-16.2.26h-27.12c-3.89 0-6.91.1-9.78.26z",
|
|
11841
|
+
fill: textColor
|
|
11842
|
+
}
|
|
11843
|
+
));
|
|
11844
|
+
}
|
|
11845
|
+
var speed_default = Speed;
|
|
11846
|
+
|
|
11847
|
+
// src/illustrations/user-management.tsx
|
|
11848
|
+
var React134 = __toESM(require("react"));
|
|
11849
|
+
function UserManagement(props) {
|
|
11850
|
+
const green = getColorValue("illustrationGreen");
|
|
11851
|
+
const greenDark = getColorValue("illustrationGreenShade");
|
|
11852
|
+
const blue = getColorValue("illustrationAccent");
|
|
11853
|
+
const blueDark = getColorValue("illustrationBlueDark");
|
|
11854
|
+
const face = getColorValue("illustrationFace");
|
|
11855
|
+
const gray = getColorValue("illustrationLine");
|
|
11856
|
+
return /* @__PURE__ */ React134.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React134.createElement("path", { d: "m178.91 26.5h-164.91v78.54h164.91z", fill: green }), /* @__PURE__ */ React134.createElement(
|
|
11857
|
+
"path",
|
|
11858
|
+
{
|
|
11859
|
+
d: "m167.42 70.9794c.29-1.73.42-3.57.39-5.52s-.22-3.83-.56-5.58c-2.02-10.4-9.35-16.72-19.52-18.23-1.74-.26-3.55-.38-5.44-.35-1.97.03-3.86.21-5.66.54-10.14 1.84-17.28 8.34-19.01 18.73-.29 1.76-.43 3.62-.4 5.59.03 1.95.21 3.78.55 5.51 2 10.33 9.33 16.65 19.53 18.2 1.8.28 3.7.41 5.67.38 1.89-.03 3.7-.2 5.43-.5 10.15-1.79 17.31-8.33 19.02-18.76z",
|
|
11860
|
+
fill: greenDark
|
|
11861
|
+
}
|
|
11862
|
+
), /* @__PURE__ */ React134.createElement(
|
|
11863
|
+
"path",
|
|
11864
|
+
{
|
|
11865
|
+
d: "m157.21 84.7197c.21-11.55-5.64-15.85-14.57-15.69-8.38.15-13.94 4.64-13.74 16.19l.03 1.96c2.48 1.31 5.29 2.22 8.36 2.69 1.8.28 3.7.41 5.67.38 1.89-.03 3.7-.2 5.43-.5 3.29-.58 6.26-1.67 8.84-3.22l-.03-1.8z",
|
|
11866
|
+
fill: face
|
|
11867
|
+
}
|
|
11868
|
+
), /* @__PURE__ */ React134.createElement(
|
|
11869
|
+
"path",
|
|
11870
|
+
{
|
|
11871
|
+
d: "m151.14 60.8498c.1-.6.15-1.25.14-1.93s-.08-1.34-.19-1.95c-.7-3.63-3.26-5.83-6.81-6.36-.61-.09-1.24-.13-1.9-.12s-1.35.07-1.97.19c-3.54.64-6.03 2.91-6.63 6.54-.1.61-.15 1.26-.14 1.95 0 .68.07 1.32.19 1.92.7 3.6 3.25 5.81 6.81 6.35.63.1 1.29.14 1.98.13.66 0 1.29-.07 1.9-.17 3.54-.63 6.04-2.91 6.64-6.55z",
|
|
11872
|
+
fill: face
|
|
11873
|
+
}
|
|
11874
|
+
), /* @__PURE__ */ React134.createElement(
|
|
11875
|
+
"path",
|
|
11876
|
+
{
|
|
11877
|
+
d: "m61.0898 57.2591c.46-.64.96-1.23 1.44-1.84 0 0 .79-.63 1.67-1.45.89-.81 1.93-1.76 2.34-2.52.78-.65 1.59-1.25 2.41-1.84s1.63-1.2 2.46-1.77c0 0 1.97-1.57 2.39-2.32.26-.46.37-.86.29-1.11-.16-.5-1.11-.35-3.06 1.23-.04 0-.14.03-.18 0-.99.88-2.01 1.67-3.11 2.38-1.1.7-2.18 1.45-3.17 2.36.12.09.13.23.02.23l-.1-.16c-1.12 1.43-2.34 1.76-3.09 3.34l-.03-.31c-4 3.89-9.3 9.31-12.78 14.25h.04l.01.02c.47-.34 2.38-2.21 2.38-2.21-.59 2.09-2.71 3.29-3.98 5l-.18-.16c.55-.74.99-1.43 1.11-1.76-1.16 1.19-2.74 3.12-4.18 5.13-.73 1-1.41 2.03-2.01 2.98-.29.48-.56.94-.82 1.36-.06.11-.12.21-.18.32l-.04.08v.02l-.02.04c-.02.07-.03.13-.05.19.14.11-.06-.3.67-.36-.27.41-.31.52-.42.74-.1.2-.22.42-.33.59-.06-.61.05-.54.04-.67-.03-.01-.09.02-.15.07-.05-.09-.11-.19-.18-.32-.03-.05-.06-.1-.09-.16-.05-.07 0-.03-.21-.3-.64-.83-1.41-1.78-2.26-2.79-1.7-2.03-3.72-4.3-5.57-6.27-3.71-3.94-6.77-6.69-5.29-4.03l-.26.02c1.07 1.26 1.94 2.31 2.83 3.83.19.16.18.2.32.07.07.03.18.07.22 0 .33-.34.56.18.73.35-1.29.79 3.48 4.03 3.93 4.64-.43.58.96 1.11 1.03 1.65-.04 0-.29-.05-.33-.05-.05.58 5.2 4.79 3.3 3.93.48.76 1.2 1.85 2.05 3.02.46-.65.94-1.33 1.42-2.02.24-.33.47-.67.71-1.01.16-.22.33-.44.49-.67.65-.91 1.33-1.85 2.03-2.83 1.4-1.95 2.85-4.03 4.38-6.03 3.03-4.04 6.33-7.84 9.38-10.2h-.11c.07-.04.18-.22.29-.18.37-.78 1.75-2.49 1.75-2.49zm-13.32 14.01s.02.03.03.03c-.06-.04-.68.85-.72.88l-.19-.15c.29-1.16 3.11-2.19 1.1-.71 0 .1-.16-.02-.23-.05zm-5.61 7.86c-.11.14-.26.32-.41.53.79-2.6 3.46-4.8 4.83-7.22.28 1.38-1.47 2.85-2.19 3.79-.49 1.11-1.51 2.11-2.22 2.9zm-10.62-8.38-.1.08-.06-.06s.06-.04.08-.04c.03 0 .06 0 .07.02zm28.23-12.94c0 .27-.56.68-.5.09.13-.04.24-.41.5-.09zm-19.39 22.89c.01.63-.8-.24-.54-.78.19.22.36.49.54.78zm24.04-27.91c-.09-.47.16-.08.4.06-.08 0-.27.12-.36-.05h-.04zm3.11-2.98c-.08-.2.03-.45.12-.52.33-.06.1.58-.12.52zm5.66-4.28c-.12-.19-.03-.36.14-.2.08.15-.01.38-.19.18 0 0 .03.02.04.02zm-34.9 31.37c.68-.26.81.75 1.24.97-.58.36-.73-.58-1.04-.77-.08-.09-.14-.16-.2-.21zm15.79-14.87c-.46-.39.52-.79.64-1.11l.17.16c-.27.38-.34.7-.8.93h-.01zm-12.18 15.12c-.1-.28.26-.41.36-.56.28.19-.11.87-.36.56zm4.67-6.36c.32.19-.06.39-.09.5-.01-.11-.11-.36-.05-.43.04-.05.09-.04.15-.07zm7.46-8.35c-.23.28-.5.57-.75.85l-.17-.17c.25-.29.5-.57.75-.85l.17.16zm-2.68 2.56-.18-.15c.17-.56.67-.21.19.14zm5.69-6.26s-.12.08-.15.12c-.5.58-.4-.8.15-.12zm2.63-3.02c.03-.08.05-.2.11-.25.4-.36.38.47-.11.25z",
|
|
11878
|
+
fill: gray
|
|
11879
|
+
}
|
|
11880
|
+
), /* @__PURE__ */ React134.createElement("path", { d: "m261.36 170h-164.9098v78.54h164.9098z", fill: green }), /* @__PURE__ */ React134.createElement(
|
|
11881
|
+
"path",
|
|
11882
|
+
{
|
|
11883
|
+
d: "m249.87 214.479c.29-1.73.42-3.57.39-5.52s-.22-3.83-.56-5.58c-2.02-10.4-9.35-16.72-19.52-18.23-1.74-.26-3.55-.38-5.44-.35-1.97.03-3.86.21-5.66.54-10.14 1.84-17.28 8.34-19.01 18.73-.29 1.76-.43 3.62-.4 5.59.03 1.95.21 3.78.55 5.51 2 10.33 9.33 16.65 19.53 18.2 1.8.28 3.7.41 5.67.38 1.89-.03 3.7-.2 5.43-.5 10.15-1.79 17.31-8.33 19.02-18.76z",
|
|
11884
|
+
fill: greenDark
|
|
11885
|
+
}
|
|
11886
|
+
), /* @__PURE__ */ React134.createElement(
|
|
11887
|
+
"path",
|
|
11888
|
+
{
|
|
11889
|
+
d: "m239.67 228.22c.21-11.55-5.64-15.85-14.57-15.69-8.38.15-13.94 4.64-13.74 16.19l.03 1.96c2.48 1.31 5.29 2.22 8.36 2.69 1.8.28 3.7.41 5.67.38 1.89-.03 3.7-.2 5.43-.5 3.29-.58 6.26-1.67 8.84-3.22l-.03-1.8z",
|
|
11890
|
+
fill: face
|
|
11891
|
+
}
|
|
11892
|
+
), /* @__PURE__ */ React134.createElement(
|
|
11893
|
+
"path",
|
|
11894
|
+
{
|
|
11895
|
+
d: "m233.6 204.34c.1-.6.15-1.25.14-1.93s-.08-1.34-.19-1.95c-.7-3.63-3.26-5.83-6.81-6.36-.61-.09-1.24-.13-1.9-.12-.69 0-1.35.07-1.97.19-3.54.64-6.03 2.91-6.63 6.54-.1.61-.15 1.26-.14 1.95s.07 1.32.19 1.92c.7 3.6 3.25 5.81 6.81 6.35.63.1 1.29.14 1.98.13s1.29-.07 1.9-.17c3.54-.63 6.04-2.91 6.64-6.55z",
|
|
11896
|
+
fill: face
|
|
11897
|
+
}
|
|
11898
|
+
), /* @__PURE__ */ React134.createElement("path", { d: "m220.14 98.7393h-164.9095v78.5397h164.9095z", fill: blue }), /* @__PURE__ */ React134.createElement(
|
|
11899
|
+
"path",
|
|
11900
|
+
{
|
|
11901
|
+
d: "m206.74 143.22c.29-1.73.42-3.57.39-5.52s-.22-3.83-.56-5.58c-2.02-10.4-9.35-16.72-19.52-18.23-1.74-.26-3.55-.38-5.44-.35s-3.86.21-5.66.54c-10.14 1.84-17.28 8.34-19.01 18.73-.29 1.76-.43 3.62-.4 5.59s.21 3.78.55 5.51c2 10.33 9.33 16.65 19.53 18.2 1.8.28 3.7.41 5.67.38 1.89-.03 3.7-.2 5.43-.5 10.15-1.79 17.31-8.33 19.02-18.76z",
|
|
11902
|
+
fill: blueDark
|
|
11903
|
+
}
|
|
11904
|
+
), /* @__PURE__ */ React134.createElement(
|
|
11905
|
+
"path",
|
|
11906
|
+
{
|
|
11907
|
+
d: "m196.53 156.96c.21-11.55-5.64-15.85-14.57-15.69-8.38.15-13.94 4.64-13.74 16.19l.03 1.96c2.48 1.31 5.29 2.22 8.36 2.69 1.8.28 3.7.41 5.67.38 1.89-.03 3.7-.2 5.43-.5 3.29-.58 6.26-1.67 8.84-3.22l-.03-1.8z",
|
|
11908
|
+
fill: face
|
|
11909
|
+
}
|
|
11910
|
+
), /* @__PURE__ */ React134.createElement(
|
|
11911
|
+
"path",
|
|
11912
|
+
{
|
|
11913
|
+
d: "m190.46 133.079c.1-.6.15-1.25.14-1.93s-.08-1.34-.19-1.95c-.7-3.63-3.26-5.83-6.81-6.36-.61-.09-1.24-.13-1.9-.12s-1.35.07-1.97.19c-3.54.64-6.03 2.91-6.63 6.54-.1.61-.15 1.26-.14 1.95 0 .68.07 1.32.19 1.92.7 3.6 3.25 5.81 6.81 6.35.63.1 1.29.14 1.98.13s1.29-.07 1.9-.17c3.54-.63 6.04-2.91 6.64-6.55z",
|
|
11914
|
+
fill: face
|
|
11915
|
+
}
|
|
11916
|
+
), /* @__PURE__ */ React134.createElement("path", { d: "m178.91 98.7295h-123.6795v6.3095h123.6795z", fill: blue }), /* @__PURE__ */ React134.createElement("path", { d: "m220.13 169.989h-123.67v7.28h123.67z", fill: blue }), /* @__PURE__ */ React134.createElement(
|
|
11917
|
+
"path",
|
|
11918
|
+
{
|
|
11919
|
+
d: "m220.13 169.989h-123.67v7.28h123.67z",
|
|
11920
|
+
fill: illustrationColors.staticDarkBlue
|
|
11921
|
+
}
|
|
11922
|
+
), /* @__PURE__ */ React134.createElement(
|
|
11923
|
+
"path",
|
|
11924
|
+
{
|
|
11925
|
+
d: "m178.91 98.7295h-123.6795v6.3095h123.6795z",
|
|
11926
|
+
fill: illustrationColors.staticDarkBlue
|
|
11927
|
+
}
|
|
11928
|
+
), /* @__PURE__ */ React134.createElement("g", { fill: gray }, /* @__PURE__ */ React134.createElement("path", { d: "m110.17 208.495c-1.33-1.25-2.14-.49-.99.92 1.64 2 3.42 4.05 5.75 6.64 2.68 2.9 3.5 3.49 5.22 5.53.38.44.78.92 1.2 1.45.64.81 1.34 1.67 2.08 2.61.46-.71.93-1.44 1.4-2.17.3-.43.6-.86.9-1.29.58-.82 1.16-1.61 1.71-2.32 1.08-1.44 2.02-2.59 2.44-3.13.17-.21.34-.42.5-.64 1.09-1.59 6.19-8.44 11.36-13.62.91-.92 1.73-1.75 2.47-2.5.76-.72 1.45-1.36 2.05-1.93 1.19-1.15 2.13-1.92 2.75-2.47 1.47-1.32 2.81-2.38 4.03-3.4 1.19-1.06 2.38-1.89 3.49-2.82 1.23-1 .72-1.82-.68-1-1.25.77-2.56 1.49-3.85 2.48-1.31.95-2.72 1.99-4.22 3.33-.58.52-1.57 1.22-2.75 2.26-.6.52-1.27 1.1-2 1.74-.72.65-1.48 1.4-2.3 2.21-.53.53-1.05 1.07-1.51 1.64-2.05 2.45-4.43 5.24-6.22 7.48s-3.08 3.85-3.08 3.85c-1.29 1.69-2.55 3.39-3.77 5.13-.61.87-1.22 1.74-1.8 2.63l-1.1 1.68-2.33-2.77c-2.57-2.96-3.84-4.34-4.61-5.2-2.35-2.59-4.26-4.53-6.15-6.31z" }), /* @__PURE__ */ React134.createElement("path", { d: "m27.7197 64.9948c-1.33-1.25-2.14-.49-.99.92 1.64 2 3.42 4.05 5.75 6.64 2.68 2.9 3.5 3.49 5.22 5.53.38.44.78.92 1.2 1.45.64.81 1.34 1.67 2.08 2.61.46-.71.93-1.44 1.4-2.17.3-.43.6-.86.9-1.29.58-.82 1.16-1.61 1.71-2.32 1.08-1.44 2.02-2.59 2.44-3.13.17-.21.34-.42.5-.64 1.09-1.59 6.19-8.44 11.36-13.62.91-.92 1.73-1.75 2.47-2.5.76-.72 1.45-1.36 2.05-1.93 1.19-1.15 2.13-1.92 2.75-2.47 1.47-1.32 2.81-2.38 4.03-3.4 1.19-1.06 2.38-1.89 3.49-2.82 1.23-1 .72-1.82-.68-1-1.25.77-2.56 1.49-3.85 2.48-1.31.95-2.72 1.99-4.22 3.33-.58.52-1.57 1.22-2.75 2.26-.6.52-1.27 1.1-2 1.74-.72.65-1.48 1.4-2.3 2.21-.53.53-1.05 1.07-1.51 1.64-2.05 2.45-4.43 5.24-6.22 7.48s-3.08 3.85-3.08 3.85c-1.29 1.69-2.55 3.39-3.77 5.13-.61.87-1.22 1.74-1.8 2.63l-1.1 1.68-2.33-2.77c-2.57-2.96-3.84-4.34-4.61-5.2-2.35-2.59-4.26-4.53-6.15-6.31z" }), /* @__PURE__ */ React134.createElement("path", { d: "m78.8703 156.167c-.6 1.09.34 1.69 1.11.76 1.11-1.32 2.24-2.72 3.65-4.56 1.57-2.11 1.81-2.76 2.95-4.13 1.91-2.34 5.54-5.92 6.45-6.73.13-.12.26-.25.38-.39.84-.98 4.7-5.18 8.4797-8.27 1.28-1.16 2.41-1.98 3.26-2.69.85-.7 1.51-1.18 1.96-1.5 1.07-.77 1.96-1.5 2.81-2.13.86-.62 1.63-1.22 2.38-1.84.83-.68.33-1.51-.64-1.02-.88.44-1.76.92-2.7 1.46-.94.55-1.88 1.24-2.98 2.02-.86.59-2.72 1.74-5.12 3.67-.38.32-.75.67-1.0897 1.02-3.03 3.03-6.94 6.95-6.94 6.95s-1.43 1.49-3.12 3.33c-1.68 1.86-3.59 4.08-4.69 5.44-1.66 2.03-2.41 3.05-2.9 3.66-1.42 1.88-2.43 3.41-3.28 4.94z" }), /* @__PURE__ */ React134.createElement("path", { d: "m77.3805 124.727c-1.13-.53-1.67.45-.69 1.16 1.4 1.02 2.88 2.06 4.83 3.34 2.23 1.42 2.9 1.62 4.35 2.67 2.48 1.75 6.35 5.1 7.23 5.97.13.12.27.24.42.35 1.05.76 5.54 4.32 8.9405 7.87 1.25 1.2 2.17 2.26 2.94 3.06.76.8 1.3 1.41 1.65 1.85.85 1.01 1.64 1.86 2.33 2.66.68.82 1.33 1.55 2 2.26.73.78 1.53.23.98-.7-.51-.85-1.04-1.7-1.65-2.61-.63-.89-1.39-1.8-2.25-2.84-.33-.41-.81-1.06-1.49-1.88-.68-.81-1.48-1.88-2.58-2.97-.35-.36-.72-.7-1.11-1.02-.41-.35-.83-.72-1.26-1.08s-.87-.73-1.3-1.09c-.8605-.72-1.6705-1.48-2.4105-2.08-1.46-1.26-2.52-2.17-2.52-2.17s-.4-.33-1.05-.85-1.52-1.27-2.53-2.02c-1.98-1.55-4.36-3.3-5.79-4.3-2.15-1.52-3.23-2.2-3.87-2.64-1.98-1.28-3.59-2.19-5.18-2.94z" })));
|
|
11929
|
+
}
|
|
11930
|
+
var user_management_default = UserManagement;
|
|
11931
|
+
|
|
11932
|
+
// src/illustrations/video-call3.tsx
|
|
11933
|
+
var React135 = __toESM(require("react"));
|
|
11934
|
+
function VideoCall3(props) {
|
|
11935
|
+
const blue = getColorValue("illustrationAccent");
|
|
11936
|
+
const orange = getColorValue("illustrationOrange");
|
|
11937
|
+
const purple = getColorValue("illustrationPurple");
|
|
11938
|
+
return /* @__PURE__ */ React135.createElement("svg", __spreadValues({ fill: "none", height: "275", viewBox: "0 0 275 275", width: "275" }, props), /* @__PURE__ */ React135.createElement(
|
|
11939
|
+
"path",
|
|
11940
|
+
{
|
|
11941
|
+
d: "m32 221.65s139.28 16.56 210.96-.75v-172.39s-113.67 27.85-210.96-1.51c0 0 1.54 175.77 0 174.64z",
|
|
11942
|
+
fill: blue
|
|
11943
|
+
}
|
|
11944
|
+
), /* @__PURE__ */ React135.createElement(
|
|
11945
|
+
"path",
|
|
11946
|
+
{
|
|
11947
|
+
d: "m170.141 133.781c.04 2.64-.14 5.14-.53 7.5-2.33 14.18-12.06 23.05-25.84 25.49-2.35.41-4.81.64-7.38.68-2.68.04-5.25-.14-7.7-.51-13.85-2.12-23.8-10.7-26.52-24.73-.46-2.34-.71-4.84-.75-7.48-.04-2.68.15-5.22.55-7.6 2.35-14.12 12.05-22.96 25.82-25.45 2.44-.45 5-.69 7.68-.73 2.57-.03 5.04.13 7.4.48 13.83 2.06 23.78 10.65 26.52 24.77.46 2.37.71 4.9.75 7.58z",
|
|
11948
|
+
fill: orange
|
|
11949
|
+
}
|
|
11950
|
+
), /* @__PURE__ */ React135.createElement(
|
|
11951
|
+
"path",
|
|
11952
|
+
{
|
|
11953
|
+
d: "m136.52 173.131c33.02-.57 55.19 14.51 56.65 54.51-37.01 2.34-78.36.72-109.9102-1.43 2.42-37.6 23.1502-52.56 53.2602-53.08z",
|
|
11954
|
+
fill: orange
|
|
11955
|
+
}
|
|
11956
|
+
), /* @__PURE__ */ React135.createElement(
|
|
11957
|
+
"path",
|
|
11958
|
+
{
|
|
11959
|
+
d: "m189.33 71.6309h31.3v8.4455l9.2-4.9758.02.01v19.19l-.02.01-9.2-4.981v8.5513h-31.3z",
|
|
11960
|
+
fill: purple
|
|
11961
|
+
}
|
|
11962
|
+
), /* @__PURE__ */ React135.createElement(
|
|
11963
|
+
"path",
|
|
11964
|
+
{
|
|
11965
|
+
d: "m220.62 80.0801-8.54 4.62 8.54 4.63z",
|
|
11966
|
+
fill: illustrationColors.staticDarkBlue
|
|
11967
|
+
}
|
|
11968
|
+
));
|
|
10374
11969
|
}
|
|
10375
|
-
var
|
|
11970
|
+
var video_call3_default = VideoCall3;
|
|
10376
11971
|
//# sourceMappingURL=index.js.map
|