@rogieking/figui3 2.22.2 → 2.22.3
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 +2 -0
- package/fig.js +0 -1
- package/index.html +33 -31
- package/package.json +1 -1
package/components.css
CHANGED
package/fig.js
CHANGED
package/index.html
CHANGED
|
@@ -468,16 +468,16 @@
|
|
|
468
468
|
<label>Large icon</label>
|
|
469
469
|
<fig-button icon="true"
|
|
470
470
|
size="large">
|
|
471
|
-
<svg width="
|
|
472
|
-
height="
|
|
473
|
-
viewBox="0 0
|
|
471
|
+
<svg width="24"
|
|
472
|
+
height="24"
|
|
473
|
+
viewBox="0 0 24 24"
|
|
474
474
|
fill="none"
|
|
475
475
|
xmlns="http://www.w3.org/2000/svg">
|
|
476
|
-
<path
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
fill="currentColor" />
|
|
476
|
+
<path d="M4.58605 4.58629C5.11348 4.05887 5.88649 3.87114 6.59094 4.08922L6.73058 4.13903L19.7306 9.24645C20.4717 9.53775 20.9658 10.2383 20.9982 11.0248V11.1839C20.9675 11.9801 20.4685 12.6764 19.7374 12.9662L19.588 13.0189L14.5636 14.5638L13.0187 19.5882C12.7845 20.3492 12.1232 20.8936 11.3419 20.9857L11.1837 20.9984C10.334 21.0306 9.55699 20.5215 9.24621 19.7308L4.13879 6.73082C3.84833 5.99071 4.02351 5.14884 4.58605 4.58629ZM6.36535 5.06969C5.99519 4.92442 5.57428 5.01213 5.29308 5.29332L5.1964 5.40465C4.99324 5.67865 4.94234 6.04171 5.06945 6.36559L10.1769 19.3656C10.3129 19.7116 10.6274 19.9493 10.9884 19.9925L11.1456 19.9994C11.5169 19.985 11.8451 19.767 12.005 19.4408L12.0626 19.2943L13.7638 13.764L19.2941 12.0629C19.6492 11.9535 19.9099 11.6584 19.9806 11.3021L19.9991 11.1459C20.0132 10.7743 19.8203 10.4298 19.507 10.2455L19.3653 10.1771L6.36535 5.06969Z"
|
|
477
|
+
fill="black"
|
|
478
|
+
fill-opacity="0.9" />
|
|
480
479
|
</svg>
|
|
480
|
+
|
|
481
481
|
</fig-button>
|
|
482
482
|
</fig-field>
|
|
483
483
|
<fig-field direction="horizontal">
|
|
@@ -485,16 +485,16 @@
|
|
|
485
485
|
<fig-button variant="secondary"
|
|
486
486
|
icon="true"
|
|
487
487
|
size="large">
|
|
488
|
-
<svg width="
|
|
489
|
-
height="
|
|
490
|
-
viewBox="0 0
|
|
488
|
+
<svg width="24"
|
|
489
|
+
height="24"
|
|
490
|
+
viewBox="0 0 24 24"
|
|
491
491
|
fill="none"
|
|
492
492
|
xmlns="http://www.w3.org/2000/svg">
|
|
493
|
-
<path
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
fill="currentColor" />
|
|
493
|
+
<path d="M4.58605 4.58629C5.11348 4.05887 5.88649 3.87114 6.59094 4.08922L6.73058 4.13903L19.7306 9.24645C20.4717 9.53775 20.9658 10.2383 20.9982 11.0248V11.1839C20.9675 11.9801 20.4685 12.6764 19.7374 12.9662L19.588 13.0189L14.5636 14.5638L13.0187 19.5882C12.7845 20.3492 12.1232 20.8936 11.3419 20.9857L11.1837 20.9984C10.334 21.0306 9.55699 20.5215 9.24621 19.7308L4.13879 6.73082C3.84833 5.99071 4.02351 5.14884 4.58605 4.58629ZM6.36535 5.06969C5.99519 4.92442 5.57428 5.01213 5.29308 5.29332L5.1964 5.40465C4.99324 5.67865 4.94234 6.04171 5.06945 6.36559L10.1769 19.3656C10.3129 19.7116 10.6274 19.9493 10.9884 19.9925L11.1456 19.9994C11.5169 19.985 11.8451 19.767 12.005 19.4408L12.0626 19.2943L13.7638 13.764L19.2941 12.0629C19.6492 11.9535 19.9099 11.6584 19.9806 11.3021L19.9991 11.1459C20.0132 10.7743 19.8203 10.4298 19.507 10.2455L19.3653 10.1771L6.36535 5.06969Z"
|
|
494
|
+
fill="black"
|
|
495
|
+
fill-opacity="0.9" />
|
|
497
496
|
</svg>
|
|
497
|
+
|
|
498
498
|
</fig-button>
|
|
499
499
|
</fig-field>
|
|
500
500
|
<fig-field direction="horizontal">
|
|
@@ -502,16 +502,16 @@
|
|
|
502
502
|
<fig-button variant="ghost"
|
|
503
503
|
icon="true"
|
|
504
504
|
size="large">
|
|
505
|
-
<svg width="
|
|
506
|
-
height="
|
|
507
|
-
viewBox="0 0
|
|
505
|
+
<svg width="24"
|
|
506
|
+
height="24"
|
|
507
|
+
viewBox="0 0 24 24"
|
|
508
508
|
fill="none"
|
|
509
509
|
xmlns="http://www.w3.org/2000/svg">
|
|
510
|
-
<path
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
fill="currentColor" />
|
|
510
|
+
<path d="M4.58605 4.58629C5.11348 4.05887 5.88649 3.87114 6.59094 4.08922L6.73058 4.13903L19.7306 9.24645C20.4717 9.53775 20.9658 10.2383 20.9982 11.0248V11.1839C20.9675 11.9801 20.4685 12.6764 19.7374 12.9662L19.588 13.0189L14.5636 14.5638L13.0187 19.5882C12.7845 20.3492 12.1232 20.8936 11.3419 20.9857L11.1837 20.9984C10.334 21.0306 9.55699 20.5215 9.24621 19.7308L4.13879 6.73082C3.84833 5.99071 4.02351 5.14884 4.58605 4.58629ZM6.36535 5.06969C5.99519 4.92442 5.57428 5.01213 5.29308 5.29332L5.1964 5.40465C4.99324 5.67865 4.94234 6.04171 5.06945 6.36559L10.1769 19.3656C10.3129 19.7116 10.6274 19.9493 10.9884 19.9925L11.1456 19.9994C11.5169 19.985 11.8451 19.767 12.005 19.4408L12.0626 19.2943L13.7638 13.764L19.2941 12.0629C19.6492 11.9535 19.9099 11.6584 19.9806 11.3021L19.9991 11.1459C20.0132 10.7743 19.8203 10.4298 19.507 10.2455L19.3653 10.1771L6.36535 5.06969Z"
|
|
511
|
+
fill="black"
|
|
512
|
+
fill-opacity="0.9" />
|
|
514
513
|
</svg>
|
|
514
|
+
|
|
515
515
|
</fig-button>
|
|
516
516
|
</fig-field>
|
|
517
517
|
<fig-field direction="horizontal">
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
icon="true"
|
|
521
521
|
size="large">
|
|
522
522
|
<span class="fig-mask-icon"
|
|
523
|
-
style="--icon: var(--icon-chevron); --size:
|
|
523
|
+
style="--icon: var(--icon-chevron); --size: 1.5rem"></span>
|
|
524
524
|
</fig-button>
|
|
525
525
|
</fig-field>
|
|
526
526
|
<fig-field direction="horizontal">
|
|
@@ -528,16 +528,16 @@
|
|
|
528
528
|
<fig-button variant="link"
|
|
529
529
|
icon="true"
|
|
530
530
|
size="large">
|
|
531
|
-
<svg width="
|
|
532
|
-
height="
|
|
533
|
-
viewBox="0 0
|
|
531
|
+
<svg width="24"
|
|
532
|
+
height="24"
|
|
533
|
+
viewBox="0 0 24 24"
|
|
534
534
|
fill="none"
|
|
535
535
|
xmlns="http://www.w3.org/2000/svg">
|
|
536
|
-
<path
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
fill="currentColor" />
|
|
536
|
+
<path d="M4.58605 4.58629C5.11348 4.05887 5.88649 3.87114 6.59094 4.08922L6.73058 4.13903L19.7306 9.24645C20.4717 9.53775 20.9658 10.2383 20.9982 11.0248V11.1839C20.9675 11.9801 20.4685 12.6764 19.7374 12.9662L19.588 13.0189L14.5636 14.5638L13.0187 19.5882C12.7845 20.3492 12.1232 20.8936 11.3419 20.9857L11.1837 20.9984C10.334 21.0306 9.55699 20.5215 9.24621 19.7308L4.13879 6.73082C3.84833 5.99071 4.02351 5.14884 4.58605 4.58629ZM6.36535 5.06969C5.99519 4.92442 5.57428 5.01213 5.29308 5.29332L5.1964 5.40465C4.99324 5.67865 4.94234 6.04171 5.06945 6.36559L10.1769 19.3656C10.3129 19.7116 10.6274 19.9493 10.9884 19.9925L11.1456 19.9994C11.5169 19.985 11.8451 19.767 12.005 19.4408L12.0626 19.2943L13.7638 13.764L19.2941 12.0629C19.6492 11.9535 19.9099 11.6584 19.9806 11.3021L19.9991 11.1459C20.0132 10.7743 19.8203 10.4298 19.507 10.2455L19.3653 10.1771L6.36535 5.06969Z"
|
|
537
|
+
fill="black"
|
|
538
|
+
fill-opacity="0.9" />
|
|
540
539
|
</svg>
|
|
540
|
+
|
|
541
541
|
</fig-button>
|
|
542
542
|
</fig-field>
|
|
543
543
|
|
|
@@ -3450,14 +3450,16 @@
|
|
|
3450
3450
|
</fig-segmented-control>
|
|
3451
3451
|
|
|
3452
3452
|
<h3>Large Disabled (Text)</h3>
|
|
3453
|
-
<fig-segmented-control size="large"
|
|
3453
|
+
<fig-segmented-control size="large"
|
|
3454
|
+
disabled>
|
|
3454
3455
|
<fig-segment>List</fig-segment>
|
|
3455
3456
|
<fig-segment selected>Grid</fig-segment>
|
|
3456
3457
|
<fig-segment>Board</fig-segment>
|
|
3457
3458
|
</fig-segmented-control>
|
|
3458
3459
|
|
|
3459
3460
|
<h3>Large Disabled (Icons)</h3>
|
|
3460
|
-
<fig-segmented-control size="large"
|
|
3461
|
+
<fig-segmented-control size="large"
|
|
3462
|
+
disabled>
|
|
3461
3463
|
<fig-segment selected>
|
|
3462
3464
|
<svg width="24"
|
|
3463
3465
|
height="24"
|
package/package.json
CHANGED