@photoroom/ui 0.1.135 → 0.1.137
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
CHANGED
|
@@ -1786,17 +1786,18 @@ function xr({ icon: e, stacked: t, children: n }) {
|
|
|
1786
1786
|
var Sr = W("focus-visible:misc-border-size-focus-ring relative inline-flex w-fit max-w-full appearance-none items-center justify-center truncate overflow-hidden text-center outline-hidden transition-all duration-200 disabled:pointer-events-none disabled:cursor-not-allowed", {
|
|
1787
1787
|
variants: {
|
|
1788
1788
|
variant: {
|
|
1789
|
-
accent: "bg-content-accent hover:bg-accent-400 focus-visible:bg-accent-400 focus-visible:ring-
|
|
1790
|
-
"secondary-accent": "bg-accent-alpha-1 text-content-accent hover:bg-accent-alpha-2 focus-visible:bg-accent-alpha-3 focus-visible:ring-
|
|
1791
|
-
"borderless-accent": "text-content-accent hover:bg-accent-alpha-2 focus-visible:bg-accent-alpha-3 focus-visible:ring-
|
|
1792
|
-
primary: "bg-background-default text-content-white-primary-inverted hover:bg-background-hover focus-visible:bg-background-hover focus-visible:ring-
|
|
1793
|
-
secondary: "bg-background-subdued text-content-primary hover:bg-background-subdued-hover focus-visible:bg-background-subdued-hover focus-visible:ring-
|
|
1794
|
-
borderless: "text-content-primary hover:bg-background-subdued-hover focus-visible:bg-background-subdued-hover focus-visible:ring-
|
|
1795
|
-
|
|
1796
|
-
|
|
1789
|
+
accent: "bg-content-accent hover:bg-accent-400 focus-visible:bg-accent-400 focus-visible:ring-misc-focus-indicator active:bg-accent-600 text-white",
|
|
1790
|
+
"secondary-accent": "bg-accent-alpha-1 text-content-accent hover:bg-accent-alpha-2 focus-visible:bg-accent-alpha-3 focus-visible:ring-misc-focus-indicator active:bg-accent-alpha-3",
|
|
1791
|
+
"borderless-accent": "text-content-accent hover:bg-accent-alpha-2 focus-visible:bg-accent-alpha-3 focus-visible:ring-misc-focus-indicator active:bg-accent-alpha-3 bg-transparent",
|
|
1792
|
+
primary: "bg-background-default text-content-white-primary-inverted hover:bg-background-hover focus-visible:bg-background-hover focus-visible:ring-misc-focus-indicator active:bg-background-down",
|
|
1793
|
+
secondary: "bg-background-subdued text-content-primary hover:bg-background-subdued-hover focus-visible:bg-background-subdued-hover focus-visible:ring-misc-focus-indicator active:bg-background-subdued-down",
|
|
1794
|
+
borderless: "text-content-primary hover:bg-background-subdued-hover focus-visible:bg-background-subdued-hover focus-visible:ring-misc-focus-indicator active:bg-background-subdued-down",
|
|
1795
|
+
"secondary-outline": "border-misc-border misc-border-size-default text-content-primary hover:bg-background-subdued-hover focus-visible:bg-background-subdued-hover focus-visible:ring-misc-focus-indicator active:bg-background-subdued-down bg-transparent",
|
|
1796
|
+
negative: "bg-negative-alpha-1 text-content-negative hover:bg-negative-alpha-2 focus-visible:bg-negative-alpha-2 focus-visible:ring-misc-focus-indicator active:bg-negative-alpha-3",
|
|
1797
|
+
pro: "bg-content-accent! bg-background-pro hover:bg-background-pro-hover focus-visible:ring-misc-focus-indicator focus-visible:bg-background-pro-hover active:bg-background-pro-down text-white",
|
|
1797
1798
|
"on-dark": "bg-background-white hover:bg-background-white-hover focus-visible:bg-background-white-hover focus-visible:ring-misc-white-focus-indicator active:bg-background-white text-black",
|
|
1798
1799
|
"secondary-on-dark": "bg-background-white-subdued text-content-white-primary hover:bg-background-white-subdued-hover focus-visible:bg-background-white-subdued-hover focus-visible:ring-misc-white-focus-indicator active:bg-background-white-subdued-down",
|
|
1799
|
-
"borderless-on-dark": "hover:bg-background-white-subdued-hover focus-visible:bg-background-white-subdued-hover active:bg-background-white-subdued-down
|
|
1800
|
+
"borderless-on-dark": "hover:bg-background-white-subdued-hover focus-visible:bg-background-white-subdued-hover active:bg-background-white-subdued-down focus-visible:ring-misc-white-focus-indicator text-white"
|
|
1800
1801
|
},
|
|
1801
1802
|
density: {
|
|
1802
1803
|
compact: "rounded-400",
|
|
@@ -32963,7 +32964,7 @@ var GW = /* @__PURE__ */ qt((() => {
|
|
|
32963
32964
|
variants: { direction: {
|
|
32964
32965
|
vertical: "",
|
|
32965
32966
|
horizontal: [
|
|
32966
|
-
"@[704px]:min-w-[422px]",
|
|
32967
|
+
"@[704px]:rounded-bl-500 @[704px]:min-w-[422px] @[704px]:rounded-tr-none",
|
|
32967
32968
|
"@[960px]:min-w-[576px]",
|
|
32968
32969
|
"@[1200px]:min-w-[720px]"
|
|
32969
32970
|
]
|