code7-leia 1.0.1 → 1.0.3
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/index.cjs.js +11 -0
- package/dist/index.es.js +11 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -709,6 +709,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
709
709
|
border: 2px #102693 solid;
|
|
710
710
|
margin-top: 10px;
|
|
711
711
|
}
|
|
712
|
+
|
|
713
|
+
& > p {
|
|
714
|
+
flex-shrink: 1;
|
|
715
|
+
min-width: 0;
|
|
716
|
+
max-width: 90%;
|
|
717
|
+
overflow: hidden;
|
|
718
|
+
text-overflow: ellipsis;
|
|
719
|
+
white-space: nowrap;
|
|
720
|
+
display: block;
|
|
721
|
+
text-align: center;
|
|
722
|
+
}
|
|
712
723
|
`;ee.div`
|
|
713
724
|
&.horizontal-itens {
|
|
714
725
|
display: flex;
|
package/dist/index.es.js
CHANGED
|
@@ -9767,6 +9767,17 @@ const Fm = (e) => e.isDragAccept ? "#6690ff" : e.isDragReject ? "#e18976" : e.is
|
|
|
9767
9767
|
border: 2px #102693 solid;
|
|
9768
9768
|
margin-top: 10px;
|
|
9769
9769
|
}
|
|
9770
|
+
|
|
9771
|
+
& > p {
|
|
9772
|
+
flex-shrink: 1;
|
|
9773
|
+
min-width: 0;
|
|
9774
|
+
max-width: 90%;
|
|
9775
|
+
overflow: hidden;
|
|
9776
|
+
text-overflow: ellipsis;
|
|
9777
|
+
white-space: nowrap;
|
|
9778
|
+
display: block;
|
|
9779
|
+
text-align: center;
|
|
9780
|
+
}
|
|
9770
9781
|
`;
|
|
9771
9782
|
ee.div`
|
|
9772
9783
|
&.horizontal-itens {
|