@ssa-ui-kit/templates 3.10.5 → 3.11.0
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.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -12656,7 +12656,8 @@ const Default = Component => {
|
|
|
12656
12656
|
children: [(0,jsx_runtime_namespaceObject.jsx)("label", {
|
|
12657
12657
|
htmlFor: "aside",
|
|
12658
12658
|
children: (0,jsx_runtime_namespaceObject.jsx)(core_namespaceObject.Avatar, {
|
|
12659
|
-
size:
|
|
12659
|
+
size: core_namespaceObject.AvatarSizes.medium,
|
|
12660
|
+
border: false,
|
|
12660
12661
|
image: 'https://firebasestorage.googleapis.com/v0/b/admin-themes.appspot.com/o/img%2Fface%2Fface_46.png?alt=media&token=aaa3a75c-4779-4887-b011-352f8dd6c214'
|
|
12661
12662
|
})
|
|
12662
12663
|
}), (0,jsx_runtime_namespaceObject.jsx)(core_namespaceObject.Button, {
|