@xyo-network/react-os 4.4.10 → 4.4.11
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/browser/components/Profile/Profile.d.ts +8 -0
- package/dist/browser/components/Profile/Profile.d.ts.map +1 -0
- package/dist/browser/components/Profile/StatsModal.d.ts +3 -0
- package/dist/browser/components/Profile/StatsModal.d.ts.map +1 -0
- package/dist/browser/components/Profile/index.d.ts +2 -0
- package/dist/browser/components/Profile/index.d.ts.map +1 -0
- package/dist/browser/components/TestComponent.d.ts +6 -0
- package/dist/browser/components/TestComponent.d.ts.map +1 -0
- package/dist/browser/components/XyOsClock/XyOsClock.d.ts +18 -0
- package/dist/browser/components/XyOsClock/XyOsClock.d.ts.map +1 -0
- package/dist/browser/components/XyOsClock/index.d.ts +2 -0
- package/dist/browser/components/XyOsClock/index.d.ts.map +1 -0
- package/dist/browser/components/index.d.ts +2 -0
- package/dist/browser/components/index.d.ts.map +1 -0
- package/dist/browser/index.d.ts +2 -7
- package/dist/browser/index.d.ts.map +1 -0
- package/package.json +7 -7
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { PaperProps } from '@mui/material';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export interface XyOsProfileProps extends PaperProps {
|
|
4
|
+
pfp: string;
|
|
5
|
+
xns: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const XyOsProfile: React.FC<XyOsProfileProps>;
|
|
8
|
+
//# sourceMappingURL=Profile.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Profile.d.ts","sourceRoot":"","sources":["../../../../src/components/Profile/Profile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAM/C,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,MAAM,WAAW,gBAAiB,SAAQ,UAAU;IAClD,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;CACZ;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAkElD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StatsModal.d.ts","sourceRoot":"","sources":["../../../../src/components/Profile/StatsModal.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAS9B,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAiC9B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Profile/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TestComponent.d.ts","sourceRoot":"","sources":["../../../src/components/TestComponent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAC9C,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,kBAAmB,SAAQ,iBAAiB;CAAG;AAEhE,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAEtD,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { BoxProps } from '@mui/material';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
interface ClockProps extends BoxProps {
|
|
4
|
+
date: number;
|
|
5
|
+
}
|
|
6
|
+
export interface XyOsClockProps {
|
|
7
|
+
clockSize: 'small' | 'medium' | 'large';
|
|
8
|
+
clockType: 'appbar' | 'widget';
|
|
9
|
+
}
|
|
10
|
+
export declare const XyOsClock: React.FC<XyOsClockProps>;
|
|
11
|
+
export declare const SmallAppBarClock: React.FC<ClockProps>;
|
|
12
|
+
export declare const MediumAppBarClock: React.FC<ClockProps>;
|
|
13
|
+
export declare const LargeAppBarClock: React.FC<ClockProps>;
|
|
14
|
+
export declare const SmallWidgetClock: React.FC<ClockProps>;
|
|
15
|
+
export declare const MediumWidgetClock: React.FC<ClockProps>;
|
|
16
|
+
export declare const LargeWidgetClock: React.FC<ClockProps>;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=XyOsClock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"XyOsClock.d.ts","sourceRoot":"","sources":["../../../../src/components/XyOsClock/XyOsClock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAK7C,OAAO,KAA8B,MAAM,OAAO,CAAA;AAElD,UAAU,UAAW,SAAQ,QAAQ;IACnC,IAAI,EAAE,MAAM,CAAA;CACb;AAaD,MAAM,WAAW,cAAc;IAC7B,SAAS,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IACvC,SAAS,EAAE,QAAQ,GAAG,QAAQ,CAAA;CAC/B;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA8B9C,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAOjD,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAOlD,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAOjD,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CASjD,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CASlD,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAUjD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/XyOsClock/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
|
package/dist/browser/index.d.ts
CHANGED
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
interface TestComponentProps extends PropsWithChildren {
|
|
4
|
-
}
|
|
5
|
-
declare const TestComponent: React.FC<TestComponentProps>;
|
|
6
|
-
|
|
7
|
-
export { TestComponent, type TestComponentProps };
|
|
1
|
+
export * from './components/index.ts';
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-os",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.11",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -44,20 +44,20 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@mui/icons-material": "^6.4.6",
|
|
47
|
-
"@xylabs/react-flexbox": "^5.3.
|
|
47
|
+
"@xylabs/react-flexbox": "^5.3.25",
|
|
48
48
|
"date-fns": "^4.1.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@mui/material": "^6.4.6",
|
|
52
52
|
"@mui/styles": "^6.4.6",
|
|
53
|
-
"@storybook/react": "^8.6.
|
|
54
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
|
55
|
-
"@xylabs/tsconfig-react": "^5.0.
|
|
53
|
+
"@storybook/react": "^8.6.3",
|
|
54
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.39",
|
|
55
|
+
"@xylabs/tsconfig-react": "^5.0.39",
|
|
56
56
|
"react": "^18.3.1",
|
|
57
57
|
"react-dom": "^18.3.1",
|
|
58
58
|
"react-router-dom": "^7.2.0",
|
|
59
|
-
"storybook": "^8.6.
|
|
60
|
-
"typescript": "^5.
|
|
59
|
+
"storybook": "^8.6.3",
|
|
60
|
+
"typescript": "^5.8.2"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@mui/material": "^6",
|