@kilnonedre/foundation 0.0.9 → 0.0.10
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// src/render/index.tsx
|
|
1
|
+
// src/render/form/index.tsx
|
|
2
2
|
import { EyeIcon, EyeOffIcon } from "lucide-react";
|
|
3
3
|
|
|
4
4
|
// src/shadcn/components/button.tsx
|
|
@@ -319,7 +319,7 @@ function InputGroupInput({
|
|
|
319
319
|
);
|
|
320
320
|
}
|
|
321
321
|
|
|
322
|
-
// src/render/index.tsx
|
|
322
|
+
// src/render/form/index.tsx
|
|
323
323
|
import { jsx as jsx6, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
324
324
|
var getSuccessMessage = (mode) => {
|
|
325
325
|
switch (mode) {
|