dst-rg 1.0.4 → 1.0.6
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/assets/{index-BOTEqled.js → index-pguX4wiN.js} +18 -18
- package/dist/index.d.ts +1 -1
- package/dist/index.html +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/Input/_.stories.tsx +11 -0
- package/src/components/Input/_.style.ts +1 -1
- package/src/components/Input/_.types.ts +1 -0
- package/src/components/Input/helper.tsx +15 -0
- package/src/components/Input/index.tsx +40 -16
package/dist/index.d.ts
CHANGED
|
@@ -287,7 +287,7 @@ interface ImageMagnifyProps {
|
|
|
287
287
|
|
|
288
288
|
declare function ImageMagnify({ src, alt, zoom, lensSize, className, lensVisibleClassName, zoomPaneVisibleClassName, touchToggle, zoomPaneSize, zoomPanePosition, zoomMode, }: ImageMagnifyProps): any;
|
|
289
289
|
|
|
290
|
-
declare const Input: ({ size, type, inputType, disabled, id, label, required, error, hintText, placeholder, helpIcon, icon, leadingTextValue, className, trailingDropdownOptions, trailingDropdownDefault, onChange, value, tooltipProps, trailingButtonText, name, labelClass, labelStarClass, shabaLabelSize, autoFocus, ...props }: Readonly<inputProps>) => any;
|
|
290
|
+
declare const Input: ({ size, type, inputType, disabled, id, label, required, error, hintText, placeholder, helpIcon, icon, leadingTextValue, className, trailingDropdownOptions, trailingDropdownDefault, onChange, value, tooltipProps, trailingButtonText, name, labelClass, labelStarClass, shabaLabelSize, autoFocus, isPrice, ...props }: Readonly<inputProps>) => any;
|
|
291
291
|
|
|
292
292
|
interface MessageProps {
|
|
293
293
|
variant?: "primary" | "gray" | "white";
|
package/dist/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Design System | Rahkargostaran</title>
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-pguX4wiN.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-CFvpPuYw.css">
|
|
10
10
|
</head>
|
|
11
11
|
|