@lotte-innovate/ui-component-test 0.2.1 → 0.2.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/globals.css
CHANGED
|
@@ -1042,6 +1042,10 @@ video {
|
|
|
1042
1042
|
width: 200px;
|
|
1043
1043
|
}
|
|
1044
1044
|
|
|
1045
|
+
.w-\[20px\]{
|
|
1046
|
+
width: 20px;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1045
1049
|
.w-\[220px\]{
|
|
1046
1050
|
width: 220px;
|
|
1047
1051
|
}
|
|
@@ -1114,6 +1118,10 @@ video {
|
|
|
1114
1118
|
width: 500px;
|
|
1115
1119
|
}
|
|
1116
1120
|
|
|
1121
|
+
.w-\[50px\]{
|
|
1122
|
+
width: 50px;
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1117
1125
|
.w-\[52px\]{
|
|
1118
1126
|
width: 52px;
|
|
1119
1127
|
}
|
|
@@ -6,7 +6,7 @@ export interface HeaderProps extends VariantProps<typeof headerVariants> {
|
|
|
6
6
|
}
|
|
7
7
|
declare let headerVariants: (props?: ({
|
|
8
8
|
weight?: "bold" | "medium" | "regular" | "semibold" | null | undefined;
|
|
9
|
-
headers?: "
|
|
9
|
+
headers?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | null | undefined;
|
|
10
10
|
color?: string | null | undefined;
|
|
11
11
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
12
12
|
export declare const Header: React.ForwardRefExoticComponent<Omit<import("@radix-ui/themes").HeadingProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & HeaderProps & React.RefAttributes<HTMLHeadingElement>>;
|
package/dist/styles.css
CHANGED
|
@@ -3249,6 +3249,9 @@
|
|
|
3249
3249
|
}
|
|
3250
3250
|
|
|
3251
3251
|
:root {
|
|
3252
|
+
--default-font-family: 'Noto Sans KR', 'sans-serif', 'Nunito Sans', 'Helvetica Neue', 'Helvetica',
|
|
3253
|
+
'Arial', 'Segoe UI (Custom)', Roboto, 'Helvetica Neue', 'Open Sans (Custom)', system-ui,
|
|
3254
|
+
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
3252
3255
|
--gray-contrast: white;
|
|
3253
3256
|
--mauve-contrast: white;
|
|
3254
3257
|
--slate-contrast: white;
|