oziko-ui-kit 0.0.75 → 0.0.77

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.css CHANGED
@@ -2899,6 +2899,19 @@ input:checked + .Switch-module_slider__sHGGR::before {
2899
2899
  .TextArea-module_container__VXi9C .TextArea-module_icon__iVGeQ {
2900
2900
  color: var(--oziko-color-font-primary);
2901
2901
  }
2902
+ .Date-module_datePickerContainer__2futK {
2903
+ background-color: var(--oziko-color-input-background);
2904
+ border-radius: var(--oziko-border-radius-md);
2905
+ color: var(--oziko-color-input-placeholder);
2906
+ padding: var(--oziko-padding-md) var(--oziko-padding-lg);
2907
+ }
2908
+ .Date-module_datePickerContainer__2futK input {
2909
+ padding: 0;
2910
+ }
2911
+
2912
+ .Date-module_text__eXWDJ {
2913
+ color: var(--oziko-color-input-placeholder) !important;
2914
+ }
2902
2915
  .Boolean-module_container__RN4yt {
2903
2916
  background-color: var(--oziko-color-input-background);
2904
2917
  border-radius: var(--oziko-border-radius-md);
@@ -173,6 +173,7 @@ export { type TypeCell } from "./components/organisms/table/Table";
173
173
  export { type NotificationPlacement, type NotificationConfig, type NotificationAPI, type NotificationProviderProps, } from "./components/organisms/notification";
174
174
  export { type IconName } from "./utils/iconList";
175
175
  export { type TypeInputType } from "./custom-hooks/useInputRepresenter";
176
+ export { type TypeProperties } from "./custom-hooks/useInputRepresenter";
176
177
  export { api as apiUtil } from "./utils/api";
177
178
  export { color as colorUtil } from "./utils/color";
178
179
  export { helperUtils } from "./utils/helperUtils";