@cesdk/cesdk-js 1.1.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ Chrome >= 73
2
+ Firefox >= 66
3
+ Edge >= 17
4
+ Safari >= 11
Binary file
Binary file
@@ -135,6 +135,48 @@
135
135
  "italic": { "label": "Kursiv" }
136
136
  }
137
137
  },
138
+ "libraries": {
139
+ "label": "Bibliothek",
140
+ "noItems": { "label": "Keine Elemente vorhanden" },
141
+ "noMoreItems": { "label": "Keine weiteren Elemente" },
142
+ "search": {
143
+ "placeholder": "Suchen …"
144
+ },
145
+ "breadcrumb": {
146
+ "root": {
147
+ "label": "Alle"
148
+ }
149
+ },
150
+ "local": {
151
+ "label": "Uploads",
152
+ "addFile": { "label": "Hinzufügen" }
153
+ },
154
+ "ly": {
155
+ "img": {
156
+ "image": {
157
+ "label": "Bilder"
158
+ },
159
+ "text": {
160
+ "label": "Text",
161
+
162
+ "title": { "label": "Titel" },
163
+ "headline": { "label": "Überschrift" },
164
+ "paragraph": { "label": "Absatz" }
165
+ },
166
+ "sticker": {
167
+ "label": "Sticker",
168
+ "emoticons": { "label": "Emoticons" },
169
+ "openmoji": { "label": "Openmoji" },
170
+ "doodle": { "label": "Doodle" },
171
+ "emoji": { "label": "Emoji" },
172
+ "hand": { "label": "Hands" }
173
+ },
174
+ "vectorpath": {
175
+ "label": "Formen"
176
+ }
177
+ }
178
+ }
179
+ },
138
180
  "textEditing": {
139
181
  "bold": {
140
182
  "label": "Fett"
@@ -149,6 +191,20 @@
149
191
  "label": "Variable hinzufügen"
150
192
  }
151
193
  },
194
+ "placeholder": {
195
+ "create": {
196
+ "label": "Platzhalter"
197
+ },
198
+ "remove": {
199
+ "label": "Platzhalter entfernen"
200
+ },
201
+ "settings": {
202
+ "label": "Platzhaltereinstellungen ändern"
203
+ },
204
+ "settingsMenu": {
205
+ "label": "Platzhaltereinstellungsmenü"
206
+ }
207
+ },
152
208
  "scopes": {
153
209
  "content": {
154
210
  "replace": {
@@ -197,6 +253,9 @@
197
253
  "vectorPath": { "label": "Pfad" },
198
254
  "element": { "label": "Elemente" },
199
255
  "call-to-action": { "more": "Weitere Optionen anzeigen" },
256
+ "preview": {
257
+ "label": "Vorschau"
258
+ },
200
259
  "modeswitch": {
201
260
  "design": {
202
261
  "label": "Design",
@@ -301,8 +360,8 @@
301
360
  "label": "Editor Leinwand",
302
361
  "state": {
303
362
  "loading": {
304
- "headline": {"label": "Editor wird geladen"},
305
- "description": {"label": "Nur ein paar Sekunden..."},
363
+ "headline": { "label": "Editor wird geladen" },
364
+ "description": { "label": "Nur ein paar Sekunden..." },
306
365
  "error": { "label": "Engine des Editors konnte nicht geladen werden" }
307
366
  },
308
367
  "unsupported": { "label": "Ihr Browser wird nicht unterstützt" }
@@ -314,6 +373,12 @@
314
373
  "duplicate": { "label": "$t(common.duplicate)" },
315
374
  "edit": { "label": "$t(common.edit)" },
316
375
  "delete": { "label": "$t(common.delete)" },
376
+ "smartImage": {
377
+ "label": "Intelligente Funktionen",
378
+ "menu": {
379
+ "label": "Aktionen für intelligente Funktionen"
380
+ }
381
+ },
317
382
  "mask": { "label": "Maskieren" },
318
383
  "smartCrop": { "label": "Smartes Zuschneiden" },
319
384
  "superResolution": { "label": "Hochskalieren" },
@@ -340,6 +405,9 @@
340
405
  "page": {
341
406
  "label": "Neue Seite"
342
407
  },
408
+ "elements": {
409
+ "label": "Element hinzufügen"
410
+ },
343
411
  "settings": {
344
412
  "label": "Editor anpassen",
345
413
  "description": "Einstellungen öffnen um den Editor anzupassen"
@@ -354,6 +422,13 @@
354
422
  }
355
423
  }
356
424
  },
425
+ "panel": {
426
+ "header": {
427
+ "renameDesignElement": {
428
+ "label": "{{designElementName}} umbenennen"
429
+ }
430
+ }
431
+ },
357
432
  "SettingsPanel": {
358
433
  "header": {
359
434
  "label": "Editor anpassen"
@@ -452,6 +527,19 @@
452
527
  }
453
528
  }
454
529
  },
530
+ "AdopterViewSelect": {
531
+ "label": "Adopter Ansicht",
532
+ "options": {
533
+ "classic": {
534
+ "label": "Classic",
535
+ "description": "Den Inspektor immer anzeigen."
536
+ },
537
+ "minimal": {
538
+ "label": "Minimal",
539
+ "description": "Den Inspektor möglichst verbergen."
540
+ }
541
+ }
542
+ },
455
543
  "ScalingSelect": {
456
544
  "label": "UI Skalierung",
457
545
  "description": "UI Skalierung auswählen",
@@ -879,7 +967,9 @@
879
967
  "reset": {
880
968
  "description": "Eigenschaften eines Elements zurücksetzen"
881
969
  }
882
- }
970
+ },
971
+
972
+ "rename": { "description": "Element umbenennen" }
883
973
  }
884
974
  }
