@rogieking/figui3 6.11.0 → 6.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components.css +68 -33
- package/dist/components.css +1 -1
- package/dist/fig-editor.css +1 -1
- package/dist/fig-editor.js +52 -50
- package/dist/fig-lab.css +1 -1
- package/dist/fig-lab.js +14 -14
- package/dist/fig.css +1 -1
- package/dist/fig.js +33 -45
- package/fig-editor.css +12 -1
- package/fig-editor.js +317 -334
- package/fig-lab.css +11 -10
- package/fig-lab.js +25 -26
- package/fig.js +649 -228
- package/package.json +1 -1
package/components.css
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
--figma-color-bg-disabled: light-dark(#d9d9d9, #757575);
|
|
26
26
|
--figma-color-bg-disabled-secondary: #b3b3b3;
|
|
27
27
|
--figma-color-bg-hover: light-dark(#f5f5f5, #383838);
|
|
28
|
+
--figma-color-bg-active: var(--figma-color-bg-pressed);
|
|
28
29
|
--figma-color-bg-inverse: light-dark(#2c2c2c, #ffffff);
|
|
29
30
|
--figma-color-bg-onselected: light-dark(#bde3ff, #667799);
|
|
30
31
|
--figma-color-bg-onselected-hover: light-dark(#bde3ff, #667799);
|
|
@@ -216,6 +217,8 @@
|
|
|
216
217
|
--body-medium-strong-fontWeight: 550;
|
|
217
218
|
--body-large-strong-fontWeight: 500;
|
|
218
219
|
--body-medium-fontWeight: 450;
|
|
220
|
+
--font-size-small: var(--body-medium-fontSize);
|
|
221
|
+
--line-height: 1rem;
|
|
219
222
|
|
|
220
223
|
/* Spacing */
|
|
221
224
|
--spacer-1: 0.25rem;
|
|
@@ -225,6 +228,7 @@
|
|
|
225
228
|
--spacer-4: 1.5rem;
|
|
226
229
|
--spacer-5: 2rem;
|
|
227
230
|
--spacer-6: 2.5rem;
|
|
231
|
+
--spacer-half: 0.125rem;
|
|
228
232
|
|
|
229
233
|
/* Radii */
|
|
230
234
|
--radius-none: 0;
|
|
@@ -238,9 +242,12 @@
|
|
|
238
242
|
|
|
239
243
|
/* Transitions */
|
|
240
244
|
--input-transition: all 0.08s ease-out;
|
|
245
|
+
--transition-duration: 0.08s;
|
|
246
|
+
--transition-timing-function: ease-out;
|
|
241
247
|
|
|
242
248
|
/* Misc UI */
|
|
243
249
|
--popover-min-width: 15rem;
|
|
250
|
+
--control-height: var(--spacer-4);
|
|
244
251
|
--handle-color: #fff;
|
|
245
252
|
--bg-selected: #f5f5f5;
|
|
246
253
|
--bg-selected-active: #e5f4ff;
|
|
@@ -351,7 +358,6 @@
|
|
|
351
358
|
--icon-24-steppers: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7245 6.08191C11.9186 5.95386 12.1826 5.97562 12.3534 6.14637L14.3534 8.14637L14.4179 8.22449C14.546 8.41852 14.5242 8.68253 14.3534 8.8534C14.1826 9.02426 13.9186 9.04601 13.7245 8.91785L13.6464 8.8534L11.9999 7.20691L10.3534 8.8534C10.1582 9.04866 9.84166 9.04866 9.6464 8.8534C9.45123 8.65813 9.45117 8.3416 9.6464 8.14637L11.6464 6.14637L11.7245 6.08191Z' fill='black'/%3E%3Cpath d='M13.7248 15.0822C13.9189 14.9541 14.1829 14.9758 14.3537 15.1467C14.5246 15.3176 14.5463 15.5815 14.4182 15.7756L14.3537 15.8537L12.3537 17.8537C12.1829 18.0246 11.9189 18.0463 11.7248 17.9182L11.6467 17.8537L9.64669 15.8537L9.58224 15.7756C9.45407 15.5815 9.47583 15.3176 9.64669 15.1467C9.81756 14.9758 10.0815 14.9541 10.2756 15.0822L10.3537 15.1467L12.0002 16.7932L13.6467 15.1467L13.7248 15.0822Z' fill='black' /%3E%3C/svg%3E%0A");
|
|
352
359
|
--icon-24-add: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 6C12.2761 6 12.5 6.22386 12.5 6.5V11.5H17.5C17.7761 11.5 18 11.7239 18 12C18 12.2761 17.7761 12.5 17.5 12.5H12.5V17.5C12.5 17.7761 12.2761 18 12 18C11.7239 18 11.5 17.7761 11.5 17.5V12.5H6.5C6.22386 12.5 6 12.2761 6 12C6 11.7239 6.22386 11.5 6.5 11.5H11.5V6.5C11.5 6.22386 11.7239 6 12 6Z' fill='currentColor'/%3E%3C/svg%3E");
|
|
353
360
|
--icon-24-minus: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 12.2761 17.7761 12.5 17.5 12.5H6.5C6.22386 12.5 6 12.2761 6 12C6 11.7239 6.22386 11.5 6.5 11.5H17.5C17.7761 11.5 18 11.7239 18 12Z' fill='currentColor'/%3E%3C/svg%3E");
|
|
354
|
-
--icon-24-settings: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5Z' fill='currentColor'/%3E%3Cpath d='M11.5 5.5C11.5 5.22386 11.7239 5 12 5C12.2761 5 12.5 5.22386 12.5 5.5V7C12.5 7.27614 12.2761 7.5 12 7.5C11.7239 7.5 11.5 7.27614 11.5 7V5.5Z' fill='currentColor'/%3E%3Cpath d='M11.5 17C11.5 16.7239 11.7239 16.5 12 16.5C12.2761 16.5 12.5 16.7239 12.5 17V18.5C12.5 18.7761 12.2761 19 12 19C11.7239 19 11.5 18.7761 11.5 18.5V17Z' fill='currentColor'/%3E%3Cpath d='M18.5 11.5C18.7761 11.5 19 11.7239 19 12C19 12.2761 18.7761 12.5 18.5 12.5H17C16.7239 12.5 16.5 12.2761 16.5 12C16.5 11.7239 16.7239 11.5 17 11.5H18.5Z' fill='currentColor'/%3E%3Cpath d='M7 11.5C7.27614 11.5 7.5 11.7239 7.5 12C7.5 12.2761 7.27614 12.5 7 12.5H5.5C5.22386 12.5 5 12.2761 5 12C5 11.7239 5.22386 11.5 5.5 11.5H7Z' fill='currentColor'/%3E%3Cpath d='M16.5962 6.6967C16.7915 6.50144 17.1081 6.50144 17.3033 6.6967C17.4986 6.89196 17.4986 7.20854 17.3033 7.40381L16.2426 8.46447C16.0474 8.65973 15.7308 8.65973 15.5355 8.46447C15.3403 8.2692 15.3403 7.95262 15.5355 7.75736L16.5962 6.6967Z' fill='currentColor'/%3E%3Cpath d='M8.46447 15.5355C8.65973 15.7308 8.65973 16.0474 8.46447 16.2426L7.40381 17.3033C7.20854 17.4986 6.89196 17.4986 6.6967 17.3033C6.50144 17.1081 6.50144 16.7915 6.6967 16.5962L7.75736 15.5355C7.95262 15.3403 8.2692 15.3403 8.46447 15.5355Z' fill='currentColor'/%3E%3Cpath d='M17.3033 16.5962C17.4986 16.7915 17.4986 17.1081 17.3033 17.3033C17.1081 17.4986 16.7915 17.4986 16.5962 17.3033L15.5355 16.2426C15.3403 16.0474 15.3403 15.7308 15.5355 15.5355C15.7308 15.3403 16.0474 15.3403 16.2426 15.5355L17.3033 16.5962Z' fill='currentColor'/%3E%3Cpath d='M8.46447 7.75736C8.65973 7.95262 8.65973 8.2692 8.46447 8.46447C8.2692 8.65973 7.95262 8.65973 7.75736 8.46447L6.6967 7.40381C6.50144 7.20854 6.50144 6.89196 6.6967 6.6967C6.89196 6.50144 7.20854 6.50144 7.40381 6.6967L8.46447 7.75736Z' fill='currentColor'/%3E%3C/svg%3E");
|
|
355
361
|
--icon-24-back: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8536 7.14645C14.0488 7.34171 14.0488 7.65829 13.8536 7.85355L9.70711 12L13.8536 16.1464C14.0488 16.3417 14.0488 16.6583 13.8536 16.8536C13.6583 17.0488 13.3417 17.0488 13.1464 16.8536L8.64645 12.3535C8.55268 12.2598 8.5 12.1326 8.5 12C8.5 11.8674 8.55268 11.7402 8.64645 11.6464L13.1464 7.14645C13.3417 6.95118 13.6583 6.95118 13.8536 7.14645Z' fill='currentColor'/%3E%3C/svg%3E");
|
|
356
362
|
--icon-16-arrow-left: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 4.5L5.5 8L9.5 11.5' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
357
363
|
--icon-24-arrow-left: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1464 7.64645C13.3417 7.45118 13.6582 7.45118 13.8535 7.64645C14.0487 7.84171 14.0487 8.15822 13.8535 8.35348L10.207 12L13.8535 15.6464C14.0487 15.8417 14.0487 16.1582 13.8535 16.3535C13.6582 16.5487 13.3417 16.5487 13.1464 16.3535L9.14645 12.3535C8.95118 12.1582 8.95118 11.8417 9.14645 11.6464L13.1464 7.64645Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
|
|
@@ -367,9 +373,15 @@
|
|
|
367
373
|
--icon-16-visible: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4C11.5 4 14 7 14 8C14 9 11.5 12 8 12C4.5 12 2 9 2 8C2 7 4.5 4 8 4ZM8 5C6.60166 5 5.36649 5.57587 4.44238 6.30176C3.98232 6.66314 3.61689 7.04836 3.36328 7.38867C3.13535 7.69455 3.04058 7.90734 3.00977 8C3.04058 8.09266 3.13535 8.30545 3.36328 8.61133C3.61689 8.95164 3.98232 9.33686 4.44238 9.69824C5.36649 10.4241 6.60166 11 8 11C9.39834 11 10.6335 10.4241 11.5576 9.69824C12.0177 9.33686 12.3831 8.95163 12.6367 8.61133C12.8644 8.30577 12.9583 8.09281 12.9893 8C12.9583 7.90719 12.8644 7.69423 12.6367 7.38867C12.3831 7.04836 12.0177 6.66314 11.5576 6.30176C10.6335 5.57587 9.39834 5 8 5ZM8 7C8.55228 7 9 7.44772 9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
|
|
368
374
|
--icon-24-hidden: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.51343 9C5.78194 9 6.03192 9.21752 6.13647 9.46484C6.18062 9.56923 6.2378 9.68955 6.31225 9.82422C6.55304 10.2596 6.92594 10.7635 7.43335 11.2393C8.44103 12.184 9.95488 12.9998 11.9998 13C14.0447 13 15.5584 12.1839 16.5662 11.2393C17.0736 10.7635 17.4464 10.2596 17.6873 9.82422C17.7588 9.69491 17.8147 9.57896 17.8582 9.47754C17.9668 9.22373 18.2237 9.0001 18.4998 9C18.7757 9 18.9947 9.22463 18.9167 9.48926C18.7151 10.1715 18.146 11.1394 17.2107 12.0039L18.3533 13.1465C18.5485 13.3417 18.5485 13.6583 18.3533 13.8535C18.158 14.0486 17.8414 14.0487 17.6462 13.8535L16.4275 12.6348C15.8837 13.0163 15.2541 13.3499 14.5378 13.5918L14.9851 15.3789C15.0519 15.6467 14.8887 15.9184 14.6208 15.9854C14.3532 16.0519 14.0813 15.8888 14.0144 15.6211L13.571 13.8486C13.0805 13.9449 12.5568 14 11.9998 14C11.4423 14 10.9184 13.945 10.4275 13.8486L9.98511 15.6211C9.91811 15.8889 9.64645 16.0522 9.37866 15.9854C9.11111 15.9182 8.94768 15.6466 9.0144 15.3789L9.46069 13.5908C8.74459 13.3488 8.11371 13.0173 7.57007 12.6357L6.35327 13.8535C6.15799 14.0486 5.84143 14.0487 5.64624 13.8535C5.45126 13.6583 5.45126 13.3417 5.64624 13.1465L6.78882 12.0029C5.67043 10.9689 5.07561 9.78781 5.00659 9.12402C5.00289 9.05679 5.05649 9.00021 5.12378 9H5.51343Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
|
|
369
375
|
--icon-16-hidden: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4138 5.5C13.7373 5.5 13.9807 5.76652 13.8415 6.05859C13.6075 6.54952 13.1215 7.17678 12.4421 7.7627L13.4157 9.22266C13.5689 9.45242 13.5068 9.76284 13.277 9.91602C13.0473 10.069 12.7368 10.007 12.5837 9.77734L11.6413 8.36328C11.1673 8.67367 10.6355 8.9499 10.0524 9.15039L10.4851 10.8789C10.5519 11.1467 10.3886 11.4184 10.1208 11.4854C9.85308 11.5519 9.58128 11.3888 9.51435 11.1211L9.08466 9.40332C8.7357 9.46559 8.37327 9.5 7.9997 9.5C7.62569 9.49998 7.2631 9.46575 6.91376 9.40332L6.48505 11.1211C6.41806 11.3889 6.1464 11.5522 5.87861 11.4854C5.61102 11.4183 5.44761 11.1466 5.51435 10.8789L5.94599 9.15039C5.36302 8.94979 4.83099 8.67372 4.35712 8.36328L3.41572 9.77734C3.2625 10.007 2.95206 10.0692 2.72236 9.91602C2.49286 9.76282 2.43071 9.45232 2.58368 9.22266L3.55634 7.76172C2.8777 7.1762 2.3927 6.54916 2.15888 6.05859C2.01973 5.76657 2.26219 5.50011 2.58564 5.5C3.05129 5.5 3.02196 5.6191 3.27021 5.98145C3.50192 6.31962 3.85806 6.72067 4.32294 7.10352C5.25669 7.87247 6.53958 8.49991 7.9997 8.5C9.45975 8.5 10.7427 7.87238 11.6765 7.10352C12.1413 6.72067 12.4985 6.31962 12.7302 5.98145C12.981 5.61523 12.9588 5.50007 13.4138 5.5Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
|
|
370
|
-
|
|
376
|
+
--icon-24-eyedropper: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.1592 5.65801C16.0376 4.78045 17.4621 4.78055 18.3408 5.65899L18.4951 5.82989C19.1671 6.65442 19.168 7.84476 18.4951 8.66973L18.3408 8.84063L16.6455 10.533C17.1104 11.083 17.1181 11.889 16.6641 12.4461L16.5605 12.5604C16.0111 13.1097 15.1425 13.1428 14.5537 12.6629L14.5342 12.6453L10.0908 17.0916C9.6188 17.5633 8.98876 17.7764 8.375 17.742L7.56055 18.5574C6.97441 19.1432 6.02451 19.1422 5.43945 18.5584V18.5574C4.8538 17.9718 4.85405 17.0221 5.43945 16.4363L6.25586 15.618C6.22412 15.0058 6.44026 14.3794 6.90918 13.91L11.3516 9.46367C10.856 8.87434 10.885 7.99381 11.4395 7.43926L11.5537 7.33574C12.1094 6.88283 12.9136 6.88854 13.4639 7.35137L15.1592 5.65801ZM7.61621 14.617C7.33755 14.8961 7.21782 15.2747 7.25781 15.6385C7.27925 15.8351 7.24419 16.0445 7.10449 16.1844L6.14648 17.1434C5.9516 17.3387 5.95135 17.6553 6.14648 17.8504C6.34167 18.0449 6.65842 18.0451 6.85352 17.8504L7.80859 16.8943C7.94931 16.7536 8.16065 16.7184 8.3584 16.741C8.72329 16.7828 9.10374 16.6643 9.38379 16.3846L13.8223 11.9432L12.0547 10.1756L7.61621 14.617ZM17.6338 6.36602C17.1458 5.87828 16.3544 5.8783 15.8662 6.36602L14.084 8.14629L14.0186 8.20586C13.6767 8.48476 13.1722 8.46484 12.8535 8.14629C12.6583 7.95131 12.3417 7.95119 12.1465 8.14629C11.9514 8.34148 11.9515 8.65808 12.1465 8.85332L15.1465 11.8533C15.3175 12.024 15.5814 12.0451 15.7754 11.9168L15.8535 11.8533C16.0486 11.6582 16.0484 11.3416 15.8535 11.1463V11.1453C15.8524 11.1443 15.8507 11.1434 15.8496 11.1424C15.5128 10.8013 15.514 10.2513 15.8535 9.91192L17.6338 8.1336C18.1216 7.6457 18.1213 6.85425 17.6338 6.36602Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
|
|
377
|
+
--icon-24-edit: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.51363 17.3361L5.9609 14.6515C6.02947 14.2405 6.22485 13.8612 6.51949 13.5665L13.9394 6.14661C14.5252 5.56088 15.4747 5.56088 16.0605 6.14661L17.8535 7.93958C18.4026 8.48875 18.4365 9.35727 17.956 9.94642L17.8535 10.0607L10.4336 17.4806C10.1389 17.7752 9.75962 17.9706 9.34859 18.0392L6.66402 18.4865C6.34557 18.5394 6.02121 18.4354 5.79293 18.2072C5.56465 17.9789 5.46067 17.6545 5.51363 17.3361ZM16.1035 10.3966L17.1464 9.35365C17.3417 9.15839 17.3417 8.84187 17.1464 8.64661L15.3535 6.85365L15.2754 6.78919C15.0813 6.66106 14.8173 6.68283 14.6464 6.85365L13.6035 7.89661L16.1035 10.3966ZM9.18355 17.0529C9.33777 17.0272 9.48317 16.9654 9.60836 16.8742L9.72652 16.7736L15.3964 11.1036L12.8964 8.60365L7.22652 14.2736L7.12594 14.3917C7.03467 14.5169 6.97293 14.6623 6.94723 14.8165L6.49996 17.5001L9.18355 17.0529Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
|
|
378
|
+
--icon-16-edit: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.86914 2.72461C10.2619 2.40426 10.8409 2.42685 11.207 2.79297L13.207 4.79297C13.5974 5.1835 13.5975 5.81655 13.207 6.20703L6.70703 12.707C6.51951 12.8945 6.26516 13 6 13H4C3.44779 13 3.00013 12.5522 3 12V10C3 9.73484 3.10551 9.48049 3.29297 9.29297L9.79297 2.79297L9.86914 2.72461ZM4 10V12H6L10.6465 7.35352L8.64648 5.35352L4 10ZM9.35352 4.64648L11.3535 6.64648L12.5 5.5L10.5 3.5L9.35352 4.64648Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
|
|
371
379
|
--icon-24-spinner: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5.5C13.2856 5.5 14.5423 5.88122 15.6112 6.59545C16.6801 7.30968 17.5132 8.32484 18.0052 9.51256C18.4972 10.7003 18.6259 12.0072 18.3751 13.2681C18.1243 14.529 17.5052 15.6872 16.5962 16.5962C15.6872 17.5052 14.529 18.1243 13.2681 18.3751C12.0072 18.6259 10.7003 18.4972 9.51256 18.0052C8.32484 17.5132 7.30968 16.6801 6.59545 15.6112C5.88122 14.5423 5.5 13.2856 5.5 12' stroke='black' stroke-opacity='0.9' stroke-linecap='round'/%3E%3C/svg%3E");
|
|
372
380
|
--icon-16-spinner: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2.5C9.0878 2.5 10.1512 2.82257 11.0556 3.42692C11.9601 4.03126 12.6651 4.89025 13.0813 5.89524C13.4976 6.90023 13.6065 8.0061 13.3943 9.073C13.1821 10.1399 12.6583 11.1199 11.8891 11.8891C11.1199 12.6583 10.1399 13.1821 9.073 13.3943C8.0061 13.6065 6.90023 13.4976 5.89524 13.0813C4.89025 12.6651 4.03126 11.9601 3.42692 11.0556C2.82257 10.1512 2.5 9.0878 2.5 8' stroke='black' stroke-opacity='0.9' stroke-linecap='round'/%3E%3C/svg%3E");
|
|
381
|
+
--icon-24-settings: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.755 7.23427C15.4526 7.41038 15.0708 7.42207 14.7499 7.23681C14.4289 7.05149 14.2481 6.71483 14.2496 6.36477C14.2518 5.84407 13.908 5.22635 13.212 5.10473C12.8177 5.03581 12.4126 5 11.9999 5C11.5873 5 11.1822 5.03582 10.7878 5.10474C10.0918 5.22636 9.74809 5.84409 9.75026 6.36479C9.75172 6.71485 9.57093 7.05152 9.24994 7.23684C8.92906 7.4221 8.54727 7.41041 8.24489 7.2343C7.79535 6.97249 7.09002 6.96142 6.63667 7.50141C6.1179 8.11934 5.70348 8.82895 5.42136 9.60311C5.17962 10.2665 5.54277 10.8723 5.99461 11.1305C6.29865 11.3042 6.49993 11.6292 6.49993 12C6.49993 12.3707 6.29864 12.6957 5.9946 12.8694C5.54276 13.1276 5.17959 13.7334 5.42133 14.3968C5.70344 15.171 6.11787 15.8806 6.63664 16.4986C7.08999 17.0386 7.79532 17.0275 8.24486 16.7657C8.54724 16.5896 8.92903 16.5779 9.2499 16.7631C9.57089 16.9485 9.75168 17.2851 9.75022 17.6352C9.74805 18.1559 10.0918 18.7736 10.7878 18.8953C11.1822 18.9642 11.5873 19 11.9999 19C12.4126 19 12.8177 18.9642 13.2121 18.8953C13.9081 18.7736 14.2518 18.1559 14.2496 17.6352C14.2481 17.2851 14.4289 16.9484 14.7499 16.7631C15.0708 16.5779 15.4526 16.5895 15.755 16.7657C16.2045 17.0275 16.9099 17.0386 17.3632 16.4986C17.882 15.8806 18.2964 15.171 18.5786 14.3968C18.8203 13.7334 18.4571 13.1276 18.0053 12.8694C17.7013 12.6957 17.5 12.3707 17.5 12C17.5 11.6292 17.7013 11.3042 18.0053 11.1305C18.4571 10.8723 18.8203 10.2665 18.5785 9.60313C18.2964 8.82895 17.882 8.11931 17.3632 7.50137C16.9098 6.96138 16.2045 6.97245 15.755 7.23427ZM14.2499 8.10284C14.8939 8.47463 15.6587 8.4476 16.2582 8.0984C16.3697 8.03351 16.5144 8.04562 16.5973 8.14436C17.0424 8.67449 17.3974 9.28272 17.639 9.94552C17.6832 10.0667 17.6212 10.1982 17.5092 10.2623C16.9063 10.6067 16.5 11.2559 16.5 12C16.5 12.744 16.9063 13.3932 17.5092 13.7377C17.6212 13.8017 17.6832 13.9332 17.639 14.0544C17.3975 14.7172 17.0424 15.3254 16.5974 15.8556C16.5145 15.9543 16.3697 15.9664 16.2583 15.9015C15.6587 15.5523 14.8939 15.5253 14.2499 15.8971C13.6057 16.269 13.2467 16.9452 13.2496 17.6394C13.2502 17.7685 13.1671 17.888 13.0399 17.9102C12.7021 17.9692 12.3546 18 11.9999 18C11.6452 18 11.2977 17.9692 10.9599 17.9102C10.8327 17.888 10.7497 17.7685 10.7502 17.6394C10.7531 16.9452 10.3941 16.269 9.7499 15.8971C9.10594 15.5253 8.34117 15.5523 7.74159 15.9015C7.63018 15.9664 7.48543 15.9543 7.40253 15.8556C6.95747 15.3254 6.60242 14.7172 6.36089 14.0544C6.31671 13.9332 6.3787 13.8017 6.49072 13.7377C7.09359 13.3932 7.49993 12.744 7.49993 12C7.49993 11.2559 7.0936 10.6067 6.49074 10.2622C6.37872 10.1982 6.31674 10.0667 6.36091 9.94551C6.60245 9.28272 6.9575 8.67451 7.40255 8.14439C7.48545 8.04565 7.6302 8.03354 7.74161 8.09843C8.3412 8.44763 9.10598 8.47466 9.74994 8.10286C10.3941 7.73094 10.7531 7.05475 10.7503 6.36062C10.7497 6.23151 10.8328 6.11203 10.9599 6.08981C11.2977 6.03078 11.6452 6 11.9999 6C12.3546 6 12.7021 6.03078 13.0399 6.0898C13.1671 6.11203 13.2501 6.2315 13.2496 6.36061C13.2467 7.05473 13.6057 7.73091 14.2499 8.10284ZM10.4999 12C10.4999 11.1716 11.1715 10.5 11.9999 10.5C12.8284 10.5 13.4999 11.1716 13.4999 12C13.4999 12.8284 12.8284 13.5 11.9999 13.5C11.1715 13.5 10.4999 12.8284 10.4999 12ZM11.9999 9.5C10.6192 9.5 9.49994 10.6193 9.49994 12C9.49994 13.3807 10.6192 14.5 11.9999 14.5C13.3807 14.5 14.4999 13.3807 14.4999 12C14.4999 10.6193 13.3807 9.5 11.9999 9.5Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
|
|
382
|
+
--icon-16-settings: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.31951 2.0081C8.63957 2.02541 8.95246 2.06727 9.25717 2.13234C9.2583 2.13285 9.36317 2.16083 9.37434 2.16381C9.86377 2.31521 10.1341 2.72145 10.2216 3.10097C10.2215 3.11507 10.2503 3.27344 10.2503 3.27344C10.2503 3.2735 10.2738 3.39069 10.2738 3.39069C10.311 3.50552 10.3889 3.60576 10.5002 3.67049C10.5021 3.67258 10.5989 3.71411 10.6088 3.71839C10.7275 3.75177 10.8515 3.74099 10.9611 3.68991C10.9645 3.68638 11.1103 3.63071 11.1242 3.6254C11.4964 3.51228 11.9813 3.54148 12.3574 3.88434C12.3628 3.8861 12.4389 3.96209 12.4452 3.96834C12.4453 3.96838 12.6484 4.21056 12.6484 4.21056C13.1165 4.78066 13.4804 5.44161 13.7121 6.16246C13.7149 6.17767 13.7423 6.28045 13.7425 6.28125C13.8537 6.7773 13.638 7.21289 13.353 7.47774C13.3387 7.48737 13.219 7.58594 13.219 7.58594C13.1002 7.66994 13.0226 7.79446 13.0041 7.93741C13.0003 7.9375 13.0003 8.0625 13.0003 8.0625C13.0209 8.20342 13.0968 8.3265 13.2097 8.40716C13.2124 8.40722 13.3418 8.50782 13.3513 8.5152C13.6316 8.78218 13.8484 9.21484 13.7414 9.7107C13.7401 9.71973 13.7112 9.82812 13.7112 9.82812C13.4814 10.5549 13.1173 11.2176 12.6503 11.7903C12.6345 11.806 12.4456 12.0312 12.4456 12.0312C12.0587 12.4531 11.5262 12.4978 11.1256 12.374C11.1113 12.3697 10.9612 12.3125 10.9612 12.3125C10.8714 12.2692 10.774 12.2547 10.6802 12.267C10.669 12.2686 10.594 12.2891 10.594 12.2891C10.5828 12.2912 10.5702 12.2967 10.5546 12.3038C10.535 12.3127 10.5177 12.3209 10.5007 12.329C10.4925 12.3337 10.4456 12.3672 10.4456 12.3672C10.3352 12.4513 10.2694 12.5733 10.2536 12.703C10.2503 12.7031 10.2503 12.8359 10.2503 12.8359C10.2442 13.3005 9.95141 13.6315 9.61658 13.7713C9.60265 13.7784 9.47686 13.8203 9.47686 13.8203C9.11934 13.9072 8.75211 13.9651 8.37555 13.9884C8.34697 13.9856 8.0003 14 8.0003 14C7.6749 13.9999 7.35708 13.9743 7.04672 13.9247C7.0243 13.9178 6.74249 13.8672 6.74249 13.8672C6.09697 13.7294 5.78931 13.1754 5.74986 12.7268C5.73805 12.5892 5.67401 12.4628 5.56973 12.375C5.55432 12.368 5.54439 12.3624 5.53419 12.3567C5.49568 12.335 5.45758 12.3137 5.42943 12.2979C5.29224 12.2472 5.15454 12.2569 5.03853 12.3107C4.65161 12.4919 4.06725 12.5131 3.63238 12.1102C3.62614 12.1024 3.54717 12.0234 3.54717 12.0234C3.05356 11.4759 2.65946 10.8398 2.39223 10.1401C2.38729 10.1297 2.28936 9.83594 2.28936 9.83594C2.085 9.21085 2.41443 8.66774 2.78342 8.41082C2.79058 8.39903 2.86592 8.33596 2.8745 8.32879C2.95214 8.24176 2.99865 8.12765 2.99971 8.00029C3.00029 8 2.9853 7.87997 2.98469 7.87515C2.96344 7.79641 2.92483 7.72547 2.87233 7.66672C2.86594 7.65626 2.78155 7.58594 2.78155 7.58594C2.41249 7.3283 2.08643 6.78669 2.2855 6.16347C2.29278 6.15352 2.38586 5.87456 2.39073 5.85997C2.65941 5.15978 3.05409 4.52282 3.54692 3.97763C3.54759 3.97618 3.62427 3.89947 3.63241 3.89132C4.01092 3.54098 4.50075 3.51189 4.87356 3.62734C4.87942 3.62669 5.02584 3.68236 5.03849 3.68717C5.03847 3.68718 5.14785 3.72624 5.14785 3.72624C5.26334 3.75075 5.38729 3.7341 5.49848 3.67092C5.50161 3.67079 5.54722 3.63835 5.55412 3.63343C5.66764 3.54677 5.73526 3.41922 5.74777 3.28141C5.75102 3.27518 5.77244 3.11146 5.77368 3.10199C5.86963 2.69196 6.17657 2.25047 6.74082 2.13122C6.75426 2.13063 7.02637 2.08186 7.04605 2.07833C7.3559 2.02585 7.67443 2.00001 7.99878 2C8.01175 2.00028 8.29947 2.0073 8.31951 2.00779L8.31951 2.0081ZM7.72576 3.0081C7.45937 3.02159 7.19902 3.05647 6.94759 3.10961C6.82933 3.13709 6.75511 3.24295 6.74474 3.35958C6.70491 3.83399 6.44257 4.27973 6.00147 4.53524C5.55557 4.79143 5.03756 4.79553 4.611 4.59522C4.50004 4.54497 4.37104 4.55747 4.29216 4.64445C3.8193 5.1675 3.45727 5.78594 3.23829 6.46713C3.20344 6.58123 3.25696 6.69751 3.35141 6.765C3.74158 7.03654 3.9959 7.48327 3.99971 7.99219C3.99964 8.50887 3.74503 8.96046 3.35586 9.23077C3.26732 9.29396 3.21553 9.39274 3.22898 9.4919C3.22812 9.49846 3.23467 9.53125 3.23467 9.53125C3.45757 10.2146 3.81993 10.8334 4.29239 11.3566C4.37514 11.4448 4.50317 11.4563 4.60905 11.4076C4.99448 11.2266 5.44844 11.2119 5.86557 11.397C5.87329 11.4006 5.878 11.403 5.88258 11.4055C5.93014 11.4321 6.12689 11.5425 6.13257 11.5463C6.45081 11.7791 6.65504 12.1186 6.72476 12.4848C6.72758 12.4916 6.74249 12.6406 6.74249 12.6406C6.75672 12.757 6.83123 12.8627 6.94501 12.8887C7.20079 12.9434 7.46048 12.9784 7.72575 12.9927C7.72694 12.9922 7.98043 12.9994 7.9992 13C8.42545 12.9999 8.8382 12.9467 9.23265 12.8482C9.23643 12.8471 9.23915 12.8458 9.24139 12.8441C9.24245 12.8437 9.24846 12.8318 9.24996 12.8288C9.24952 12.8159 9.2501 12.795 9.24995 12.7828C9.24458 12.2581 9.51191 11.749 9.99339 11.4646C9.99762 11.4621 9.99686 11.4624 9.99919 11.4612C10.0003 11.4609 10.1273 11.3974 10.1399 11.3911C10.1399 11.391 10.2805 11.3363 10.2805 11.3363C10.6508 11.216 11.0457 11.2461 11.388 11.4061C11.4725 11.4442 11.5655 11.4457 11.6399 11.4067C11.6409 11.4062 11.6951 11.3656 11.7026 11.36C12.1759 10.8367 12.5388 10.2173 12.7554 9.53102C12.783 9.44305 12.7587 9.35546 12.7042 9.28847C12.6966 9.28221 12.6409 9.22656 12.6409 9.22656C12.3005 8.99086 12.0652 8.61779 12.0115 8.18821C12.0082 8.18749 12.0006 8.00777 12.0003 8.00024C12.0012 7.49012 12.2547 7.04097 12.645 6.76749C12.7326 6.70328 12.7824 6.60607 12.7692 6.50857C12.766 6.5078 12.7585 6.47058 12.7581 6.46881C12.5396 5.78254 12.1753 5.16178 11.7042 4.6439C11.6206 4.55669 11.4943 4.54567 11.3896 4.59351C11.01 4.7706 10.5697 4.78846 10.1706 4.62098C10.1545 4.60915 10.0003 4.53906 10.0003 4.53906C9.55722 4.28004 9.29427 3.83328 9.25301 3.36095C9.24274 3.25618 9.1845 3.16342 9.09421 3.12463C9.08637 3.12244 9.04717 3.10938 9.04717 3.10938C8.79259 3.05581 8.53203 3.02103 8.26596 3.00712C8.24594 3.00722 8.0003 3 8.0003 3C7.99919 3.00003 7.72575 3.00784 7.72575 3.00784L7.72576 3.0081ZM10.4445 12.3519L10.4758 12.344C10.4804 12.3378 10.4863 12.3346 10.4928 12.3309C10.4773 12.3403 10.4616 12.3481 10.4474 12.3551L10.4445 12.3519ZM8.20232 6.0081C9.21117 6.1121 9.99877 6.96407 9.99877 8C9.99861 9.10458 9.10347 9.99977 7.99919 10C6.89429 10 5.99892 9.10473 5.99877 8.00029C5.99919 8.00029 6.00701 7.79716 6.00701 7.79716C6.11047 6.78796 6.9626 6 7.99877 6C7.99919 6.00029 8.20232 6.0081 8.20232 6.0081ZM7.89763 7.0081C7.39268 7.05592 6.99877 7.48196 6.99877 8C6.99927 8.00656 7.00658 8.10156 7.00658 8.10156C7.0517 8.57298 7.42607 8.94726 7.89693 8.99488C7.90839 8.99305 7.99877 9 7.99877 9C8.51682 8.99978 8.9425 8.60628 8.99362 8.10208C8.9916 8.09411 8.99833 8.00564 8.99875 8.00026C8.99877 7.48225 8.60529 7.0564 8.10105 7.00517C8.09279 7.00714 8.0062 7.00057 7.99921 7.00003C7.99919 7.00029 7.89763 7.0081 7.89763 7.0081Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
|
|
383
|
+
--icon-24-more: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 12C7.5 12.8284 6.82843 13.5 6 13.5C5.17157 13.5 4.5 12.8284 4.5 12C4.5 11.1716 5.17157 10.5 6 10.5C6.82843 10.5 7.5 11.1716 7.5 12ZM13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12ZM18 13.5C18.8284 13.5 19.5 12.8284 19.5 12C19.5 11.1716 18.8284 10.5 18 10.5C17.1716 10.5 16.5 11.1716 16.5 12C16.5 12.8284 17.1716 13.5 18 13.5Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
|
|
384
|
+
--icon-16-more: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8C3 7.44772 3.44772 7 4 7C4.55228 7 5 7.44772 5 8ZM9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM12 9C12.5523 9 13 8.55228 13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8C11 8.55228 11.4477 9 12 9Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
|
|
373
385
|
|
|
374
386
|
--tip-pointer: path("M8 6L2 0H14L8 6Z");
|
|
375
387
|
|
|
@@ -885,6 +897,19 @@ fig-dropdown {
|
|
|
885
897
|
display: none !important;
|
|
886
898
|
}
|
|
887
899
|
}
|
|
900
|
+
|
|
901
|
+
/* Native select popups in Chromium webviews do not reliably inherit themed
|
|
902
|
+
option colors. Style only the popup rows so the closed control continues
|
|
903
|
+
to resolve FigUI's light-dark tokens from the application color scheme. */
|
|
904
|
+
fig-dropdown:not([experimental~="modern"]) > select {
|
|
905
|
+
color: inherit;
|
|
906
|
+
|
|
907
|
+
option,
|
|
908
|
+
optgroup {
|
|
909
|
+
color: #1e1e1e;
|
|
910
|
+
background-color: #ffffff;
|
|
911
|
+
}
|
|
912
|
+
}
|
|
888
913
|
fig-dropdown,
|
|
889
914
|
select,
|
|
890
915
|
.fig-dropdown {
|
|
@@ -915,7 +940,7 @@ select,
|
|
|
915
940
|
}
|
|
916
941
|
|
|
917
942
|
/* Autoresize to content width */
|
|
918
|
-
&[autoresize] select {
|
|
943
|
+
&[autoresize]:not([autoresize="false"]) select {
|
|
919
944
|
field-sizing: content;
|
|
920
945
|
}
|
|
921
946
|
}
|
|
@@ -1040,7 +1065,7 @@ fig-button {
|
|
|
1040
1065
|
}
|
|
1041
1066
|
|
|
1042
1067
|
/* Icon only */
|
|
1043
|
-
&[icon] {
|
|
1068
|
+
&[icon]:not([icon="false"]) {
|
|
1044
1069
|
width: var(--spacer-4);
|
|
1045
1070
|
padding: 0;
|
|
1046
1071
|
flex-grow: 0;
|
|
@@ -1075,15 +1100,15 @@ fig-button {
|
|
|
1075
1100
|
padding: 0 var(--spacer-3);
|
|
1076
1101
|
}
|
|
1077
1102
|
|
|
1078
|
-
&[size="large"][icon],
|
|
1079
|
-
&[size="large"][icon] > button {
|
|
1103
|
+
&[size="large"][icon]:not([icon="false"]),
|
|
1104
|
+
&[size="large"][icon]:not([icon="false"]) > button {
|
|
1080
1105
|
width: var(--spacer-5);
|
|
1081
1106
|
flex-basis: var(--spacer-5);
|
|
1082
1107
|
padding: 0;
|
|
1083
1108
|
}
|
|
1084
1109
|
|
|
1085
1110
|
/* Full width */
|
|
1086
|
-
&[full] {
|
|
1111
|
+
&[full]:not([full="false"]) {
|
|
1087
1112
|
width: 100%;
|
|
1088
1113
|
}
|
|
1089
1114
|
|
|
@@ -1943,7 +1968,7 @@ fig-easing-curve {
|
|
|
1943
1968
|
/* 3D Rotate */
|
|
1944
1969
|
fig-3d-rotate {
|
|
1945
1970
|
display: flex;
|
|
1946
|
-
flex-
|
|
1971
|
+
flex-direction: column;
|
|
1947
1972
|
gap: var(--spacer-2);
|
|
1948
1973
|
width: 100%;
|
|
1949
1974
|
--aspect-ratio: 1 / 1;
|
|
@@ -2028,14 +2053,14 @@ fig-3d-rotate {
|
|
|
2028
2053
|
background: var(--figma-color-border-strong) !important;
|
|
2029
2054
|
inset: -1px;
|
|
2030
2055
|
border-radius: var(--radius-medium);
|
|
2031
|
-
|
|
2056
|
+
border: 1px solid var(--figma-color-border);
|
|
2032
2057
|
}
|
|
2033
2058
|
|
|
2034
2059
|
&.front {
|
|
2035
2060
|
background: var(--front-face-bg);
|
|
2036
2061
|
border-radius: var(--radius-medium);
|
|
2037
2062
|
transform-style: preserve-3d;
|
|
2038
|
-
|
|
2063
|
+
border: 1px solid var(--figma-color-bordertranslucent);
|
|
2039
2064
|
inset: -1px;
|
|
2040
2065
|
|
|
2041
2066
|
&::after {
|
|
@@ -2490,7 +2515,6 @@ input[type="checkbox"].switch {
|
|
|
2490
2515
|
|
|
2491
2516
|
/* Checkbox */
|
|
2492
2517
|
input[type="checkbox"]:not(.switch) {
|
|
2493
|
-
contain: strict;
|
|
2494
2518
|
vertical-align: middle;
|
|
2495
2519
|
--size: 1rem;
|
|
2496
2520
|
--figma-focus-outline-offset: 1px;
|
|
@@ -3114,7 +3138,7 @@ dialog,
|
|
|
3114
3138
|
outline: none !important;
|
|
3115
3139
|
}
|
|
3116
3140
|
|
|
3117
|
-
&[open]{
|
|
3141
|
+
&[open]:not([open="false"]){
|
|
3118
3142
|
display: flex;
|
|
3119
3143
|
flex-direction: column;
|
|
3120
3144
|
}
|
|
@@ -3165,7 +3189,7 @@ dialog[is="fig-popup"] {
|
|
|
3165
3189
|
max-height: calc(100vh - var(--spacer-4));
|
|
3166
3190
|
}
|
|
3167
3191
|
|
|
3168
|
-
&[open] {
|
|
3192
|
+
&[open]:not([open="false"]) {
|
|
3169
3193
|
display: block;
|
|
3170
3194
|
}
|
|
3171
3195
|
|
|
@@ -3408,7 +3432,7 @@ fig-header {
|
|
|
3408
3432
|
--fig-header-height: var(--spacer-5);
|
|
3409
3433
|
}
|
|
3410
3434
|
|
|
3411
|
-
fig-button[icon][variant="ghost"]:not(fig-input-text fig-button) {
|
|
3435
|
+
fig-button[icon]:not([icon="false"])[variant="ghost"]:not(fig-input-text fig-button) {
|
|
3412
3436
|
margin-right: calc(var(--spacer-2) * -1);
|
|
3413
3437
|
}
|
|
3414
3438
|
|
|
@@ -3429,7 +3453,7 @@ fig-header {
|
|
|
3429
3453
|
color: var(--figma-color-text-secondary);
|
|
3430
3454
|
}
|
|
3431
3455
|
|
|
3432
|
-
&[borderless] {
|
|
3456
|
+
&[borderless]:not([borderless="false"]) {
|
|
3433
3457
|
box-shadow: none;
|
|
3434
3458
|
}
|
|
3435
3459
|
}
|
|
@@ -3574,7 +3598,7 @@ fig-footer {
|
|
|
3574
3598
|
}
|
|
3575
3599
|
}
|
|
3576
3600
|
|
|
3577
|
-
&[borderless] {
|
|
3601
|
+
&[borderless]:not([borderless="false"]) {
|
|
3578
3602
|
box-shadow: none;
|
|
3579
3603
|
}
|
|
3580
3604
|
|
|
@@ -3648,29 +3672,36 @@ fig-input-number {
|
|
|
3648
3672
|
user-select: all;
|
|
3649
3673
|
gap: 0;
|
|
3650
3674
|
min-width: 0;
|
|
3651
|
-
flex: 1;
|
|
3675
|
+
flex: 0 1 auto;
|
|
3652
3676
|
color: var(--figma-color-text);
|
|
3653
3677
|
|
|
3678
|
+
fig-field:not([direction="vertical"]) & {
|
|
3679
|
+
flex: 1;
|
|
3680
|
+
min-width: 0;
|
|
3681
|
+
width: 100%;
|
|
3682
|
+
}
|
|
3683
|
+
|
|
3654
3684
|
&[full]:not([full="false"]) {
|
|
3655
3685
|
display: flex;
|
|
3686
|
+
flex: 1;
|
|
3656
3687
|
width: 100%;
|
|
3657
3688
|
}
|
|
3658
|
-
&[multiline] {
|
|
3689
|
+
&[multiline]:not([multiline="false"]) {
|
|
3659
3690
|
display: flex;
|
|
3660
3691
|
width: 100%;
|
|
3661
3692
|
}
|
|
3662
|
-
&[autoresize] input,
|
|
3663
|
-
&[autoresize] textarea {
|
|
3693
|
+
&[autoresize]:not([autoresize="false"]) input,
|
|
3694
|
+
&[autoresize]:not([autoresize="false"]) textarea {
|
|
3664
3695
|
field-sizing: content;
|
|
3665
3696
|
}
|
|
3666
|
-
&[resizable] input,
|
|
3667
|
-
&[resizable] textarea {
|
|
3697
|
+
&[resizable]:not([resizable="false"]) input,
|
|
3698
|
+
&[resizable]:not([resizable="false"]) textarea {
|
|
3668
3699
|
resize: both;
|
|
3669
3700
|
}
|
|
3670
|
-
&[resizable]:has(textarea[style*="width"]),
|
|
3671
|
-
&[resizable]:has(textarea[style*="height"]),
|
|
3672
|
-
&[resizable]:has(input[style*="width"]),
|
|
3673
|
-
&[resizable]:has(input[style*="height"]) {
|
|
3701
|
+
&[resizable]:not([resizable="false"]):has(textarea[style*="width"]),
|
|
3702
|
+
&[resizable]:not([resizable="false"]):has(textarea[style*="height"]),
|
|
3703
|
+
&[resizable]:not([resizable="false"]):has(input[style*="width"]),
|
|
3704
|
+
&[resizable]:not([resizable="false"]):has(input[style*="height"]) {
|
|
3674
3705
|
flex: unset;
|
|
3675
3706
|
}
|
|
3676
3707
|
|
|
@@ -3857,11 +3888,14 @@ fig-input-fill {
|
|
|
3857
3888
|
fig-field:not([direction="vertical"]) & {
|
|
3858
3889
|
flex: 1;
|
|
3859
3890
|
min-width: 0;
|
|
3891
|
+
width: 100%;
|
|
3860
3892
|
}
|
|
3861
3893
|
}
|
|
3862
3894
|
|
|
3863
3895
|
fig-input-color,
|
|
3864
|
-
fig-input-fill
|
|
3896
|
+
fig-input-fill,
|
|
3897
|
+
fig-input-text,
|
|
3898
|
+
fig-input-number {
|
|
3865
3899
|
width: 8.9375rem;
|
|
3866
3900
|
}
|
|
3867
3901
|
|
|
@@ -4163,7 +4197,7 @@ fig-field {
|
|
|
4163
4197
|
--fig-field-input-ratio: 3fr;
|
|
4164
4198
|
}
|
|
4165
4199
|
|
|
4166
|
-
& > [full] {
|
|
4200
|
+
& > [full]:not([full="false"]) {
|
|
4167
4201
|
flex: 1 1 auto;
|
|
4168
4202
|
}
|
|
4169
4203
|
|
|
@@ -5041,7 +5075,7 @@ fig-choice {
|
|
|
5041
5075
|
}
|
|
5042
5076
|
|
|
5043
5077
|
|
|
5044
|
-
&:hover:not([selected]):not([disabled]):not([aria-disabled="true"]) {
|
|
5078
|
+
&:hover:not([selected]:not([selected="false"])):not([disabled]:not([disabled="false"])):not([aria-disabled="true"]) {
|
|
5045
5079
|
background-color: var(--figma-color-bg-secondary);
|
|
5046
5080
|
}
|
|
5047
5081
|
|
|
@@ -5054,7 +5088,7 @@ fig-choice {
|
|
|
5054
5088
|
--fig-choice-padding: var(--spacer-2);
|
|
5055
5089
|
}
|
|
5056
5090
|
|
|
5057
|
-
&[selected] {
|
|
5091
|
+
&[selected]:not([selected="false"]) {
|
|
5058
5092
|
position: relative;
|
|
5059
5093
|
&::after {
|
|
5060
5094
|
content: "";
|
|
@@ -5098,7 +5132,7 @@ fig-handle {
|
|
|
5098
5132
|
--fig-handle-outline-color: transparent;
|
|
5099
5133
|
--fig-handle-outline-offset: 0px;
|
|
5100
5134
|
--fig-handle-padding: 0.25rem;
|
|
5101
|
-
--fig-handle-shadow:
|
|
5135
|
+
--fig-handle-shadow: none;
|
|
5102
5136
|
--fig-handle-width: var(--width);
|
|
5103
5137
|
|
|
5104
5138
|
margin: 0;
|
|
@@ -5144,7 +5178,8 @@ fig-handle {
|
|
|
5144
5178
|
&:hover,
|
|
5145
5179
|
&[selected]:not([selected="false"]) {
|
|
5146
5180
|
--fig-handle-outline-color: var(--figma-color-border-selected);
|
|
5147
|
-
--fig-handle-outline:
|
|
5181
|
+
--fig-handle-outline: 1px solid var(--fig-handle-outline-color);
|
|
5182
|
+
--fig-handle-shadow: var(--figma-elevation-200-canvas);
|
|
5148
5183
|
}
|
|
5149
5184
|
|
|
5150
5185
|
&:focus-visible {
|
|
@@ -5158,7 +5193,7 @@ fig-handle {
|
|
|
5158
5193
|
&[selected]:not([selected="false"]):not([type]) {
|
|
5159
5194
|
--fig-handle-inner-bg: var(--figma-color-bg-brand);
|
|
5160
5195
|
--fig-handle-outline-color: var(--figma-color-border-selected);
|
|
5161
|
-
--fig-handle-outline:
|
|
5196
|
+
--fig-handle-outline: 1px solid var(--fig-handle-outline-color);
|
|
5162
5197
|
}
|
|
5163
5198
|
|
|
5164
5199
|
&[type="canvas"]{
|