@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.
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?.
|
|
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',
|