rds-ui-system 2.0.18 → 2.0.19

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.
@@ -3549,7 +3549,7 @@ const ne = {
3549
3549
  /* @__PURE__ */ e.jsx('div', {
3550
3550
  className: 'overflow-hidden',
3551
3551
  children: /* @__PURE__ */ e.jsx('div', {
3552
- className: 'w-full my-2 text-base text-left text-black dropdown-header',
3552
+ className: 'w-full my-2 text-base text-left text-black dropdown-header h-[1.6em]',
3553
3553
  children: o || h,
3554
3554
  }),
3555
3555
  }),
@@ -3463,7 +3463,7 @@ Check the top-level render call using <` +
3463
3463
  e.jsx('div', {
3464
3464
  className: 'overflow-hidden',
3465
3465
  children: e.jsx('div', {
3466
- className: 'w-full my-2 text-base text-left text-black dropdown-header',
3466
+ className: 'w-full my-2 text-base text-left text-black dropdown-header h-[1.6em]',
3467
3467
  children: d || o,
3468
3468
  }),
3469
3469
  }),
package/dist/style.css CHANGED
@@ -420,6 +420,9 @@ video {
420
420
  .h-\[1\.5em\] {
421
421
  height: 1.5em;
422
422
  }
423
+ .h-\[1\.6em\] {
424
+ height: 1.6em;
425
+ }
423
426
  .h-\[13em\] {
424
427
  height: 13em;
425
428
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rds-ui-system",
3
3
  "private": false,
4
- "version": "2.0.18",
4
+ "version": "2.0.19",
5
5
  "packageManager": "pnpm@8.4.0",
6
6
  "main": "./dist/rds-ui-system.umd.js",
7
7
  "module": "./dist/rds-ui-system.es.js",