akeyless-client-commons 1.1.96 → 1.1.98
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/components/index.d.mts +2 -4
- package/dist/components/index.d.ts +2 -4
- package/dist/components/index.js +148 -148
- package/dist/components/index.mjs +147 -147
- package/dist/types/index.d.mts +1 -3
- package/dist/types/index.d.ts +1 -3
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -183,9 +183,7 @@ interface DateInputElement extends BaseElementProps {
|
|
|
183
183
|
value?: string;
|
|
184
184
|
placeholder?: string;
|
|
185
185
|
props?: React.InputHTMLAttributes<HTMLInputElement>;
|
|
186
|
-
|
|
187
|
-
container1ClassName?: string;
|
|
188
|
-
container2ClassName?: string;
|
|
186
|
+
calendarClassName?: string;
|
|
189
187
|
inputClassName?: string;
|
|
190
188
|
}
|
|
191
189
|
interface TextAreaElement extends BaseElementProps {
|