@marvelousdesigner/design-system
Advanced tools
Comparing version 0.1.17-alpha-1 to 0.1.17-alpha-2
import React from "react"; | ||
type SupportInputType = "password" | "text"; | ||
type InputStatusType = "initial" | "loading" | "success" | "fail"; | ||
type InputStatusType = "initial" | "loading" | "success" | "fail" | "disabled"; | ||
type ViewType = "default" | "withIcon" | "withIconAndText" | "withAssistiveText" | "combination" | "withLabel"; | ||
@@ -14,2 +14,4 @@ interface CustomInputProps { | ||
reverse: boolean; | ||
cursorIndex: number; | ||
isOptional: boolean; | ||
} | ||
@@ -16,0 +18,0 @@ type InputProps = CustomInputProps & React.InputHTMLAttributes<HTMLInputElement>; |
@@ -1,2 +0,2 @@ | ||
import React, { ReactNode } from 'react'; | ||
import React, { ReactNode } from "react"; | ||
type SNBProps = { | ||
@@ -3,0 +3,0 @@ data: {}; |
{ | ||
"name": "@marvelousdesigner/design-system", | ||
"version": "0.1.17-alpha-1", | ||
"version": "0.1.17-alpha-2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15526
1186441