@cashdoc/cashdoc-cms-design-system 1.0.14 → 1.1.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/index.es.js +13 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +18 -3
package/dist/index.es.js
CHANGED
|
@@ -2897,6 +2897,7 @@ const _y = v.forwardRef(
|
|
|
2897
2897
|
"absolute z-50 mt-1 w-full min-w-0 py-1",
|
|
2898
2898
|
"rounded-md border border-cms-gray-300",
|
|
2899
2899
|
"bg-white shadow-lg",
|
|
2900
|
+
"cms-dropdown-show",
|
|
2900
2901
|
s
|
|
2901
2902
|
),
|
|
2902
2903
|
style: { maxHeight: `${h}px` },
|
|
@@ -2981,8 +2982,8 @@ const _y = v.forwardRef(
|
|
|
2981
2982
|
"div",
|
|
2982
2983
|
{
|
|
2983
2984
|
className: S(
|
|
2984
|
-
"flex items-end justify-center",
|
|
2985
|
-
"
|
|
2985
|
+
"absolute flex items-end justify-center",
|
|
2986
|
+
"right-0 bottom-0 left-0 h-8 pb-1",
|
|
2986
2987
|
"bg-linear-to-t from-white to-transparent",
|
|
2987
2988
|
"pointer-events-none"
|
|
2988
2989
|
),
|
|
@@ -14495,7 +14496,16 @@ const Dy = ({
|
|
|
14495
14496
|
children: [
|
|
14496
14497
|
/* @__PURE__ */ u($l, { className: "h-8 w-8" }),
|
|
14497
14498
|
/* @__PURE__ */ T("div", { className: "min-w-0 flex-1", children: [
|
|
14498
|
-
/* @__PURE__ */ u(
|
|
14499
|
+
/* @__PURE__ */ u(
|
|
14500
|
+
"p",
|
|
14501
|
+
{
|
|
14502
|
+
className: S(
|
|
14503
|
+
"truncate text-sm leading-tight",
|
|
14504
|
+
"font-medium text-cms-black"
|
|
14505
|
+
),
|
|
14506
|
+
children: y.name
|
|
14507
|
+
}
|
|
14508
|
+
),
|
|
14499
14509
|
/* @__PURE__ */ u("p", { className: "text-xs leading-tight text-cms-gray-400", children: p(y.size) })
|
|
14500
14510
|
] }),
|
|
14501
14511
|
/* @__PURE__ */ u(
|