885
975
  },
@@ -135,6 +135,48 @@
135
135
  "italic": { "label": "Italic" }
136
136
  }
137
137
  },
138
+ "libraries": {
139
+ "label": "Library",
140
+ "noItems": { "label": "No elements" },
141
+ "noMoreItems": { "label": "No more elements" },
142
+ "search": {
143
+ "placeholder": "Search …"
144
+ },
145
+ "breadcrumb": {
146
+ "root": {
147
+ "label": "All"
148
+ }
149
+ },
150
+ "local": {
151
+ "label": "Uploads",
152
+ "addFile": { "label": "Add file" }
153
+ },
154
+ "ly": {
155
+ "img": {
156
+ "image": {
157
+ "label": "Images"
158
+ },
159
+ "text": {
160
+ "label": "Text",
161
+
162
+ "title": { "label": "Title" },
163
+ "headline": { "label": "Headline" },
164
+ "paragraph": { "label": "Paragraph" }
165
+ },
166
+ "sticker": {
167
+ "label": "Stickers",
168
+ "emoticons": { "label": "Emoticons" },
169
+ "openmoji": { "label": "Openmoji" },
170
+ "doodle": { "label": "Doodle" },
171
+ "emoji": { "label": "Emoji" },
172
+ "hand": { "label": "Hands" }
173
+ },
174
+ "vectorpath": {
175
+ "label": "Shapes"
176
+ }
177
+ }
178
+ }
179
+ },
138
180
  "textEditing": {
139
181
  "bold": {
140
182
  "label": "Bold"
@@ -149,6 +191,20 @@
149
191
  "label": "Insert variable"
150
192
  }
151
193
  },
