@coldsurf/ocean-road 1.16.0 → 1.16.1-alpha.2
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.d.ts +87 -68
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +260 -182
- package/dist/index.js.map +1 -1
- package/dist/native.cjs.map +1 -1
- package/dist/native.d.cts +17 -17
- package/dist/native.d.cts.map +1 -1
- package/dist/native.d.ts +19 -19
- package/dist/native.d.ts.map +1 -1
- package/dist/native.js.map +1 -1
- package/dist/next.cjs +111 -33
- package/dist/next.cjs.map +1 -1
- package/dist/next.d.cts +4 -4
- package/dist/next.d.ts +4 -4
- package/dist/next.js +111 -33
- package/dist/next.js.map +1 -1
- package/package.json +17 -24
- package/src/extensions/index.ts +2 -0
- package/src/extensions/ticket-item/index.ts +1 -0
- package/src/extensions/ticket-item/ticket-item.tsx +151 -0
- package/tokens/css/color/variables-dark.css +1 -1
- package/tokens/css/color/variables-light.css +1 -1
- package/tokens/css/color/variables.css +1 -1
- package/tokens/css/typography/variables.css +1 -1
- package/tokens/js/color/variables-theme.d.ts +1 -1
- package/tokens/js/color/variables-theme.js +1 -1
- package/tokens/js/color/variables.d.ts +1 -1
- package/tokens/js/color/variables.js +1 -1
package/dist/next.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react63 from "react";
|
|
2
2
|
import * as react59 from "react";
|
|
3
3
|
import * as react60 from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react62 from "react";
|
|
5
5
|
import * as react21 from "react";
|
|
6
6
|
import * as react0 from "react";
|
|
7
7
|
import { AnchorHTMLAttributes, DependencyList, MouseEventHandler, PropsWithChildren, ReactNode } from "react";
|
|
@@ -71,7 +71,7 @@ declare function GlobalLink({
|
|
|
71
71
|
onClick,
|
|
72
72
|
target,
|
|
73
73
|
...otherProps
|
|
74
|
-
}: PropsWithChildren<LinkProps & AnchorHTMLAttributes<HTMLAnchorElement>>):
|
|
74
|
+
}: PropsWithChildren<LinkProps & AnchorHTMLAttributes<HTMLAnchorElement>>): react63.JSX.Element;
|
|
75
75
|
//# sourceMappingURL=global-link.d.ts.map
|
|
76
76
|
//#endregion
|
|
77
77
|
//#region src/next/global-link/global-link.store.d.ts
|
|
@@ -111,7 +111,7 @@ declare function AppFooter({
|
|
|
111
111
|
playStoreUrl: string;
|
|
112
112
|
instagramUrl: string;
|
|
113
113
|
xUrl: string;
|
|
114
|
-
}):
|
|
114
|
+
}): react62.JSX.Element;
|
|
115
115
|
//# sourceMappingURL=app-footer.d.ts.map
|
|
116
116
|
//#endregion
|
|
117
117
|
//#region src/next/app-header/index.d.ts
|
package/dist/next.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _emotion_styled0 from "@emotion/styled";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react62 from "react";
|
|
3
3
|
import * as react61 from "react";
|
|
4
4
|
import * as react59 from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react63 from "react";
|
|
6
6
|
import * as react21 from "react";
|
|
7
7
|
import * as react0 from "react";
|
|
8
8
|
import { AnchorHTMLAttributes, DependencyList, MouseEventHandler, PropsWithChildren, ReactNode } from "react";
|
|
@@ -71,7 +71,7 @@ declare function GlobalLink({
|
|
|
71
71
|
onClick,
|
|
72
72
|
target,
|
|
73
73
|
...otherProps
|
|
74
|
-
}: PropsWithChildren<LinkProps & AnchorHTMLAttributes<HTMLAnchorElement>>):
|
|
74
|
+
}: PropsWithChildren<LinkProps & AnchorHTMLAttributes<HTMLAnchorElement>>): react62.JSX.Element;
|
|
75
75
|
//# sourceMappingURL=global-link.d.ts.map
|
|
76
76
|
//#endregion
|
|
77
77
|
//#region src/next/global-link/global-link.store.d.ts
|
|
@@ -111,7 +111,7 @@ declare function AppFooter({
|
|
|
111
111
|
playStoreUrl: string;
|
|
112
112
|
instagramUrl: string;
|
|
113
113
|
xUrl: string;
|
|
114
|
-
}):
|
|
114
|
+
}): react63.JSX.Element;
|
|
115
115
|
//# sourceMappingURL=app-footer.d.ts.map
|
|
116
116
|
//#endregion
|
|
117
117
|
//#region src/next/app-header/index.d.ts
|