@telicent-oss/ds 0.18.1 → 0.18.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 CHANGED
@@ -54999,7 +54999,7 @@ const AppBar2 = ({
54999
54999
  left: 16,
55000
55000
  transform: "translate(0, -50%)"
55001
55001
  }, children: startChild }),
55002
- /* @__PURE__ */ jsxs(Stack, { direction: "row", spacing: 2, alignItems: "center", sx: {
55002
+ /* @__PURE__ */ jsxs(Stack, { direction: "row", spacing: 1, alignItems: "center", sx: {
55003
55003
  position: "absolute",
55004
55004
  top: "50%",
55005
55005
  left: "50%",
@@ -55010,8 +55010,9 @@ const AppBar2 = ({
55010
55010
  /* @__PURE__ */ jsx$1(TelicentBrand, {}),
55011
55011
  /* @__PURE__ */ jsx$1(Typography, { variant: "h1", color: "primary", sx: {
55012
55012
  fontFamily: "Figtree",
55013
- fontSize: 40
55014
- }, children: appName }),
55013
+ fontSize: 40,
55014
+ fontWeight: 400
55015
+ }, children: appName == null ? void 0 : appName.toUpperCase() }),
55015
55016
  version && /* @__PURE__ */ jsx$1(Box, { position: "absolute", bottom: 5, fontSize: 12, left: "calc(100% - 12px)", paddingInline: 0.5, sx: {
55016
55017
  color: theme.palette.secondary.contrastText,
55017
55018
  whiteSpace: "nowrap",
package/dist/ds.umd.cjs CHANGED
@@ -55017,7 +55017,7 @@ Please use another name.` : formatMuiErrorMessage$1(18));
55017
55017
  left: 16,
55018
55018
  transform: "translate(0, -50%)"
55019
55019
  }, children: startChild }),
55020
- /* @__PURE__ */ jsxs(Stack, { direction: "row", spacing: 2, alignItems: "center", sx: {
55020
+ /* @__PURE__ */ jsxs(Stack, { direction: "row", spacing: 1, alignItems: "center", sx: {
55021
55021
  position: "absolute",
55022
55022
  top: "50%",
55023
55023
  left: "50%",
@@ -55028,8 +55028,9 @@ Please use another name.` : formatMuiErrorMessage$1(18));
55028
55028
  /* @__PURE__ */ jsx$1(TelicentBrand, {}),
55029
55029
  /* @__PURE__ */ jsx$1(Typography, { variant: "h1", color: "primary", sx: {
55030
55030
  fontFamily: "Figtree",
55031
- fontSize: 40
55032
- }, children: appName }),
55031
+ fontSize: 40,
55032
+ fontWeight: 400
55033
+ }, children: appName == null ? void 0 : appName.toUpperCase() }),
55033
55034
  version && /* @__PURE__ */ jsx$1(Box, { position: "absolute", bottom: 5, fontSize: 12, left: "calc(100% - 12px)", paddingInline: 0.5, sx: {
55034
55035
  color: theme.palette.secondary.contrastText,
55035
55036
  whiteSpace: "nowrap",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/telicent-oss/telicent-ds.git"
8
8
  },
9
9
  "type": "module",
10
- "version": "0.18.1",
10
+ "version": "0.18.2",
11
11
  "private": false,
12
12
  "dependencies": {
13
13
  "@emotion/react": "^11.10.6",