@photoroom/ui 0.1.551 → 0.1.552
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/index.css +1 -1
- package/index.mjs +9 -9
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -11383,9 +11383,9 @@ eg.displayName = "InlineButton";
|
|
|
11383
11383
|
var tg = W("inline-flex items-center justify-center", {
|
|
11384
11384
|
variants: {
|
|
11385
11385
|
size: {
|
|
11386
|
-
small: "component-semi-strong-300 rounded-200 size-h-200 gap-
|
|
11387
|
-
medium: "component-semi-strong-400 rounded-250 size-h-250 gap-
|
|
11388
|
-
large: "component-semi-strong-500 rounded-300 size-h-300 gap-
|
|
11386
|
+
small: "component-semi-strong-300 rounded-200 size-h-200 gap-0.25 py-[1.5px]",
|
|
11387
|
+
medium: "component-semi-strong-400 rounded-250 size-h-250 gap-0.5 py-0.5",
|
|
11388
|
+
large: "component-semi-strong-500 rounded-300 size-h-300 gap-0.75 py-[3px]"
|
|
11389
11389
|
},
|
|
11390
11390
|
variant: {
|
|
11391
11391
|
default: "bg-black-alpha-700 text-white",
|
|
@@ -11412,34 +11412,34 @@ var tg = W("inline-flex items-center justify-center", {
|
|
|
11412
11412
|
size: "small",
|
|
11413
11413
|
icon: !0,
|
|
11414
11414
|
iconOnly: !1,
|
|
11415
|
-
class: "
|
|
11415
|
+
class: "ps-0.5 pe-1"
|
|
11416
11416
|
},
|
|
11417
11417
|
{
|
|
11418
11418
|
size: "small",
|
|
11419
11419
|
icon: !1,
|
|
11420
|
-
class: "px-1
|
|
11420
|
+
class: "px-1"
|
|
11421
11421
|
},
|
|
11422
11422
|
{
|
|
11423
11423
|
size: "medium",
|
|
11424
11424
|
icon: !0,
|
|
11425
11425
|
iconOnly: !1,
|
|
11426
|
-
class: "
|
|
11426
|
+
class: "ps-0.75 pe-1.25"
|
|
11427
11427
|
},
|
|
11428
11428
|
{
|
|
11429
11429
|
size: "medium",
|
|
11430
11430
|
icon: !1,
|
|
11431
|
-
class: "px-1.
|
|
11431
|
+
class: "px-1.25"
|
|
11432
11432
|
},
|
|
11433
11433
|
{
|
|
11434
11434
|
size: "large",
|
|
11435
11435
|
icon: !0,
|
|
11436
11436
|
iconOnly: !1,
|
|
11437
|
-
class: "
|
|
11437
|
+
class: "ps-1 pe-1.5"
|
|
11438
11438
|
},
|
|
11439
11439
|
{
|
|
11440
11440
|
size: "large",
|
|
11441
11441
|
icon: !1,
|
|
11442
|
-
class: "px-1.
|
|
11442
|
+
class: "px-1.5"
|
|
11443
11443
|
},
|
|
11444
11444
|
{
|
|
11445
11445
|
iconOnly: !0,
|