@cashdoc/cashdoc-cms-design-system 2.3.1 → 2.3.3
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
|
@@ -14219,8 +14219,8 @@ const $I = ({
|
|
|
14219
14219
|
},
|
|
14220
14220
|
className: P(
|
|
14221
14221
|
"group flex items-center border-0 bg-transparent px-5",
|
|
14222
|
-
"text-[
|
|
14223
|
-
"h-
|
|
14222
|
+
"text-[16px] font-medium text-white/72",
|
|
14223
|
+
"h-12 w-full",
|
|
14224
14224
|
"border-l-[3px] border-l-transparent",
|
|
14225
14225
|
"transition-colors duration-150",
|
|
14226
14226
|
"cursor-pointer",
|
|
@@ -14236,7 +14236,7 @@ const $I = ({
|
|
|
14236
14236
|
{
|
|
14237
14237
|
className: P(
|
|
14238
14238
|
"mr-2.5 flex items-center",
|
|
14239
|
-
"[&>svg]:size-
|
|
14239
|
+
"[&>svg]:size-[18px]",
|
|
14240
14240
|
i ? "text-cms-primary-200" : "text-white/45"
|
|
14241
14241
|
),
|
|
14242
14242
|
children: e.icon
|
|
@@ -14247,7 +14247,7 @@ const $I = ({
|
|
|
14247
14247
|
{
|
|
14248
14248
|
className: P(
|
|
14249
14249
|
i ? "text-cms-primary-200" : "text-white/72",
|
|
14250
|
-
"text-[
|
|
14250
|
+
"text-[16px]"
|
|
14251
14251
|
),
|
|
14252
14252
|
children: e.title
|
|
14253
14253
|
}
|
|
@@ -14260,7 +14260,7 @@ const $I = ({
|
|
|
14260
14260
|
i ? "text-cms-primary-200" : "text-white/45",
|
|
14261
14261
|
t && "rotate-180"
|
|
14262
14262
|
),
|
|
14263
|
-
size:
|
|
14263
|
+
size: 16
|
|
14264
14264
|
}
|
|
14265
14265
|
)
|
|
14266
14266
|
]
|
|
@@ -14286,7 +14286,7 @@ const $I = ({
|
|
|
14286
14286
|
onClick: () => o(c.url),
|
|
14287
14287
|
className: P(
|
|
14288
14288
|
"flex items-center border-0 bg-transparent",
|
|
14289
|
-
"h-
|
|
14289
|
+
"h-10 w-full pr-5 pl-[48px]",
|
|
14290
14290
|
"cursor-pointer",
|
|
14291
14291
|
"transition-colors duration-150",
|
|
14292
14292
|
"hover:text-white",
|
|
@@ -14296,7 +14296,7 @@ const $I = ({
|
|
|
14296
14296
|
"span",
|
|
14297
14297
|
{
|
|
14298
14298
|
className: P(
|
|
14299
|
-
"text-[
|
|
14299
|
+
"text-[16px]",
|
|
14300
14300
|
"transition-colors",
|
|
14301
14301
|
l ? "font-bold text-cms-primary-200" : "text-white/62"
|
|
14302
14302
|
),
|
|
@@ -14319,7 +14319,7 @@ const $I = ({
|
|
|
14319
14319
|
ref: s,
|
|
14320
14320
|
className: P(
|
|
14321
14321
|
"flex flex-col",
|
|
14322
|
-
"h-full w-[
|
|
14322
|
+
"h-full w-[272px] max-w-[272px] min-w-[272px]",
|
|
14323
14323
|
"bg-cms-surface-coal text-cms-gray-200",
|
|
14324
14324
|
"border-r border-white/6",
|
|
14325
14325
|
a
|
|
@@ -14327,7 +14327,7 @@ const $I = ({
|
|
|
14327
14327
|
...i,
|
|
14328
14328
|
children: [
|
|
14329
14329
|
o,
|
|
14330
|
-
e && !o && /* @__PURE__ */ g("div", { className: "border-b border-white/6 px-[18px] py-5", children: /* @__PURE__ */ g("h2", { className: "text-[
|
|
14330
|
+
e && !o && /* @__PURE__ */ g("div", { className: "border-b border-white/6 px-[18px] py-5", children: /* @__PURE__ */ g("h2", { className: "text-[18px] font-bold tracking-tight text-white", children: e }) }),
|
|
14331
14331
|
/* @__PURE__ */ g(
|
|
14332
14332
|
"div",
|
|
14333
14333
|
{
|