@agilys-system/design-system 1.0.13 → 1.0.14

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.
@@ -3284,14 +3284,7 @@ const Xt = T(
3284
3284
  i && "pointer-events-none opacity-50"
3285
3285
  ),
3286
3286
  children: [
3287
- n && /* @__PURE__ */ o(
3288
- "span",
3289
- {
3290
- className: "flex size-6 shrink-0 items-center justify-center text-neutral-secondary [&>svg]:size-full",
3291
- "aria-hidden": "true",
3292
- children: n
3293
- }
3294
- ),
3287
+ n && /* @__PURE__ */ o("span", { className: "inline-flex shrink-0", "aria-hidden": "true", children: n }),
3295
3288
  /* @__PURE__ */ o(
3296
3289
  "input",
3297
3290
  {
@@ -3311,7 +3304,7 @@ const Xt = T(
3311
3304
  "span",
3312
3305
  {
3313
3306
  className: h(
3314
- "flex size-6 shrink-0 items-center justify-center text-neutral-secondary [&>svg]:size-full",
3307
+ "flex size-6 shrink-0 items-center justify-center text-neutral-secondary",
3315
3308
  s && "rounded-md bg-lightGray p-1"
3316
3309
  ),
3317
3310
  "aria-hidden": "true",