classicy 0.6.31 → 0.6.32
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/dist/classicy.es.js
CHANGED
|
@@ -6847,7 +6847,7 @@ const w9 = () => {
|
|
|
6847
6847
|
t ? "grow columns-2" : "columns-1"
|
|
6848
6848
|
),
|
|
6849
6849
|
children: [
|
|
6850
|
-
e !== "" && /* @__PURE__ */ k("legend", { className: "font-
|
|
6850
|
+
e !== "" && /* @__PURE__ */ k("legend", { className: "font-(--ui-font) text-[calc(var(--ui-font-size)*0.75)] m-0 p-0", children: e }),
|
|
6851
6851
|
/* @__PURE__ */ k("div", { className: t ? "classicyControlGroupContentColumns" : "", children: n })
|
|
6852
6852
|
]
|
|
6853
6853
|
}
|