@ssa-ui-kit/core 1.1.55-canary-dbf4f10-20250224 → 2.0.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 +7 -6
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -8519,6 +8519,7 @@ const NavBarItemWithoutSubMenu = ({
|
|
|
8519
8519
|
return (0,jsx_runtime_namespaceObject.jsx)(CollapsibleNavBar_CollapsibleNavBarItem, {
|
|
8520
8520
|
children: (0,jsx_runtime_namespaceObject.jsxs)(CollapsibleNavBar_CollapsibleNavBarLink, {
|
|
8521
8521
|
to: isExternalLink ? path : '/' + path,
|
|
8522
|
+
end: true,
|
|
8522
8523
|
onClick: onClick,
|
|
8523
8524
|
navbartheme: theme,
|
|
8524
8525
|
"data-customicon": !!CustomIcon,
|
|
@@ -12359,18 +12360,18 @@ const BarLineComplexChartView = ({
|
|
|
12359
12360
|
title: typeof title === 'string' ? title : {
|
|
12360
12361
|
x: 0,
|
|
12361
12362
|
y: 1,
|
|
12363
|
+
font: {
|
|
12364
|
+
size: isFullscreenMode ? 24 : (0,utils_namespaceObject.propOr)(TITLE_FONT_SIZE.other, deviceType)(TITLE_FONT_SIZE),
|
|
12365
|
+
weight: 700,
|
|
12366
|
+
family: FONT_FAMILY,
|
|
12367
|
+
...titlefont
|
|
12368
|
+
},
|
|
12362
12369
|
pad: {
|
|
12363
12370
|
l: (0,utils_namespaceObject.propOr)(TITLE_PADDING_LEFT.other, deviceType)(TITLE_PADDING_LEFT),
|
|
12364
12371
|
t: (0,utils_namespaceObject.propOr)(TITLE_PADDING_TOP.other, deviceType)(TITLE_PADDING_TOP)
|
|
12365
12372
|
},
|
|
12366
12373
|
...title
|
|
12367
12374
|
},
|
|
12368
|
-
titlefont: {
|
|
12369
|
-
size: isFullscreenMode ? 24 : (0,utils_namespaceObject.propOr)(TITLE_FONT_SIZE.other, deviceType)(TITLE_FONT_SIZE),
|
|
12370
|
-
weight: 700,
|
|
12371
|
-
family: FONT_FAMILY,
|
|
12372
|
-
...titlefont
|
|
12373
|
-
},
|
|
12374
12375
|
barmode: 'group',
|
|
12375
12376
|
autosize: false,
|
|
12376
12377
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|