@agentskillmania/skill-ui-shared 0.1.4 → 1.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/README.md +27 -32
- package/README.zh_CN.md +46 -0
- package/dist/files/FilePreview.d.ts +4 -0
- package/dist/files/FilePreview.d.ts.map +1 -0
- package/dist/files/FilePreview.js +50 -0
- package/dist/files/FilePreview.js.map +1 -0
- package/dist/files/FileTabs.d.ts +3 -0
- package/dist/files/FileTabs.d.ts.map +1 -0
- package/dist/files/FileTabs.js +88 -0
- package/dist/files/FileTabs.js.map +1 -0
- package/dist/files/FileTree.d.ts +3 -0
- package/dist/files/FileTree.d.ts.map +1 -0
- package/dist/files/FileTree.js +64 -0
- package/dist/files/FileTree.js.map +1 -0
- package/dist/files/FileTypeIcon.d.ts +4 -0
- package/dist/files/FileTypeIcon.d.ts.map +1 -0
- package/dist/files/FileTypeIcon.js +26 -0
- package/dist/files/FileTypeIcon.js.map +1 -0
- package/dist/files/file-extensions.d.ts +31 -0
- package/dist/files/file-extensions.d.ts.map +1 -0
- package/dist/files/file-extensions.js +70 -0
- package/dist/files/file-extensions.js.map +1 -0
- package/dist/files/types.d.ts +49 -0
- package/dist/files/types.d.ts.map +1 -0
- package/dist/files/types.js +7 -0
- package/dist/files/types.js.map +1 -0
- package/dist/index.d.ts +18 -11
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +20 -14
- package/dist/index.js.map +1 -1
- package/dist/locales/en-US.d.ts +4 -5
- package/dist/locales/en-US.d.ts.map +1 -1
- package/dist/locales/en-US.js +4 -5
- package/dist/locales/en-US.js.map +1 -1
- package/dist/locales/index.d.ts +8 -10
- package/dist/locales/index.d.ts.map +1 -1
- package/dist/locales/zh-CN.d.ts +4 -5
- package/dist/locales/zh-CN.d.ts.map +1 -1
- package/dist/locales/zh-CN.js +4 -5
- package/dist/locales/zh-CN.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/format.d.ts +3 -23
- package/dist/utils/format.d.ts.map +1 -1
- package/dist/utils/format.js +15 -60
- package/dist/utils/format.js.map +1 -1
- package/package.json +4 -2
- package/dist/components/CollapsibleCard.d.ts +0 -22
- package/dist/components/CollapsibleCard.d.ts.map +0 -1
- package/dist/components/CollapsibleCard.js +0 -30
- package/dist/components/CollapsibleCard.js.map +0 -1
- package/dist/components/CopyValue.d.ts +0 -12
- package/dist/components/CopyValue.d.ts.map +0 -1
- package/dist/components/CopyValue.js +0 -39
- package/dist/components/CopyValue.js.map +0 -1
- package/dist/components/ExpandableItem.d.ts +0 -29
- package/dist/components/ExpandableItem.d.ts.map +0 -1
- package/dist/components/ExpandableItem.js +0 -28
- package/dist/components/ExpandableItem.js.map +0 -1
- package/dist/components/ExpandableRow.d.ts +0 -35
- package/dist/components/ExpandableRow.d.ts.map +0 -1
- package/dist/components/ExpandableRow.js +0 -69
- package/dist/components/ExpandableRow.js.map +0 -1
- package/dist/components/InfoRow.d.ts +0 -15
- package/dist/components/InfoRow.d.ts.map +0 -1
- package/dist/components/InfoRow.js +0 -27
- package/dist/components/InfoRow.js.map +0 -1
- package/dist/components/MetricTile.d.ts +0 -15
- package/dist/components/MetricTile.d.ts.map +0 -1
- package/dist/components/MetricTile.js +0 -32
- package/dist/components/MetricTile.js.map +0 -1
- package/dist/components/PaginationBar.d.ts +0 -17
- package/dist/components/PaginationBar.d.ts.map +0 -1
- package/dist/components/PaginationBar.js +0 -19
- package/dist/components/PaginationBar.js.map +0 -1
- package/dist/components/SectionHeader.d.ts +0 -15
- package/dist/components/SectionHeader.d.ts.map +0 -1
- package/dist/components/SectionHeader.js +0 -34
- package/dist/components/SectionHeader.js.map +0 -1
- package/dist/components/SectionLabel.d.ts +0 -10
- package/dist/components/SectionLabel.d.ts.map +0 -1
- package/dist/components/SectionLabel.js +0 -22
- package/dist/components/SectionLabel.js.map +0 -1
- package/dist/components/SplitDivider.d.ts +0 -13
- package/dist/components/SplitDivider.d.ts.map +0 -1
- package/dist/components/SplitDivider.js +0 -73
- package/dist/components/SplitDivider.js.map +0 -1
- package/dist/components/StatusDot.d.ts +0 -11
- package/dist/components/StatusDot.d.ts.map +0 -1
- package/dist/components/StatusDot.js +0 -21
- package/dist/components/StatusDot.js.map +0 -1
- package/dist/components/index.d.ts +0 -27
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/index.js +0 -14
- package/dist/components/index.js.map +0 -1
- package/dist/components/sidebar/Sidebar.d.ts +0 -21
- package/dist/components/sidebar/Sidebar.d.ts.map +0 -1
- package/dist/components/sidebar/Sidebar.js +0 -41
- package/dist/components/sidebar/Sidebar.js.map +0 -1
- package/dist/components/sidebar/SidebarIcons.d.ts +0 -25
- package/dist/components/sidebar/SidebarIcons.d.ts.map +0 -1
- package/dist/components/sidebar/SidebarIcons.js +0 -65
- package/dist/components/sidebar/SidebarIcons.js.map +0 -1
- package/dist/components/sidebar/SidebarPanel.d.ts +0 -13
- package/dist/components/sidebar/SidebarPanel.d.ts.map +0 -1
- package/dist/components/sidebar/SidebarPanel.js +0 -32
- package/dist/components/sidebar/SidebarPanel.js.map +0 -1
- package/dist/components/sidebar/index.d.ts +0 -7
- package/dist/components/sidebar/index.d.ts.map +0 -1
- package/dist/components/sidebar/index.js +0 -4
- package/dist/components/sidebar/index.js.map +0 -1
- package/dist/hooks/index.d.ts +0 -5
- package/dist/hooks/index.d.ts.map +0 -1
- package/dist/hooks/index.js +0 -3
- package/dist/hooks/index.js.map +0 -1
- package/dist/hooks/useResize.d.ts +0 -28
- package/dist/hooks/useResize.d.ts.map +0 -1
- package/dist/hooks/useResize.js +0 -39
- package/dist/hooks/useResize.js.map +0 -1
- package/dist/hooks/useToggle.d.ts +0 -17
- package/dist/hooks/useToggle.d.ts.map +0 -1
- package/dist/hooks/useToggle.js +0 -14
- package/dist/hooks/useToggle.js.map +0 -1
- package/dist/styles/card.d.ts +0 -12
- package/dist/styles/card.d.ts.map +0 -1
- package/dist/styles/card.js +0 -39
- package/dist/styles/card.js.map +0 -1
- package/dist/styles/empty-text.d.ts +0 -7
- package/dist/styles/empty-text.d.ts.map +0 -1
- package/dist/styles/empty-text.js +0 -13
- package/dist/styles/empty-text.js.map +0 -1
- package/dist/styles/expandable.d.ts +0 -12
- package/dist/styles/expandable.d.ts.map +0 -1
- package/dist/styles/expandable.js +0 -34
- package/dist/styles/expandable.js.map +0 -1
- package/dist/styles/index.d.ts +0 -5
- package/dist/styles/index.d.ts.map +0 -1
- package/dist/styles/index.js +0 -5
- package/dist/styles/index.js.map +0 -1
- package/dist/styles/metric.d.ts +0 -12
- package/dist/styles/metric.d.ts.map +0 -1
- package/dist/styles/metric.js +0 -26
- package/dist/styles/metric.js.map +0 -1
- package/dist/utils/avatar-color.d.ts +0 -32
- package/dist/utils/avatar-color.d.ts.map +0 -1
- package/dist/utils/avatar-color.js +0 -31
- package/dist/utils/avatar-color.js.map +0 -1
- package/dist/utils/fonts.d.ts +0 -6
- package/dist/utils/fonts.d.ts.map +0 -1
- package/dist/utils/fonts.js +0 -6
- package/dist/utils/fonts.js.map +0 -1
- package/dist/utils/pagination.d.ts +0 -6
- package/dist/utils/pagination.d.ts.map +0 -1
- package/dist/utils/pagination.js +0 -6
- package/dist/utils/pagination.js.map +0 -1
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/** Options for the useResize hook. */
|
|
2
|
-
export interface UseResizeOptions {
|
|
3
|
-
/** Starting width in pixels. */
|
|
4
|
-
initialWidth: number;
|
|
5
|
-
/** Minimum width (default: 160). */
|
|
6
|
-
minWidth?: number;
|
|
7
|
-
/** Maximum width (default: window.innerWidth * 0.85). */
|
|
8
|
-
maxWidth?: number;
|
|
9
|
-
/** Disable drag interaction. */
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
}
|
|
12
|
-
/** Return type of useResize hook. */
|
|
13
|
-
export interface UseResizeReturn {
|
|
14
|
-
/** Current width in pixels. */
|
|
15
|
-
width: number;
|
|
16
|
-
/** Whether a drag is in progress. */
|
|
17
|
-
isResizing: boolean;
|
|
18
|
-
/** Props to spread onto the divider element. */
|
|
19
|
-
dividerProps: {
|
|
20
|
-
onMouseDown: () => void;
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Drag-based width resizing hook. Handles mousedown/mousemove/mouseup
|
|
25
|
-
* lifecycle with min/max clamping.
|
|
26
|
-
*/
|
|
27
|
-
export declare function useResize({ initialWidth, minWidth, maxWidth, disabled, }: UseResizeOptions): UseResizeReturn;
|
|
28
|
-
//# sourceMappingURL=useResize.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useResize.d.ts","sourceRoot":"","sources":["../../src/hooks/useResize.ts"],"names":[],"mappings":"AAEA,sCAAsC;AACtC,MAAM,WAAW,gBAAgB;IAC/B,gCAAgC;IAChC,YAAY,EAAE,MAAM,CAAC;IACrB,oCAAoC;IACpC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,yDAAyD;IACzD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gCAAgC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,qCAAqC;AACrC,MAAM,WAAW,eAAe;IAC9B,+BAA+B;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,qCAAqC;IACrC,UAAU,EAAE,OAAO,CAAC;IACpB,gDAAgD;IAChD,YAAY,EAAE;QACZ,WAAW,EAAE,MAAM,IAAI,CAAC;KACzB,CAAC;CACH;AAED;;;GAGG;AACH,wBAAgB,SAAS,CAAC,EACxB,YAAY,EACZ,QAAc,EACd,QAA0E,EAC1E,QAAgB,GACjB,EAAE,gBAAgB,GAAG,eAAe,CAwCpC"}
|
package/dist/hooks/useResize.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { useCallback, useEffect, useRef, useState } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* Drag-based width resizing hook. Handles mousedown/mousemove/mouseup
|
|
4
|
-
* lifecycle with min/max clamping.
|
|
5
|
-
*/
|
|
6
|
-
export function useResize({ initialWidth, minWidth = 160, maxWidth = typeof window !== 'undefined' ? window.innerWidth * 0.85 : 1200, disabled = false, }) {
|
|
7
|
-
const [width, setWidth] = useState(initialWidth);
|
|
8
|
-
const [isResizing, setIsResizing] = useState(false);
|
|
9
|
-
const startRef = useRef({ x: 0, width: 0 });
|
|
10
|
-
const onMouseDown = useCallback((e) => {
|
|
11
|
-
if (disabled)
|
|
12
|
-
return;
|
|
13
|
-
// UI11: capture startX at mousedown (not on first mousemove) so the
|
|
14
|
-
// delta between mousedown and the first mousemove is not lost.
|
|
15
|
-
const startX = e?.clientX ?? 0;
|
|
16
|
-
startRef.current = { x: startX, width };
|
|
17
|
-
setIsResizing(true);
|
|
18
|
-
}, [disabled, width]);
|
|
19
|
-
useEffect(() => {
|
|
20
|
-
if (!isResizing)
|
|
21
|
-
return;
|
|
22
|
-
const handleMouseMove = (e) => {
|
|
23
|
-
const delta = startRef.current.x - e.clientX;
|
|
24
|
-
const newWidth = Math.max(minWidth, Math.min(maxWidth, startRef.current.width + delta));
|
|
25
|
-
setWidth(newWidth);
|
|
26
|
-
};
|
|
27
|
-
const handleMouseUp = () => {
|
|
28
|
-
setIsResizing(false);
|
|
29
|
-
};
|
|
30
|
-
document.addEventListener('mousemove', handleMouseMove);
|
|
31
|
-
document.addEventListener('mouseup', handleMouseUp);
|
|
32
|
-
return () => {
|
|
33
|
-
document.removeEventListener('mousemove', handleMouseMove);
|
|
34
|
-
document.removeEventListener('mouseup', handleMouseUp);
|
|
35
|
-
};
|
|
36
|
-
}, [isResizing, minWidth, maxWidth]);
|
|
37
|
-
return { width, isResizing, dividerProps: { onMouseDown } };
|
|
38
|
-
}
|
|
39
|
-
//# sourceMappingURL=useResize.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useResize.js","sourceRoot":"","sources":["../../src/hooks/useResize.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AA0BjE;;;GAGG;AACH,MAAM,UAAU,SAAS,CAAC,EACxB,YAAY,EACZ,QAAQ,GAAG,GAAG,EACd,QAAQ,GAAG,OAAO,MAAM,KAAK,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,EAC1E,QAAQ,GAAG,KAAK,GACC;IACjB,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAC,YAAY,CAAC,CAAC;IACjD,MAAM,CAAC,UAAU,EAAE,aAAa,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IACpD,MAAM,QAAQ,GAAG,MAAM,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC;IAE5C,MAAM,WAAW,GAAG,WAAW,CAC7B,CAAC,CAAoB,EAAE,EAAE;QACvB,IAAI,QAAQ;YAAE,OAAO;QACrB,oEAAoE;QACpE,+DAA+D;QAC/D,MAAM,MAAM,GAAG,CAAC,EAAE,OAAO,IAAI,CAAC,CAAC;QAC/B,QAAQ,CAAC,OAAO,GAAG,EAAE,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC;QACxC,aAAa,CAAC,IAAI,CAAC,CAAC;IACtB,CAAC,EACD,CAAC,QAAQ,EAAE,KAAK,CAAC,CAClB,CAAC;IAEF,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,CAAC,UAAU;YAAE,OAAO;QAExB,MAAM,eAAe,GAAG,CAAC,CAAa,EAAE,EAAE;YACxC,MAAM,KAAK,GAAG,QAAQ,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC;YAC7C,MAAM,QAAQ,GAAG,IAAI,CAAC,GAAG,CAAC,QAAQ,EAAE,IAAI,CAAC,GAAG,CAAC,QAAQ,EAAE,QAAQ,CAAC,OAAO,CAAC,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC;YACxF,QAAQ,CAAC,QAAQ,CAAC,CAAC;QACrB,CAAC,CAAC;QAEF,MAAM,aAAa,GAAG,GAAG,EAAE;YACzB,aAAa,CAAC,KAAK,CAAC,CAAC;QACvB,CAAC,CAAC;QAEF,QAAQ,CAAC,gBAAgB,CAAC,WAAW,EAAE,eAAe,CAAC,CAAC;QACxD,QAAQ,CAAC,gBAAgB,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;QAEpD,OAAO,GAAG,EAAE;YACV,QAAQ,CAAC,mBAAmB,CAAC,WAAW,EAAE,eAAe,CAAC,CAAC;YAC3D,QAAQ,CAAC,mBAAmB,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;QACzD,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,UAAU,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC;IAErC,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,EAAE,WAAW,EAAE,EAAE,CAAC;AAC9D,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/** Return type of useToggle hook. */
|
|
2
|
-
export interface UseToggleReturn {
|
|
3
|
-
/** Current boolean value. */
|
|
4
|
-
value: boolean;
|
|
5
|
-
/** Set value to a specific boolean. */
|
|
6
|
-
set: (v: boolean) => void;
|
|
7
|
-
/** Toggle the current value. */
|
|
8
|
-
toggle: () => void;
|
|
9
|
-
/** Reset to the initial value. */
|
|
10
|
-
reset: () => void;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* Boolean state management hook with set, toggle, and reset operations.
|
|
14
|
-
* @param initial - Starting value, defaults to false.
|
|
15
|
-
*/
|
|
16
|
-
export declare function useToggle(initial?: boolean): UseToggleReturn;
|
|
17
|
-
//# sourceMappingURL=useToggle.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useToggle.d.ts","sourceRoot":"","sources":["../../src/hooks/useToggle.ts"],"names":[],"mappings":"AAEA,qCAAqC;AACrC,MAAM,WAAW,eAAe;IAC9B,6BAA6B;IAC7B,KAAK,EAAE,OAAO,CAAC;IACf,uCAAuC;IACvC,GAAG,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IAC1B,gCAAgC;IAChC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,kCAAkC;IAClC,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED;;;GAGG;AACH,wBAAgB,SAAS,CAAC,OAAO,GAAE,OAAe,GAAG,eAAe,CASnE"}
|
package/dist/hooks/useToggle.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { useCallback, useRef, useState } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* Boolean state management hook with set, toggle, and reset operations.
|
|
4
|
-
* @param initial - Starting value, defaults to false.
|
|
5
|
-
*/
|
|
6
|
-
export function useToggle(initial = false) {
|
|
7
|
-
const [value, setValue] = useState(initial);
|
|
8
|
-
const initialRef = useRef(initial);
|
|
9
|
-
const set = useCallback((v) => setValue(v), []);
|
|
10
|
-
const toggle = useCallback(() => setValue((prev) => !prev), []);
|
|
11
|
-
const reset = useCallback(() => setValue(initialRef.current), []);
|
|
12
|
-
return { value, set, toggle, reset };
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=useToggle.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useToggle.js","sourceRoot":"","sources":["../../src/hooks/useToggle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AActD;;;GAGG;AACH,MAAM,UAAU,SAAS,CAAC,UAAmB,KAAK;IAChD,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC5C,MAAM,UAAU,GAAG,MAAM,CAAC,OAAO,CAAC,CAAC;IAEnC,MAAM,GAAG,GAAG,WAAW,CAAC,CAAC,CAAU,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IACzD,MAAM,MAAM,GAAG,WAAW,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;IAChE,MAAM,KAAK,GAAG,WAAW,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,EAAE,CAAC,CAAC;IAElE,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC;AACvC,CAAC"}
|
package/dist/styles/card.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { Theme } from '@agentskillmania/skill-ui-theme';
|
|
2
|
-
/**
|
|
3
|
-
* Card body area transition style.
|
|
4
|
-
* Applies max-height and padding transitions for collapse animation.
|
|
5
|
-
*/
|
|
6
|
-
export declare function cardBodyTransition(theme: Theme, collapsed: boolean): import("@emotion/react").SerializedStyles;
|
|
7
|
-
/**
|
|
8
|
-
* Card header interactive style.
|
|
9
|
-
* Adds cursor pointer and hover background for clickable headers.
|
|
10
|
-
*/
|
|
11
|
-
export declare function cardHeaderInteractive(theme: Theme): import("@emotion/react").SerializedStyles;
|
|
12
|
-
//# sourceMappingURL=card.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../src/styles/card.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AAG7D;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,OAAO,6CAkBlE;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,KAAK,6CASjD"}
|
package/dist/styles/card.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { css } from '@emotion/react';
|
|
2
|
-
/**
|
|
3
|
-
* Card body area transition style.
|
|
4
|
-
* Applies max-height and padding transitions for collapse animation.
|
|
5
|
-
*/
|
|
6
|
-
export function cardBodyTransition(theme, collapsed) {
|
|
7
|
-
if (collapsed) {
|
|
8
|
-
return css `
|
|
9
|
-
max-height: 0;
|
|
10
|
-
padding: 0 ${theme.spacing[3]};
|
|
11
|
-
overflow: hidden;
|
|
12
|
-
transition:
|
|
13
|
-
max-height ${theme.motion.duration.normal} ${theme.motion.easing.out},
|
|
14
|
-
padding ${theme.motion.duration.normal} ${theme.motion.easing.out};
|
|
15
|
-
`;
|
|
16
|
-
}
|
|
17
|
-
return css `
|
|
18
|
-
max-height: 500px;
|
|
19
|
-
overflow-y: auto;
|
|
20
|
-
transition:
|
|
21
|
-
max-height ${theme.motion.duration.normal} ${theme.motion.easing.out},
|
|
22
|
-
padding ${theme.motion.duration.normal} ${theme.motion.easing.out};
|
|
23
|
-
`;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Card header interactive style.
|
|
27
|
-
* Adds cursor pointer and hover background for clickable headers.
|
|
28
|
-
*/
|
|
29
|
-
export function cardHeaderInteractive(theme) {
|
|
30
|
-
return css `
|
|
31
|
-
cursor: pointer;
|
|
32
|
-
user-select: none;
|
|
33
|
-
transition: background ${theme.motion.duration.fast};
|
|
34
|
-
&:hover {
|
|
35
|
-
background: ${theme.color.fillSecondary};
|
|
36
|
-
}
|
|
37
|
-
`;
|
|
38
|
-
}
|
|
39
|
-
//# sourceMappingURL=card.js.map
|
package/dist/styles/card.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"card.js","sourceRoot":"","sources":["../../src/styles/card.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAC;AAErC;;;GAGG;AACH,MAAM,UAAU,kBAAkB,CAAC,KAAY,EAAE,SAAkB;IACjE,IAAI,SAAS,EAAE,CAAC;QACd,OAAO,GAAG,CAAA;;mBAEK,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;;;qBAGd,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG;kBAC1D,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG;KACpE,CAAC;IACJ,CAAC;IACD,OAAO,GAAG,CAAA;;;;mBAIO,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG;gBAC1D,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG;GACpE,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,qBAAqB,CAAC,KAAY;IAChD,OAAO,GAAG,CAAA;;;6BAGiB,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI;;oBAEnC,KAAK,CAAC,KAAK,CAAC,aAAa;;GAE1C,CAAC;AACJ,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Theme } from '@agentskillmania/skill-ui-theme';
|
|
2
|
-
/**
|
|
3
|
-
* Empty state text — muted, small, with vertical breathing room.
|
|
4
|
-
* Used by cards/sections that show "no data" fallback text.
|
|
5
|
-
*/
|
|
6
|
-
export declare function emptyTextStyle(theme: Theme): import("@emotion/react").SerializedStyles;
|
|
7
|
-
//# sourceMappingURL=empty-text.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"empty-text.d.ts","sourceRoot":"","sources":["../../src/styles/empty-text.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AAG7D;;;GAGG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,KAAK,6CAM1C"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { css } from '@emotion/react';
|
|
2
|
-
/**
|
|
3
|
-
* Empty state text — muted, small, with vertical breathing room.
|
|
4
|
-
* Used by cards/sections that show "no data" fallback text.
|
|
5
|
-
*/
|
|
6
|
-
export function emptyTextStyle(theme) {
|
|
7
|
-
return css `
|
|
8
|
-
color: ${theme.color.textTertiary};
|
|
9
|
-
font-size: ${theme.font.size.sm};
|
|
10
|
-
padding: ${theme.spacing[1]} 0;
|
|
11
|
-
`;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=empty-text.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"empty-text.js","sourceRoot":"","sources":["../../src/styles/empty-text.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAC;AAErC;;;GAGG;AACH,MAAM,UAAU,cAAc,CAAC,KAAY;IACzC,OAAO,GAAG,CAAA;aACC,KAAK,CAAC,KAAK,CAAC,YAAY;iBACpB,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;eACpB,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;GAC5B,CAAC;AACJ,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { Theme } from '@agentskillmania/skill-ui-theme';
|
|
2
|
-
/**
|
|
3
|
-
* Expandable detail area transition.
|
|
4
|
-
* Uses max-height for expand/collapse animation.
|
|
5
|
-
*/
|
|
6
|
-
export declare function expandableDetailTransition(theme: Theme, expanded: boolean, duration?: number): import("@emotion/react").SerializedStyles;
|
|
7
|
-
/**
|
|
8
|
-
* Summary row hover style.
|
|
9
|
-
* Adds subtle background on hover.
|
|
10
|
-
*/
|
|
11
|
-
export declare function expandableSummaryHover(theme: Theme): import("@emotion/react").SerializedStyles;
|
|
12
|
-
//# sourceMappingURL=expandable.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"expandable.d.ts","sourceRoot":"","sources":["../../src/styles/expandable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AAG7D;;;GAGG;AACH,wBAAgB,0BAA0B,CACxC,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,OAAO,EACjB,QAAQ,GAAE,MAAY,6CAevB;AAED;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,KAAK,6CAQlD"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { css } from '@emotion/react';
|
|
2
|
-
/**
|
|
3
|
-
* Expandable detail area transition.
|
|
4
|
-
* Uses max-height for expand/collapse animation.
|
|
5
|
-
*/
|
|
6
|
-
export function expandableDetailTransition(theme, expanded, duration = 150) {
|
|
7
|
-
const ms = `${duration}ms`;
|
|
8
|
-
if (expanded) {
|
|
9
|
-
return css `
|
|
10
|
-
max-height: 500px;
|
|
11
|
-
overflow-y: auto;
|
|
12
|
-
transition: max-height ${ms} ${theme.motion.easing.out};
|
|
13
|
-
`;
|
|
14
|
-
}
|
|
15
|
-
return css `
|
|
16
|
-
max-height: 0;
|
|
17
|
-
overflow: hidden;
|
|
18
|
-
transition: max-height ${ms} ${theme.motion.easing.out};
|
|
19
|
-
`;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Summary row hover style.
|
|
23
|
-
* Adds subtle background on hover.
|
|
24
|
-
*/
|
|
25
|
-
export function expandableSummaryHover(theme) {
|
|
26
|
-
return css `
|
|
27
|
-
cursor: pointer;
|
|
28
|
-
transition: background ${theme.motion.duration.fast};
|
|
29
|
-
&:hover {
|
|
30
|
-
background: ${theme.color.fillSecondary};
|
|
31
|
-
}
|
|
32
|
-
`;
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=expandable.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"expandable.js","sourceRoot":"","sources":["../../src/styles/expandable.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAC;AAErC;;;GAGG;AACH,MAAM,UAAU,0BAA0B,CACxC,KAAY,EACZ,QAAiB,EACjB,WAAmB,GAAG;IAEtB,MAAM,EAAE,GAAG,GAAG,QAAQ,IAAI,CAAC;IAC3B,IAAI,QAAQ,EAAE,CAAC;QACb,OAAO,GAAG,CAAA;;;+BAGiB,EAAE,IAAI,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG;KACvD,CAAC;IACJ,CAAC;IACD,OAAO,GAAG,CAAA;;;6BAGiB,EAAE,IAAI,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG;GACvD,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,sBAAsB,CAAC,KAAY;IACjD,OAAO,GAAG,CAAA;;6BAEiB,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI;;oBAEnC,KAAK,CAAC,KAAK,CAAC,aAAa;;GAE1C,CAAC;AACJ,CAAC"}
|
package/dist/styles/index.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { cardBodyTransition, cardHeaderInteractive } from './card.js';
|
|
2
|
-
export { expandableDetailTransition, expandableSummaryHover } from './expandable.js';
|
|
3
|
-
export { metricsRow, metricGrid } from './metric.js';
|
|
4
|
-
export { emptyTextStyle } from './empty-text.js';
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/styles/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AACtE,OAAO,EAAE,0BAA0B,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACrF,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC"}
|
package/dist/styles/index.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { cardBodyTransition, cardHeaderInteractive } from './card.js';
|
|
2
|
-
export { expandableDetailTransition, expandableSummaryHover } from './expandable.js';
|
|
3
|
-
export { metricsRow, metricGrid } from './metric.js';
|
|
4
|
-
export { emptyTextStyle } from './empty-text.js';
|
|
5
|
-
//# sourceMappingURL=index.js.map
|
package/dist/styles/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/styles/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AACtE,OAAO,EAAE,0BAA0B,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACrF,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC"}
|
package/dist/styles/metric.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { Theme } from '@agentskillmania/skill-ui-theme';
|
|
2
|
-
/**
|
|
3
|
-
* Flex-wrap container for metric tiles (variable-width).
|
|
4
|
-
* Tiles wrap to next line when row is full.
|
|
5
|
-
*/
|
|
6
|
-
export declare function metricsRow(theme: Theme): import("@emotion/react").SerializedStyles;
|
|
7
|
-
/**
|
|
8
|
-
* CSS grid container for metric tiles (equal-width columns).
|
|
9
|
-
* @param columns - Number of columns.
|
|
10
|
-
*/
|
|
11
|
-
export declare function metricGrid(theme: Theme, columns: number): import("@emotion/react").SerializedStyles;
|
|
12
|
-
//# sourceMappingURL=metric.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"metric.d.ts","sourceRoot":"","sources":["../../src/styles/metric.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AAG7D;;;GAGG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,KAAK,6CAOtC;AAED;;;GAGG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,6CAOvD"}
|
package/dist/styles/metric.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { css } from '@emotion/react';
|
|
2
|
-
/**
|
|
3
|
-
* Flex-wrap container for metric tiles (variable-width).
|
|
4
|
-
* Tiles wrap to next line when row is full.
|
|
5
|
-
*/
|
|
6
|
-
export function metricsRow(theme) {
|
|
7
|
-
return css `
|
|
8
|
-
display: flex;
|
|
9
|
-
flex-wrap: wrap;
|
|
10
|
-
gap: ${theme.spacing[1]};
|
|
11
|
-
margin-bottom: ${theme.spacing[2]};
|
|
12
|
-
`;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* CSS grid container for metric tiles (equal-width columns).
|
|
16
|
-
* @param columns - Number of columns.
|
|
17
|
-
*/
|
|
18
|
-
export function metricGrid(theme, columns) {
|
|
19
|
-
const cols = Array(columns).fill('1fr').join(' ');
|
|
20
|
-
return css `
|
|
21
|
-
display: grid;
|
|
22
|
-
grid-template-columns: ${cols};
|
|
23
|
-
gap: ${theme.spacing[1]};
|
|
24
|
-
`;
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=metric.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"metric.js","sourceRoot":"","sources":["../../src/styles/metric.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAC;AAErC;;;GAGG;AACH,MAAM,UAAU,UAAU,CAAC,KAAY;IACrC,OAAO,GAAG,CAAA;;;WAGD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;qBACN,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;GAClC,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,UAAU,CAAC,KAAY,EAAE,OAAe;IACtD,MAAM,IAAI,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAClD,OAAO,GAAG,CAAA;;6BAEiB,IAAI;WACtB,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;GACxB,CAAC;AACJ,CAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Avatar color utility
|
|
3
|
-
* Deterministic color assignment based on id hash.
|
|
4
|
-
* Used by ResourceAvatar (portal), AppBrand (frame), and other components.
|
|
5
|
-
*/
|
|
6
|
-
/** Color block palette — solid opaque background + contrasting text color */
|
|
7
|
-
export declare const PALETTE: readonly [{
|
|
8
|
-
readonly bg: "#dc2626";
|
|
9
|
-
readonly text: "#ffffff";
|
|
10
|
-
}, {
|
|
11
|
-
readonly bg: "#2563eb";
|
|
12
|
-
readonly text: "#ffffff";
|
|
13
|
-
}, {
|
|
14
|
-
readonly bg: "#eab308";
|
|
15
|
-
readonly text: "#1a1a1a";
|
|
16
|
-
}, {
|
|
17
|
-
readonly bg: "#16a34a";
|
|
18
|
-
readonly text: "#ffffff";
|
|
19
|
-
}, {
|
|
20
|
-
readonly bg: "#8b5cf6";
|
|
21
|
-
readonly text: "#ffffff";
|
|
22
|
-
}];
|
|
23
|
-
/** Deterministic hash based on id */
|
|
24
|
-
export declare function hashId(id: string): number;
|
|
25
|
-
/** Get avatar background color based on id */
|
|
26
|
-
export declare function getAvatarColor(id: string): {
|
|
27
|
-
bg: string;
|
|
28
|
-
text: string;
|
|
29
|
-
};
|
|
30
|
-
/** Get first letter (uppercase) from name */
|
|
31
|
-
export declare function getInitial(name: string): string;
|
|
32
|
-
//# sourceMappingURL=avatar-color.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"avatar-color.d.ts","sourceRoot":"","sources":["../../src/utils/avatar-color.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6EAA6E;AAC7E,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;EAMV,CAAC;AAEX,qCAAqC;AACrC,wBAAgB,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,CAMzC;AAED,8CAA8C;AAC9C,wBAAgB,cAAc,CAAC,EAAE,EAAE,MAAM,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAGvE;AAED,6CAA6C;AAC7C,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAE/C"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Avatar color utility
|
|
3
|
-
* Deterministic color assignment based on id hash.
|
|
4
|
-
* Used by ResourceAvatar (portal), AppBrand (frame), and other components.
|
|
5
|
-
*/
|
|
6
|
-
/** Color block palette — solid opaque background + contrasting text color */
|
|
7
|
-
export const PALETTE = [
|
|
8
|
-
{ bg: '#dc2626', text: '#ffffff' }, // Red
|
|
9
|
-
{ bg: '#2563eb', text: '#ffffff' }, // Blue
|
|
10
|
-
{ bg: '#eab308', text: '#1a1a1a' }, // Yellow (dark text)
|
|
11
|
-
{ bg: '#16a34a', text: '#ffffff' }, // Green
|
|
12
|
-
{ bg: '#8b5cf6', text: '#ffffff' }, // Purple
|
|
13
|
-
];
|
|
14
|
-
/** Deterministic hash based on id */
|
|
15
|
-
export function hashId(id) {
|
|
16
|
-
let hash = 5381;
|
|
17
|
-
for (let i = 0; i < id.length; i++) {
|
|
18
|
-
hash = ((hash << 5) + hash + id.charCodeAt(i)) | 0;
|
|
19
|
-
}
|
|
20
|
-
return Math.abs(hash);
|
|
21
|
-
}
|
|
22
|
-
/** Get avatar background color based on id */
|
|
23
|
-
export function getAvatarColor(id) {
|
|
24
|
-
const h = hashId(id);
|
|
25
|
-
return PALETTE[h % PALETTE.length];
|
|
26
|
-
}
|
|
27
|
-
/** Get first letter (uppercase) from name */
|
|
28
|
-
export function getInitial(name) {
|
|
29
|
-
return name.charAt(0).toUpperCase();
|
|
30
|
-
}
|
|
31
|
-
//# sourceMappingURL=avatar-color.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"avatar-color.js","sourceRoot":"","sources":["../../src/utils/avatar-color.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6EAA6E;AAC7E,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,EAAE,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,MAAM;IAC1C,EAAE,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,OAAO;IAC3C,EAAE,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,qBAAqB;IACzD,EAAE,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,QAAQ;IAC5C,EAAE,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,SAAS;CACrC,CAAC;AAEX,qCAAqC;AACrC,MAAM,UAAU,MAAM,CAAC,EAAU;IAC/B,IAAI,IAAI,GAAG,IAAI,CAAC;IAChB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;QACnC,IAAI,GAAG,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,GAAG,IAAI,GAAG,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;IACrD,CAAC;IACD,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;AACxB,CAAC;AAED,8CAA8C;AAC9C,MAAM,UAAU,cAAc,CAAC,EAAU;IACvC,MAAM,CAAC,GAAG,MAAM,CAAC,EAAE,CAAC,CAAC;IACrB,OAAO,OAAO,CAAC,CAAC,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;AACrC,CAAC;AAED,6CAA6C;AAC7C,MAAM,UAAU,UAAU,CAAC,IAAY;IACrC,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;AACtC,CAAC"}
|
package/dist/utils/fonts.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../src/utils/fonts.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,+EAA+E;AAC/E,eAAO,MAAM,YAAY,8DAA8D,CAAC"}
|
package/dist/utils/fonts.js
DELETED
package/dist/utils/fonts.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fonts.js","sourceRoot":"","sources":["../../src/utils/fonts.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,+EAA+E;AAC/E,MAAM,CAAC,MAAM,YAAY,GAAG,2DAA2D,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../src/utils/pagination.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,iFAAiF;AACjF,eAAO,MAAM,iBAAiB,KAAK,CAAC"}
|
package/dist/utils/pagination.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.js","sourceRoot":"","sources":["../../src/utils/pagination.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,iFAAiF;AACjF,MAAM,CAAC,MAAM,iBAAiB,GAAG,EAAE,CAAC"}
|