fsk-design-system 1.13.0 → 1.13.1
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.
|
@@ -10,13 +10,16 @@ const T = (n) => {
|
|
|
10
10
|
expandable: e,
|
|
11
11
|
dataSource: o,
|
|
12
12
|
...r
|
|
13
|
-
} = n, i = b[m], p =
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
13
|
+
} = n, i = b[m], p = (
|
|
14
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
15
|
+
e === void 0 && !(o != null && o.some((c) => {
|
|
16
|
+
var s;
|
|
17
|
+
return ((s = c.children) == null ? void 0 : s.length) > 0;
|
|
18
|
+
})) ? void 0 : {
|
|
19
|
+
...e,
|
|
20
|
+
expandIcon: (e == null ? void 0 : e.expandIcon) ?? d
|
|
21
|
+
}
|
|
22
|
+
);
|
|
20
23
|
return /* @__PURE__ */ t(a, { rootClassName: `${x} ${l}`, pagination: !1, expandable: p, dataSource: o, ...r, locale: {
|
|
21
24
|
emptyText: /* @__PURE__ */ t(f, {})
|
|
22
25
|
}, css: i });
|
package/dist/icons/index.js
CHANGED
|
@@ -14,11 +14,11 @@ import { default as L } from "./svgs/Microphone 4 mute-1.svg.js";
|
|
|
14
14
|
import { default as b } from "./svgs/SplitIntoSections.svg.js";
|
|
15
15
|
export {
|
|
16
16
|
f as CloseOutline,
|
|
17
|
-
s as
|
|
18
|
-
S as
|
|
19
|
-
C as
|
|
20
|
-
L as
|
|
21
|
-
k as
|
|
17
|
+
s as List2,
|
|
18
|
+
S as Microphone4,
|
|
19
|
+
C as Microphone4Mute,
|
|
20
|
+
L as Microphone4MuteOutline,
|
|
21
|
+
k as Microphone4Outline,
|
|
22
22
|
u as Plus,
|
|
23
23
|
b as SplitIntoSections,
|
|
24
24
|
r as TechnicalSupport,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { default as TechnicalSupport } from './TechnicalSupport.svg';
|
|
2
2
|
export { default as CloseOutline } from './CloseOutline.svg';
|
|
3
3
|
export { default as Plus } from './Plus.svg';
|
|
4
|
-
export { default as
|
|
4
|
+
export { default as List2 } from './List 2.0.svg';
|
|
5
5
|
export { default as Tools } from './Tools.svg';
|
|
6
6
|
export { default as ToolsOutline } from './Tools-1.svg';
|
|
7
7
|
export { default as Walk } from './Walk.svg';
|
|
8
8
|
export { default as WalkOutline } from './Walk-1.svg';
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
9
|
+
export { default as Microphone4 } from './Microphone 4.svg';
|
|
10
|
+
export { default as Microphone4Outline } from './Microphone 4-1.svg';
|
|
11
|
+
export { default as Microphone4Mute } from './Microphone 4 mute.svg';
|
|
12
|
+
export { default as Microphone4MuteOutline } from './Microphone 4 mute-1.svg';
|
|
13
13
|
export { default as SplitIntoSections } from './SplitIntoSections.svg';
|