@cashdoc/cashdoc-cms-design-system 2.5.0 → 2.5.1

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
  `
14222
- group flex w-full items-center gap-2 rounded-[4px] border-0 py-3.5
14223
- pr-1 pl-3
14222
+ group flex w-full items-center justify-start gap-2 rounded-[4px]
14223
+ border-0 py-3.5 pr-1 pl-3
14224
14224
  `,
14225
14225
  "text-[16px] leading-[22px] font-semibold",
14226
14226
  "cursor-pointer transition-colors duration-150",
@@ -14272,8 +14272,8 @@ const $I = ({
14272
14272
  onClick: () => o(c.url),
14273
14273
  className: P(
14274
14274
  `
14275
- flex w-full items-center gap-2 rounded-[4px] border-0
14276
- bg-transparent py-3.5 pr-2 pl-7
14275
+ flex w-full items-center justify-start gap-2 rounded-[4px]
14276
+ border-0 bg-transparent py-3.5 pr-2 pl-7
14277
14277
  `,
14278
14278
  "cursor-pointer transition-colors duration-150",
14279
14279
  "hover:bg-cms-surface-slate"