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.
@@ -183,9 +183,7 @@ interface DateInputElement extends BaseElementProps {
183
183
  value?: string;
184
184
  placeholder?: string;
185
185
  props?: React.InputHTMLAttributes<HTMLInputElement>;
186
- calendarIconClassName?: string;
187
- container1ClassName?: string;
188
- container2ClassName?: string;
186
+ calendarClassName?: string;
189
187
  inputClassName?: string;
190
188
  }
191
189
  interface TextAreaElement extends BaseElementProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.1.96",
3
+ "version": "1.1.98",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",