@cashdoc/cashdoc-cms-design-system 2.3.0 → 2.3.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 CHANGED
@@ -3443,7 +3443,8 @@ const V0 = Ce(
3443
3443
  "div",
3444
3444
  {
3445
3445
  ref: Q,
3446
- className: "max-h-48 overflow-y-auto",
3446
+ className: "overflow-y-auto",
3447
+ style: { maxHeight: `${v}px` },
3447
3448
  onMouseEnter: ae,
3448
3449
  onMouseLeave: z,
3449
3450
  children: [
@@ -14218,7 +14219,7 @@ const $I = ({
14218
14219
  },
14219
14220
  className: P(
14220
14221
  "group flex items-center border-0 bg-transparent px-5",
14221
- "text-[13px] font-medium text-white/72",
14222
+ "text-[14px] font-medium text-white/72",
14222
14223
  "h-11 w-full",
14223
14224
  "border-l-[3px] border-l-transparent",
14224
14225
  "transition-colors duration-150",
@@ -14235,7 +14236,7 @@ const $I = ({
14235
14236
  {
14236
14237
  className: P(
14237
14238
  "mr-2.5 flex items-center",
14238
- "[&>svg]:size-4",
14239
+ "[&>svg]:size-[18px]",
14239
14240
  i ? "text-cms-primary-200" : "text-white/45"
14240
14241
  ),
14241
14242
  children: e.icon
@@ -14246,7 +14247,7 @@ const $I = ({
14246
14247
  {
14247
14248
  className: P(
14248
14249
  i ? "text-cms-primary-200" : "text-white/72",
14249
- "text-[13px]"
14250
+ "text-[14px]"
14250
14251
  ),
14251
14252
  children: e.title
14252
14253
  }
@@ -14259,7 +14260,7 @@ const $I = ({
14259
14260
  i ? "text-cms-primary-200" : "text-white/45",
14260
14261
  t && "rotate-180"
14261
14262
  ),
14262
- size: 14
14263
+ size: 16
14263
14264
  }
14264
14265
  )
14265
14266
  ]
@@ -14285,7 +14286,7 @@ const $I = ({
14285
14286
  onClick: () => o(c.url),
14286
14287
  className: P(
14287
14288
  "flex items-center border-0 bg-transparent",
14288
- "h-9 w-full pr-5 pl-[44px]",
14289
+ "h-9 w-full pr-5 pl-[48px]",
14289
14290
  "cursor-pointer",
14290
14291
  "transition-colors duration-150",
14291
14292
  "hover:text-white",
@@ -14295,7 +14296,7 @@ const $I = ({
14295
14296
  "span",
14296
14297
  {
14297
14298
  className: P(
14298
- "text-[13px]",
14299
+ "text-[14px]",
14299
14300
  "transition-colors",
14300
14301
  l ? "font-bold text-cms-primary-200" : "text-white/62"
14301
14302
  ),
@@ -14318,7 +14319,7 @@ const $I = ({
14318
14319
  ref: s,
14319
14320
  className: P(
14320
14321
  "flex flex-col",
14321
- "h-full w-[232px] max-w-[232px] min-w-[232px]",
14322
+ "h-full w-[248px] max-w-[248px] min-w-[248px]",
14322
14323
  "bg-cms-surface-coal text-cms-gray-200",
14323
14324
  "border-r border-white/6",
14324
14325
  a
@@ -14326,7 +14327,7 @@ const $I = ({
14326
14327
  ...i,
14327
14328
  children: [
14328
14329
  o,
14329
- e && !o && /* @__PURE__ */ g("div", { className: "border-b border-white/6 px-[18px] py-5", children: /* @__PURE__ */ g("h2", { className: "text-[15px] font-bold tracking-tight text-white", children: e }) }),
14330
+ e && !o && /* @__PURE__ */ g("div", { className: "border-b border-white/6 px-[18px] py-5", children: /* @__PURE__ */ g("h2", { className: "text-[16px] font-bold tracking-tight text-white", children: e }) }),
14330
14331
  /* @__PURE__ */ g(
14331
14332
  "div",
14332
14333
  {