@powerhousedao/common 4.1.0-dev.9 → 4.1.0-dev.91
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/drive-analytics/processor/document-processor.d.ts +3 -5
- package/dist/drive-analytics/processor/document-processor.d.ts.map +1 -1
- package/dist/drive-analytics/processor/document-processor.js +4 -3
- package/dist/drive-analytics/processor/document-processor.js.map +1 -1
- package/dist/drive-analytics/processor/drive-processor.d.ts +3 -5
- package/dist/drive-analytics/processor/drive-processor.d.ts.map +1 -1
- package/dist/drive-analytics/processor/drive-processor.js +7 -6
- package/dist/drive-analytics/processor/drive-processor.js.map +1 -1
- package/dist/drive-analytics/processor/index.d.ts +4 -3
- package/dist/drive-analytics/processor/index.d.ts.map +1 -1
- package/dist/drive-analytics/processor/index.js +2 -3
- package/dist/drive-analytics/processor/index.js.map +1 -1
- package/dist/drive-analytics/useDocumentAnalytics.d.ts +5 -3
- package/dist/drive-analytics/useDocumentAnalytics.d.ts.map +1 -1
- package/dist/drive-analytics/useDocumentAnalytics.js +3 -1
- package/dist/drive-analytics/useDocumentAnalytics.js.map +1 -1
- package/dist/drive-analytics/useDriveAnalytics.d.ts +3 -3
- package/dist/drive-analytics/useDriveAnalytics.d.ts.map +1 -1
- package/dist/drive-analytics/useDriveAnalytics.js +3 -1
- package/dist/drive-analytics/useDriveAnalytics.js.map +1 -1
- package/dist/editors/generic-drive-explorer/components/create-document.d.ts +1 -7
- package/dist/editors/generic-drive-explorer/components/create-document.d.ts.map +1 -1
- package/dist/editors/generic-drive-explorer/components/create-document.js +12 -9
- package/dist/editors/generic-drive-explorer/components/create-document.js.map +1 -1
- package/dist/editors/generic-drive-explorer/components/file-content-view.d.ts +1 -12
- package/dist/editors/generic-drive-explorer/components/file-content-view.d.ts.map +1 -1
- package/dist/editors/generic-drive-explorer/components/file-content-view.js +7 -11
- package/dist/editors/generic-drive-explorer/components/file-content-view.js.map +1 -1
- package/dist/editors/generic-drive-explorer/components/folder-view.d.ts +3 -12
- package/dist/editors/generic-drive-explorer/components/folder-view.d.ts.map +1 -1
- package/dist/editors/generic-drive-explorer/components/folder-view.js +9 -20
- package/dist/editors/generic-drive-explorer/components/folder-view.js.map +1 -1
- package/dist/editors/generic-drive-explorer/components/index.d.ts +6 -0
- package/dist/editors/generic-drive-explorer/components/index.d.ts.map +1 -0
- package/dist/editors/generic-drive-explorer/components/index.js +6 -0
- package/dist/editors/generic-drive-explorer/components/index.js.map +1 -0
- package/dist/editors/generic-drive-explorer/components/layout.d.ts +1 -1
- package/dist/editors/generic-drive-explorer/components/layout.d.ts.map +1 -1
- package/dist/editors/generic-drive-explorer/components/layout.js.map +1 -1
- package/dist/editors/generic-drive-explorer/components/search-bar.d.ts.map +1 -1
- package/dist/editors/generic-drive-explorer/components/search-bar.js +1 -1
- package/dist/editors/generic-drive-explorer/components/search-bar.js.map +1 -1
- package/dist/editors/generic-drive-explorer/config.d.ts +3 -0
- package/dist/editors/generic-drive-explorer/config.d.ts.map +1 -0
- package/dist/editors/generic-drive-explorer/config.js +5 -0
- package/dist/editors/generic-drive-explorer/config.js.map +1 -0
- package/dist/editors/generic-drive-explorer/editor.d.ts +2 -6
- package/dist/editors/generic-drive-explorer/editor.d.ts.map +1 -1
- package/dist/editors/generic-drive-explorer/editor.js +10 -37
- package/dist/editors/generic-drive-explorer/editor.js.map +1 -1
- package/dist/editors/generic-drive-explorer/generic-drive-explorer.stories.d.ts +3 -4
- package/dist/editors/generic-drive-explorer/generic-drive-explorer.stories.d.ts.map +1 -1
- package/dist/editors/generic-drive-explorer/generic-drive-explorer.stories.js +18 -2
- package/dist/editors/generic-drive-explorer/generic-drive-explorer.stories.js.map +1 -1
- package/dist/editors/generic-drive-explorer/index.d.ts +3 -3
- package/dist/editors/generic-drive-explorer/index.d.ts.map +1 -1
- package/dist/editors/generic-drive-explorer/index.js +3 -11
- package/dist/editors/generic-drive-explorer/index.js.map +1 -1
- package/dist/editors/generic-drive-explorer/module.d.ts +3 -0
- package/dist/editors/generic-drive-explorer/module.d.ts.map +1 -0
- package/dist/editors/generic-drive-explorer/module.js +10 -0
- package/dist/editors/generic-drive-explorer/module.js.map +1 -0
- package/dist/editors/index.d.ts +2 -1
- package/dist/editors/index.d.ts.map +1 -1
- package/dist/editors/index.js +3 -1
- package/dist/editors/index.js.map +1 -1
- package/dist/editors/styles.css +72 -4648
- package/dist/editors/utils/cn.d.ts +3 -0
- package/dist/editors/utils/cn.d.ts.map +1 -0
- package/dist/editors/utils/cn.js +6 -0
- package/dist/editors/utils/cn.js.map +1 -0
- package/dist/editors/utils/index.d.ts +2 -9
- package/dist/editors/utils/index.d.ts.map +1 -1
- package/dist/editors/utils/index.js +2 -5
- package/dist/editors/utils/index.js.map +1 -1
- package/dist/editors/utils/types.d.ts +8 -0
- package/dist/editors/utils/types.d.ts.map +1 -0
- package/dist/editors/utils/types.js +2 -0
- package/dist/editors/utils/types.js.map +1 -0
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/index.d.ts +1 -2
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1 -9
- package/dist/utils/index.js.map +1 -1
- package/package.json +28 -39
- package/dist/editors/utils/storybook.d.ts +0 -9
- package/dist/editors/utils/storybook.d.ts.map +0 -1
- package/dist/editors/utils/storybook.js +0 -51
- package/dist/editors/utils/storybook.js.map +0 -1
- package/dist/hooks/useTimelineItems.d.ts +0 -25
- package/dist/hooks/useTimelineItems.d.ts.map +0 -1
- package/dist/hooks/useTimelineItems.js +0 -103
- package/dist/hooks/useTimelineItems.js.map +0 -1
- package/dist/package.json +0 -91
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../../editors/utils/cn.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAIvC,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cn.js","sourceRoot":"","sources":["../../../editors/utils/cn.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAC5B,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAEzC,MAAM,UAAU,EAAE,CAAC,GAAG,MAAoB;IACxC,OAAO,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;AAC/B,CAAC"}
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
export type BaseProps<T extends HTMLElement = HTMLDivElement> = {
|
|
4
|
-
className?: string;
|
|
5
|
-
style?: React.CSSProperties;
|
|
6
|
-
id?: string;
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
containerProps?: Omit<React.HTMLAttributes<T>, "className" | "style" | "id">;
|
|
9
|
-
};
|
|
1
|
+
export * from "./cn.js";
|
|
2
|
+
export * from "./types.js";
|
|
10
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../editors/utils/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../editors/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../editors/utils/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../editors/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export type BaseProps<T extends HTMLElement = HTMLDivElement> = {
|
|
2
|
+
className?: string;
|
|
3
|
+
style?: React.CSSProperties;
|
|
4
|
+
id?: string;
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
containerProps?: Omit<React.HTMLAttributes<T>, "className" | "style" | "id">;
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../editors/utils/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,CAAC,CAAC,SAAS,WAAW,GAAG,cAAc,IAAI;IAC9D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,WAAW,GAAG,OAAO,GAAG,IAAI,CAAC,CAAC;CAC9E,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../editors/utils/types.ts"],"names":[],"mappings":""}
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../hooks/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../hooks/index.ts"],"names":[],"mappings":""}
|
package/dist/hooks/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/hooks/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../hooks/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../hooks/index.ts"],"names":[],"mappings":""}
|
package/dist/index.d.ts
CHANGED
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC"}
|
package/dist/index.js
CHANGED
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC"}
|