@telicent-oss/ds 0.16.1 → 0.16.2
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/ds.js +4 -2
- package/dist/ds.umd.cjs +4 -2
- package/package.json +1 -1
package/dist/ds.js
CHANGED
|
@@ -54986,8 +54986,10 @@ const AppBar2 = ({
|
|
|
54986
54986
|
fontFamily: "Figtree",
|
|
54987
54987
|
fontSize: 40
|
|
54988
54988
|
}, children: appName }),
|
|
54989
|
-
version && /* @__PURE__ */ jsx$1(Box, { position: "absolute",
|
|
54990
|
-
color: theme.palette.secondary.contrastText
|
|
54989
|
+
version && /* @__PURE__ */ jsx$1(Box, { position: "absolute", bottom: 5, fontSize: 12, left: "calc(100% - 12px)", paddingInline: 0.5, sx: {
|
|
54990
|
+
color: theme.palette.secondary.contrastText,
|
|
54991
|
+
whiteSpace: "nowrap",
|
|
54992
|
+
marginLeft: "-4px"
|
|
54991
54993
|
}, children: version })
|
|
54992
54994
|
] }),
|
|
54993
54995
|
endChild && /* @__PURE__ */ jsx$1(Stack, { sx: {
|
package/dist/ds.umd.cjs
CHANGED
|
@@ -55004,8 +55004,10 @@ Please use another name.` : formatMuiErrorMessage$1(18));
|
|
|
55004
55004
|
fontFamily: "Figtree",
|
|
55005
55005
|
fontSize: 40
|
|
55006
55006
|
}, children: appName }),
|
|
55007
|
-
version && /* @__PURE__ */ jsx$1(Box, { position: "absolute",
|
|
55008
|
-
color: theme.palette.secondary.contrastText
|
|
55007
|
+
version && /* @__PURE__ */ jsx$1(Box, { position: "absolute", bottom: 5, fontSize: 12, left: "calc(100% - 12px)", paddingInline: 0.5, sx: {
|
|
55008
|
+
color: theme.palette.secondary.contrastText,
|
|
55009
|
+
whiteSpace: "nowrap",
|
|
55010
|
+
marginLeft: "-4px"
|
|
55009
55011
|
}, children: version })
|
|
55010
55012
|
] }),
|
|
55011
55013
|
endChild && /* @__PURE__ */ jsx$1(Stack, { sx: {
|