194
+ "placeholder": {
195
+ "create": {
196
+ "label": "Placeholder"
197
+ },
198
+ "remove": {
199
+ "label": "Remove Placeholder"
200
+ },
201
+ "settings": {
202
+ "label": "Change placeholder settings"
203
+ },
204
+ "settingsMenu": {
205
+ "label": "Placeholder settings menu"
206
+ }
207
+ },
152
208
  "scopes": {
153
209
  "content": {
154
210
  "replace": {
@@ -197,6 +253,9 @@
197
253
  "vectorPath": { "label": "Path" },
198
254
  "element": { "label": "Element" },
199
255
  "call-to-action": { "more": "Show more options" },
256
+ "preview": {
257
+ "label": "Preview"
258
+ },
200
259
  "modeswitch": {
201
260
  "design": {
202
261
  "label": "Design",
@@ -314,6 +373,12 @@
314
373
  "duplicate": { "label": "$t(common.duplicate)" },
315
374
  "edit": { "label": "$t(common.edit)" },
316
375
  "delete": { "label": "$t(common.delete)" },
376
+ "smartImage": {
377
+ "label": "Smart Features",
378
+ "menu": {
379
+ "label": "Smart Features Actions"
380
+ }
381
+ },
317
382
  "mask": { "label": "Mask" },
318
383
  "smartCrop": { "label": "Smart-crop" },
319
384
  "superResolution": { "label": "Super-resolution" },
@@ -340,6 +405,9 @@
340
405
  "page": {
341
406
  "label": "New Page"
342
407
  },
408
+ "elements": {
409
+ "label": "Add Elements"
410
+ },
343
411
  "settings": {
344
412
  "label": "Customize Editor",
345
413
  "description": "Open settings to customize editor"
@@ -354,6 +422,13 @@
354
422
  }
355
423
  }
356
424
  },
425
+ "panel": {
426
+ "header": {
427
+ "renameDesignElement": {
428
+ "label": "Rename {{designElementName}}"
429
+ }
430
+ }
431
+ },
357
432
  "SettingsPanel": {
358
433
  "header": {
359
434
  "label": "Customize Editor"
@@ -452,6 +527,19 @@
452
527
  }
453
528
  }
454
529
  },
530
+ "AdopterViewSelect": {
531
+ "label": "Adopter View",
532
+ "options": {
533
+ "classic": {
534
+ "label": "Classic",
535
+ "description": "Always show the inspector."
536
+ },
537
+ "minimal": {
538
+ "label": "Minimal",
539
+ "description": "Hide the inspector if possible."
540
+ }
541
+ }
542
+ },
455
543
  "ScalingSelect": {
456
544
  "label": "UI Scaling",
457
545
  "description": "Select ui scaling",
@@ -1060,7 +1148,9 @@
1060
1148
  "property": {
1061
1149
  "update": { "description": "Update element property" },
1062
1150
  "reset": { "description": "Reset element properties to default" }
1063
- }
1151
+ },
1152
+
1153
+ "rename": { "description": "Rename element" }
1064
1154
  }
1065
1155
  }
1066
1156
  },
