dst-rg 1.0.7 → 1.0.8

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/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, isPrice, ...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, ...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-pguX4wiN.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-DVdz6C5h.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-CFvpPuYw.css">
10
10
  </head>
11
11