@social-mail/social-mail-client 1.9.60 → 1.9.62
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/site-editor/properties/groups/TextPropertyEditor.js +3 -3
- package/dist/site-editor-app/SiteEditorApp.pack.js +3 -3
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/site-editor/properties/groups/TextPropertyEditor.tsx +4 -4
- package/styler-lite/styler.css +1 -1
- package/styler-lite/styles/animations/mask-animations.css +1 -1
|
@@ -20,12 +20,12 @@ System.register(["@web-atoms/core/dist/core/XNode", "../controls/PropertyEditor"
|
|
|
20
20
|
}), XNode.create(SizeEditorControl, {
|
|
21
21
|
label: "Size",
|
|
22
22
|
attributeName: "styler-font-size"
|
|
23
|
-
}), XNode.create(SizeEditorControl, {
|
|
24
|
-
label: "Size (Mobile)",
|
|
25
|
-
attributeName: "styler-mobile-font-size"
|
|
26
23
|
}), XNode.create(SizeEditorControl, {
|
|
27
24
|
label: "Size (Tablet)",
|
|
28
25
|
attributeName: "styler-tablet-font-size"
|
|
26
|
+
}), XNode.create(SizeEditorControl, {
|
|
27
|
+
label: "Size (Mobile)",
|
|
28
|
+
attributeName: "styler-mobile-font-size"
|
|
29
29
|
}), XNode.create(DropDownProperty, {
|
|
30
30
|
label: "Weight",
|
|
31
31
|
attributeName: "styler-font-weight"
|
|
@@ -50033,12 +50033,12 @@ System.register(["@web-atoms/core/dist/core/XNode", "../controls/PropertyEditor"
|
|
|
50033
50033
|
}), XNode.create(SizeEditorControl, {
|
|
50034
50034
|
label: "Size",
|
|
50035
50035
|
attributeName: "styler-font-size"
|
|
50036
|
-
}), XNode.create(SizeEditorControl, {
|
|
50037
|
-
label: "Size (Mobile)",
|
|
50038
|
-
attributeName: "styler-mobile-font-size"
|
|
50039
50036
|
}), XNode.create(SizeEditorControl, {
|
|
50040
50037
|
label: "Size (Tablet)",
|
|
50041
50038
|
attributeName: "styler-tablet-font-size"
|
|
50039
|
+
}), XNode.create(SizeEditorControl, {
|
|
50040
|
+
label: "Size (Mobile)",
|
|
50041
|
+
attributeName: "styler-mobile-font-size"
|
|
50042
50042
|
}), XNode.create(DropDownProperty, {
|
|
50043
50043
|
label: "Weight",
|
|
50044
50044
|
attributeName: "styler-font-weight"
|