@@ -1 +1 @@
1
- .ubq-dark{--ubq-elevation-2: hsl(210, 7.5%, 20%);--ubq-elevation-1: hsl(210, 15%, 15%);--ubq-canvas: hsl(210, 30%, 10%);--ubq-foreground-default: hsla(210, 0%, 100%, 0.9);--ubq-foreground-light: hsla(210, 0%, 100%, 0.7);--ubq-foreground-info: hsla(210, 0%, 100%, 0.5);--ubq-foreground-active: hsla(210, 30%, 10%, 0.9);--ubq-foreground-accent: hsla(210, 0%, 100%, 1);--ubq-interactive-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.1);--ubq-interactive-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.15);--ubq-interactive-pressed: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.02);--ubq-interactive-active-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 1), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.88);--ubq-interactive-active-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 1), hsla(0, 0%, 100%, 0) ), hsla(210, 100%, 95%, 0.98);--ubq-interactive-active-pressed: linear-gradient( to bottom, hsla(0, 0%, 100%, 1), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.5);--ubq-interactive-accent-default: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 0.8);--ubq-interactive-accent-hover: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 1);--ubq-interactive-accent-pressed: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 0.7);--ubq-input-default: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.2), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.2);--ubq-input-hover: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.2), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.4);--ubq-border-outline: hsla(210, 0%, 100%, 0.16);--ubq-border-divider: hsla(210, 0%, 100%, 0.08);--ubq-border-contrast: hsla(210, 0%, 100%, 0.25);--ubq-focus-default: hsl(230, 90%, 80%);--ubq-focus-outline: hsl(210, 30%, 10%);--ubq-overlay: hsla(210, 30%, 10%, 0.8);--ubq-notice-info: hsla(0, 0%, 100%, 1);--ubq-notice-success: hsla(166, 90%, 37%, 1);--ubq-notice-warning: hsla(40, 100%, 60%, 1);--ubq-notice-error: hsla(338, 64%, 62%, 1);--ubq-effect-shadow: 0px 4px 16px -4px rgba(16, 22, 28, 0.14), 0px 1px 20px -4px rgba(16, 22, 28, 0.12), 0px 2px 12px -4px rgba(16, 22, 28, 0.2);--ubq-effect-focus: 0 0 0 calc(var(--ubq-scale-base) / 2) var(--ubq-focus-outline), 0 0 0 var(--ubq-scale-base) var(--ubq-focus-default);--ubq-Slider-track-progress-color: hsla( 210, 0%, 100%, 0.16 );--ubq-Slider-background-color: hsla( 210, 0%, 100%, 0.08 );--ubq-static-selection-frame: hsl(230, 100%, 60%);--ubq-static-contrast-white: hsl(210, 0%, 100%);--ubq-static-contrast-black: hsl(210, 0%, 0%);--ubq-static-snapping: hsl(338, 100%, 50%);--ubq-static-bleed: hsl(334, 73%, 43%);--ubq-static-text-variable: hsl(274, 97%, 60%);--ubq-static-card-label-background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 14.46%, rgba(0, 0, 0, 0.6) 100% )}.ubq-light{--ubq-elevation-2: hsl(210, 10%, 95%);--ubq-elevation-1: hsl(210, 10%, 90%);--ubq-canvas: hsl(210, 10%, 85%);--ubq-foreground-default: hsla(210, 30%, 10%, 0.9);--ubq-foreground-light: hsla(210, 30%, 10%, 0.7);--ubq-foreground-info: hsla(210, 30%, 10%, 0.5);--ubq-foreground-active: hsla(210, 0%, 100%, 0.9);--ubq-foreground-accent: hsla(210, 0%, 100%, 1);--ubq-interactive-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0) ), hsla(0, 50%, 100%, 0.6);--ubq-interactive-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 0%, 0.15);--ubq-interactive-pressed: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.02%);--ubq-interactive-active-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(210, 60%, 5%, 0.85);--ubq-interactive-active-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(210, 60%, 8%, 0.8);--ubq-interactive-active-pressed: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(210, 60%, 5%, 0.95);--ubq-interactive-accent-default: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 0.8);--ubq-interactive-accent-hover: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 1);--ubq-interactive-accent-pressed: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 0.7);--ubq-input-default: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.04), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.08);--ubq-input-hover: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.04), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.2);--ubq-border-outline: hsla(210, 0%, 0%, 0.16);--ubq-border-divider: hsla(210, 0%, 0%, 0.08);--ubq-border-contrast: hsla(210, 0%, 0%, 0.25);--ubq-focus-default: hsl(230, 100%, 60%);--ubq-focus-outline: hsl(210, 10%, 85%);--ubq-overlay: hsla(210, 10%, 85%, 0.8);--ubq-notice-info: hsla(208, 29%, 10%, 1);--ubq-notice-success: hsla(166, 90%, 37%, 1);--ubq-notice-warning: hsla(46, 100%, 29%, 1);--ubq-notice-error: hsla(338, 64%, 51%, 1);--ubq-effect-shadow: 0px 4px 16px -4px rgba(16, 22, 28, 0.14), 0px 1px 20px -4px rgba(16, 22, 28, 0.12), 0px 2px 12px -4px rgba(16, 22, 28, 0.2);--ubq-effect-focus: 0 0 0 calc(var(--ubq-scale-base) / 2) var(--ubq-focus-outline), 0 0 0 var(--ubq-scale-base) var(--ubq-focus-default);--ubq-Slider-track-progress-color: hsla( 210, 0%, 0%, 0.16 );--ubq-Slider-background-color: hsla( 210, 0%, 0%, 0.08 );--ubq-static-selection-frame: hsl(230, 100%, 60%);--ubq-static-contrast-white: hsl(210, 0%, 100%);--ubq-static-contrast-black: hsl(210, 0%, 0%);--ubq-static-snapping: hsl(338, 100%, 50%);--ubq-static-bleed: hsl(334, 73%, 43%);--ubq-static-text-variable: hsl(274, 97%, 60%);--ubq-static-card-label-background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 14.46%, rgba(0, 0, 0, 0.6) 100% )}.ubq-normal{--ubq-typography-headline-l-size: 16px;--ubq-typography-headline-l-line_height: 20px;--ubq-typography-headline-l-letter_spacing: 0.01em;--ubq-typography-headline-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-l-weight: 600;--ubq-typography-headline-m-size: 12px;--ubq-typography-headline-m-line_height: 16px;--ubq-typography-headline-m-letter_spacing: 0.03em;--ubq-typography-headline-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-m-weight: 600;--ubq-typography-body-l-size: 16px;--ubq-typography-body-l-line_height: 20px;--ubq-typography-body-l-letter_spacing: 0em;--ubq-typography-body-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-l-weight: normal;--ubq-typography-body-m-size: 12px;--ubq-typography-body-m-line_height: 16px;--ubq-typography-body-m-letter_spacing: 0.02em;--ubq-typography-body-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-m-weight: normal;--ubq-typography-input-m-size: 12px;--ubq-typography-input-m-line_height: 16px;--ubq-typography-input-m-letter_spacing: 0.02em;--ubq-typography-input-m-font_family: var( --ubq-typography-font_family, "Overpass Mono", monospace );--ubq-typography-input-m-weight: 500;--ubq-typography-button-m-size: 12px;--ubq-typography-button-m-line_height: 16px;--ubq-typography-button-m-letter_spacing: 0.02em;--ubq-typography-button-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-button-m-weight: unset;--ubq-scale-base: 4px;--ubq-margin-base: 4px;--ubq-margin-xs: var(--ubq-margin-base);--ubq-margin-s: calc(var(--ubq-margin-base) * 2);--ubq-margin-m: calc(var(--ubq-margin-base) * 3);--ubq-margin-l: calc(var(--ubq-margin-base) * 4);--ubq-border_radius-base: 3px;--ubq-border_radius-s: var(--ubq-border_radius-base);--ubq-border_radius-m: calc(var(--ubq-border_radius-base) * 2);--ubq-border_radius-l: calc(var(--ubq-border_radius-base) * 4)}.ubq-large{--ubq-typography-headline-l-size: 18px;--ubq-typography-headline-l-line_height: 24px;--ubq-typography-headline-l-letter_spacing: 0em;--ubq-typography-headline-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-l-weight: 700;--ubq-typography-headline-m-size: 14px;--ubq-typography-headline-m-line_height: 20px;--ubq-typography-headline-m-letter_spacing: 0.01em;--ubq-typography-headline-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-m-weight: 700;--ubq-typography-body-l-size: 18px;--ubq-typography-body-l-line_height: 24px;--ubq-typography-body-l-letter_spacing: 0em;--ubq-typography-body-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-l-weight: 500;--ubq-typography-body-m-size: 14px;--ubq-typography-body-m-line_height: 20px;--ubq-typography-body-m-letter_spacing: 0.01em;--ubq-typography-body-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-m-weight: 500;--ubq-typography-input-m-size: 14px;--ubq-typography-input-m-line_height: 20px;--ubq-typography-input-m-letter_spacing: 0em;--ubq-typography-input-m-font_family: var( --ubq-typography-font_family, "Overpass Mono", monospace );--ubq-typography-input-m-weight: 400;--ubq-typography-button-m-size: 14px;--ubq-typography-button-m-line_height: 20px;--ubq-typography-button-m-letter_spacing: 0.01em;--ubq-typography-button-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-button-m-weight: 500;--ubq-scale-base: 5px;--ubq-margin-base: 5px;--ubq-margin-xs: var(--ubq-margin-base);--ubq-margin-s: calc(var(--ubq-margin-base) * 2);--ubq-margin-m: calc(var(--ubq-margin-base) * 3);--ubq-margin-l: calc(var(--ubq-margin-base) * 4);--ubq-border_radius-base: 3.75px;--ubq-border_radius-s: var(--ubq-border_radius-base);--ubq-border_radius-m: calc(var(--ubq-border_radius-base) * 2);--ubq-border_radius-l: calc(var(--ubq-border_radius-base) * 4)}
1
+ .ubq-dark{--ubq-elevation-2: hsl(210, 7.5%, 20%);--ubq-elevation-1: hsl(210, 15%, 15%);--ubq-canvas: hsl(210, 30%, 10%);--ubq-foreground-default: hsla(210, 0%, 100%, 0.9);--ubq-foreground-light: hsla(210, 0%, 100%, 0.7);--ubq-foreground-info: hsla(210, 0%, 100%, 0.5);--ubq-foreground-active: hsla(210, 30%, 10%, 0.9);--ubq-foreground-accent: hsla(210, 0%, 100%, 1);--ubq-interactive-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.1);--ubq-interactive-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.15);--ubq-interactive-pressed: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.02);--ubq-interactive-active-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 1), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.88);--ubq-interactive-active-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 1), hsla(0, 0%, 100%, 0) ), hsla(210, 100%, 95%, 0.98);--ubq-interactive-active-pressed: linear-gradient( to bottom, hsla(0, 0%, 100%, 1), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.5);--ubq-interactive-accent-default: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 0.8);--ubq-interactive-accent-hover: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 1);--ubq-interactive-accent-pressed: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 0.7);--ubq-interactive-template-default: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(165, 54, 252, 0.4);--ubq-interactive-template-hover: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(165, 54, 252, 0.6);--ubq-interactive-template-pressed: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(165, 54, 252, 0.3);--ubq-input-default: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.2), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.2);--ubq-input-hover: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.2), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.4);--ubq-border-outline: hsla(210, 0%, 100%, 0.16);--ubq-border-divider: hsla(210, 0%, 100%, 0.08);--ubq-border-contrast: hsla(210, 0%, 100%, 0.25);--ubq-focus-default: hsl(230, 90%, 80%);--ubq-focus-outline: hsl(210, 30%, 10%);--ubq-overlay: hsla(210, 30%, 10%, 0.8);--ubq-notice-info: hsla(0, 0%, 100%, 1);--ubq-notice-success: hsla(166, 90%, 37%, 1);--ubq-notice-warning: hsla(40, 100%, 60%, 1);--ubq-notice-error: hsla(338, 64%, 62%, 1);--ubq-effect-shadow: 0px 4px 16px -4px rgba(16, 22, 28, 0.14), 0px 1px 20px -4px rgba(16, 22, 28, 0.12), 0px 2px 12px -4px rgba(16, 22, 28, 0.2);--ubq-effect-focus: 0 0 0 calc(var(--ubq-scale-base) / 2) var(--ubq-focus-outline), 0 0 0 var(--ubq-scale-base) var(--ubq-focus-default);--ubq-Slider-track-progress-color: hsla( 210, 0%, 100%, 0.16 );--ubq-Slider-background-color: hsla( 210, 0%, 100%, 0.08 );--ubq-static-selection-frame: hsl(230, 100%, 60%);--ubq-static-contrast-white: hsl(210, 0%, 100%);--ubq-static-contrast-black: hsl(210, 0%, 0%);--ubq-static-snapping: hsl(338, 100%, 50%);--ubq-static-bleed: hsl(334, 73%, 43%);--ubq-static-text-variable: hsl(274, 97%, 60%);--ubq-static-card-label-background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 14.46%, rgba(0, 0, 0, 0.6) 100% )}.ubq-light{--ubq-elevation-2: hsl(210, 10%, 95%);--ubq-elevation-1: hsl(210, 10%, 90%);--ubq-canvas: hsl(210, 10%, 85%);--ubq-foreground-default: hsla(210, 30%, 10%, 0.9);--ubq-foreground-light: hsla(210, 30%, 10%, 0.7);--ubq-foreground-info: hsla(210, 30%, 10%, 0.5);--ubq-foreground-active: hsla(210, 0%, 100%, 0.9);--ubq-foreground-accent: hsla(210, 0%, 100%, 1);--ubq-interactive-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0) ), hsla(0, 50%, 100%, 0.6);--ubq-interactive-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 0%, 0.15);--ubq-interactive-pressed: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.02%);--ubq-interactive-active-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(210, 60%, 5%, 0.85);--ubq-interactive-active-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(210, 60%, 8%, 0.8);--ubq-interactive-active-pressed: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(210, 60%, 5%, 0.95);--ubq-interactive-accent-default: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 0.8);--ubq-interactive-accent-hover: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 1);--ubq-interactive-accent-pressed: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 0.7);--ubq-interactive-template-default: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(142, 4, 251, 0.4);--ubq-interactive-template-hover: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(142, 4, 251, 0.6);--ubq-interactive-template-pressed: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(142, 4, 251, 0.3);--ubq-input-default: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.04), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.08);--ubq-input-hover: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.04), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.2);--ubq-border-outline: hsla(210, 0%, 0%, 0.16);--ubq-border-divider: hsla(210, 0%, 0%, 0.08);--ubq-border-contrast: hsla(210, 0%, 0%, 0.25);--ubq-focus-default: hsl(230, 100%, 60%);--ubq-focus-outline: hsl(210, 10%, 85%);--ubq-overlay: hsla(210, 10%, 85%, 0.8);--ubq-notice-info: hsla(208, 29%, 10%, 1);--ubq-notice-success: hsla(166, 90%, 37%, 1);--ubq-notice-warning: hsla(46, 100%, 29%, 1);--ubq-notice-error: hsla(338, 64%, 51%, 1);--ubq-effect-shadow: 0px 4px 16px -4px rgba(16, 22, 28, 0.14), 0px 1px 20px -4px rgba(16, 22, 28, 0.12), 0px 2px 12px -4px rgba(16, 22, 28, 0.2);--ubq-effect-focus: 0 0 0 calc(var(--ubq-scale-base) / 2) var(--ubq-focus-outline), 0 0 0 var(--ubq-scale-base) var(--ubq-focus-default);--ubq-Slider-track-progress-color: hsla( 210, 0%, 0%, 0.16 );--ubq-Slider-background-color: hsla( 210, 0%, 0%, 0.08 );--ubq-static-selection-frame: hsl(230, 100%, 60%);--ubq-static-contrast-white: hsl(210, 0%, 100%);--ubq-static-contrast-black: hsl(210, 0%, 0%);--ubq-static-snapping: hsl(338, 100%, 50%);--ubq-static-bleed: hsl(334, 73%, 43%);--ubq-static-text-variable: hsl(274, 97%, 60%);--ubq-static-card-label-background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 14.46%, rgba(0, 0, 0, 0.6) 100% )}.ubq-normal{--ubq-typography-headline-l-size: 16px;--ubq-typography-headline-l-line_height: 20px;--ubq-typography-headline-l-letter_spacing: 0.01em;--ubq-typography-headline-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-l-weight: 600;--ubq-typography-headline-m-size: 12px;--ubq-typography-headline-m-line_height: 16px;--ubq-typography-headline-m-letter_spacing: 0.03em;--ubq-typography-headline-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-m-weight: 600;--ubq-typography-body-l-size: 16px;--ubq-typography-body-l-line_height: 20px;--ubq-typography-body-l-letter_spacing: 0em;--ubq-typography-body-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-l-weight: normal;--ubq-typography-body-m-size: 12px;--ubq-typography-body-m-line_height: 16px;--ubq-typography-body-m-letter_spacing: 0.02em;--ubq-typography-body-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-m-weight: normal;--ubq-typography-input-m-size: 12px;--ubq-typography-input-m-line_height: 16px;--ubq-typography-input-m-letter_spacing: 0.02em;--ubq-typography-input-m-font_family: var( --ubq-typography-font_family, "Overpass Mono", monospace );--ubq-typography-input-m-weight: 500;--ubq-typography-button-m-size: 12px;--ubq-typography-button-m-line_height: 16px;--ubq-typography-button-m-letter_spacing: 0.02em;--ubq-typography-button-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-button-m-weight: unset;--ubq-scale-base: 4px;--ubq-margin-base: 4px;--ubq-margin-xs: 4px;--ubq-margin-s: 8px;--ubq-margin-m: 12px;--ubq-margin-l: 16px;--ubq-border_radius-base: 3px;--ubq-border_radius-s: 3px;--ubq-border_radius-m: 6px;--ubq-border_radius-l: 12px}.ubq-large{--ubq-typography-headline-l-size: 18px;--ubq-typography-headline-l-line_height: 24px;--ubq-typography-headline-l-letter_spacing: 0em;--ubq-typography-headline-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-l-weight: 700;--ubq-typography-headline-m-size: 14px;--ubq-typography-headline-m-line_height: 20px;--ubq-typography-headline-m-letter_spacing: 0.01em;--ubq-typography-headline-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-m-weight: 700;--ubq-typography-body-l-size: 18px;--ubq-typography-body-l-line_height: 24px;--ubq-typography-body-l-letter_spacing: 0em;--ubq-typography-body-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-l-weight: 500;--ubq-typography-body-m-size: 14px;--ubq-typography-body-m-line_height: 20px;--ubq-typography-body-m-letter_spacing: 0.01em;--ubq-typography-body-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-m-weight: 500;--ubq-typography-input-m-size: 14px;--ubq-typography-input-m-line_height: 20px;--ubq-typography-input-m-letter_spacing: 0em;--ubq-typography-input-m-font_family: var( --ubq-typography-font_family, "Overpass Mono", monospace );--ubq-typography-input-m-weight: 400;--ubq-typography-button-m-size: 14px;--ubq-typography-button-m-line_height: 20px;--ubq-typography-button-m-letter_spacing: 0.01em;--ubq-typography-button-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-button-m-weight: 500;--ubq-scale-base: 5px;--ubq-margin-base: 5px;--ubq-margin-xs: 5px;--ubq-margin-s: 10px;--ubq-margin-m: 15px;--ubq-margin-l: 20px;--ubq-border_radius-base: 3.75px;--ubq-border_radius-s: 3.75px;--ubq-border_radius-m: 7.5px;--ubq-border_radius-l: 15px}