@ssa-ui-kit/core 2.16.1 → 2.16.2

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.
@@ -26,7 +26,8 @@ export type DateRangePickerProps = {
26
26
  controlsWrapper?: string;
27
27
  inputFrom?: string;
28
28
  inputTo?: string;
29
- icon?: string;
29
+ arrowIcon?: string;
30
+ calendarIcon?: string;
30
31
  };
31
32
  calendar?: string;
32
33
  label?: string;
package/dist/index.js CHANGED
@@ -11678,7 +11678,7 @@ const Trigger = () => {
11678
11678
  name: "carrot-right",
11679
11679
  size: 18,
11680
11680
  color: theme.colors.greyDarker80,
11681
- className: classNames?.trigger?.icon,
11681
+ className: classNames?.trigger?.arrowIcon,
11682
11682
  css: Trigger_ref
11683
11683
  }), (0,jsx_runtime_namespaceObject.jsx)(TriggerInput, {
11684
11684
  datepickerType: "to",
@@ -11699,6 +11699,7 @@ const Trigger = () => {
11699
11699
  variant: "tertiary",
11700
11700
  "aria-label": "Calendar",
11701
11701
  isDisabled: disabled,
11702
+ className: classNames?.trigger?.calendarIcon,
11702
11703
  css: /*#__PURE__*/(0,react_namespaceObject.css)({
11703
11704
  padding: 0,
11704
11705
  margin: '0 8px 0 14px',