@photoroom/ui 0.1.111 → 0.1.112
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.mjs +6 -6
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -32977,29 +32977,29 @@ var hG = U("rounded-300 component-semi-strong-300 inline-flex h-5 items-center j
|
|
|
32977
32977
|
{
|
|
32978
32978
|
withFootnote: !0,
|
|
32979
32979
|
size: "large",
|
|
32980
|
-
class: "component-strong-600"
|
|
32980
|
+
class: "component-semi-strong-600"
|
|
32981
32981
|
},
|
|
32982
32982
|
{
|
|
32983
32983
|
withFootnote: !0,
|
|
32984
32984
|
size: "small",
|
|
32985
|
-
class: "component-strong-500"
|
|
32985
|
+
class: "component-semi-strong-500"
|
|
32986
32986
|
},
|
|
32987
32987
|
{
|
|
32988
32988
|
withFootnote: !1,
|
|
32989
32989
|
size: "large",
|
|
32990
|
-
class: "component-600"
|
|
32990
|
+
class: "component-light-600"
|
|
32991
32991
|
},
|
|
32992
32992
|
{
|
|
32993
32993
|
withFootnote: !1,
|
|
32994
32994
|
size: "small",
|
|
32995
|
-
class: "component-500"
|
|
32995
|
+
class: "component-light-500"
|
|
32996
32996
|
}
|
|
32997
32997
|
],
|
|
32998
32998
|
defaultVariants: { size: "large" }
|
|
32999
32999
|
}), TG = U("", {
|
|
33000
33000
|
variants: { size: {
|
|
33001
|
-
large: "component-600",
|
|
33002
|
-
small: "component-500"
|
|
33001
|
+
large: "component-light-600",
|
|
33002
|
+
small: "component-light-500"
|
|
33003
33003
|
} },
|
|
33004
33004
|
defaultVariants: { size: "large" }
|
|
33005
33005
|
}), EG = ({ children: e, icon: t = N, size: n = "large", variant: r = "default", footnote: i, ...a }) => {
|