@gisce/react-ooui 2.53.1 → 2.53.2
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/react-ooui.es.js
CHANGED
|
@@ -10227,8 +10227,8 @@ const { TabPane: Dh } = Qi, Vh = ct(Qi)`
|
|
|
10227
10227
|
border-right: 1px solid rgba(228, 228, 231, var(--tw-border-opacity));
|
|
10228
10228
|
border-bottom: 1px solid rgba(228, 228, 231, var(--tw-border-opacity));
|
|
10229
10229
|
padding: 15px;
|
|
10230
|
-
border-bottom-left-radius: ${(e) => e
|
|
10231
|
-
border-bottom-right-radius: ${(e) => e
|
|
10230
|
+
border-bottom-left-radius: ${(e) => e.$borderRadius || "5px"};
|
|
10231
|
+
border-bottom-right-radius: ${(e) => e.$borderRadius || "5px"};
|
|
10232
10232
|
margin-top: -1px;
|
|
10233
10233
|
}
|
|
10234
10234
|
|
|
@@ -10254,7 +10254,7 @@ function Ph(e) {
|
|
|
10254
10254
|
{
|
|
10255
10255
|
defaultActiveKey: "1",
|
|
10256
10256
|
tabPosition: t.tabPosition,
|
|
10257
|
-
borderRadius: `${o.borderRadius}px`,
|
|
10257
|
+
$borderRadius: `${o.borderRadius}px`,
|
|
10258
10258
|
children: r.filter((a) => !a.invisible).map((a) => /* @__PURE__ */ i(
|
|
10259
10259
|
Dh,
|
|
10260
10260
|
{
|