@lotte-innovate/ui-component-test 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +163 -163
- package/dist/Typography/Header/index.d.ts +1 -1
- package/dist/Typography/index.d.ts +2 -2
- package/dist/Typography/index.js +3 -3
- package/dist/app/page.d.ts +1 -1
- package/dist/app/page.js +3 -22
- package/dist/components/Input/Input.stories.d.ts +77 -0
- package/dist/components/Input/Input.stories.js +74 -0
- package/dist/components/Input/index.d.ts +14 -0
- package/dist/components/Input/index.js +53 -0
- package/dist/components/Tooltip/index.d.ts +1 -1
- package/dist/components/index.d.ts +0 -2
- package/dist/index.d.ts +2 -5
- package/dist/index.js +0 -3
- package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +11 -11
- package/dist/stories/navigation-menu/NavigationMenu.stories.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +120 -118
@@ -17,14 +17,10 @@ declare const meta: {
|
|
17
17
|
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
18
18
|
value?: string | undefined;
|
19
19
|
className?: string | undefined;
|
20
|
+
defaultValue?: string | undefined;
|
20
21
|
color?: "slate" | "olive" | "sand" | "tomato" | "red" | "ruby" | "crimson" | "pink" | "plum" | "purple" | "violet" | "iris" | "indigo" | "blue" | "cyan" | "teal" | "jade" | "green" | "grass" | "brown" | "bronze" | "gold" | "sky" | "mint" | "lime" | "yellow" | "amber" | "orange" | "black" | "white" | undefined;
|
21
|
-
|
22
|
+
onChange?: import("react").FormEventHandler<HTMLElement> | undefined;
|
22
23
|
defaultChecked?: boolean | undefined;
|
23
|
-
defaultValue?: string | undefined;
|
24
|
-
slot?: string | undefined;
|
25
|
-
style?: import("react").CSSProperties | undefined;
|
26
|
-
title?: string | undefined;
|
27
|
-
key?: import("react").Key | null | undefined;
|
28
24
|
suppressContentEditableWarning?: boolean | undefined;
|
29
25
|
suppressHydrationWarning?: boolean | undefined;
|
30
26
|
accessKey?: string | undefined;
|
@@ -37,8 +33,11 @@ declare const meta: {
|
|
37
33
|
id?: string | undefined;
|
38
34
|
lang?: string | undefined;
|
39
35
|
nonce?: string | undefined;
|
36
|
+
slot?: string | undefined;
|
40
37
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
38
|
+
style?: import("react").CSSProperties | undefined;
|
41
39
|
tabIndex?: number | undefined;
|
40
|
+
title?: string | undefined;
|
42
41
|
translate?: "yes" | "no" | undefined;
|
43
42
|
radioGroup?: string | undefined;
|
44
43
|
role?: import("react").AriaRole | undefined;
|
@@ -64,7 +63,7 @@ declare const meta: {
|
|
64
63
|
results?: number | undefined;
|
65
64
|
security?: string | undefined;
|
66
65
|
unselectable?: "on" | "off" | undefined;
|
67
|
-
inputMode?: "none" | "text" | "search" | "
|
66
|
+
inputMode?: "none" | "text" | "search" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
68
67
|
is?: string | undefined;
|
69
68
|
inert?: boolean | undefined;
|
70
69
|
tw?: string | undefined;
|
@@ -80,7 +79,7 @@ declare const meta: {
|
|
80
79
|
"aria-colindextext"?: string | undefined;
|
81
80
|
"aria-colspan"?: number | undefined;
|
82
81
|
"aria-controls"?: string | undefined;
|
83
|
-
"aria-current"?: boolean | "true" | "false" | "
|
82
|
+
"aria-current"?: boolean | "true" | "false" | "step" | "time" | "date" | "page" | "location" | undefined;
|
84
83
|
"aria-describedby"?: string | undefined;
|
85
84
|
"aria-description"?: string | undefined;
|
86
85
|
"aria-details"?: string | undefined;
|
@@ -141,7 +140,6 @@ declare const meta: {
|
|
141
140
|
onFocusCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
142
141
|
onBlur?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
143
142
|
onBlurCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
144
|
-
onChange?: import("react").FormEventHandler<HTMLElement> | undefined;
|
145
143
|
onChangeCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
146
144
|
onBeforeInput?: import("react").FormEventHandler<HTMLElement> | undefined;
|
147
145
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
@@ -285,13 +283,15 @@ declare const meta: {
|
|
285
283
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
286
284
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
287
285
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
288
|
-
|
286
|
+
key?: import("react").Key | null | undefined;
|
287
|
+
asChild?: boolean | undefined;
|
289
288
|
onValueChange?: ((value: string) => void) | undefined;
|
289
|
+
orientation?: ("horizontal" | "vertical") | undefined;
|
290
290
|
delayDuration?: number | undefined;
|
291
291
|
skipDelayDuration?: number | undefined;
|
292
292
|
appearance?: "solid" | "ghost" | undefined;
|
293
|
-
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
294
293
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
294
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
295
295
|
size?: "small" | "medium" | null | undefined;
|
296
296
|
ref?: import("react").LegacyRef<HTMLElement> | undefined;
|
297
297
|
}>) => import("react/jsx-runtime").JSX.Element)[];
|
@@ -25,7 +25,7 @@ import { appearanceOptions, commonArgTypes, sizeOptions } from '../../constants'
|
|
25
25
|
import { NavigationMenu, NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, } from 'components/NavigationMenu';
|
26
26
|
import Image from 'next/image';
|
27
27
|
import { Text } from 'Typography/Text';
|
28
|
-
import
|
28
|
+
import Card from 'components/Card';
|
29
29
|
var meta = {
|
30
30
|
title: 'Component/NavigationMenu',
|
31
31
|
component: NavigationMenu,
|