@steedos-widgets/amis-object 1.0.22 → 1.0.23

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.
@@ -362,6 +362,9 @@ body {
362
362
  .h-5 {
363
363
  height: 1.25rem
364
364
  }
365
+ .h-6 {
366
+ height: 1.5rem
367
+ }
365
368
  .h-4 {
366
369
  height: 1rem
367
370
  }
@@ -371,9 +374,6 @@ body {
371
374
  .h-12 {
372
375
  height: 3rem
373
376
  }
374
- .h-6 {
375
- height: 1.5rem
376
- }
377
377
  .h-10 {
378
378
  height: 2.5rem
379
379
  }
@@ -398,6 +398,9 @@ body {
398
398
  .w-14 {
399
399
  width: 3.5rem
400
400
  }
401
+ .w-6 {
402
+ width: 1.5rem
403
+ }
401
404
  .w-4 {
402
405
  width: 1rem
403
406
  }
@@ -407,9 +410,6 @@ body {
407
410
  .w-12 {
408
411
  width: 3rem
409
412
  }
410
- .w-6 {
411
- width: 1.5rem
412
- }
413
413
  .w-10 {
414
414
  width: 2.5rem
415
415
  }