rds-ui-system 2.0.21 → 2.0.22

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/style.css CHANGED
@@ -444,9 +444,6 @@ video {
444
444
  .h-\[3\.5em\] {
445
445
  height: 3.5em;
446
446
  }
447
- .h-auto {
448
- height: auto;
449
- }
450
447
  .max-h-\[10em\] {
451
448
  max-height: 10em;
452
449
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rds-ui-system",
3
3
  "private": false,
4
- "version": "2.0.21",
4
+ "version": "2.0.22",
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",