@sudobility/components 5.0.73 → 5.0.75
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/index.js +20 -20
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -17741,10 +17741,28 @@ const qu = ({
|
|
|
17741
17741
|
className: "hidden md:flex flex-1 min-h-0",
|
|
17742
17742
|
style: { width: "100%" },
|
|
17743
17743
|
children: [
|
|
17744
|
+
/* @__PURE__ */ g("div", { className: "flex-1 min-w-0 flex flex-col min-h-0 pl-4 order-2", children: [
|
|
17745
|
+
s && /* @__PURE__ */ a(
|
|
17746
|
+
"h1",
|
|
17747
|
+
{
|
|
17748
|
+
className: `${L.heading.h1()} mb-4 pl-4 flex-shrink-0 ${y}`,
|
|
17749
|
+
children: s
|
|
17750
|
+
}
|
|
17751
|
+
),
|
|
17752
|
+
/* @__PURE__ */ a(
|
|
17753
|
+
"div",
|
|
17754
|
+
{
|
|
17755
|
+
ref: z,
|
|
17756
|
+
className: `flex-1 min-h-0 overflow-y-auto ${h}`,
|
|
17757
|
+
style: V,
|
|
17758
|
+
children: /* @__PURE__ */ a("div", { className: F, style: _, children: o })
|
|
17759
|
+
}
|
|
17760
|
+
)
|
|
17761
|
+
] }),
|
|
17744
17762
|
/* @__PURE__ */ g(
|
|
17745
17763
|
"aside",
|
|
17746
17764
|
{
|
|
17747
|
-
className: "flex-shrink-0 flex flex-col min-h-0",
|
|
17765
|
+
className: "flex-shrink-0 flex flex-col min-h-0 order-1",
|
|
17748
17766
|
style: {
|
|
17749
17767
|
width: `${f}px`,
|
|
17750
17768
|
minWidth: `${f}px`
|
|
@@ -17774,25 +17792,7 @@ const qu = ({
|
|
|
17774
17792
|
)
|
|
17775
17793
|
]
|
|
17776
17794
|
}
|
|
17777
|
-
)
|
|
17778
|
-
/* @__PURE__ */ g("div", { className: "flex-1 min-w-0 flex flex-col min-h-0 pl-4", children: [
|
|
17779
|
-
s && /* @__PURE__ */ a(
|
|
17780
|
-
"h1",
|
|
17781
|
-
{
|
|
17782
|
-
className: `${L.heading.h1()} mb-4 pl-4 flex-shrink-0 ${y}`,
|
|
17783
|
-
children: s
|
|
17784
|
-
}
|
|
17785
|
-
),
|
|
17786
|
-
/* @__PURE__ */ a(
|
|
17787
|
-
"div",
|
|
17788
|
-
{
|
|
17789
|
-
ref: z,
|
|
17790
|
-
className: `flex-1 min-h-0 overflow-y-auto ${h}`,
|
|
17791
|
-
style: V,
|
|
17792
|
-
children: /* @__PURE__ */ a("div", { className: F, style: _, children: o })
|
|
17793
|
-
}
|
|
17794
|
-
)
|
|
17795
|
-
] })
|
|
17795
|
+
)
|
|
17796
17796
|
]
|
|
17797
17797
|
}
|
|
17798
17798
|
)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/components",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.75",
|
|
4
4
|
"description": "Reusable UI components and design system - Reorganized for better maintainability",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@radix-ui/react-slot": ">=1.0.0",
|
|
53
53
|
"@radix-ui/react-switch": ">=1.0.0",
|
|
54
54
|
"@radix-ui/react-tabs": ">=1.0.0",
|
|
55
|
-
"@sudobility/design": "^1.1.
|
|
55
|
+
"@sudobility/design": "^1.1.31",
|
|
56
56
|
"@sudobility/types": "^1.9.62",
|
|
57
57
|
"class-variance-authority": ">=0.7.0",
|
|
58
58
|
"clsx": ">=2.0.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@radix-ui/react-slot": "^1.2.3",
|
|
75
75
|
"@radix-ui/react-switch": "^1.2.6",
|
|
76
76
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
77
|
-
"@sudobility/design": "^1.1.
|
|
77
|
+
"@sudobility/design": "^1.1.31",
|
|
78
78
|
"@sudobility/types": "^1.9.62",
|
|
79
79
|
"@testing-library/dom": "^10.4.1",
|
|
80
80
|
"@testing-library/jest-dom": "^6.9.1",
|