@symbo.ls/uikit 2.11.153 → 2.11.154
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 +7 -10
- package/dist/index.cjs.js.map +2 -2
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -16616,21 +16616,18 @@ var TitleParagraph = {
|
|
|
16616
16616
|
tag: "h5",
|
|
16617
16617
|
props: { text: "Log in to your account" }
|
|
16618
16618
|
},
|
|
16619
|
-
|
|
16620
|
-
|
|
16621
|
-
|
|
16619
|
+
P: {
|
|
16620
|
+
fontSize: "Z",
|
|
16621
|
+
padding: "0",
|
|
16622
|
+
margin: "0",
|
|
16623
|
+
color: "#E0E0E2",
|
|
16624
|
+
text: "Enter your email address and password to log in."
|
|
16622
16625
|
},
|
|
16623
16626
|
props: {
|
|
16624
16627
|
flow: "column",
|
|
16625
16628
|
gap: "Y",
|
|
16626
16629
|
maxWidth: "fit-content",
|
|
16627
|
-
title: { fontSize: "D" }
|
|
16628
|
-
paragraph: {
|
|
16629
|
-
fontSize: "Z",
|
|
16630
|
-
padding: "0",
|
|
16631
|
-
margin: "0",
|
|
16632
|
-
color: "#E0E0E2"
|
|
16633
|
-
}
|
|
16630
|
+
title: { fontSize: "D" }
|
|
16634
16631
|
}
|
|
16635
16632
|
};
|
|
16636
16633
|
var ParagraphWithUnderlineButton = {
|