@steedos-widgets/amis-object 1.0.25 → 1.0.26
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/amis-object.cjs.css +9 -3
- package/dist/amis-object.cjs.js +1 -1
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +9 -3
- package/dist/amis-object.esm.js +1 -1
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +9 -3
- package/dist/amis-object.umd.js +1 -1
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +10 -10
- package/package.json +3 -3
package/dist/amis-object.cjs.css
CHANGED
|
@@ -401,6 +401,9 @@ body {
|
|
|
401
401
|
.w-6 {
|
|
402
402
|
width: 1.5rem
|
|
403
403
|
}
|
|
404
|
+
.w-72 {
|
|
405
|
+
width: 18rem
|
|
406
|
+
}
|
|
404
407
|
.w-4 {
|
|
405
408
|
width: 1rem
|
|
406
409
|
}
|
|
@@ -434,12 +437,12 @@ body {
|
|
|
434
437
|
.max-w-md {
|
|
435
438
|
max-width: 28rem
|
|
436
439
|
}
|
|
437
|
-
.flex-none {
|
|
438
|
-
flex: none
|
|
439
|
-
}
|
|
440
440
|
.flex-auto {
|
|
441
441
|
flex: 1 1 auto
|
|
442
442
|
}
|
|
443
|
+
.flex-none {
|
|
444
|
+
flex: none
|
|
445
|
+
}
|
|
443
446
|
.flex-shrink-0 {
|
|
444
447
|
flex-shrink: 0
|
|
445
448
|
}
|
|
@@ -507,6 +510,9 @@ body {
|
|
|
507
510
|
.border-b {
|
|
508
511
|
border-bottom-width: 1px
|
|
509
512
|
}
|
|
513
|
+
.border-r {
|
|
514
|
+
border-right-width: 1px
|
|
515
|
+
}
|
|
510
516
|
.border-solid {
|
|
511
517
|
border-style: solid
|
|
512
518
|
}
|