@awenovations/aura 0.0.7 → 0.0.8
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.
|
@@ -30,7 +30,9 @@ export const meta = {
|
|
|
30
30
|
/>
|
|
31
31
|
|
|
32
32
|
<Story name="Horizontal Text Divider">
|
|
33
|
-
<
|
|
33
|
+
<div style='height: 7rem; display: flex;'>
|
|
34
|
+
<Divider>Divider With Text</Divider>
|
|
35
|
+
</div>
|
|
34
36
|
</Story>
|
|
35
37
|
|
|
36
38
|
<Story name="Vertical Text Divider">
|
|
@@ -15,7 +15,6 @@ const horizontal = direction === "horizontal";
|
|
|
15
15
|
--fill: var(--aura-divider-fill);
|
|
16
16
|
--border: 1px solid var(--fill);
|
|
17
17
|
display: flex;
|
|
18
|
-
height: 100%;
|
|
19
18
|
flex: 1;
|
|
20
19
|
}
|
|
21
20
|
.aura-divider .text {
|
|
@@ -28,15 +27,18 @@ const horizontal = direction === "horizontal";
|
|
|
28
27
|
}
|
|
29
28
|
.aura-divider.horizontal {
|
|
30
29
|
flex-direction: row;
|
|
30
|
+
height: min-content;
|
|
31
31
|
}
|
|
32
32
|
.aura-divider.horizontal .text {
|
|
33
|
-
margin:
|
|
33
|
+
margin: auto 0.625rem;
|
|
34
|
+
height: min-content;
|
|
34
35
|
}
|
|
35
36
|
.aura-divider.horizontal:before, .aura-divider.horizontal:after {
|
|
36
37
|
border-bottom: var(--border);
|
|
37
38
|
transform: translateY(-0.5px);
|
|
38
39
|
}
|
|
39
40
|
.aura-divider.vertical {
|
|
41
|
+
height: 100%;
|
|
40
42
|
flex-direction: column;
|
|
41
43
|
}
|
|
42
44
|
.aura-divider.vertical .text {
|
package/dist/icons/meta.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"lastGenerated":
|
|
1
|
+
{"lastGenerated":1721513764125,"icons":[{"name":"arrow-circle-left","size":"large"},{"name":"arrow-circle-left","size":"medium"},{"name":"arrow-circle-left","size":"small"},{"name":"bug","size":"large"},{"name":"bug","size":"medium"},{"name":"bug","size":"small"},{"name":"caret-down","size":"large"},{"name":"caret-down","size":"medium"},{"name":"caret-down","size":"small"},{"name":"circle-plus","size":"large"},{"name":"circle-plus","size":"medium"},{"name":"circle-plus","size":"small"},{"name":"google-color","size":"large"},{"name":"google-color","size":"medium"},{"name":"google-color","size":"small"},{"name":"microsoft-color","size":"large"},{"name":"microsoft-color","size":"medium"},{"name":"microsoft-color","size":"small"},{"name":"plan","size":"large"},{"name":"plan","size":"medium"},{"name":"plan","size":"small"},{"name":"user-story","size":"large"},{"name":"user-story","size":"medium"},{"name":"user-story","size":"small"}]}
|