@edu-tosel/design 1.0.119 → 1.0.121
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/interface/Property.d.ts
CHANGED
|
@@ -45,7 +45,7 @@ export type Click<REQ = unknown, RES = any> = (prop?: REQ) => RES;
|
|
|
45
45
|
export type OnClick<Request = unknown, Response = unknown> = (prop?: Request) => Response | ((prop?: Request) => Promise<Response>);
|
|
46
46
|
export interface Button extends LabelWidget {
|
|
47
47
|
}
|
|
48
|
-
export type FileRead =
|
|
48
|
+
export type FileRead = string | ArrayBuffer | null;
|
|
49
49
|
export type Disabled = boolean | OnClick;
|
|
50
50
|
export type Scripts = {
|
|
51
51
|
script?: string;
|
|
@@ -6,7 +6,7 @@ export default function Banner() {
|
|
|
6
6
|
displays: "flex justify-center items-center",
|
|
7
7
|
spacings: "px-5",
|
|
8
8
|
textstyles: "antialiased",
|
|
9
|
-
backgrounds: "bg-
|
|
9
|
+
backgrounds: "bg-image-olympiad bg-cover bg-center",
|
|
10
10
|
};
|
|
11
11
|
const explainer = {
|
|
12
12
|
textstyles: "text-xl md:text-2xl font-pretendard-medium text-gray-light mix-blend-difference sm:text-green-dark sm:mix-blend-normal",
|
package/package.json
CHANGED
package/tailwind.config.ts
CHANGED
package/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.121
|