@epam/uui 5.12.0-rc.1 → 5.12.1

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/index.js CHANGED
@@ -49,176 +49,176 @@ var customParseFormat__default = /*#__PURE__*/_interopDefault(customParseFormat)
49
49
  var isoWeek__default = /*#__PURE__*/_interopDefault(isoWeek);
50
50
  var FocusLock__default = /*#__PURE__*/_interopDefault(FocusLock);
51
51
 
52
- var _path$Q;
53
- function _extends$Q() { _extends$Q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Q.apply(this, arguments); }
52
+ var _path$R;
53
+ function _extends$R() { return _extends$R = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$R.apply(null, arguments); }
54
54
  var SvgNavigationCloseOutline = function SvgNavigationCloseOutline(props, ref) {
55
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$Q({
55
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$R({
56
56
  xmlns: "http://www.w3.org/2000/svg",
57
57
  width: 24,
58
58
  height: 24,
59
59
  viewBox: "0 0 24 24",
60
60
  ref: ref
61
- }, props), _path$Q || (_path$Q = /*#__PURE__*/React__namespace.createElement("path", {
61
+ }, props), _path$R || (_path$R = /*#__PURE__*/React__namespace.createElement("path", {
62
62
  d: "M6.4 19 5 17.6l5.6-5.6L5 6.4 6.4 5l5.6 5.6L17.6 5 19 6.4 13.4 12l5.6 5.6-1.4 1.4-5.6-5.6L6.4 19z"
63
63
  })));
64
64
  };
65
- var ForwardRef$Q = /*#__PURE__*/React.forwardRef(SvgNavigationCloseOutline);
65
+ var ForwardRef$R = /*#__PURE__*/React.forwardRef(SvgNavigationCloseOutline);
66
66
 
67
- var _path$P;
68
- function _extends$P() { _extends$P = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$P.apply(this, arguments); }
67
+ var _path$Q;
68
+ function _extends$Q() { return _extends$Q = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$Q.apply(null, arguments); }
69
69
  var SvgNavigationChevronDownOutline = function SvgNavigationChevronDownOutline(props, ref) {
70
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$P({
70
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$Q({
71
71
  xmlns: "http://www.w3.org/2000/svg",
72
72
  width: 24,
73
73
  height: 24,
74
74
  viewBox: "0 0 24 24",
75
75
  ref: ref
76
- }, props), _path$P || (_path$P = /*#__PURE__*/React__namespace.createElement("path", {
76
+ }, props), _path$Q || (_path$Q = /*#__PURE__*/React__namespace.createElement("path", {
77
77
  d: "M5.414 8.086 4 9.5l8 8 8-8-1.414-1.414L12 14.672 5.414 8.086z"
78
78
  })));
79
79
  };
80
- var ForwardRef$P = /*#__PURE__*/React.forwardRef(SvgNavigationChevronDownOutline);
80
+ var ForwardRef$Q = /*#__PURE__*/React.forwardRef(SvgNavigationChevronDownOutline);
81
81
 
82
- var _path$O;
83
- function _extends$O() { _extends$O = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$O.apply(this, arguments); }
82
+ var _path$P;
83
+ function _extends$P() { return _extends$P = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$P.apply(null, arguments); }
84
84
  var SvgNotificationDoneOutline = function SvgNotificationDoneOutline(props, ref) {
85
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$O({
85
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$P({
86
86
  xmlns: "http://www.w3.org/2000/svg",
87
87
  width: 24,
88
88
  height: 24,
89
89
  viewBox: "0 0 24 24",
90
90
  ref: ref
91
- }, props), _path$O || (_path$O = /*#__PURE__*/React__namespace.createElement("path", {
91
+ }, props), _path$P || (_path$P = /*#__PURE__*/React__namespace.createElement("path", {
92
92
  d: "m20.503 7.4-1.778-1.78-9.175 9.176-4.275-4.275L3.496 12.3l6.054 6.053L20.503 7.4z"
93
93
  })));
94
94
  };
95
- var ForwardRef$O = /*#__PURE__*/React.forwardRef(SvgNotificationDoneOutline);
95
+ var ForwardRef$P = /*#__PURE__*/React.forwardRef(SvgNotificationDoneOutline);
96
96
 
97
- var _path$N;
98
- function _extends$N() { _extends$N = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); }
97
+ var _path$O;
98
+ function _extends$O() { return _extends$O = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$O.apply(null, arguments); }
99
99
  var SvgActionSearchOutline = function SvgActionSearchOutline(props, ref) {
100
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$N({
100
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$O({
101
101
  xmlns: "http://www.w3.org/2000/svg",
102
102
  width: 24,
103
103
  height: 24,
104
104
  viewBox: "0 0 24 24",
105
105
  ref: ref
106
- }, props), _path$N || (_path$N = /*#__PURE__*/React__namespace.createElement("path", {
106
+ }, props), _path$O || (_path$O = /*#__PURE__*/React__namespace.createElement("path", {
107
107
  fillRule: "evenodd",
108
108
  d: "M17.32 15.906 21.414 20 20 21.414l-4.094-4.094a8 8 0 1 1 1.414-1.414zM11 17a6 6 0 1 0 0-12 6 6 0 0 0 0 12z",
109
109
  clipRule: "evenodd"
110
110
  })));
111
111
  };
112
- var ForwardRef$N = /*#__PURE__*/React.forwardRef(SvgActionSearchOutline);
112
+ var ForwardRef$O = /*#__PURE__*/React.forwardRef(SvgActionSearchOutline);
113
113
 
114
- var _path$M;
115
- function _extends$M() { _extends$M = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$M.apply(this, arguments); }
114
+ var _path$N;
115
+ function _extends$N() { return _extends$N = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$N.apply(null, arguments); }
116
116
  var SvgActionCalendarFill = function SvgActionCalendarFill(props, ref) {
117
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$M({
117
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$N({
118
118
  xmlns: "http://www.w3.org/2000/svg",
119
119
  width: 24,
120
120
  height: 24,
121
121
  viewBox: "0 0 24 24",
122
122
  ref: ref
123
- }, props), _path$M || (_path$M = /*#__PURE__*/React__namespace.createElement("path", {
123
+ }, props), _path$N || (_path$N = /*#__PURE__*/React__namespace.createElement("path", {
124
124
  d: "M5 22a1.93 1.93 0 0 1-1.413-.587A1.928 1.928 0 0 1 3 20V6c0-.55.196-1.02.587-1.412A1.927 1.927 0 0 1 5 4h1V2h2v2h8V2h2v2h1c.55 0 1.021.196 1.413.588.391.391.587.862.587 1.412v14a1.93 1.93 0 0 1-.587 1.413A1.928 1.928 0 0 1 19 22H5zm0-2h14V10H5v10z"
125
125
  })));
126
126
  };
127
- var ForwardRef$M = /*#__PURE__*/React.forwardRef(SvgActionCalendarFill);
127
+ var ForwardRef$N = /*#__PURE__*/React.forwardRef(SvgActionCalendarFill);
128
128
 
129
- var _path$L;
130
- function _extends$L() { _extends$L = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$L.apply(this, arguments); }
129
+ var _path$M;
130
+ function _extends$M() { return _extends$M = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$M.apply(null, arguments); }
131
131
  var SvgNotificationInfoOutline = function SvgNotificationInfoOutline(props, ref) {
132
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$L({
132
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$M({
133
133
  xmlns: "http://www.w3.org/2000/svg",
134
134
  width: 24,
135
135
  height: 24,
136
136
  viewBox: "0 0 24 24",
137
137
  ref: ref
138
- }, props), _path$L || (_path$L = /*#__PURE__*/React__namespace.createElement("path", {
138
+ }, props), _path$M || (_path$M = /*#__PURE__*/React__namespace.createElement("path", {
139
139
  d: "M11 17h2v-6h-2v6zm1-8a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.967.967 0 0 0-.712.287A.968.968 0 0 0 11 8c0 .283.096.52.288.712A.965.965 0 0 0 12 9zm0 13a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20z"
140
140
  })));
141
141
  };
142
- var ForwardRef$L = /*#__PURE__*/React.forwardRef(SvgNotificationInfoOutline);
142
+ var ForwardRef$M = /*#__PURE__*/React.forwardRef(SvgNotificationInfoOutline);
143
143
 
144
- var _path$K;
145
- function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$K.apply(this, arguments); }
144
+ var _path$L;
145
+ function _extends$L() { return _extends$L = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$L.apply(null, arguments); }
146
146
  var SvgFileFileWordFill = function SvgFileFileWordFill(props, ref) {
147
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$K({
147
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$L({
148
148
  xmlns: "http://www.w3.org/2000/svg",
149
149
  width: 24,
150
150
  height: 24,
151
151
  viewBox: "0 0 24 24",
152
152
  ref: ref
153
- }, props), _path$K || (_path$K = /*#__PURE__*/React__namespace.createElement("path", {
153
+ }, props), _path$L || (_path$L = /*#__PURE__*/React__namespace.createElement("path", {
154
154
  fillRule: "evenodd",
155
155
  d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm1.2 18h-1.4L12 13.2 10.2 20H8.8l-2.2-9h1.5l1.4 6.8 1.8-6.8h1.3l1.8 6.8 1.4-6.8h1.5l-2.1 9zM13 9V3.5L18.5 9H13z",
156
156
  clipRule: "evenodd"
157
157
  })));
158
158
  };
159
- var ForwardRef$K = /*#__PURE__*/React.forwardRef(SvgFileFileWordFill);
159
+ var ForwardRef$L = /*#__PURE__*/React.forwardRef(SvgFileFileWordFill);
160
160
 
161
- var _path$J;
162
- function _extends$J() { _extends$J = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$J.apply(this, arguments); }
161
+ var _path$K;
162
+ function _extends$K() { return _extends$K = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$K.apply(null, arguments); }
163
163
  var SvgFileFileExcelFill = function SvgFileFileExcelFill(props, ref) {
164
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$J({
164
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$K({
165
165
  xmlns: "http://www.w3.org/2000/svg",
166
166
  width: 24,
167
167
  height: 24,
168
168
  viewBox: "0 0 24 24",
169
169
  ref: ref
170
- }, props), _path$J || (_path$J = /*#__PURE__*/React__namespace.createElement("path", {
170
+ }, props), _path$K || (_path$K = /*#__PURE__*/React__namespace.createElement("path", {
171
171
  fillRule: "evenodd",
172
172
  d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm1.8 18H14l-2-3.4-2 3.4H8.2l2.9-4.5L8.2 11H10l2 3.4 2-3.4h1.8l-2.9 4.5 2.9 4.5zM13 9V3.5L18.5 9H13z",
173
173
  clipRule: "evenodd"
174
174
  })));
175
175
  };
176
- var ForwardRef$J = /*#__PURE__*/React.forwardRef(SvgFileFileExcelFill);
176
+ var ForwardRef$K = /*#__PURE__*/React.forwardRef(SvgFileFileExcelFill);
177
177
 
178
- var _path$I;
179
- function _extends$I() { _extends$I = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
178
+ var _path$J;
179
+ function _extends$J() { return _extends$J = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$J.apply(null, arguments); }
180
180
  var SvgFileFilePdfFill = function SvgFileFilePdfFill(props, ref) {
181
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$I({
181
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$J({
182
182
  xmlns: "http://www.w3.org/2000/svg",
183
183
  width: 24,
184
184
  height: 24,
185
185
  viewBox: "0 0 24 24",
186
186
  ref: ref
187
- }, props), _path$I || (_path$I = /*#__PURE__*/React__namespace.createElement("path", {
187
+ }, props), _path$J || (_path$J = /*#__PURE__*/React__namespace.createElement("path", {
188
188
  fillRule: "evenodd",
189
189
  d: "M13 9h5.5L13 3.5V9zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm4.1 9.4c-.02.04-.29 1.76-2.1 4.69 0 0-3.5 1.82-2.67 3.18.67 1.08 2.32-.04 3.74-2.68 0 0 1.82-.64 4.24-.82 0 0 3.86 1.73 4.39-.11.52-1.86-3.06-1.44-3.7-1.25 0 0-2-1.35-2.5-3.21 0 0 1.14-3.95-.61-3.9-1.75.05-1.09 3.13-.79 4.1zm.81 1.04c.03.01.47 1.21 1.89 2.46 0 0-2.33.46-3.39.9 0 0 1-1.73 1.5-3.36zm3.93 2.72c.58-.16 2.33.15 2.26.48-.06.33-2.26-.48-2.26-.48zM7.77 17c-.53 1.24-1.44 2-1.67 2-.23 0 .7-1.6 1.67-2zm3.14-6.93c0-.07-.36-2.2 0-2.15.54.08 0 2.08 0 2.15z",
190
190
  clipRule: "evenodd"
191
191
  })));
192
192
  };
193
- var ForwardRef$I = /*#__PURE__*/React.forwardRef(SvgFileFilePdfFill);
193
+ var ForwardRef$J = /*#__PURE__*/React.forwardRef(SvgFileFilePdfFill);
194
194
 
195
- var _path$H;
196
- function _extends$H() { _extends$H = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
195
+ var _path$I;
196
+ function _extends$I() { return _extends$I = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$I.apply(null, arguments); }
197
197
  var SvgFileFileImageFill = function SvgFileFileImageFill(props, ref) {
198
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$H({
198
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$I({
199
199
  xmlns: "http://www.w3.org/2000/svg",
200
200
  width: 24,
201
201
  height: 24,
202
202
  viewBox: "0 0 24 24",
203
203
  ref: ref
204
- }, props), _path$H || (_path$H = /*#__PURE__*/React__namespace.createElement("path", {
204
+ }, props), _path$I || (_path$I = /*#__PURE__*/React__namespace.createElement("path", {
205
205
  fillRule: "evenodd",
206
206
  d: "M13 9h5.5L13 3.5V9zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2zm0 18h12v-8l-4 4-2-2-6 6zM8 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4z",
207
207
  clipRule: "evenodd"
208
208
  })));
209
209
  };
210
- var ForwardRef$H = /*#__PURE__*/React.forwardRef(SvgFileFileImageFill);
210
+ var ForwardRef$I = /*#__PURE__*/React.forwardRef(SvgFileFileImageFill);
211
211
 
212
- var _path$G, _path2$5;
213
- function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
212
+ var _path$H, _path2$5;
213
+ function _extends$H() { return _extends$H = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$H.apply(null, arguments); }
214
214
  var SvgFileFileVideoFill = function SvgFileFileVideoFill(props, ref) {
215
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$G({
215
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$H({
216
216
  xmlns: "http://www.w3.org/2000/svg",
217
217
  width: 24,
218
218
  height: 24,
219
219
  viewBox: "0 0 24 24",
220
220
  ref: ref
221
- }, props), _path$G || (_path$G = /*#__PURE__*/React__namespace.createElement("path", {
221
+ }, props), _path$H || (_path$H = /*#__PURE__*/React__namespace.createElement("path", {
222
222
  d: "M14.992 14 9.5 17.138v-6.276L14.992 14z"
223
223
  })), _path2$5 || (_path2$5 = /*#__PURE__*/React__namespace.createElement("path", {
224
224
  fillRule: "evenodd",
@@ -226,97 +226,98 @@ var SvgFileFileVideoFill = function SvgFileFileVideoFill(props, ref) {
226
226
  clipRule: "evenodd"
227
227
  })));
228
228
  };
229
- var ForwardRef$G = /*#__PURE__*/React.forwardRef(SvgFileFileVideoFill);
229
+ var ForwardRef$H = /*#__PURE__*/React.forwardRef(SvgFileFileVideoFill);
230
230
 
231
- var _path$F;
232
- function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
231
+ var _path$G;
232
+ function _extends$G() { return _extends$G = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$G.apply(null, arguments); }
233
233
  var SvgFileFileTableFill = function SvgFileFileTableFill(props, ref) {
234
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$F({
234
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$G({
235
235
  xmlns: "http://www.w3.org/2000/svg",
236
236
  width: 24,
237
237
  height: 24,
238
238
  viewBox: "0 0 24 24",
239
239
  ref: ref
240
- }, props), _path$F || (_path$F = /*#__PURE__*/React__namespace.createElement("path", {
240
+ }, props), _path$G || (_path$G = /*#__PURE__*/React__namespace.createElement("path", {
241
241
  fillRule: "evenodd",
242
242
  d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-4 17H7v-2h3v2zm0-3H7v-2h3v2zm0-3H7v-2h3v2zm4 6h-3v-2h3v2zm0-3h-3v-2h3v2zm0-3h-3v-2h3v2zm-1-4V3.5L18.5 9H13z",
243
243
  clipRule: "evenodd"
244
244
  })));
245
245
  };
246
- var ForwardRef$F = /*#__PURE__*/React.forwardRef(SvgFileFileTableFill);
246
+ var ForwardRef$G = /*#__PURE__*/React.forwardRef(SvgFileFileTableFill);
247
247
 
248
- var _path$E;
249
- function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
248
+ var _path$F;
249
+ function _extends$F() { return _extends$F = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$F.apply(null, arguments); }
250
250
  var SvgFileFileTextFill = function SvgFileFileTextFill(props, ref) {
251
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$E({
251
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$F({
252
252
  xmlns: "http://www.w3.org/2000/svg",
253
253
  width: 24,
254
254
  height: 24,
255
255
  viewBox: "0 0 24 24",
256
256
  ref: ref
257
- }, props), _path$E || (_path$E = /*#__PURE__*/React__namespace.createElement("path", {
257
+ }, props), _path$F || (_path$F = /*#__PURE__*/React__namespace.createElement("path", {
258
258
  fillRule: "evenodd",
259
259
  d: "M13 9h5.5L13 3.5V9zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2zm9 16v-2H6v2h9zm3-4v-2H6v2h12z",
260
260
  clipRule: "evenodd"
261
261
  })));
262
262
  };
263
- var ForwardRef$E = /*#__PURE__*/React.forwardRef(SvgFileFileTextFill);
263
+ var ForwardRef$F = /*#__PURE__*/React.forwardRef(SvgFileFileTextFill);
264
264
 
265
- var _path$D;
266
- function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
265
+ var _path$E;
266
+ function _extends$E() { return _extends$E = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$E.apply(null, arguments); }
267
267
  var SvgFileFileEmlFill = function SvgFileFileEmlFill(props, ref) {
268
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$D({
268
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$E({
269
269
  xmlns: "http://www.w3.org/2000/svg",
270
270
  width: 24,
271
271
  height: 24,
272
272
  viewBox: "0 0 24 24",
273
273
  ref: ref
274
- }, props), _path$D || (_path$D = /*#__PURE__*/React__namespace.createElement("path", {
274
+ }, props), _path$E || (_path$E = /*#__PURE__*/React__namespace.createElement("path", {
275
275
  fillRule: "evenodd",
276
276
  d: "M4 4c0-1.11.89-2 2-2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4zm9-.5V9h5.5L13 3.5zM7 18v-4.732l5 3.333 5-3.333V18a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1zm5-2.6 4.688-3.126A.997.997 0 0 0 16 12H8a.997.997 0 0 0-.688.274L12 15.399z",
277
277
  clipRule: "evenodd"
278
278
  })));
279
279
  };
280
- var ForwardRef$D = /*#__PURE__*/React.forwardRef(SvgFileFileEmlFill);
280
+ var ForwardRef$E = /*#__PURE__*/React.forwardRef(SvgFileFileEmlFill);
281
281
 
282
- var _path$C;
283
- function _extends$C() { _extends$C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
282
+ var _path$D;
283
+ function _extends$D() { return _extends$D = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$D.apply(null, arguments); }
284
284
  var SvgFileFileFill = function SvgFileFileFill(props, ref) {
285
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$C({
285
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$D({
286
286
  xmlns: "http://www.w3.org/2000/svg",
287
287
  width: 24,
288
288
  height: 24,
289
289
  viewBox: "0 0 24 24",
290
290
  ref: ref
291
- }, props), _path$C || (_path$C = /*#__PURE__*/React__namespace.createElement("path", {
291
+ }, props), _path$D || (_path$D = /*#__PURE__*/React__namespace.createElement("path", {
292
292
  d: "M6 22c-.55 0-1.02-.196-1.412-.587A1.927 1.927 0 0 1 4 20V4c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 6 2h8l6 6v12a1.93 1.93 0 0 1-.587 1.413A1.928 1.928 0 0 1 18 22H6zm7-13h5l-5-5v5z"
293
293
  })));
294
294
  };
295
- var ForwardRef$C = /*#__PURE__*/React.forwardRef(SvgFileFileFill);
295
+ var ForwardRef$D = /*#__PURE__*/React.forwardRef(SvgFileFileFill);
296
296
 
297
297
  const fileIcons = {
298
- docIcon: ForwardRef$K,
299
- exelIcon: ForwardRef$J,
300
- pdfIcon: ForwardRef$I,
301
- imgIcon: ForwardRef$H,
302
- videoIcon: ForwardRef$G,
303
- tableIcon: ForwardRef$F,
304
- textIcon: ForwardRef$E,
305
- mailIcon: ForwardRef$D,
306
- fileIcon: ForwardRef$C,
298
+ docIcon: ForwardRef$L,
299
+ exelIcon: ForwardRef$K,
300
+ pdfIcon: ForwardRef$J,
301
+ imgIcon: ForwardRef$I,
302
+ videoIcon: ForwardRef$H,
303
+ tableIcon: ForwardRef$G,
304
+ textIcon: ForwardRef$F,
305
+ mailIcon: ForwardRef$E,
306
+ fileIcon: ForwardRef$D,
307
307
  };
308
308
  const systemIcons = {
309
- clear: ForwardRef$Q,
310
- foldingArrow: ForwardRef$P,
311
- accept: ForwardRef$O,
312
- search: ForwardRef$N,
313
- calendar: ForwardRef$M,
314
- info: ForwardRef$L,
309
+ clear: ForwardRef$R,
310
+ foldingArrow: ForwardRef$Q,
311
+ accept: ForwardRef$P,
312
+ search: ForwardRef$O,
313
+ calendar: ForwardRef$N,
314
+ info: ForwardRef$M,
315
315
  };
316
316
 
317
317
  const settings = {
318
318
  sizes: {
319
319
  defaults: {
320
+ alert: '48',
320
321
  badge: '36',
321
322
  button: '36',
322
323
  checkbox: '18',
@@ -335,6 +336,13 @@ const settings = {
335
336
  labeledInput: '36',
336
337
  statusIndicator: '24',
337
338
  paginator: '30',
339
+ rating: '18',
340
+ },
341
+ alert: {
342
+ action: {
343
+ 36: '24',
344
+ 48: '30',
345
+ },
338
346
  },
339
347
  tag: {
340
348
  countIndicator: {
@@ -614,11 +622,11 @@ const settings = {
614
622
  },
615
623
  };
616
624
 
617
- var css$1x = {"uui-typography":"VTq0Ic","hero-header":"Nxbcoj","promo-header":"SJKmBu","uui-critical":"Tdy-mY","uui-info":"Ym5eMq","uui-success":"zhX-G5","uui-warning":"nX6ZRk","uui-highlight":"a-VPKw","uui-typography-size-12":"oZLZFJ","uui-typography-size-14":"o6cx54","uui-typography-size-16":"Ab0GF4","root":"_9-V7rx","uuiTypography":"VTq0Ic","heroHeader":"Nxbcoj","promoHeader":"SJKmBu","uuiCritical":"Tdy-mY","uuiInfo":"Ym5eMq","uuiSuccess":"zhX-G5","uuiWarning":"nX6ZRk","uuiHighlight":"a-VPKw","uuiTypographySize12":"oZLZFJ","uuiTypographySize14":"o6cx54","uuiTypographySize16":"Ab0GF4"};
625
+ var css$1y = {"uui-typography":"bIupD9","uuiTypography":"bIupD9","hero-header":"p347HF","heroHeader":"p347HF","promo-header":"k6aEab","promoHeader":"k6aEab","uui-critical":"-IOrW5","uuiCritical":"-IOrW5","uui-info":"IZEWDd","uuiInfo":"IZEWDd","uui-success":"V890Ln","uuiSuccess":"V890Ln","uui-warning":"PifDTf","uuiWarning":"PifDTf","uui-highlight":"_5RNdLe","uuiHighlight":"_5RNdLe","uui-typography-size-12":"d5lkqG","uuiTypographySize12":"d5lkqG","uui-typography-size-14":"_4jPR0g","uuiTypographySize14":"_4jPR0g","uui-typography-size-16":"RyfqIy","uuiTypographySize16":"RyfqIy","root":"xxjvGU"};
618
626
 
619
627
  function applyButtonMods(mods) {
620
628
  return [
621
- css$1x.root,
629
+ css$1y.root,
622
630
  'uui-button',
623
631
  `uui-fill-${mods.fill || 'solid'}`,
624
632
  `uui-color-${mods.color || 'primary'}`,
@@ -632,10 +640,10 @@ const Button = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Button,
632
640
  };
633
641
  });
634
642
 
635
- var css$1w = {"root":"iAU5II"};
643
+ var css$1x = {"root":"ib43H-"};
636
644
 
637
645
  function applyIconButtonMods(props) {
638
- return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1w.root];
646
+ return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1x.root];
639
647
  }
640
648
  const IconButton = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.IconButton, applyIconButtonMods, (props) => {
641
649
  const isDeprecated = ['info', 'success', 'error', 'warning'].includes(props.color);
@@ -669,7 +677,7 @@ function getIconClass(props) {
669
677
  return [classList['has-left-icon'] ? 'uui-has-left-icon' : 'uui-no-left-icon', classList['has-right-icon'] ? 'uui-has-right-icon' : 'uui-no-right-icon'];
670
678
  }
671
679
 
672
- var css$1v = {"uui-typography":"HdoZU2","hero-header":"iw3Ytl","promo-header":"IVtiGU","uui-critical":"UOBnPG","uui-info":"KB9XWu","uui-success":"lWOJFo","uui-warning":"ZLYsmi","uui-highlight":"evCNt1","uui-typography-size-12":"iBOnnp","uui-typography-size-14":"cITbMI","uui-typography-size-16":"_7FZN5J","root":"H-Uotw","uuiTypography":"HdoZU2","heroHeader":"iw3Ytl","promoHeader":"IVtiGU","uuiCritical":"UOBnPG","uuiInfo":"KB9XWu","uuiSuccess":"lWOJFo","uuiWarning":"ZLYsmi","uuiHighlight":"evCNt1","uuiTypographySize12":"iBOnnp","uuiTypographySize14":"cITbMI","uuiTypographySize16":"_7FZN5J"};
680
+ var css$1w = {"uui-typography":"W9w8AI","uuiTypography":"W9w8AI","hero-header":"aat7bG","heroHeader":"aat7bG","promo-header":"J5EtvE","promoHeader":"J5EtvE","uui-critical":"BVwpz5","uuiCritical":"BVwpz5","uui-info":"p1Gm-X","uuiInfo":"p1Gm-X","uui-success":"HXlqrI","uuiSuccess":"HXlqrI","uui-warning":"R--mrk","uuiWarning":"R--mrk","uui-highlight":"_18Cl0U","uuiHighlight":"_18Cl0U","uui-typography-size-12":"DGIzV8","uuiTypographySize12":"DGIzV8","uui-typography-size-14":"S9NUY6","uuiTypographySize14":"S9NUY6","uui-typography-size-16":"nlgiU2","uuiTypographySize16":"nlgiU2","root":"GT7p97"};
673
681
 
674
682
  const DEFAULT_COLOR = 'primary';
675
683
  const DEFAULT_WEIGHT = 'semibold';
@@ -685,7 +693,7 @@ const LinkButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
685
693
  }
686
694
  const rootStyles = [
687
695
  'uui-link_button',
688
- css$1v.root,
696
+ css$1w.root,
689
697
  `uui-size-${props.size || settings.sizes.defaults.linkButton}`,
690
698
  ...getIconClass(props),
691
699
  `uui-color-${props.color || DEFAULT_COLOR}`,
@@ -700,11 +708,11 @@ const LinkButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
700
708
  props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
701
709
  });
702
710
 
703
- var css$1u = {"root":"Btmc5F"};
711
+ var css$1v = {"root":"V3XUeU"};
704
712
 
705
713
  const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
706
714
  return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
707
- css$1u.root,
715
+ css$1v.root,
708
716
  'uui-count_indicator',
709
717
  `uui-size-${props.size || settings.sizes.defaults.countIndicator}`,
710
718
  props.color && `uui-color-${props.color}`,
@@ -712,11 +720,11 @@ const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
712
720
  ]) }, props.caption));
713
721
  });
714
722
 
715
- var css$1t = {"uui-typography":"ElXdsV","hero-header":"_03LxzM","promo-header":"jGCACH","uui-critical":"Chf4B7","uui-info":"iwi8gk","uui-success":"-e0R4D","uui-warning":"_0vWptV","uui-highlight":"MoZFxH","uui-typography-size-12":"iAsJhn","uui-typography-size-14":"obiGDh","uui-typography-size-16":"_62A8xH","root":"mMFMcN","withNotify":"_4yl6W8","uuiTypography":"ElXdsV","heroHeader":"_03LxzM","promoHeader":"jGCACH","uuiCritical":"Chf4B7","uuiInfo":"iwi8gk","uuiSuccess":"-e0R4D","uuiWarning":"_0vWptV","uuiHighlight":"MoZFxH","uuiTypographySize12":"iAsJhn","uuiTypographySize14":"obiGDh","uuiTypographySize16":"_62A8xH"};
723
+ var css$1u = {"uui-typography":"PdMM0H","uuiTypography":"PdMM0H","hero-header":"Takt8q","heroHeader":"Takt8q","promo-header":"MSW-fd","promoHeader":"MSW-fd","uui-critical":"CXtEiX","uuiCritical":"CXtEiX","uui-info":"V0ULJX","uuiInfo":"V0ULJX","uui-success":"DVR-Iw","uuiSuccess":"DVR-Iw","uui-warning":"ywGozG","uuiWarning":"ywGozG","uui-highlight":"jMGB9c","uuiHighlight":"jMGB9c","uui-typography-size-12":"_31XAup","uuiTypographySize12":"_31XAup","uui-typography-size-14":"_40ujv-","uuiTypographySize14":"_40ujv-","uui-typography-size-16":"o5dyOP","uuiTypographySize16":"o5dyOP","root":"NLd4pG","withNotify":"eKXddi"};
716
724
 
717
725
  const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
718
726
  const styles = [
719
- css$1t.root,
727
+ css$1u.root,
720
728
  'uui-tab-button',
721
729
  `uui-size-${props.size || settings.sizes.defaults.tabButton}`,
722
730
  ...getIconClass(props),
@@ -728,48 +736,48 @@ const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref
728
736
  props.icon && props.iconPosition !== 'right' && (React__namespace.default.createElement(uuiComponents.IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
729
737
  (props.caption || props.withNotify) && (React__namespace.default.createElement("div", { className: uuiCore.cx(uuiCore.uuiElement.caption) },
730
738
  props.caption,
731
- props.withNotify && React__namespace.default.createElement("div", { className: css$1t.withNotify }))),
739
+ props.withNotify && React__namespace.default.createElement("div", { className: css$1u.withNotify }))),
732
740
  props.icon && props.iconPosition === 'right' && (React__namespace.default.createElement(uuiComponents.IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
733
741
  props.count !== undefined && props.count !== null && (React__namespace.default.createElement(CountIndicator, { color: "neutral", size: settings.sizes.tabButton.countIndicator[props.size || settings.sizes.defaults.tabButton], caption: props.count })),
734
742
  props.isDropdown && (React__namespace.default.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen })),
735
743
  props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
736
744
  });
737
745
 
738
- var css$1s = {"uui-typography":"wyPbpt","hero-header":"Ob-xAw","promo-header":"SM3uAn","uui-critical":"VFtg-1","uui-info":"tjAs6Q","uui-success":"epBLkb","uui-warning":"YHo1JL","uui-highlight":"_53gqtJ","uui-typography-size-12":"Azo84s","uui-typography-size-14":"-UTUCD","uui-typography-size-16":"S5fDIn","root":"OPlf-Z","uuiTypography":"wyPbpt","heroHeader":"Ob-xAw","promoHeader":"SM3uAn","uuiCritical":"VFtg-1","uuiInfo":"tjAs6Q","uuiSuccess":"epBLkb","uuiWarning":"YHo1JL","uuiHighlight":"_53gqtJ","uuiTypographySize12":"Azo84s","uuiTypographySize14":"-UTUCD","uuiTypographySize16":"S5fDIn"};
746
+ var css$1t = {"uui-typography":"NWoX0g","uuiTypography":"NWoX0g","hero-header":"UD7Ng9","heroHeader":"UD7Ng9","promo-header":"_3YreFr","promoHeader":"_3YreFr","uui-critical":"Pw8OQ0","uuiCritical":"Pw8OQ0","uui-info":"cYpzz4","uuiInfo":"cYpzz4","uui-success":"XQdwTF","uuiSuccess":"XQdwTF","uui-warning":"uWzrYD","uuiWarning":"uWzrYD","uui-highlight":"_2kIKzc","uuiHighlight":"_2kIKzc","uui-typography-size-12":"e5ugfF","uuiTypographySize12":"e5ugfF","uui-typography-size-14":"sChJbt","uuiTypographySize14":"sChJbt","uui-typography-size-16":"YFsysW","uuiTypographySize16":"YFsysW","root":"-a7FhF"};
739
747
 
740
748
  function applyVerticalTabButtonMods() {
741
- return [css$1s.root, 'uui-vertical-tab-button'];
749
+ return [css$1t.root, 'uui-vertical-tab-button'];
742
750
  }
743
751
  const VerticalTabButton = /* @__PURE__ */uuiCore.withMods(TabButton, applyVerticalTabButtonMods);
744
752
 
745
- var _path$B;
746
- function _extends$B() { _extends$B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
753
+ var _path$C;
754
+ function _extends$C() { return _extends$C = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$C.apply(null, arguments); }
747
755
  var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
748
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$B({
756
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$C({
749
757
  xmlns: "http://www.w3.org/2000/svg",
750
758
  width: 24,
751
759
  height: 24,
752
760
  viewBox: "0 0 24 24",
753
761
  ref: ref
754
- }, props), _path$B || (_path$B = /*#__PURE__*/React__namespace.createElement("path", {
762
+ }, props), _path$C || (_path$C = /*#__PURE__*/React__namespace.createElement("path", {
755
763
  d: "M19 10.5H5v3h14v-3z"
756
764
  })));
757
765
  };
758
- var ForwardRef$B = /*#__PURE__*/React.forwardRef(SvgContentMinusOutline);
766
+ var ForwardRef$C = /*#__PURE__*/React.forwardRef(SvgContentMinusOutline);
759
767
 
760
- var css$1r = {"uui-typography":"wdyU9Y","hero-header":"Ip5SMX","promo-header":"l7bvCV","uui-critical":"fo36VJ","uui-info":"I8tPbd","uui-success":"Or-umZ","uui-warning":"ptuFOD","uui-highlight":"c-gDMR","uui-typography-size-12":"_0bShpJ","uui-typography-size-14":"CK1sbN","uui-typography-size-16":"zkMvw-","root":"_6KdgHC","mode-cell":"WlxFa4","uuiTypography":"wdyU9Y","heroHeader":"Ip5SMX","promoHeader":"l7bvCV","uuiCritical":"fo36VJ","uuiInfo":"I8tPbd","uuiSuccess":"Or-umZ","uuiWarning":"ptuFOD","uuiHighlight":"c-gDMR","uuiTypographySize12":"_0bShpJ","uuiTypographySize14":"CK1sbN","uuiTypographySize16":"zkMvw-","modeCell":"WlxFa4"};
768
+ var css$1s = {"uui-typography":"LDavZ8","uuiTypography":"LDavZ8","hero-header":"-CcmzP","heroHeader":"-CcmzP","promo-header":"sUJ1S1","promoHeader":"sUJ1S1","uui-critical":"zE7rNh","uuiCritical":"zE7rNh","uui-info":"VFPayN","uuiInfo":"VFPayN","uui-success":"nYke7K","uuiSuccess":"nYke7K","uui-warning":"_1xpNhz","uuiWarning":"_1xpNhz","uui-highlight":"_97qfQd","uuiHighlight":"_97qfQd","uui-typography-size-12":"USS7ud","uuiTypographySize12":"USS7ud","uui-typography-size-14":"ODMwr-","uuiTypographySize14":"ODMwr-","uui-typography-size-16":"PtoTkF","uuiTypographySize16":"PtoTkF","root":"TIRiFl","mode-cell":"j-ZDOb","modeCell":"j-ZDOb"};
761
769
 
762
770
  function applyCheckboxMods(mods) {
763
771
  return [
764
- css$1r.root,
772
+ css$1s.root,
765
773
  `uui-size-${mods.size || settings.sizes.defaults.checkbox}`,
766
- css$1r['mode-' + (mods.mode || 'form')],
774
+ css$1s['mode-' + (mods.mode || 'form')],
767
775
  'uui-color-primary',
768
776
  ];
769
777
  }
770
778
  const applyUUICheckboxProps = (props) => {
771
- const defaultIcon = ForwardRef$O;
772
- const defaultIndeterminateIcon = ForwardRef$B;
779
+ const defaultIcon = ForwardRef$P;
780
+ const defaultIndeterminateIcon = ForwardRef$C;
773
781
  return {
774
782
  icon: props.icon ? props.icon : defaultIcon,
775
783
  indeterminateIcon: props.indeterminateIcon ? props.indeterminateIcon : defaultIndeterminateIcon,
@@ -777,38 +785,38 @@ const applyUUICheckboxProps = (props) => {
777
785
  };
778
786
  const Checkbox = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Checkbox, applyCheckboxMods, applyUUICheckboxProps);
779
787
 
780
- var _path$A;
781
- function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
788
+ var _path$B;
789
+ function _extends$B() { return _extends$B = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$B.apply(null, arguments); }
782
790
  var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
783
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$A({
791
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$B({
784
792
  xmlns: "http://www.w3.org/2000/svg",
785
793
  width: 24,
786
794
  height: 24,
787
795
  viewBox: "0 0 24 24",
788
796
  ref: ref
789
- }, props), _path$A || (_path$A = /*#__PURE__*/React__namespace.createElement("path", {
797
+ }, props), _path$B || (_path$B = /*#__PURE__*/React__namespace.createElement("path", {
790
798
  d: "M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14z"
791
799
  })));
792
800
  };
793
- var ForwardRef$A = /*#__PURE__*/React.forwardRef(SvgRadioDotFill);
801
+ var ForwardRef$B = /*#__PURE__*/React.forwardRef(SvgRadioDotFill);
794
802
 
795
- var css$1q = {"uui-typography":"_0vDAlp","hero-header":"_7WTe5H","promo-header":"_5F36--","uui-critical":"wYx1ll","uui-info":"dBBA8e","uui-success":"yi4aOJ","uui-warning":"VJnXTb","uui-highlight":"B2YSHT","uui-typography-size-12":"k1RgZY","uui-typography-size-14":"lCHtdJ","uui-typography-size-16":"_4802YF","root":"i4iXF8","uuiTypography":"_0vDAlp","heroHeader":"_7WTe5H","promoHeader":"_5F36--","uuiCritical":"wYx1ll","uuiInfo":"dBBA8e","uuiSuccess":"yi4aOJ","uuiWarning":"VJnXTb","uuiHighlight":"B2YSHT","uuiTypographySize12":"k1RgZY","uuiTypographySize14":"lCHtdJ","uuiTypographySize16":"_4802YF"};
803
+ var css$1r = {"uui-typography":"AOHxLm","uuiTypography":"AOHxLm","hero-header":"neEBaX","heroHeader":"neEBaX","promo-header":"NC2f0G","promoHeader":"NC2f0G","uui-critical":"xV-cGD","uuiCritical":"xV-cGD","uui-info":"NQHoSh","uuiInfo":"NQHoSh","uui-success":"KwnS8X","uuiSuccess":"KwnS8X","uui-warning":"AF-Pq2","uuiWarning":"AF-Pq2","uui-highlight":"VWybo3","uuiHighlight":"VWybo3","uui-typography-size-12":"_5QpM62","uuiTypographySize12":"_5QpM62","uui-typography-size-14":"UZjCd4","uuiTypographySize14":"UZjCd4","uui-typography-size-16":"NO-JyM","uuiTypographySize16":"NO-JyM","root":"bV1rpE"};
796
804
 
797
805
  function applyRadioInputMods(mods) {
798
806
  return [
799
- css$1q.root,
807
+ css$1r.root,
800
808
  `uui-size-${mods.size || settings.sizes.defaults.radioInput}`,
801
809
  'uui-radio-input-container',
802
810
  'uui-color-primary',
803
811
  ];
804
812
  }
805
- const RadioInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$A }));
813
+ const RadioInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$B }));
806
814
 
807
- var css$1p = {"root":"Z5aMA3"};
815
+ var css$1q = {"root":"cmvIEZ"};
808
816
 
809
817
  function applySwitchMods(mods) {
810
818
  return [
811
- css$1p.root,
819
+ css$1q.root,
812
820
  `uui-size-${mods.size || settings.sizes.defaults.switch}`,
813
821
  'uui-color-primary',
814
822
  ];
@@ -872,7 +880,7 @@ var EditMode;
872
880
  EditMode["INLINE"] = "inline";
873
881
  })(EditMode || (EditMode = {}));
874
882
 
875
- var textInputCss = {"uui-typography":"IE-QG9","hero-header":"wRORJK","promo-header":"f7613Z","uui-critical":"_--iWEU","uui-info":"_-9rOHX","uui-success":"NDRIlb","uui-warning":"CQKvbC","uui-highlight":"kb8qex","uui-typography-size-12":"_8B1x1-","uui-typography-size-14":"TgkbnG","uui-typography-size-16":"XLo5Uo","root":"Sm9ixM","mode-form":"_0w4n8u","mode-inline":"rIYg4B","mode-cell":"eFfG9Z","uuiTypography":"IE-QG9","heroHeader":"wRORJK","promoHeader":"f7613Z","uuiCritical":"_--iWEU","uuiInfo":"_-9rOHX","uuiSuccess":"NDRIlb","uuiWarning":"CQKvbC","uuiHighlight":"kb8qex","uuiTypographySize12":"_8B1x1-","uuiTypographySize14":"TgkbnG","uuiTypographySize16":"XLo5Uo","modeForm":"_0w4n8u","modeInline":"rIYg4B","modeCell":"eFfG9Z"};
883
+ var textInputCss = {"uui-typography":"itlFNh","uuiTypography":"itlFNh","hero-header":"Hflnhe","heroHeader":"Hflnhe","promo-header":"o9Ppz5","promoHeader":"o9Ppz5","uui-critical":"HelPiL","uuiCritical":"HelPiL","uui-info":"Qg1Xav","uuiInfo":"Qg1Xav","uui-success":"KEvgKL","uuiSuccess":"KEvgKL","uui-warning":"sUKZhY","uuiWarning":"sUKZhY","uui-highlight":"SEr32-","uuiHighlight":"SEr32-","uui-typography-size-12":"_8T1c4w","uuiTypographySize12":"_8T1c4w","uui-typography-size-14":"OLVcac","uuiTypographySize14":"OLVcac","uui-typography-size-16":"KRysab","uuiTypographySize16":"KRysab","root":"Kox7RY","mode-form":"ZGnfFG","modeForm":"ZGnfFG","mode-inline":"JXtpNF","modeInline":"JXtpNF","mode-cell":"_4d0l0S","modeCell":"_4d0l0S"};
876
884
 
877
885
  const DEFAULT_MODE$3 = EditMode.FORM;
878
886
  function applyTextInputMods(mods) {
@@ -898,22 +906,22 @@ const SearchInput = /* @__PURE__ */React__namespace.default.forwardRef((props, r
898
906
  } })));
899
907
  });
900
908
 
901
- var css$1o = {"root":"JhWWcr"};
909
+ var css$1p = {"root":"XZQS9S"};
902
910
 
903
- const ControlGroup = /* @__PURE__ */uuiCore.withMods(uuiComponents.ControlGroup, () => [css$1o.root, 'uui-control-group']);
911
+ const ControlGroup = /* @__PURE__ */uuiCore.withMods(uuiComponents.ControlGroup, () => [css$1p.root, 'uui-control-group']);
904
912
 
905
913
  function MultiSwitchComponent(props, ref) {
906
914
  return (React__namespace.createElement(ControlGroup, { ref: ref, rawProps: Object.assign(Object.assign({}, props.rawProps), { role: 'tablist', 'aria-invalid': props.isInvalid, 'aria-required': props.isRequired, 'aria-disabled': props.isDisabled, 'aria-readonly': props.isReadonly }) }, props.items.map((item, index) => (React__namespace.createElement(Button, Object.assign({}, props, item, { isDisabled: props.isDisabled, key: index + '-' + item.id, onClick: () => props.onValueChange(item.id), fill: props.value === item.id ? 'solid' : 'outline', color: props.color, size: props.size, rawProps: { 'aria-current': props.value === item.id, role: 'tab' } }))))));
907
915
  }
908
916
  const MultiSwitch = /* @__PURE__ */React__namespace.forwardRef(MultiSwitchComponent);
909
917
 
910
- var css$1n = {"uui-typography":"Q-gJON","hero-header":"EYwVQO","promo-header":"yUVuP4","uui-critical":"lTRg7J","uui-info":"WgfL7u","uui-success":"IhAgO7","uui-warning":"_0c3SBb","uui-highlight":"_0i12iV","uui-typography-size-12":"QRfKIz","uui-typography-size-14":"wF1WqS","uui-typography-size-16":"hw6VZ1","root":"Foc7wz","mode-form":"hHXIff","mode-cell":"ZpL1jl","uuiTypography":"Q-gJON","heroHeader":"EYwVQO","promoHeader":"yUVuP4","uuiCritical":"lTRg7J","uuiInfo":"WgfL7u","uuiSuccess":"IhAgO7","uuiWarning":"_0c3SBb","uuiHighlight":"_0i12iV","uuiTypographySize12":"QRfKIz","uuiTypographySize14":"wF1WqS","uuiTypographySize16":"hw6VZ1","modeForm":"hHXIff","modeCell":"ZpL1jl"};
918
+ var css$1o = {"uui-typography":"_5isZrB","uuiTypography":"_5isZrB","hero-header":"VbExYC","heroHeader":"VbExYC","promo-header":"xfcoCt","promoHeader":"xfcoCt","uui-critical":"rg2Ool","uuiCritical":"rg2Ool","uui-info":"MuxqnA","uuiInfo":"MuxqnA","uui-success":"j3iugP","uuiSuccess":"j3iugP","uui-warning":"KWSVFm","uuiWarning":"KWSVFm","uui-highlight":"_0LBykU","uuiHighlight":"_0LBykU","uui-typography-size-12":"DtWWZw","uuiTypographySize12":"DtWWZw","uui-typography-size-14":"_-5v2kp","uuiTypographySize14":"_-5v2kp","uui-typography-size-16":"R245Rh","uuiTypographySize16":"R245Rh","root":"-xNKco","mode-form":"jD8FIM","modeForm":"jD8FIM","mode-cell":"ftZOMN","modeCell":"ftZOMN"};
911
919
 
912
920
  const DEFAULT_MODE$2 = EditMode.FORM;
913
921
  function applyNumericInputMods(mods) {
914
922
  return [
915
923
  textInputCss.root,
916
- css$1n.root,
924
+ css$1o.root,
917
925
  `uui-size-${mods.size || settings.sizes.defaults.numericInput}`,
918
926
  textInputCss['mode-' + (mods.mode || DEFAULT_MODE$2)],
919
927
  ];
@@ -928,15 +936,15 @@ const NumericInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.NumericInput,
928
936
  };
929
937
  });
930
938
 
931
- var css$1m = {"uui-typography":"kraxks","hero-header":"jYhR5O","promo-header":"H-HnUN","uui-critical":"vRG3Yg","uui-info":"C4k6Mo","uui-success":"HZ5x63","uui-warning":"_6iwVuo","uui-highlight":"LsKZKH","uui-typography-size-12":"wfw2v7","uui-typography-size-14":"wVvaAq","uui-typography-size-16":"SQTiCz","root":"_9dV220","mode-form":"Sg9dai","mode-cell":"_3Jm9CD","mode-inline":"iZF6qU","uuiTypography":"kraxks","heroHeader":"jYhR5O","promoHeader":"H-HnUN","uuiCritical":"vRG3Yg","uuiInfo":"C4k6Mo","uuiSuccess":"HZ5x63","uuiWarning":"_6iwVuo","uuiHighlight":"LsKZKH","uuiTypographySize12":"wfw2v7","uuiTypographySize14":"wVvaAq","uuiTypographySize16":"SQTiCz","modeForm":"Sg9dai","modeCell":"_3Jm9CD","modeInline":"iZF6qU"};
939
+ var css$1n = {"uui-typography":"A3nyRJ","uuiTypography":"A3nyRJ","hero-header":"Os8J-1","heroHeader":"Os8J-1","promo-header":"vmwVvr","promoHeader":"vmwVvr","uui-critical":"_2KzENR","uuiCritical":"_2KzENR","uui-info":"_1SUkPN","uuiInfo":"_1SUkPN","uui-success":"gINMIz","uuiSuccess":"gINMIz","uui-warning":"qa69r3","uuiWarning":"qa69r3","uui-highlight":"Totjh9","uuiHighlight":"Totjh9","uui-typography-size-12":"PodXWZ","uuiTypographySize12":"PodXWZ","uui-typography-size-14":"MsDmsV","uuiTypographySize14":"MsDmsV","uui-typography-size-16":"FFViZV","uuiTypographySize16":"FFViZV","root":"nbq0kq","mode-form":"axKQQe","modeForm":"axKQQe","mode-cell":"sOMV-b","modeCell":"sOMV-b","mode-inline":"SnU1U-","modeInline":"SnU1U-"};
932
940
 
933
941
  const DEFAULT_MODE$1 = EditMode.FORM;
934
942
  function applyTextAreaMods(mods) {
935
943
  return [
936
- css$1m.root,
944
+ css$1n.root,
937
945
  'uui-textarea',
938
946
  'uui-size-' + (mods.size || settings.sizes.defaults.textArea),
939
- css$1m['mode-' + (mods.mode || DEFAULT_MODE$1)],
947
+ css$1n['mode-' + (mods.mode || DEFAULT_MODE$1)],
940
948
  ];
941
949
  }
942
950
  const TextArea = /* @__PURE__ */uuiCore.withMods(uuiComponents.TextArea, applyTextAreaMods, (props) => {
@@ -969,95 +977,96 @@ function TREE_SHAKEABLE_INIT$1() {
969
977
  };
970
978
  }
971
979
 
972
- var _path$z;
973
- function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
980
+ var _path$A;
981
+ function _extends$A() { return _extends$A = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$A.apply(null, arguments); }
974
982
  var SvgNotificationCheckFill = function SvgNotificationCheckFill(props, ref) {
975
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$z({
983
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$A({
976
984
  xmlns: "http://www.w3.org/2000/svg",
977
985
  width: 24,
978
986
  height: 24,
979
987
  viewBox: "0 0 24 24",
980
988
  ref: ref
981
- }, props), _path$z || (_path$z = /*#__PURE__*/React__namespace.createElement("path", {
989
+ }, props), _path$A || (_path$A = /*#__PURE__*/React__namespace.createElement("path", {
982
990
  d: "m10.6 16.6 7.05-7.05-1.4-1.4-5.65 5.65-2.85-2.85-1.4 1.4 4.25 4.25zM12 22a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22z"
983
991
  })));
984
992
  };
985
- var ForwardRef$z = /*#__PURE__*/React.forwardRef(SvgNotificationCheckFill);
993
+ var ForwardRef$A = /*#__PURE__*/React.forwardRef(SvgNotificationCheckFill);
986
994
 
987
- var _path$y;
988
- function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
995
+ var _path$z;
996
+ function _extends$z() { return _extends$z = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$z.apply(null, arguments); }
989
997
  var SvgNotificationWarningFill = function SvgNotificationWarningFill(props, ref) {
990
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$y({
998
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$z({
991
999
  xmlns: "http://www.w3.org/2000/svg",
992
1000
  width: 24,
993
1001
  height: 24,
994
1002
  viewBox: "0 0 24 24",
995
1003
  ref: ref
996
- }, props), _path$y || (_path$y = /*#__PURE__*/React__namespace.createElement("path", {
1004
+ }, props), _path$z || (_path$z = /*#__PURE__*/React__namespace.createElement("path", {
997
1005
  d: "M1 21 12 2l11 19H1zm11-3a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 17a.967.967 0 0 0-.287-.712A.968.968 0 0 0 12 16a.965.965 0 0 0-.712.288A.965.965 0 0 0 11 17c0 .283.096.52.288.712A.965.965 0 0 0 12 18zm-1-3h2v-5h-2v5z"
998
1006
  })));
999
1007
  };
1000
- var ForwardRef$y = /*#__PURE__*/React.forwardRef(SvgNotificationWarningFill);
1008
+ var ForwardRef$z = /*#__PURE__*/React.forwardRef(SvgNotificationWarningFill);
1001
1009
 
1002
- var _path$x;
1003
- function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
1010
+ var _path$y;
1011
+ function _extends$y() { return _extends$y = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$y.apply(null, arguments); }
1004
1012
  var SvgNotificationErrorFill = function SvgNotificationErrorFill(props, ref) {
1005
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$x({
1013
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$y({
1006
1014
  xmlns: "http://www.w3.org/2000/svg",
1007
1015
  width: 24,
1008
1016
  height: 24,
1009
1017
  viewBox: "0 0 24 24",
1010
1018
  ref: ref
1011
- }, props), _path$x || (_path$x = /*#__PURE__*/React__namespace.createElement("path", {
1019
+ }, props), _path$y || (_path$y = /*#__PURE__*/React__namespace.createElement("path", {
1012
1020
  d: "M12 17a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 16a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 15a.967.967 0 0 0-.712.287A.968.968 0 0 0 11 16c0 .283.096.52.288.712A.965.965 0 0 0 12 17zm-1-4h2V7h-2v6zm1 9a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22z"
1013
1021
  })));
1014
1022
  };
1015
- var ForwardRef$x = /*#__PURE__*/React.forwardRef(SvgNotificationErrorFill);
1023
+ var ForwardRef$y = /*#__PURE__*/React.forwardRef(SvgNotificationErrorFill);
1016
1024
 
1017
- var _path$w;
1018
- function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$w.apply(this, arguments); }
1025
+ var _path$x;
1026
+ function _extends$x() { return _extends$x = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$x.apply(null, arguments); }
1019
1027
  var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
1020
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$w({
1028
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$x({
1021
1029
  xmlns: "http://www.w3.org/2000/svg",
1022
1030
  width: 24,
1023
1031
  height: 24,
1024
1032
  viewBox: "0 0 24 24",
1025
1033
  ref: ref
1026
- }, props), _path$w || (_path$w = /*#__PURE__*/React__namespace.createElement("path", {
1034
+ }, props), _path$x || (_path$x = /*#__PURE__*/React__namespace.createElement("path", {
1027
1035
  d: "M11 17h2v-6h-2v6zm1-8a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.967.967 0 0 0-.712.287A.968.968 0 0 0 11 8c0 .283.096.52.288.712A.965.965 0 0 0 12 9zm0 13a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22z"
1028
1036
  })));
1029
1037
  };
1030
- var ForwardRef$w = /*#__PURE__*/React.forwardRef(SvgNotificationInfoFill);
1031
-
1032
- var css$1l = {"uui-typography":"yCzEpI","hero-header":"AXZWdA","promo-header":"Yn3zur","uui-critical":"O0iIk4","uui-info":"L-HGfe","uui-success":"ZTGTrk","uui-warning":"tuPZnj","uui-highlight":"koe-x3","uui-typography-size-12":"v5VI5W","uui-typography-size-14":"bgRmfd","uui-typography-size-16":"_2xkfK5","root":"_3dpb4i","icon-wrapper":"AwiflA","alert-wrapper":"SHAyAv","size-48":"VHC3p-","size-36":"Vf7ybq","action-wrapper":"LnTSgV","action-icon":"quTgZ0","action-link":"_0X4aph","close-icon":"WDxzri","main-path":"bcNYOs","content":"_2OqUR9","uuiTypography":"yCzEpI","heroHeader":"AXZWdA","promoHeader":"Yn3zur","uuiCritical":"O0iIk4","uuiInfo":"L-HGfe","uuiSuccess":"ZTGTrk","uuiWarning":"tuPZnj","uuiHighlight":"koe-x3","uuiTypographySize12":"v5VI5W","uuiTypographySize14":"bgRmfd","uuiTypographySize16":"_2xkfK5","iconWrapper":"AwiflA","alertWrapper":"SHAyAv","size48":"VHC3p-","size36":"Vf7ybq","actionWrapper":"LnTSgV","actionIcon":"quTgZ0","actionLink":"_0X4aph","closeIcon":"WDxzri","mainPath":"bcNYOs"};
1033
-
1034
- const Alert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx__default.default('uui-alert', css$1l.root, css$1l.alertWrapper, props.color && `uui-color-${props.color}`, props.cx, (props.size === '36' ? css$1l.size36 : css$1l.size48)) }, props.rawProps),
1035
- React__namespace.createElement("div", { className: css$1l.mainPath },
1036
- props.icon && (React__namespace.createElement("div", { className: css$1l.iconWrapper },
1037
- React__namespace.createElement(uuiComponents.IconContainer, { icon: props.icon, cx: css$1l.actionIcon }))),
1038
- React__namespace.createElement("div", { className: css$1l.content },
1039
- props.children,
1040
- props.actions && (React__namespace.createElement("div", { className: css$1l.actionWrapper }, props.actions.map((action) => (React__namespace.createElement(LinkButton, { caption: action.name, onClick: action.action, key: action.name, cx: css$1l.actionLink, size: (props === null || props === void 0 ? void 0 : props.size) === '36' ? '24' : '30' })))))),
1041
- props.onClose && React__namespace.createElement(IconButton, { icon: ForwardRef$Q, color: "neutral", onClick: props.onClose, cx: css$1l.closeIcon })))));
1042
- const WarningAlert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$y, color: "warning", ref: ref }, props)));
1043
- const SuccessAlert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$z, color: "success", ref: ref }, props)));
1044
- const HintAlert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$w, color: "info", ref: ref }, props)));
1045
- const ErrorAlert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$x, color: "error", ref: ref }, props)));
1038
+ var ForwardRef$x = /*#__PURE__*/React.forwardRef(SvgNotificationInfoFill);
1039
+
1040
+ var css$1m = {"uui-typography":"vJwJoc","uuiTypography":"vJwJoc","hero-header":"Eo-EXu","heroHeader":"Eo-EXu","promo-header":"m-EHYK","promoHeader":"m-EHYK","uui-critical":"YT0kAb","uuiCritical":"YT0kAb","uui-info":"C6RLre","uuiInfo":"C6RLre","uui-success":"DCmRGZ","uuiSuccess":"DCmRGZ","uui-warning":"P73Tbz","uuiWarning":"P73Tbz","uui-highlight":"OBvmsV","uuiHighlight":"OBvmsV","uui-typography-size-12":"-c-a49","uuiTypographySize12":"-c-a49","uui-typography-size-14":"iAjmQe","uuiTypographySize14":"iAjmQe","uui-typography-size-16":"y605zN","uuiTypographySize16":"y605zN","root":"qmjc9i","main-path":"PpElRq","mainPath":"PpElRq","content-wrapper":"_2vejOj","contentWrapper":"_2vejOj","content":"mmcv6z","action-wrapper":"Ov50HC","actionWrapper":"Ov50HC","icon-wrapper":"klgG3A","iconWrapper":"klgG3A","icon":"JcLe-R","close-icon":"rleKFU","closeIcon":"rleKFU"};
1041
+
1042
+ const Alert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx__default.default('uui-alert', css$1m.root, props.color && `uui-color-${props.color}`, props.cx, `uui-size-${props.size || settings.sizes.defaults.alert}`) }, props.rawProps),
1043
+ React__namespace.createElement("div", { className: css$1m.mainPath },
1044
+ React__namespace.createElement("div", { className: css$1m.contentWrapper },
1045
+ props.icon && (React__namespace.createElement("div", { className: css$1m.iconWrapper },
1046
+ React__namespace.createElement(uuiComponents.IconContainer, { icon: props.icon, cx: css$1m.icon }))),
1047
+ React__namespace.createElement("div", { className: css$1m.content },
1048
+ props.children,
1049
+ props.actions && (React__namespace.createElement("div", { className: css$1m.actionWrapper }, props.actions.map((action) => (React__namespace.createElement(LinkButton, { caption: action.name, onClick: action.action, key: action.name, cx: css$1m.actionLink, size: settings.sizes.alert.action[props.size || settings.sizes.defaults.alert] }))))))),
1050
+ props.onClose && React__namespace.createElement(IconButton, { icon: ForwardRef$R, color: "neutral", onClick: props.onClose, cx: css$1m.closeIcon })))));
1051
+ const WarningAlert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$z, color: "warning", ref: ref }, props)));
1052
+ const SuccessAlert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$A, color: "success", ref: ref }, props)));
1053
+ const HintAlert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$x, color: "info", ref: ref }, props)));
1054
+ const ErrorAlert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$y, color: "error", ref: ref }, props)));
1046
1055
 
1047
1056
  const Dropdown = /* @__PURE__ */uuiCore.withMods(uuiComponents.Dropdown);
1048
1057
 
1049
- var css$1k = {"root":"JoY2h3"};
1058
+ var css$1l = {"root":"-aVEmC"};
1050
1059
 
1051
1060
  function applyDropdownContainerMods(mods) {
1052
1061
  return [
1053
- css$1k.root,
1062
+ css$1l.root,
1054
1063
  mods.vPadding && `vPadding-${mods.vPadding}`,
1055
1064
  mods.padding && `padding-${mods.padding}`,
1056
1065
  ];
1057
1066
  }
1058
1067
  const DropdownContainer = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.DropdownContainer, applyDropdownContainerMods);
1059
1068
 
1060
- var css$1j = {"uui-typography":"LhAmaS","hero-header":"_84moZs","promo-header":"P4zPIl","uui-critical":"GcrlTP","uui-info":"_7Inb16","uui-success":"HqVhC2","uui-warning":"_8HuU7P","uui-highlight":"mkQUAO","uui-typography-size-12":"uwkPWn","uui-typography-size-14":"_1y8jH7","uui-typography-size-16":"JFG2-i","submenu-root-item-rtl":"fkhB5s","icon-after":"ogoL8r","submenu-root-item":"Fhwaey","icon-check":"e90WQL","splitter-root":"zlMLVx","splitter":"Bql76-","header-root":"cgxatS","item-root":"SQXlQl","icon":"Fm3QwK","link":"OiDmeF","indent":"XfgEgN","selected-mark":"_2AsqQ3","uuiTypography":"LhAmaS","heroHeader":"_84moZs","promoHeader":"P4zPIl","uuiCritical":"GcrlTP","uuiInfo":"_7Inb16","uuiSuccess":"HqVhC2","uuiWarning":"_8HuU7P","uuiHighlight":"mkQUAO","uuiTypographySize12":"uwkPWn","uuiTypographySize14":"_1y8jH7","uuiTypographySize16":"JFG2-i","submenuRootItemRtl":"fkhB5s","iconAfter":"ogoL8r","submenuRootItem":"Fhwaey","iconCheck":"e90WQL","splitterRoot":"zlMLVx","headerRoot":"cgxatS","itemRoot":"SQXlQl","selectedMark":"_2AsqQ3"};
1069
+ var css$1k = {"uui-typography":"DiGFF7","uuiTypography":"DiGFF7","hero-header":"tsXnF2","heroHeader":"tsXnF2","promo-header":"T-RE2k","promoHeader":"T-RE2k","uui-critical":"s1alFY","uuiCritical":"s1alFY","uui-info":"yRrHZQ","uuiInfo":"yRrHZQ","uui-success":"oN-ack","uuiSuccess":"oN-ack","uui-warning":"CGZVVJ","uuiWarning":"CGZVVJ","uui-highlight":"uY-hLJ","uuiHighlight":"uY-hLJ","uui-typography-size-12":"YSerdq","uuiTypographySize12":"YSerdq","uui-typography-size-14":"YlqN-o","uuiTypographySize14":"YlqN-o","uui-typography-size-16":"uXxsiC","uuiTypographySize16":"uXxsiC","submenu-root-item-rtl":"G76Tlk","submenuRootItemRtl":"G76Tlk","icon-after":"e8LKIY","iconAfter":"e8LKIY","submenu-root-item":"veENN6","submenuRootItem":"veENN6","icon-check":"-TyFKU","iconCheck":"-TyFKU","splitter-root":"_1oOz-b","splitterRoot":"_1oOz-b","splitter":"inp674","header-root":"vXhisg","headerRoot":"vXhisg","item-root":"nnN7fw","itemRoot":"nnN7fw","icon":"TXyWIZ","link":"hiAbrw","indent":"A3Du2G","selected-mark":"HlxxCm","selectedMark":"HlxxCm"};
1061
1070
 
1062
1071
  exports.IDropdownControlKeys = void 0;
1063
1072
  (function (IDropdownControlKeys) {
@@ -1118,17 +1127,17 @@ const DropdownMenuButton = /* @__PURE__ */React__namespace.default.forwardRef((p
1118
1127
  const getMenuButtonContent = () => {
1119
1128
  const isIconBefore = Boolean(icon && iconPosition !== 'right');
1120
1129
  const isIconAfter = Boolean(icon && iconPosition === 'right');
1121
- const iconElement = (React__namespace.default.createElement(IconButton, { icon: icon, color: isActive ? 'primary' : 'neutral', onClick: onIconClick, isDisabled: isDisabled, cx: uuiCore.cx(css$1j.icon, iconPosition === 'right' ? css$1j.iconAfter : css$1j.iconBefore) }));
1130
+ const iconElement = (React__namespace.default.createElement(IconButton, { icon: icon, color: isActive ? 'primary' : 'neutral', onClick: onIconClick, isDisabled: isDisabled, cx: uuiCore.cx(css$1k.icon, iconPosition === 'right' ? css$1k.iconAfter : css$1k.iconBefore) }));
1122
1131
  return (React__namespace.default.createElement(React__namespace.default.Fragment, null,
1123
1132
  isIconBefore && iconElement,
1124
- React__namespace.default.createElement(uuiComponents.Text, { cx: props.indent && css$1j.indent }, caption),
1133
+ React__namespace.default.createElement(uuiComponents.Text, { cx: props.indent && css$1k.indent }, caption),
1125
1134
  isIconAfter && (React__namespace.default.createElement(React__namespace.default.Fragment, null,
1126
1135
  React__namespace.default.createElement(uuiComponents.FlexSpacer, null),
1127
1136
  iconElement))));
1128
1137
  };
1129
1138
  const isAnchor = Boolean(link || href);
1130
- const itemClassNames = uuiCore.cx(props.cx, css$1j.itemRoot, isDisabled && uuiCore.uuiMod.disabled, isActive && uuiCore.uuiMod.active, isOpen && uuiCore.uuiMod.opened);
1131
- return isAnchor ? (React__namespace.default.createElement(uuiComponents.Anchor, { cx: uuiCore.cx(css$1j.link, itemClassNames), link: link, href: href, rawProps: { role: 'menuitem', tabIndex: isDisabled ? -1 : 0 }, onClick: handleClick, isLinkActive: isActive, isDisabled: isDisabled, target: target }, getMenuButtonContent())) : (React__namespace.default.createElement(uuiComponents.FlexRow, { rawProps: {
1139
+ const itemClassNames = uuiCore.cx(props.cx, css$1k.itemRoot, isDisabled && uuiCore.uuiMod.disabled, isActive && uuiCore.uuiMod.active, isOpen && uuiCore.uuiMod.opened);
1140
+ return isAnchor ? (React__namespace.default.createElement(uuiComponents.Anchor, { cx: uuiCore.cx(css$1k.link, itemClassNames), link: link, href: href, rawProps: { role: 'menuitem', tabIndex: isDisabled ? -1 : 0 }, onClick: handleClick, isLinkActive: isActive, isDisabled: isDisabled, target: target }, getMenuButtonContent())) : (React__namespace.default.createElement(uuiComponents.FlexRow, { rawProps: {
1132
1141
  tabIndex: isDisabled ? -1 : 0,
1133
1142
  role: 'menuitem',
1134
1143
  onKeyDown: isDisabled ? null : handleOpenDropdown,
@@ -1136,15 +1145,15 @@ const DropdownMenuButton = /* @__PURE__ */React__namespace.default.forwardRef((p
1136
1145
  getMenuButtonContent(),
1137
1146
  isSelected && (React__namespace.default.createElement(React__namespace.default.Fragment, null,
1138
1147
  React__namespace.default.createElement(uuiComponents.FlexSpacer, null),
1139
- React__namespace.default.createElement(uuiComponents.IconContainer, { icon: systemIcons.accept, cx: css$1j.selectedMark })))));
1148
+ React__namespace.default.createElement(uuiComponents.IconContainer, { icon: systemIcons.accept, cx: css$1k.selectedMark })))));
1140
1149
  });
1141
1150
  function DropdownMenuSplitter(props) {
1142
- return (React__namespace.default.createElement("div", { className: uuiCore.cx(props.cx, css$1j.splitterRoot) },
1143
- React__namespace.default.createElement("hr", { className: css$1j.splitter })));
1151
+ return (React__namespace.default.createElement("div", { className: uuiCore.cx(props.cx, css$1k.splitterRoot) },
1152
+ React__namespace.default.createElement("hr", { className: css$1k.splitter })));
1144
1153
  }
1145
1154
  function DropdownMenuHeader(props) {
1146
- return (React__namespace.default.createElement("div", { className: uuiCore.cx('uui-dropdown-menu-header', props.cx, css$1j.headerRoot) },
1147
- React__namespace.default.createElement("span", { className: css$1j.header }, props.caption)));
1155
+ return (React__namespace.default.createElement("div", { className: uuiCore.cx('uui-dropdown-menu-header', props.cx, css$1k.headerRoot) },
1156
+ React__namespace.default.createElement("span", { className: css$1k.header }, props.caption)));
1148
1157
  }
1149
1158
  function DropdownSubMenu(props) {
1150
1159
  const subMenuModifiers = [
@@ -1166,7 +1175,7 @@ function DropdownSubMenu(props) {
1166
1175
  const isRtl = (window === null || window === void 0 ? void 0 : window.document.dir) === 'rtl';
1167
1176
  return (React__namespace.default.createElement(uuiComponents.Dropdown, { openOnHover: props.openOnHover || true, closeOnMouseLeave: "boundary", openDelay: 400, closeDelay: 400, placement: isRtl ? 'left-start' : 'right-start', modifiers: subMenuModifiers, renderBody: (dropdownProps) => !props.isDisabled && (React__namespace.default.createElement(DropdownMenuBody, Object.assign({ closeOnKey: exports.IDropdownControlKeys.LEFT_ARROW }, props, dropdownProps))), renderTarget: (_a) => {
1168
1177
  var { toggleDropdownOpening } = _a, targetProps = __rest(_a, ["toggleDropdownOpening"]);
1169
- return (React__namespace.default.createElement(DropdownMenuButton, Object.assign({ cx: uuiCore.cx(isRtl ? css$1j.submenuRootItemRtl : css$1j.submenuRootItem), icon: systemIcons.foldingArrow, iconPosition: "right", isDropdown: true, toggleDropdownOpening: toggleDropdownOpening }, props, targetProps)));
1178
+ return (React__namespace.default.createElement(DropdownMenuButton, Object.assign({ cx: uuiCore.cx(isRtl ? css$1k.submenuRootItemRtl : css$1k.submenuRootItem), icon: systemIcons.foldingArrow, iconPosition: "right", isDropdown: true, toggleDropdownOpening: toggleDropdownOpening }, props, targetProps)));
1170
1179
  } }));
1171
1180
  }
1172
1181
  function DropdownMenuSwitchButton(props) {
@@ -1183,29 +1192,29 @@ function DropdownMenuSwitchButton(props) {
1183
1192
  onHandleValueChange(!isSelected);
1184
1193
  }
1185
1194
  };
1186
- return (React__namespace.default.createElement(uuiComponents.FlexRow, { cx: uuiCore.cx(props.cx, css$1j.itemRoot, isDisabled && uuiCore.uuiMod.disabled), onClick: () => onHandleValueChange(!isSelected), rawProps: { role: 'menuitem', onKeyDown: handleKeySelect, tabIndex: isDisabled ? -1 : 0 } },
1187
- icon && React__namespace.default.createElement(uuiComponents.IconContainer, { icon: icon, cx: css$1j.iconBefore }),
1195
+ return (React__namespace.default.createElement(uuiComponents.FlexRow, { cx: uuiCore.cx(props.cx, css$1k.itemRoot, isDisabled && uuiCore.uuiMod.disabled), onClick: () => onHandleValueChange(!isSelected), rawProps: { role: 'menuitem', onKeyDown: handleKeySelect, tabIndex: isDisabled ? -1 : 0 } },
1196
+ icon && React__namespace.default.createElement(uuiComponents.IconContainer, { icon: icon, cx: css$1k.iconBefore }),
1188
1197
  React__namespace.default.createElement(uuiComponents.Text, null, caption),
1189
1198
  React__namespace.default.createElement(uuiComponents.FlexSpacer, null),
1190
1199
  React__namespace.default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
1191
1200
  }
1192
1201
 
1193
- var css$1i = {"uui-typography":"S2o-o-","hero-header":"CfSPLb","promo-header":"AgFHcd","uui-critical":"cn9KwR","uui-info":"DS-VE-","uui-success":"_0ozi0L","uui-warning":"yYeEl0","uui-highlight":"_0Y-XuT","uui-typography-size-12":"SLFQ-G","uui-typography-size-14":"JDc0rp","uui-typography-size-16":"d8zICA","root":"_8uGCVC","mode-block":"r6K-uo","mode-inline":"DxTnGC","padding-0":"dutFLq","padding-6":"_-0UzpJ","padding-12":"_4q2P4-","padding-18":"vIJAGC","uuiTypography":"S2o-o-","heroHeader":"CfSPLb","promoHeader":"AgFHcd","uuiCritical":"cn9KwR","uuiInfo":"DS-VE-","uuiSuccess":"_0ozi0L","uuiWarning":"yYeEl0","uuiHighlight":"_0Y-XuT","uuiTypographySize12":"SLFQ-G","uuiTypographySize14":"JDc0rp","uuiTypographySize16":"d8zICA","modeBlock":"r6K-uo","modeInline":"DxTnGC","padding0":"dutFLq","padding6":"_-0UzpJ","padding12":"_4q2P4-","padding18":"vIJAGC"};
1202
+ var css$1j = {"uui-typography":"XKK1zZ","uuiTypography":"XKK1zZ","hero-header":"VvIFOi","heroHeader":"VvIFOi","promo-header":"fI8u9G","promoHeader":"fI8u9G","uui-critical":"A8DPKi","uuiCritical":"A8DPKi","uui-info":"Arby7t","uuiInfo":"Arby7t","uui-success":"PAZjcE","uuiSuccess":"PAZjcE","uui-warning":"wLd9k6","uuiWarning":"wLd9k6","uui-highlight":"UrJpWA","uuiHighlight":"UrJpWA","uui-typography-size-12":"qLUDBb","uuiTypographySize12":"qLUDBb","uui-typography-size-14":"YfDsoL","uuiTypographySize14":"YfDsoL","uui-typography-size-16":"_0rcVnx","uuiTypographySize16":"_0rcVnx","root":"B8TwvW","mode-block":"Ieg-Fb","modeBlock":"Ieg-Fb","mode-inline":"CIPZOH","modeInline":"CIPZOH","padding-0":"CEN91C","padding0":"CEN91C","padding-6":"GBHp3a","padding6":"GBHp3a","padding-12":"ehWx9d","padding12":"ehWx9d","padding-18":"yxANkA","padding18":"yxANkA"};
1194
1203
 
1195
1204
  function applyAccordionMods(mods) {
1196
1205
  return [
1197
- css$1i.root,
1198
- css$1i[`mode-${mods.mode || 'block'}`],
1199
- mods.padding && css$1i['padding-' + mods.padding],
1206
+ css$1j.root,
1207
+ css$1j[`mode-${mods.mode || 'block'}`],
1208
+ mods.padding && css$1j['padding-' + mods.padding],
1200
1209
  ];
1201
1210
  }
1202
1211
  const Accordion = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Accordion, applyAccordionMods, (mods) => ({
1203
1212
  dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
1204
1213
  }));
1205
1214
 
1206
- var css$1h = {"uui-typography":"bt8Nlk","hero-header":"A0mw2Y","promo-header":"zIYpcz","uui-critical":"mKDHUh","uui-info":"HGoYZe","uui-success":"XDC4MR","uui-warning":"Q-PVwX","uui-highlight":"fHwqVX","uui-typography-size-12":"o8lM0o","uui-typography-size-14":"PUucJL","uui-typography-size-16":"_0t42ef","root":"_7C5cuN","border-top":"mAT5PQ","border-bottom":"kkeeyZ","top-shadow":"Qbuex6","padding-6":"PsLHke","padding-12":"HlNNVh","padding-18":"aPH6CM","padding-24":"k6Idm4","margin-24":"rDNt95","margin-12":"mpdrPO","vPadding-12":"yy6-Or","vPadding-18":"vCGjJe","vPadding-24":"YRtBDK","vPadding-36":"-qW6BO","vPadding-48":"_-19xeS","spacing-6":"n7hwlq","spacing-12":"wBfPvg","spacing-18":"kzcnpP","uui-surface-main":"kcN-Fg","uuiTypography":"bt8Nlk","heroHeader":"A0mw2Y","promoHeader":"zIYpcz","uuiCritical":"mKDHUh","uuiInfo":"HGoYZe","uuiSuccess":"XDC4MR","uuiWarning":"Q-PVwX","uuiHighlight":"fHwqVX","uuiTypographySize12":"o8lM0o","uuiTypographySize14":"PUucJL","uuiTypographySize16":"_0t42ef","borderTop":"mAT5PQ","borderBottom":"kkeeyZ","topShadow":"Qbuex6","padding6":"PsLHke","padding12":"HlNNVh","padding18":"aPH6CM","padding24":"k6Idm4","margin24":"rDNt95","margin12":"mpdrPO","vPadding12":"yy6-Or","vPadding18":"vCGjJe","vPadding24":"YRtBDK","vPadding36":"-qW6BO","vPadding48":"_-19xeS","spacing6":"n7hwlq","spacing12":"wBfPvg","spacing18":"kzcnpP","uuiSurfaceMain":"kcN-Fg"};
1215
+ var css$1i = {"uui-typography":"_3NfhKO","uuiTypography":"_3NfhKO","hero-header":"ENoZCV","heroHeader":"ENoZCV","promo-header":"zcSQ7K","promoHeader":"zcSQ7K","uui-critical":"WhGux-","uuiCritical":"WhGux-","uui-info":"wZiy1L","uuiInfo":"wZiy1L","uui-success":"wdkAVa","uuiSuccess":"wdkAVa","uui-warning":"Kdv-SN","uuiWarning":"Kdv-SN","uui-highlight":"XyBadb","uuiHighlight":"XyBadb","uui-typography-size-12":"_2dDPok","uuiTypographySize12":"_2dDPok","uui-typography-size-14":"drrDaG","uuiTypographySize14":"drrDaG","uui-typography-size-16":"tQypcH","uuiTypographySize16":"tQypcH","root":"N6yA3J","border-top":"I23bYE","borderTop":"I23bYE","border-bottom":"CZTyF0","borderBottom":"CZTyF0","top-shadow":"-sUNQZ","topShadow":"-sUNQZ","padding-6":"_6uc6Q1","padding6":"_6uc6Q1","padding-12":"iXT6-0","padding12":"iXT6-0","padding-18":"-iXhjg","padding18":"-iXhjg","padding-24":"eG-zZ5","padding24":"eG-zZ5","margin-24":"VmBCwy","margin24":"VmBCwy","margin-12":"lTYCPR","margin12":"lTYCPR","vPadding-12":"U8IQsS","vPadding12":"U8IQsS","vPadding-18":"Yur7Yr","vPadding18":"Yur7Yr","vPadding-24":"AN2OZj","vPadding24":"AN2OZj","vPadding-36":"RPy32-","vPadding36":"RPy32-","vPadding-48":"suGsJK","vPadding48":"suGsJK","spacing-6":"LhxRgh","spacing6":"LhxRgh","spacing-12":"ou7l80","spacing12":"ou7l80","spacing-18":"Ji0JVM","spacing18":"Ji0JVM","uui-surface-main":"vGAOZW","uuiSurfaceMain":"vGAOZW"};
1207
1216
 
1208
- const FlexCell = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexCell, () => [css$1h.flexCell]);
1217
+ const FlexCell = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexCell, () => [css$1i.flexCell]);
1209
1218
 
1210
1219
  const FlexRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexRow, (props) => {
1211
1220
  if (process.env.NODE_ENV !== "production") {
@@ -1214,54 +1223,54 @@ const FlexRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexRow, (props) =
1214
1223
  }
1215
1224
  }
1216
1225
  return [
1217
- css$1h.root,
1226
+ css$1i.root,
1218
1227
  props.size !== null && 'uui-size-' + (props.size || '36'),
1219
- props.padding && css$1h['padding-' + props.padding],
1220
- props.vPadding && css$1h['vPadding-' + props.vPadding],
1221
- props.margin && css$1h['margin-' + props.margin],
1222
- props.topShadow && css$1h.topShadow,
1223
- props.borderBottom && css$1h.borderBottom,
1224
- props.borderTop && css$1h.borderTop,
1225
- props.spacing && css$1h['spacing-' + props.spacing],
1226
- props.background && css$1h[`uui-${props.background}`],
1228
+ props.padding && css$1i['padding-' + props.padding],
1229
+ props.vPadding && css$1i['vPadding-' + props.vPadding],
1230
+ props.margin && css$1i['margin-' + props.margin],
1231
+ props.topShadow && css$1i.topShadow,
1232
+ props.borderBottom && css$1i.borderBottom,
1233
+ props.borderTop && css$1i.borderTop,
1234
+ props.spacing && css$1i['spacing-' + props.spacing],
1235
+ props.background && css$1i[`uui-${props.background}`],
1227
1236
  ];
1228
1237
  });
1229
1238
 
1230
- var css$1g = {"root":"_9FGXCT","margin-24":"EjpmEL","padding-12":"z6-qpT","padding-24":"NyPunt","shadow":"_6pYslq","uui-surface-main":"RI6ckR","margin24":"EjpmEL","padding12":"z6-qpT","padding24":"NyPunt","uuiSurfaceMain":"RI6ckR"};
1239
+ var css$1h = {"root":"RLp36b","margin-24":"-StR5d","margin24":"-StR5d","padding-12":"XX5sAK","padding12":"XX5sAK","padding-24":"tL-fG6","padding24":"tL-fG6","shadow":"UMQJ0E","uui-surface-main":"LtETpD","uuiSurfaceMain":"LtETpD"};
1231
1240
 
1232
1241
  const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
1233
1242
  'uui-panel',
1234
- css$1g.root,
1235
- props.shadow && css$1g.shadow,
1236
- props.margin && css$1g['margin-' + props.margin],
1237
- props.background && css$1g[`uui-${props.background}`],
1243
+ css$1h.root,
1244
+ props.shadow && css$1h.shadow,
1245
+ props.margin && css$1h['margin-' + props.margin],
1246
+ props.background && css$1h[`uui-${props.background}`],
1238
1247
  ]);
1239
1248
 
1240
- var css$1f = {"root":"rt8ePW"};
1249
+ var css$1g = {"root":"wm-vzD"};
1241
1250
 
1242
1251
  function applyTooltipMods(mods) {
1243
1252
  return [
1244
- css$1f.root,
1253
+ css$1g.root,
1245
1254
  `uui-color-${mods.color || 'inverted'}`,
1246
1255
  ];
1247
1256
  }
1248
1257
  const Tooltip = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Tooltip, applyTooltipMods);
1249
1258
 
1250
- var css$1e = {"uui-typography":"YGuA08","hero-header":"_44jcM9","promo-header":"_3xEhQL","uui-critical":"FQIW-E","uui-info":"_3qRErq","uui-success":"_3X2wgD","uui-warning":"b6Orn6","uui-highlight":"_5KwTJm","uui-typography-size-12":"_1IFkG4","uui-typography-size-14":"PLDNDb","uui-typography-size-16":"XeAw-n","root":"_0iJhfE","uuiTypography":"YGuA08","heroHeader":"_44jcM9","promoHeader":"_3xEhQL","uuiCritical":"FQIW-E","uuiInfo":"_3qRErq","uuiSuccess":"_3X2wgD","uuiWarning":"b6Orn6","uuiHighlight":"_5KwTJm","uuiTypographySize12":"_1IFkG4","uuiTypographySize14":"PLDNDb","uuiTypographySize16":"XeAw-n"};
1259
+ var css$1f = {"uui-typography":"lZ4QQQ","uuiTypography":"lZ4QQQ","hero-header":"aWMNTg","heroHeader":"aWMNTg","promo-header":"eDBUDU","promoHeader":"eDBUDU","uui-critical":"XIp-GX","uuiCritical":"XIp-GX","uui-info":"HU1tEG","uuiInfo":"HU1tEG","uui-success":"KKav-f","uuiSuccess":"KKav-f","uui-warning":"Kr2Ctm","uuiWarning":"Kr2Ctm","uui-highlight":"lkHdKg","uuiHighlight":"lkHdKg","uui-typography-size-12":"QcCHSN","uuiTypographySize12":"QcCHSN","uui-typography-size-14":"EGSgXo","uuiTypographySize14":"EGSgXo","uui-typography-size-16":"WFLbEp","uuiTypographySize16":"WFLbEp","root":"nCLvy2"};
1251
1260
 
1252
1261
  function applyLabeledInputMods(mods) {
1253
1262
  return [
1254
1263
  'uui-labeled-input',
1255
- css$1e.root,
1264
+ css$1f.root,
1256
1265
  'uui-size-' + (mods.size || settings.sizes.defaults.labeledInput),
1257
1266
  ];
1258
1267
  }
1259
1268
  const LabeledInput = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.LabeledInput, applyLabeledInputMods, (props) => ({
1260
1269
  Tooltip: props.Tooltip || Tooltip,
1261
- infoIcon: props.infoIcon || (settings.sizes.labeledInput.fillIcon.includes(props.size) ? ForwardRef$w : ForwardRef$L),
1270
+ infoIcon: props.infoIcon || (settings.sizes.labeledInput.fillIcon.includes(props.size) ? ForwardRef$x : ForwardRef$M),
1262
1271
  }));
1263
1272
 
1264
- var css$1d = {"root":"lwqFqf"};
1273
+ var css$1e = {"root":"F53N3m"};
1265
1274
 
1266
1275
  function RadioGroup(props) {
1267
1276
  const direction = props.direction || 'vertical';
@@ -1270,34 +1279,34 @@ function RadioGroup(props) {
1270
1279
  props.onValueChange(newVal);
1271
1280
  }
1272
1281
  };
1273
- return (React__namespace.createElement("fieldset", Object.assign({ ref: props.forwardedRef, className: uuiCore.cx(css$1d.root, uuiCore.directionMode[direction], props.cx), onFocus: props.onFocus, onBlur: props.onBlur }, props.rawProps), props.items.map((i) => {
1282
+ return (React__namespace.createElement("fieldset", Object.assign({ ref: props.forwardedRef, className: uuiCore.cx(css$1e.root, uuiCore.directionMode[direction], props.cx), onFocus: props.onFocus, onBlur: props.onBlur }, props.rawProps), props.items.map((i) => {
1274
1283
  const restItemProps = __rest(i, ["id", "name", "renderName"]);
1275
1284
  return (React__namespace.createElement(RadioInput, Object.assign({ name: props.name, renderLabel: i.renderName ? i.renderName : () => i.name, value: props.value === i.id, onValueChange: () => handleChange(i.id), isDisabled: props.isDisabled || i.isDisabled, isReadonly: props.isReadonly, isInvalid: props.isInvalid, isRequired: props.isRequired, key: i.id.toString(), size: props.size || i.size }, restItemProps)));
1276
1285
  })));
1277
1286
  }
1278
1287
 
1279
- var css$1c = {"root":"-OvgME"};
1288
+ var css$1d = {"root":"gOBBB1"};
1280
1289
 
1281
1290
  function applyScrollBarsMods() {
1282
1291
  return [
1283
- css$1c.root, 'uui-scroll-bars', 'uui-shadow-top', 'uui-shadow-bottom',
1292
+ css$1d.root, 'uui-scroll-bars', 'uui-shadow-top', 'uui-shadow-bottom',
1284
1293
  ];
1285
1294
  }
1286
1295
  const ScrollBars = /* @__PURE__ */uuiCore.withMods(uuiComponents.ScrollBars, applyScrollBarsMods);
1287
1296
 
1288
- var css$1b = {"scroll-container":"ThzBJH","list-container":"GKfTqq","scrollContainer":"ThzBJH","listContainer":"GKfTqq"};
1297
+ var css$1c = {"scroll-container":"geAXsC","scrollContainer":"geAXsC","list-container":"N7Y-0F","listContainer":"N7Y-0F"};
1289
1298
 
1290
- var css$1a = {"root":"yCMyMw"};
1299
+ var css$1b = {"root":"_4pk5NY"};
1291
1300
 
1292
- const AvatarStack = /* @__PURE__ */uuiCore.withMods(uuiComponents.AvatarStack, () => [css$1a.root]);
1301
+ const AvatarStack = /* @__PURE__ */uuiCore.withMods(uuiComponents.AvatarStack, () => [css$1b.root]);
1293
1302
 
1294
- var css$19 = {"uui-typography":"Sl9yAC","hero-header":"Hr9yYh","promo-header":"BjcPIP","uui-critical":"reqMb7","uui-info":"XvSMxw","uui-success":"XG6WYV","uui-warning":"IB2xUP","uui-highlight":"Op8Ljy","uui-typography-size-12":"_6z-9Gs","uui-typography-size-14":"GtaTfQ","uui-typography-size-16":"_109Tag","root":"-Cpklp","uuiTypography":"Sl9yAC","heroHeader":"Hr9yYh","promoHeader":"BjcPIP","uuiCritical":"reqMb7","uuiInfo":"XvSMxw","uuiSuccess":"XG6WYV","uuiWarning":"IB2xUP","uuiHighlight":"Op8Ljy","uuiTypographySize12":"_6z-9Gs","uuiTypographySize14":"GtaTfQ","uuiTypographySize16":"_109Tag"};
1303
+ var css$1a = {"uui-typography":"ZncXcm","uuiTypography":"ZncXcm","hero-header":"Hqkiu3","heroHeader":"Hqkiu3","promo-header":"-YUnze","promoHeader":"-YUnze","uui-critical":"HtU1n-","uuiCritical":"HtU1n-","uui-info":"YcxIP5","uuiInfo":"YcxIP5","uui-success":"T92GRR","uuiSuccess":"T92GRR","uui-warning":"PbcR0E","uuiWarning":"PbcR0E","uui-highlight":"zXj5HX","uuiHighlight":"zXj5HX","uui-typography-size-12":"Ane-3t","uuiTypographySize12":"Ane-3t","uui-typography-size-14":"PrFcxf","uuiTypographySize14":"PrFcxf","uui-typography-size-16":"-Bjflo","uuiTypographySize16":"-Bjflo","root":"o2L401"};
1295
1304
 
1296
1305
  const DEFAULT_FILL = 'solid';
1297
1306
  function applyBadgeMods(mods) {
1298
1307
  return [
1299
1308
  'uui-badge',
1300
- css$19.root,
1309
+ css$1a.root,
1301
1310
  `uui-size-${mods.size || settings.sizes.defaults.badge}`,
1302
1311
  `uui-fill-${mods.fill || DEFAULT_FILL}`,
1303
1312
  `uui-color-${mods.color || 'info'}`,
@@ -1315,11 +1324,11 @@ const Badge = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) =>
1315
1324
  props.isDropdown && (React__namespace.default.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
1316
1325
  });
1317
1326
 
1318
- var css$18 = {"uui-typography":"MGBCpM","hero-header":"oIR8Ny","promo-header":"IZB4YF","uui-critical":"_108vYF","uui-info":"_-0zJha","uui-success":"-FG197","uui-warning":"p-6mVt","uui-highlight":"XmbNT4","uui-typography-size-12":"eQK8oB","uui-typography-size-14":"DiNG8z","uui-typography-size-16":"X6Q6oy","root":"v4IMwf","uuiTypography":"MGBCpM","heroHeader":"oIR8Ny","promoHeader":"IZB4YF","uuiCritical":"_108vYF","uuiInfo":"_-0zJha","uuiSuccess":"-FG197","uuiWarning":"p-6mVt","uuiHighlight":"XmbNT4","uuiTypographySize12":"eQK8oB","uuiTypographySize14":"DiNG8z","uuiTypographySize16":"X6Q6oy"};
1327
+ var css$19 = {"uui-typography":"a99qrG","uuiTypography":"a99qrG","hero-header":"D0dIao","heroHeader":"D0dIao","promo-header":"aekPZQ","promoHeader":"aekPZQ","uui-critical":"-j6fHr","uuiCritical":"-j6fHr","uui-info":"Ci4TiX","uuiInfo":"Ci4TiX","uui-success":"bTE1u4","uuiSuccess":"bTE1u4","uui-warning":"F0y45K","uuiWarning":"F0y45K","uui-highlight":"_87eWfu","uuiHighlight":"_87eWfu","uui-typography-size-12":"_0ezOqp","uuiTypographySize12":"_0ezOqp","uui-typography-size-14":"MKa5Jj","uuiTypographySize14":"MKa5Jj","uui-typography-size-16":"H--TNr","uuiTypographySize16":"H--TNr","root":"FGqP1C"};
1319
1328
 
1320
1329
  function applyTagMods(props) {
1321
1330
  return [
1322
- css$18.root,
1331
+ css$19.root,
1323
1332
  `uui-size-${props.size || settings.sizes.defaults.tag}`,
1324
1333
  `uui-color-${props.color || 'neutral'}`,
1325
1334
  `uui-fill-${props.fill || 'solid'}`,
@@ -1339,94 +1348,94 @@ const Tag = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
1339
1348
  props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
1340
1349
  });
1341
1350
 
1342
- var css$17 = {"root":"NEG8Ze","uui-spinner":"-zU5-v","uuiSpinner":"-zU5-v"};
1351
+ var css$18 = {"root":"CS-CbB","uui-spinner":"P8ZWTq","uuiSpinner":"P8ZWTq"};
1343
1352
 
1344
1353
  function applySpinnerMods() {
1345
- return [css$17.root, 'uui-spinner'];
1354
+ return [css$18.root, 'uui-spinner'];
1346
1355
  }
1347
1356
  const Spinner = /* @__PURE__ */uuiCore.withMods(uuiComponents.Spinner, applySpinnerMods);
1348
1357
 
1349
- var _path$v;
1350
- function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
1358
+ var _path$w;
1359
+ function _extends$w() { return _extends$w = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$w.apply(null, arguments); }
1351
1360
  var SvgNavigationChevronLeftOutline = function SvgNavigationChevronLeftOutline(props, ref) {
1352
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$v({
1361
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$w({
1353
1362
  xmlns: "http://www.w3.org/2000/svg",
1354
1363
  width: 24,
1355
1364
  height: 24,
1356
1365
  viewBox: "0 0 24 24",
1357
1366
  ref: ref
1358
- }, props), _path$v || (_path$v = /*#__PURE__*/React__namespace.createElement("path", {
1367
+ }, props), _path$w || (_path$w = /*#__PURE__*/React__namespace.createElement("path", {
1359
1368
  d: "M15.914 5.414 14.5 4l-8 8 8 8 1.414-1.414L9.328 12l6.586-6.586z"
1360
1369
  })));
1361
1370
  };
1362
- var ForwardRef$v = /*#__PURE__*/React.forwardRef(SvgNavigationChevronLeftOutline);
1371
+ var ForwardRef$w = /*#__PURE__*/React.forwardRef(SvgNavigationChevronLeftOutline);
1363
1372
 
1364
- var _path$u;
1365
- function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$u.apply(this, arguments); }
1373
+ var _path$v;
1374
+ function _extends$v() { return _extends$v = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$v.apply(null, arguments); }
1366
1375
  var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline(props, ref) {
1367
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$u({
1376
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$v({
1368
1377
  xmlns: "http://www.w3.org/2000/svg",
1369
1378
  width: 24,
1370
1379
  height: 24,
1371
1380
  viewBox: "0 0 24 24",
1372
1381
  ref: ref
1373
- }, props), _path$u || (_path$u = /*#__PURE__*/React__namespace.createElement("path", {
1382
+ }, props), _path$v || (_path$v = /*#__PURE__*/React__namespace.createElement("path", {
1374
1383
  d: "M8.086 18.586 9.5 20l8-8-8-8-1.414 1.414L14.672 12l-6.586 6.586z"
1375
1384
  })));
1376
1385
  };
1377
- var ForwardRef$u = /*#__PURE__*/React.forwardRef(SvgNavigationChevronRightOutline);
1386
+ var ForwardRef$v = /*#__PURE__*/React.forwardRef(SvgNavigationChevronRightOutline);
1378
1387
 
1379
- var css$16 = {"root":"mwSneS","page":"HS38SJ","spacer":"CKAqZ6","mode-ghost":"uVz0jF","modeGhost":"uVz0jF"};
1388
+ var css$17 = {"root":"_8LG5wp","page":"CMYWrc","spacer":"_7Uk5Rg","mode-ghost":"_7a-IGm","modeGhost":"_7a-IGm"};
1380
1389
 
1381
1390
  function Paginator(props) {
1382
- const renderPaginator = (params) => (React__namespace.default.createElement("nav", Object.assign({ role: "navigation", className: cx__default.default(css$16.root, 'uui-paginator', `uui-size-${props.size || settings.sizes.defaults.paginator}`) }, params.rawProps),
1383
- React__namespace.default.createElement(Button, { size: props.size || settings.sizes.defaults.paginator, icon: ForwardRef$v, onClick: params.goToPrev, isDisabled: params.isFirst || props.isDisabled, fill: "outline", color: "secondary" }),
1391
+ const renderPaginator = (params) => (React__namespace.default.createElement("nav", Object.assign({ role: "navigation", className: cx__default.default(css$17.root, 'uui-paginator', `uui-size-${props.size || settings.sizes.defaults.paginator}`) }, params.rawProps),
1392
+ React__namespace.default.createElement(Button, { size: props.size || settings.sizes.defaults.paginator, icon: ForwardRef$w, onClick: params.goToPrev, isDisabled: params.isFirst || props.isDisabled, fill: "outline", color: "secondary" }),
1384
1393
  params.pages.map((page, index) => {
1385
1394
  if (page.type === 'spacer') {
1386
- return (React__namespace.default.createElement(Button, { cx: cx__default.default(css$16.spacer, css$16.page), size: props.size || settings.sizes.defaults.paginator, key: `${index}_spacer`, caption: "...", fill: "ghost", color: "secondary", tabIndex: -1, isDisabled: props.isDisabled }));
1395
+ return (React__namespace.default.createElement(Button, { cx: cx__default.default(css$17.spacer, css$17.page), size: props.size || settings.sizes.defaults.paginator, key: `${index}_spacer`, caption: "...", fill: "ghost", color: "secondary", tabIndex: -1, isDisabled: props.isDisabled }));
1387
1396
  }
1388
1397
  else {
1389
- return (React__namespace.default.createElement(Button, { cx: cx__default.default(css$16[`mode-${!page.isActive && 'ghost'}`], css$16.page), size: props.size || settings.sizes.defaults.paginator, key: page.pageNumber, caption: page.pageNumber, onClick: () => { var _a; return (_a = page.onClick) === null || _a === void 0 ? void 0 : _a.call(page); }, rawProps: { 'aria-current': page.isActive }, fill: (page.isActive && 'outline') || 'ghost', color: "primary", isDisabled: props.isDisabled }));
1398
+ return (React__namespace.default.createElement(Button, { cx: cx__default.default(css$17[`mode-${!page.isActive && 'ghost'}`], css$17.page), size: props.size || settings.sizes.defaults.paginator, key: page.pageNumber, caption: page.pageNumber, onClick: () => { var _a; return (_a = page.onClick) === null || _a === void 0 ? void 0 : _a.call(page); }, rawProps: { 'aria-current': page.isActive }, fill: (page.isActive && 'outline') || 'ghost', color: "primary", isDisabled: props.isDisabled }));
1390
1399
  }
1391
1400
  }),
1392
- React__namespace.default.createElement(Button, { size: props.size || settings.sizes.defaults.paginator, icon: ForwardRef$u, onClick: params.goToNext, isDisabled: params.isLast || props.isDisabled, fill: "outline", color: "secondary" })));
1401
+ React__namespace.default.createElement(Button, { size: props.size || settings.sizes.defaults.paginator, icon: ForwardRef$v, onClick: params.goToNext, isDisabled: params.isLast || props.isDisabled, fill: "outline", color: "secondary" })));
1393
1402
  return React__namespace.default.createElement(uuiComponents.Paginator, Object.assign({}, props, { render: renderPaginator }));
1394
1403
  }
1395
1404
 
1396
- var css$15 = {"root":"po8Ftz","progress-bar":"mv-1OL","progressBar-indeterminate":"kJFdmf","size-12":"-OSOBd","size-18":"w36qt4","size-24":"_48ee3A","progressBar":"mv-1OL","progressBarIndeterminate":"kJFdmf","size12":"-OSOBd","size18":"w36qt4","size24":"_48ee3A"};
1405
+ var css$16 = {"root":"mGGvyw","progress-bar":"aDkidS","progressBar":"aDkidS","progressBar-indeterminate":"xx1xaq","progressBarIndeterminate":"xx1xaq","size-12":"BeBRSs","size12":"BeBRSs","size-18":"EwQMcv","size18":"EwQMcv","size-24":"Ff1Mgv","size24":"Ff1Mgv"};
1397
1406
 
1398
1407
  const IndeterminateBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
1399
- return (React__namespace.createElement("div", { ref: ref, className: cx__default.default('uui-indeterminate_bar', props.cx, css$15.root, css$15[`size-${props.size || 12}`]) },
1400
- React__namespace.createElement("div", { className: cx__default.default(css$15.progressBar) })));
1408
+ return (React__namespace.createElement("div", { ref: ref, className: cx__default.default('uui-indeterminate_bar', props.cx, css$16.root, css$16[`size-${props.size || 12}`]) },
1409
+ React__namespace.createElement("div", { className: cx__default.default(css$16.progressBar) })));
1401
1410
  });
1402
1411
 
1403
- var css$14 = {"root":"xjyqu8","striped":"-ILHsI","animate-stripes":"vqvW4R","size-12":"Yn4aH4","size-18":"fTDK5f","size-24":"SQUctP","animateStripes":"vqvW4R","size12":"Yn4aH4","size18":"fTDK5f","size24":"SQUctP"};
1412
+ var css$15 = {"root":"l9RNUU","striped":"rj3Acb","animate-stripes":"fJQ-0Q","animateStripes":"fJQ-0Q","size-12":"n8rPf8","size12":"n8rPf8","size-18":"c1NECx","size18":"c1NECx","size-24":"_1YUw06","size24":"_1YUw06"};
1404
1413
 
1405
1414
  const DEFAULT_SIZE = '12';
1406
1415
  function applyProgressBarMods(mods) {
1407
1416
  const size = mods.size || DEFAULT_SIZE;
1408
1417
  return [
1409
- css$14.root,
1410
- css$14[`size-${size}`],
1411
- mods.striped && css$14.striped,
1418
+ css$15.root,
1419
+ css$15[`size-${size}`],
1420
+ mods.striped && css$15.striped,
1412
1421
  ];
1413
1422
  }
1414
1423
  const ProgressBar = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.ProgressBar, applyProgressBarMods, (props) => ({
1415
1424
  hideLabel: props.hideLabel || props.striped,
1416
1425
  }));
1417
1426
 
1418
- var css$13 = {"root":"_5viqWZ"};
1427
+ var css$14 = {"root":"Gom-7C"};
1419
1428
 
1420
1429
  const IndicatorBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
1421
1430
  const { progress } = props;
1422
- return progress || progress === 0 ? (React__namespace.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx__default.default(css$13.root, props.cx), hideLabel: true })) : (React__namespace.createElement(IndeterminateBar, { ref: ref, cx: cx__default.default(css$13.root, props.cx) }));
1431
+ return progress || progress === 0 ? (React__namespace.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx__default.default(css$14.root, props.cx), hideLabel: true })) : (React__namespace.createElement(IndeterminateBar, { ref: ref, cx: cx__default.default(css$14.root, props.cx) }));
1423
1432
  });
1424
1433
 
1425
- var css$12 = {"root":"XRGt84"};
1434
+ var css$13 = {"root":"am-1v4"};
1426
1435
 
1427
1436
  const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
1428
1437
  return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
1429
- css$12.root,
1438
+ css$13.root,
1430
1439
  `uui-size-${props.size || settings.sizes.defaults.statusIndicator}`,
1431
1440
  'uui-status_indicator',
1432
1441
  `uui-color-${props.color || 'neutral'}`,
@@ -1437,7 +1446,7 @@ const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
1437
1446
  React__namespace.default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
1438
1447
  });
1439
1448
 
1440
- var css$11 = {"drag-handle":"PyLQZZ","icon-container":"GkzJqu","dragHandle":"PyLQZZ","iconContainer":"GkzJqu"};
1449
+ var css$12 = {"drag-handle":"_3vRPHF","dragHandle":"_3vRPHF","icon-container":"b1Q5g0","iconContainer":"b1Q5g0"};
1441
1450
 
1442
1451
  function DataRowAddons(props) {
1443
1452
  var _a, _b;
@@ -1449,19 +1458,19 @@ function DataRowAddons(props) {
1449
1458
  return settings.sizes.rowAddons.indentWidth[props.size] || settings.sizes.rowAddons.defaults.indentWidth;
1450
1459
  };
1451
1460
  return (React__namespace.default.createElement(React__namespace.default.Fragment, null,
1452
- ((_a = row.dnd) === null || _a === void 0 ? void 0 : _a.srcData) && React__namespace.default.createElement(uuiComponents.DragHandle, { key: "dh", cx: css$11.dragHandle, rawProps: Object.assign({}, props.eventHandlers) }),
1461
+ ((_a = row.dnd) === null || _a === void 0 ? void 0 : _a.srcData) && React__namespace.default.createElement(uuiComponents.DragHandle, { key: "dh", cx: css$12.dragHandle, rawProps: Object.assign({}, props.eventHandlers) }),
1453
1462
  ((_b = row === null || row === void 0 ? void 0 : row.checkbox) === null || _b === void 0 ? void 0 : _b.isVisible) && (React__namespace.default.createElement(Checkbox, { key: "cb", cx: "uui-dr_addons-checkbox", tabIndex: props.tabIndex, size: settings.sizes.rowAddons.checkbox[props.size], value: row.isChecked, indeterminate: !row.isChecked && row.isChildrenChecked, onValueChange: () => { var _a; return (_a = row.onCheck) === null || _a === void 0 ? void 0 : _a.call(row, row); }, isDisabled: row.checkbox.isDisabled, isInvalid: row.checkbox.isInvalid })),
1454
1463
  row.indent > 0 && (React__namespace.default.createElement("div", { key: "fold", className: cx__default.default('uui-dr_addons-indent', `uui-size-${props.size}`), style: { marginInlineStart: getIndent(), width: getWidth() } }, row.isFoldable && (React__namespace.default.createElement(uuiComponents.IconContainer, { rawProps: {
1455
1464
  'aria-label': row.isFolded ? 'Unfold' : 'Fold',
1456
1465
  role: 'button',
1457
- }, key: "icon", icon: ForwardRef$P, cx: [
1458
- uuiCore.uuiElement.foldingArrow, uuiCore.uuiMarkers.clickable, css$11.iconContainer,
1466
+ }, key: "icon", icon: ForwardRef$Q, cx: [
1467
+ uuiCore.uuiElement.foldingArrow, uuiCore.uuiMarkers.clickable, css$12.iconContainer,
1459
1468
  ], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.sizes.rowAddons.icon[props.size] || settings.sizes.rowAddons.defaults.icon }))))));
1460
1469
  }
1461
1470
 
1462
- var css$10 = {"root":"b0sOL3"};
1471
+ var css$11 = {"root":"_5xd8tX"};
1463
1472
 
1464
- const Blocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.Blocker, () => [css$10.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__namespace.default.createElement(Spinner, null)) }));
1473
+ const Blocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.Blocker, () => [css$11.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__namespace.default.createElement(Spinner, null)) }));
1465
1474
 
1466
1475
  const VirtualList = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
1467
1476
  const { listContainerRef, offsetY, handleScroll, estimatedHeight, scrollContainerRef, } = uuiCore.useVirtualList({
@@ -1477,7 +1486,7 @@ const VirtualList = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
1477
1486
  var _a;
1478
1487
  return ((_a = props.renderRows) === null || _a === void 0 ? void 0 : _a.call(props, {
1479
1488
  listContainerRef, estimatedHeight, offsetY, scrollShadows,
1480
- })) || (React__namespace.createElement("div", { className: css$1b.listContainer, style: { minHeight: `${estimatedHeight}px` } },
1489
+ })) || (React__namespace.createElement("div", { className: css$1c.listContainer, style: { minHeight: `${estimatedHeight}px` } },
1481
1490
  React__namespace.createElement("div", { ref: listContainerRef, role: props.role, style: { marginTop: offsetY } }, props.rows)));
1482
1491
  };
1483
1492
  const renderView = ({ style }) => (React__namespace.createElement(VirtualListView, { isLoading: props.isLoading, style: style, rawProps: props.rawProps }));
@@ -1487,7 +1496,7 @@ const VirtualList = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
1487
1496
  return;
1488
1497
  scrollContainerRef.current = scrollbars.container.firstChild;
1489
1498
  }, []);
1490
- return (React__namespace.createElement(ScrollBars, { cx: uuiCore.cx(css$1b.scrollContainer, props.cx, {
1499
+ return (React__namespace.createElement(ScrollBars, { cx: uuiCore.cx(css$1c.scrollContainer, props.cx, {
1491
1500
  [uuiCore.uuiMarkers.scrolledLeft]: scrollShadows.horizontalLeft,
1492
1501
  [uuiCore.uuiMarkers.scrolledRight]: scrollShadows.horizontalRight,
1493
1502
  [uuiCore.uuiMarkers.scrolledTop]: scrollShadows.verticalTop,
@@ -1500,7 +1509,7 @@ const VirtualListView = /* @__PURE__ */React__namespace.forwardRef((props, ref)
1500
1509
  React__namespace.createElement(Blocker, { isEnabled: props.isLoading })));
1501
1510
  });
1502
1511
 
1503
- var css$$ = {"root":"mvOULs"};
1512
+ var css$10 = {"root":"p28nrp"};
1504
1513
 
1505
1514
  function CheckboxGroup(props) {
1506
1515
  const currentValue = props.value || [];
@@ -1516,16 +1525,16 @@ function CheckboxGroup(props) {
1516
1525
  }
1517
1526
  props.onValueChange(newSelection);
1518
1527
  };
1519
- return (React__namespace.createElement("fieldset", Object.assign({ ref: props.forwardedRef, className: uuiCore.cx(css$$.root, uuiCore.directionMode[direction], props.cx) }, props.rawProps), props.items.map((i) => {
1528
+ return (React__namespace.createElement("fieldset", Object.assign({ ref: props.forwardedRef, className: uuiCore.cx(css$10.root, uuiCore.directionMode[direction], props.cx) }, props.rawProps), props.items.map((i) => {
1520
1529
  const restItemProps = __rest(i, ["id", "name", "renderName"]);
1521
1530
  return (React__namespace.createElement(Checkbox, Object.assign({ renderLabel: i.renderName ? i.renderName : () => i.name, value: currentValue.indexOf(i.id) !== -1, onValueChange: (selected) => handleChange(selected, i.id), isDisabled: props.isDisabled, isReadonly: props.isReadonly, isInvalid: props.isInvalid, isRequired: props.isRequired, key: i.id.toString(), size: props.size || i.size }, restItemProps)));
1522
1531
  })));
1523
1532
  }
1524
1533
 
1525
- var css$_ = {"uui-typography":"EoP-5H","hero-header":"lI6OcR","promo-header":"_6L-NEk","uui-critical":"PjaSLu","uui-info":"hpV1o0","uui-success":"_3YQk-3","uui-warning":"_7t0K8R","uui-highlight":"-RZ3wY","uui-typography-size-12":"wjXOS7","uui-typography-size-14":"DIgqi-","uui-typography-size-16":"_11iGBk","root":"j8-8sT","modal-blocker":"owolSM","animateModalBlocker":"UC5AxM","modal":"A3-FNC","modal-footer":"uCfryF","modal-header":"WXxZvy","uuiTypography":"EoP-5H","heroHeader":"lI6OcR","promoHeader":"_6L-NEk","uuiCritical":"PjaSLu","uuiInfo":"hpV1o0","uuiSuccess":"_3YQk-3","uuiWarning":"_7t0K8R","uuiHighlight":"-RZ3wY","uuiTypographySize12":"wjXOS7","uuiTypographySize14":"DIgqi-","uuiTypographySize16":"_11iGBk","modalBlocker":"owolSM","modalFooter":"uCfryF","modalHeader":"WXxZvy"};
1534
+ var css$$ = {"uui-typography":"oRF78a","uuiTypography":"oRF78a","hero-header":"nNUDpM","heroHeader":"nNUDpM","promo-header":"PVCN1S","promoHeader":"PVCN1S","uui-critical":"puV9Ij","uuiCritical":"puV9Ij","uui-info":"kcYNYX","uuiInfo":"kcYNYX","uui-success":"_4FDoqx","uuiSuccess":"_4FDoqx","uui-warning":"zLAYpg","uuiWarning":"zLAYpg","uui-highlight":"_2RrQYo","uuiHighlight":"_2RrQYo","uui-typography-size-12":"HY3dbK","uuiTypographySize12":"HY3dbK","uui-typography-size-14":"SBEeNj","uuiTypographySize14":"SBEeNj","uui-typography-size-16":"NIVWBt","uuiTypographySize16":"NIVWBt","root":"em8zbz","modal-blocker":"nnpq8-","modalBlocker":"nnpq8-","animateModalBlocker":"_01ch-5","modal":"PntIXt","modal-footer":"BuiJVQ","modalFooter":"BuiJVQ","modal-header":"ttPb0q","modalHeader":"ttPb0q"};
1526
1535
 
1527
- const ModalBlocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalBlocker, () => [css$_.modalBlocker]);
1528
- const ModalWindow = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalWindow, () => [css$_.root, css$_.modal], (props) => {
1536
+ const ModalBlocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalBlocker, () => [css$$.modalBlocker]);
1537
+ const ModalWindow = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalWindow, () => [css$$.root, css$$.modal], (props) => {
1529
1538
  const width = props.width || settings.sizes.modal.window.defaults.width;
1530
1539
  const height = props.height || 'auto';
1531
1540
  const maxHeight = uuiCore.isMobile() ? '100dvh' : (props.maxHeight || '80dvh');
@@ -1537,19 +1546,19 @@ const ModalWindow = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalWindow, (
1537
1546
  });
1538
1547
  class ModalHeader extends React__namespace.default.Component {
1539
1548
  render() {
1540
- return (React__namespace.default.createElement(FlexRow, { padding: this.props.padding || '24', size: null, vPadding: "36", borderBottom: this.props.borderBottom, cx: [css$_.root, css$_.modalHeader, this.props.cx], columnGap: "12", rawProps: this.props.rawProps },
1549
+ return (React__namespace.default.createElement(FlexRow, { padding: this.props.padding || '24', size: null, vPadding: "36", borderBottom: this.props.borderBottom, cx: [css$$.root, css$$.modalHeader, this.props.cx], columnGap: "12", rawProps: this.props.rawProps },
1541
1550
  this.props.title && (React__namespace.default.createElement("div", { className: cx__default.default('uui-modal-title', 'uui-typography') }, this.props.title)),
1542
1551
  this.props.children,
1543
1552
  this.props.onClose && React__namespace.default.createElement(uuiComponents.FlexSpacer, null),
1544
1553
  this.props.onClose && (React__namespace.default.createElement(FlexCell, { shrink: 0, width: "auto" },
1545
- React__namespace.default.createElement(IconButton, { rawProps: { 'aria-label': 'Close modal' }, icon: ForwardRef$Q, onClick: this.props.onClose })))));
1554
+ React__namespace.default.createElement(IconButton, { rawProps: { 'aria-label': 'Close modal' }, icon: ForwardRef$R, onClick: this.props.onClose })))));
1546
1555
  }
1547
1556
  }
1548
1557
  class ModalFooter extends React__namespace.default.Component {
1549
1558
  render() {
1550
1559
  return (React__namespace.default.createElement(FlexRow, { columnGap: this.props.columnGap || '12', cx: [
1551
- css$_.root,
1552
- css$_.modalFooter,
1560
+ css$$.root,
1561
+ css$$.modalFooter,
1553
1562
  this.props.cx,
1554
1563
  ], borderTop: this.props.borderTop, padding: this.props.padding || '24', vPadding: this.props.vPadding || '24', rawProps: this.props.rawProps }, this.props.children));
1555
1564
  }
@@ -1693,25 +1702,26 @@ const TREE_SHAKEABLE_INIT = () => (Object.assign(Object.assign({}, uuiCore.i18n)
1693
1702
  subtitle: 'We are trying to recover. Please wait.',
1694
1703
  },
1695
1704
  },
1705
+ supportMessage: undefined,
1696
1706
  } }));
1697
1707
  const i18n = /* @__PURE__ */TREE_SHAKEABLE_INIT();
1698
1708
 
1699
- var _path$t;
1700
- function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$t.apply(this, arguments); }
1709
+ var _path$u;
1710
+ function _extends$u() { return _extends$u = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$u.apply(null, arguments); }
1701
1711
  var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
1702
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$t({
1712
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$u({
1703
1713
  xmlns: "http://www.w3.org/2000/svg",
1704
1714
  width: 24,
1705
1715
  height: 24,
1706
1716
  viewBox: "0 0 24 24",
1707
1717
  ref: ref
1708
- }, props), _path$t || (_path$t = /*#__PURE__*/React__namespace.createElement("path", {
1718
+ }, props), _path$u || (_path$u = /*#__PURE__*/React__namespace.createElement("path", {
1709
1719
  d: "M11.95 18c.35 0 .646-.121.888-.363.241-.241.362-.537.362-.887s-.12-.646-.362-.887a1.208 1.208 0 0 0-.888-.363c-.35 0-.646.121-.888.363a1.206 1.206 0 0 0-.362.887c0 .35.12.646.362.887.242.242.538.363.888.363zm-.9-3.85h1.85c0-.55.063-.983.188-1.3.125-.317.479-.75 1.062-1.3a7.483 7.483 0 0 0 1.025-1.238c.25-.391.375-.862.375-1.412 0-.933-.342-1.65-1.025-2.15-.683-.5-1.492-.75-2.425-.75-.95 0-1.72.25-2.312.75-.592.5-1.005 1.1-1.238 1.8l1.65.65c.083-.3.271-.625.563-.975.291-.35.737-.525 1.337-.525.533 0 .933.146 1.2.437.267.292.4.613.4.963 0 .333-.1.646-.3.937-.2.292-.45.563-.75.813-.733.65-1.183 1.142-1.35 1.475-.167.333-.25.942-.25 1.825zM12 22a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22z"
1710
1720
  })));
1711
1721
  };
1712
- var ForwardRef$t = /*#__PURE__*/React.forwardRef(SvgNotificationHelpFill);
1722
+ var ForwardRef$u = /*#__PURE__*/React.forwardRef(SvgNotificationHelpFill);
1713
1723
 
1714
- var css$Z = {"uui-typography":"_4VEn8l","hero-header":"S64d-d","promo-header":"BPBpjk","uui-critical":"_7WocIG","uui-info":"rS6y3p","uui-success":"m5u3cZ","uui-warning":"QL3EHe","uui-highlight":"gfT3iH","uui-typography-size-12":"_4-B3aZ","uui-typography-size-14":"_7zHH46","uui-typography-size-16":"D1TJLt","root":"_4MxZ9X","icon-wrapper":"I02jhC","action-wrapper":"PJFLl2","action-link":"UjQ39V","close-icon":"NKXrLW","main-path":"VdPz6D","content":"TJEphp","close-wrapper":"jcRVZ9","notification-wrapper":"frgK2o","clear-button":"_4-dz5s","uuiTypography":"_4VEn8l","heroHeader":"S64d-d","promoHeader":"BPBpjk","uuiCritical":"_7WocIG","uuiInfo":"rS6y3p","uuiSuccess":"m5u3cZ","uuiWarning":"QL3EHe","uuiHighlight":"gfT3iH","uuiTypographySize12":"_4-B3aZ","uuiTypographySize14":"_7zHH46","uuiTypographySize16":"D1TJLt","iconWrapper":"I02jhC","actionWrapper":"PJFLl2","actionLink":"UjQ39V","closeIcon":"NKXrLW","mainPath":"VdPz6D","closeWrapper":"jcRVZ9","notificationWrapper":"frgK2o","clearButton":"_4-dz5s"};
1724
+ var css$_ = {"uui-typography":"_2j9Uly","uuiTypography":"_2j9Uly","hero-header":"Pq6iUX","heroHeader":"Pq6iUX","promo-header":"nBdfH-","promoHeader":"nBdfH-","uui-critical":"_9U-Bog","uuiCritical":"_9U-Bog","uui-info":"AtGJqs","uuiInfo":"AtGJqs","uui-success":"B7qokm","uuiSuccess":"B7qokm","uui-warning":"_3Em-6B","uuiWarning":"_3Em-6B","uui-highlight":"aUhArS","uuiHighlight":"aUhArS","uui-typography-size-12":"_9yYuZI","uuiTypographySize12":"_9yYuZI","uui-typography-size-14":"M3xVvg","uuiTypographySize14":"M3xVvg","uui-typography-size-16":"TMPvfU","uuiTypographySize16":"TMPvfU","root":"anPnav","icon-wrapper":"UvKHtk","iconWrapper":"UvKHtk","action-wrapper":"ryE5fx","actionWrapper":"ryE5fx","action-link":"UNc6tu","actionLink":"UNc6tu","close-icon":"nRrN0J","closeIcon":"nRrN0J","main-path":"g6QAV4","mainPath":"g6QAV4","content":"PylA9b","close-wrapper":"p0x--f","closeWrapper":"p0x--f","notification-wrapper":"_2BvtZO","notificationWrapper":"_2BvtZO","clear-button":"_6vcWjw","clearButton":"_6vcWjw"};
1715
1725
 
1716
1726
  const NotificationCard = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
1717
1727
  const notificationCardNode = React__namespace.default.useRef(null);
@@ -1726,27 +1736,27 @@ const NotificationCard = /* @__PURE__ */React__namespace.default.forwardRef((pro
1726
1736
  (_b = notificationCardNode.current) === null || _b === void 0 ? void 0 : _b.removeEventListener('mouseleave', props.refreshTimer);
1727
1737
  };
1728
1738
  }, []);
1729
- return (React__namespace.default.createElement("div", Object.assign({ role: "alert", className: cx__default.default('uui-notification_card', props.color && `uui-color-${props.color}`, css$Z.root, props.cx), ref: notificationCardNode }, props.rawProps),
1730
- React__namespace.default.createElement("div", { className: css$Z.mainPath },
1731
- props.icon && (React__namespace.default.createElement("div", { className: css$Z.iconWrapper },
1739
+ return (React__namespace.default.createElement("div", Object.assign({ role: "alert", className: cx__default.default('uui-notification_card', props.color && `uui-color-${props.color}`, css$_.root, props.cx), ref: notificationCardNode }, props.rawProps),
1740
+ React__namespace.default.createElement("div", { className: css$_.mainPath },
1741
+ props.icon && (React__namespace.default.createElement("div", { className: css$_.iconWrapper },
1732
1742
  React__namespace.default.createElement(uuiComponents.IconContainer, { size: 24, icon: props.icon }))),
1733
- React__namespace.default.createElement("div", { className: css$Z.content },
1743
+ React__namespace.default.createElement("div", { className: css$_.content },
1734
1744
  props.children,
1735
- props.actions && (React__namespace.default.createElement("div", { className: css$Z.actionWrapper }, props.actions.map((action) => (React__namespace.default.createElement(LinkButton, { caption: action.name, onClick: action.action, key: action.name, cx: css$Z.actionLink, size: "36", rawProps: action.rawProps })))))),
1736
- props.onClose && (React__namespace.default.createElement("div", { className: css$Z.closeWrapper },
1737
- React__namespace.default.createElement(IconButton, { icon: ForwardRef$Q, color: "neutral", onClick: props.onClose, cx: css$Z.closeIcon }))))));
1745
+ props.actions && (React__namespace.default.createElement("div", { className: css$_.actionWrapper }, props.actions.map((action) => (React__namespace.default.createElement(LinkButton, { caption: action.name, onClick: action.action, key: action.name, cx: css$_.actionLink, size: "36", rawProps: action.rawProps })))))),
1746
+ props.onClose && (React__namespace.default.createElement("div", { className: css$_.closeWrapper },
1747
+ React__namespace.default.createElement(IconButton, { icon: ForwardRef$R, color: "neutral", onClick: props.onClose, cx: css$_.closeIcon }))))));
1738
1748
  });
1739
- const WarningNotification = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$y, color: "warning" }, props, { ref: ref, cx: props.cx }))));
1740
- const SuccessNotification = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$z, color: "success" }, props, { ref: ref, cx: props.cx }))));
1741
- const HintNotification = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$t, color: "info" }, props, { ref: ref, cx: props.cx }))));
1742
- const ErrorNotification = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$x, color: "error" }, props, { ref: ref, cx: props.cx }))));
1749
+ const WarningNotification = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$z, color: "warning" }, props, { ref: ref, cx: props.cx }))));
1750
+ const SuccessNotification = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$A, color: "success" }, props, { ref: ref, cx: props.cx }))));
1751
+ const HintNotification = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$u, color: "info" }, props, { ref: ref, cx: props.cx }))));
1752
+ const ErrorNotification = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$y, color: "error" }, props, { ref: ref, cx: props.cx }))));
1743
1753
  function ClearNotification() {
1744
1754
  const uuiCtx = uuiCore.useUuiContext();
1745
- return (React__namespace.default.createElement("div", { className: cx__default.default(css$Z.notificationWrapper, css$Z.clearButton) },
1755
+ return (React__namespace.default.createElement("div", { className: cx__default.default(css$_.notificationWrapper, css$_.clearButton) },
1746
1756
  React__namespace.default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
1747
1757
  }
1748
1758
 
1749
- var css$Y = {"footer":"_468l7i"};
1759
+ var css$Z = {"footer":"f3nmaV"};
1750
1760
 
1751
1761
  class ConfirmationModal extends React__namespace.Component {
1752
1762
  render() {
@@ -1758,7 +1768,7 @@ class ConfirmationModal extends React__namespace.Component {
1758
1768
  React__namespace.createElement(ModalWindow, { width: 420 },
1759
1769
  React__namespace.createElement(ModalHeader, { borderBottom: true, title: this.props.caption, onClose: () => this.props.abort() }),
1760
1770
  React__namespace.createElement(ScrollBars, null, bodyContent),
1761
- React__namespace.createElement(ModalFooter, { cx: css$Y.footer },
1771
+ React__namespace.createElement(ModalFooter, { cx: css$Z.footer },
1762
1772
  this.props.hideCancelButton || (React__namespace.createElement(Button, { caption: i18n.form.modals.discardButton, onClick: () => this.props.success(false), fill: "outline", color: "secondary" })),
1763
1773
  React__namespace.createElement(Button, { caption: i18n.form.modals.saveButton, onClick: () => this.props.success(true), color: "primary" })))));
1764
1774
  }
@@ -1788,7 +1798,7 @@ function useReliableForceUpdate() {
1788
1798
  return red[1];
1789
1799
  }
1790
1800
 
1791
- var css$X = {"root":"xYt-1M","timepicker-input":"A2c6kw","ltr-always":"_5MytcW","timepickerInput":"A2c6kw","ltrAlways":"_5MytcW"};
1801
+ var css$Y = {"root":"KUuvbE","timepicker-input":"KFsYKm","timepickerInput":"KFsYKm","ltr-always":"_5shvGB","ltrAlways":"_5shvGB"};
1792
1802
 
1793
1803
  const uuiTimePicker = {
1794
1804
  container: 'uui-timepicker-container',
@@ -1827,23 +1837,23 @@ function TimePickerBody(props) {
1827
1837
  const minutesToSubtract = value.minute() % minutesStep === 0 ? minutesStep : value.minute() % minutesStep;
1828
1838
  onMinutesChange(value.subtract(minutesToSubtract, 'm').minute());
1829
1839
  };
1830
- return (React__namespace.createElement("div", Object.assign({ className: uuiCore.cx(css$X.root, uuiTimePicker.container, props.cx), ref: props.forwardedRef }, props.rawProps),
1831
- React__namespace.createElement("div", { className: css$X.ltrAlways },
1840
+ return (React__namespace.createElement("div", Object.assign({ className: uuiCore.cx(css$Y.root, uuiTimePicker.container, props.cx), ref: props.forwardedRef }, props.rawProps),
1841
+ React__namespace.createElement("div", { className: css$Y.ltrAlways },
1832
1842
  React__namespace.createElement("div", { className: uuiTimePicker.elementContainer },
1833
- React__namespace.createElement(uuiComponents.IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment hours' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: () => onHoursChange(uuiDayjs.dayjs().set(props.value).add(1, 'h').hour()) }),
1843
+ React__namespace.createElement(uuiComponents.IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment hours' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$Q, onClick: () => onHoursChange(uuiDayjs.dayjs().set(props.value).add(1, 'h').hour()) }),
1834
1844
  React__namespace.createElement(uuiComponents.NumericInput, { cx: uuiTimePicker.input, onValueChange: onHoursChange, value: +(uuiDayjs.dayjs()
1835
1845
  .set(props.value)
1836
1846
  .format(MAX_HOURS === FORMAT_12H ? 'hh' : 'HH')), min: MIN_HOURS, max: MAX_HOURS }),
1837
- React__namespace.createElement(uuiComponents.IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement hours' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: () => onHoursChange(uuiDayjs.dayjs().set(props.value).subtract(1, 'h').hour()) })),
1847
+ React__namespace.createElement(uuiComponents.IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement hours' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$Q, onClick: () => onHoursChange(uuiDayjs.dayjs().set(props.value).subtract(1, 'h').hour()) })),
1838
1848
  React__namespace.createElement("div", { className: uuiTimePicker.elementContainer },
1839
- React__namespace.createElement(uuiComponents.IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment minutes' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: handleMinutesUpClick }),
1849
+ React__namespace.createElement(uuiComponents.IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment minutes' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$Q, onClick: handleMinutesUpClick }),
1840
1850
  React__namespace.createElement(uuiComponents.NumericInput, { cx: uuiTimePicker.input, onValueChange: onMinutesChange, value: +uuiDayjs.dayjs().set(props.value).format('m'), min: MIN_MINUTES, max: MAX_MINUTES }),
1841
- React__namespace.createElement(uuiComponents.IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement minutes' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: handleMinutesDownClick }))),
1851
+ React__namespace.createElement(uuiComponents.IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement minutes' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$Q, onClick: handleMinutesDownClick }))),
1842
1852
  MAX_HOURS === FORMAT_12H && (React__namespace.createElement("div", { className: uuiTimePicker.elementContainer },
1843
- React__namespace.createElement(uuiComponents.IconContainer, { size: 18, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: onTimeTypeChange }),
1853
+ React__namespace.createElement(uuiComponents.IconContainer, { size: 18, cx: uuiTimePicker.iconUp, icon: ForwardRef$Q, onClick: onTimeTypeChange }),
1844
1854
  React__namespace.createElement(uuiComponents.TextInput, { cx: uuiTimePicker.input, onValueChange: () => {
1845
1855
  }, isReadonly: true, value: uuiDayjs.dayjs().set(props.value).format('A') }),
1846
- React__namespace.createElement(uuiComponents.IconContainer, { size: 18, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: onTimeTypeChange })))));
1856
+ React__namespace.createElement(uuiComponents.IconContainer, { size: 18, cx: uuiTimePicker.iconDown, icon: ForwardRef$Q, onClick: onTimeTypeChange })))));
1847
1857
  }
1848
1858
 
1849
1859
  const getMeridian = (newValue, format) => {
@@ -1970,7 +1980,7 @@ function TimePicker(props) {
1970
1980
  };
1971
1981
  const renderInput = (inputProps) => {
1972
1982
  var _a;
1973
- return (React__namespace.default.createElement(TextInput, Object.assign({}, inputProps, { onClick: null, size: props.size || '36', isDisabled: props.isDisabled, isReadonly: props.isReadonly, isInvalid: props.isInvalid, cx: [css$X.root, css$X.timepickerInput, props.inputCx], value: state.inputValue, onValueChange: handleInputChange, onCancel: !props.disableClear && onClear, onFocus: handleFocus, onBlur: handleBlur, isDropdown: false, placeholder: props.placeholder ? props.placeholder : getFormat(), mode: props.mode || DEFAULT_MODE, rawProps: (_a = props.rawProps) === null || _a === void 0 ? void 0 : _a.input })));
1983
+ return (React__namespace.default.createElement(TextInput, Object.assign({}, inputProps, { onClick: null, size: props.size || '36', isDisabled: props.isDisabled, isReadonly: props.isReadonly, isInvalid: props.isInvalid, cx: [css$Y.root, css$Y.timepickerInput, props.inputCx], value: state.inputValue, onValueChange: handleInputChange, onCancel: !props.disableClear && onClear, onFocus: handleFocus, onBlur: handleBlur, isDropdown: false, placeholder: props.placeholder ? props.placeholder : getFormat(), mode: props.mode || DEFAULT_MODE, rawProps: (_a = props.rawProps) === null || _a === void 0 ? void 0 : _a.input })));
1974
1984
  };
1975
1985
  const renderBody = (bodyProps) => {
1976
1986
  var _a;
@@ -1981,22 +1991,52 @@ function TimePicker(props) {
1981
1991
  return (React__namespace.default.createElement(Dropdown, { renderTarget: (targetProps) => (props.renderTarget ? props.renderTarget(targetProps) : renderInput(targetProps)), renderBody: (bodyProps) => !props.isDisabled && !props.isReadonly && renderBody(bodyProps), onValueChange: !props.isDisabled && !props.isReadonly ? onToggle : null, value: state.isOpen, modifiers: [{ name: 'offset', options: { offset: [0, 6] } }], forwardedRef: props.forwardedRef }));
1982
1992
  }
1983
1993
 
1984
- var css$W = {"root":"IK0QEr"};
1994
+ var css$X = {"root":"OMj525"};
1985
1995
 
1986
1996
  function applyInputAddonMods() {
1987
1997
  return [
1988
- css$W.root,
1998
+ css$X.root,
1989
1999
  ];
1990
2000
  }
1991
2001
  const InputAddon = /* @__PURE__ */uuiCore.withMods(uuiComponents.InputAddon, applyInputAddonMods);
1992
2002
 
1993
- var css$V = {"root":"_1NTnl9"};
2003
+ var css$W = {"root":"xZsJEr"};
1994
2004
 
1995
2005
  function applySliderMods() {
1996
- return [css$V.root, 'uui-color-neutral'];
2006
+ return [css$W.root, 'uui-color-neutral'];
1997
2007
  }
1998
2008
  const Slider = /* @__PURE__ */uuiCore.withMods(uuiComponents.Slider, applySliderMods);
1999
2009
 
2010
+ var _path$t;
2011
+ function _extends$t() { return _extends$t = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$t.apply(null, arguments); }
2012
+ var SvgStarFilled = function SvgStarFilled(props, ref) {
2013
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$t({
2014
+ width: 24,
2015
+ height: 24,
2016
+ viewBox: "0 0 24 24",
2017
+ xmlns: "http://www.w3.org/2000/svg",
2018
+ ref: ref
2019
+ }, props), _path$t || (_path$t = /*#__PURE__*/React__namespace.createElement("path", {
2020
+ fillRule: "evenodd",
2021
+ d: "M8.917 8.268 12.01 2l3.093 6.268 6.917 1.005-5.005 4.878 1.182 6.889-6.187-3.252-6.186 3.252 1.181-6.889L2 9.273z"
2022
+ })));
2023
+ };
2024
+ var ForwardRef$t = /*#__PURE__*/React.forwardRef(SvgStarFilled);
2025
+
2026
+ var css$V = {"root":"JNaMlU","tooltip":"_9jekLy"};
2027
+
2028
+ function applyRatingMods(mods) {
2029
+ return [
2030
+ css$V.root,
2031
+ `uui-size-${mods.size || settings.sizes.defaults.rating}`,
2032
+ ];
2033
+ }
2034
+ const Rating = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Rating, applyRatingMods, (props) => ({
2035
+ filledStarIcon: props.icon || ForwardRef$t,
2036
+ emptyStarIcon: props.icon || ForwardRef$t,
2037
+ Tooltip,
2038
+ }));
2039
+
2000
2040
  const defaultFormat = 'MMM D, YYYY';
2001
2041
  const valueFormat = 'YYYY-MM-DD';
2002
2042
  const supportedDateFormats = (format) => {
@@ -2125,7 +2165,7 @@ const getNextYearsList = (currentDate) => {
2125
2165
  return currentDate.add(16, 'year');
2126
2166
  };
2127
2167
 
2128
- var css$U = {"root":"NVRhAm","container":"YWkF3-"};
2168
+ var css$U = {"root":"X64YlL","container":"F9YS9g"};
2129
2169
 
2130
2170
  const uuiHeader = {
2131
2171
  container: 'uui-datepicker-header-container',
@@ -2204,19 +2244,19 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
2204
2244
  const disableNext = view === 'YEAR_SELECTION' && !isYearWithinSoberRange(getNextYearsList(month));
2205
2245
  return (React__namespace.createElement("div", { className: cx__default.default(css$U.root, uuiHeader.container, cx__default.default) },
2206
2246
  React__namespace.createElement("header", { className: uuiHeader.headerNav },
2207
- React__namespace.createElement(Button, { icon: navIconLeft || ForwardRef$v, color: "secondary", fill: "ghost", cx: uuiHeader.navIconLeft, onClick: !isDisabled && (() => onLeftNavigationArrow()), isDisabled: disablePrev }),
2247
+ React__namespace.createElement(Button, { icon: navIconLeft || ForwardRef$w, color: "secondary", fill: "ghost", cx: uuiHeader.navIconLeft, onClick: !isDisabled && (() => onLeftNavigationArrow()), isDisabled: disablePrev }),
2208
2248
  React__namespace.createElement(Button, { caption: title, fill: "ghost", cx: uuiHeader.navTitle, onClick: !isDisabled && (() => onCaptionClick(view)) }),
2209
- React__namespace.createElement(Button, { icon: navIconRight || ForwardRef$u, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
2249
+ React__namespace.createElement(Button, { icon: navIconRight || ForwardRef$v, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
2210
2250
  }
2211
2251
 
2212
- var css$T = {"uui-typography":"_17YkNZ","hero-header":"RrvQi8","promo-header":"fXtYbp","uui-critical":"_-9K8dR","uui-info":"mktvjR","uui-success":"uURM5u","uui-warning":"YWe1TX","uui-highlight":"yH-OXj","uui-typography-size-12":"o8HU0p","uui-typography-size-14":"cBMSJR","uui-typography-size-16":"_7DVLPK","root":"_8Olg76","uuiTypography":"_17YkNZ","heroHeader":"RrvQi8","promoHeader":"fXtYbp","uuiCritical":"_-9K8dR","uuiInfo":"mktvjR","uuiSuccess":"uURM5u","uuiWarning":"YWe1TX","uuiHighlight":"yH-OXj","uuiTypographySize12":"o8HU0p","uuiTypographySize14":"cBMSJR","uuiTypographySize16":"_7DVLPK"};
2252
+ var css$T = {"uui-typography":"_1go1Hp","uuiTypography":"_1go1Hp","hero-header":"BFz4Zq","heroHeader":"BFz4Zq","promo-header":"a-HHNt","promoHeader":"a-HHNt","uui-critical":"W09qIP","uuiCritical":"W09qIP","uui-info":"_99c9x5","uuiInfo":"_99c9x5","uui-success":"-BJ2Y6","uuiSuccess":"-BJ2Y6","uui-warning":"_19gDZx","uuiWarning":"_19gDZx","uui-highlight":"_6lPaaL","uuiHighlight":"_6lPaaL","uui-typography-size-12":"lUq2Wf","uuiTypographySize12":"lUq2Wf","uui-typography-size-14":"vvFIxn","uuiTypographySize14":"vvFIxn","uui-typography-size-16":"_9BxYm5","uuiTypographySize16":"_9BxYm5","root":"_7Q26y0"};
2213
2253
 
2214
2254
  function applyDateSelectionMods() {
2215
2255
  return [css$T.root, `uui-size-${settings.sizes.defaults.datePicker}`];
2216
2256
  }
2217
2257
  const Calendar = /* @__PURE__ */uuiCore.withMods(uuiComponents.Calendar, applyDateSelectionMods);
2218
2258
 
2219
- var css$S = {"uui-typography":"VJYK3S","hero-header":"zNZnuz","promo-header":"V4XuTH","uui-critical":"V-QZ-g","uui-info":"x9dFux","uui-success":"GTDVTW","uui-warning":"QaH3xe","uui-highlight":"-UVZJ0","uui-typography-size-12":"NHZKlX","uui-typography-size-14":"fLyMVh","uui-typography-size-16":"Zqgwsn","root":"_3-smSV","uuiTypography":"VJYK3S","heroHeader":"zNZnuz","promoHeader":"V4XuTH","uuiCritical":"V-QZ-g","uuiInfo":"x9dFux","uuiSuccess":"GTDVTW","uuiWarning":"QaH3xe","uuiHighlight":"-UVZJ0","uuiTypographySize12":"NHZKlX","uuiTypographySize14":"fLyMVh","uuiTypographySize16":"Zqgwsn"};
2259
+ var css$S = {"uui-typography":"zwbWX5","uuiTypography":"zwbWX5","hero-header":"z3q1x7","heroHeader":"z3q1x7","promo-header":"_5JUlxQ","promoHeader":"_5JUlxQ","uui-critical":"mYndIO","uuiCritical":"mYndIO","uui-info":"ILNAsH","uuiInfo":"ILNAsH","uui-success":"eEWbnm","uuiSuccess":"eEWbnm","uui-warning":"Y07qkc","uuiWarning":"Y07qkc","uui-highlight":"Fufh33","uuiHighlight":"Fufh33","uui-typography-size-12":"o27lG2","uuiTypographySize12":"o27lG2","uui-typography-size-14":"_7PeVDW","uuiTypographySize14":"_7PeVDW","uui-typography-size-16":"lTgU7x","uuiTypographySize16":"lTgU7x","root":"_41oou3"};
2220
2260
 
2221
2261
  const uuiDatePickerBody = {
2222
2262
  wrapper: 'uui-datepicker-body-wrapper',
@@ -2347,7 +2387,7 @@ function DatePickerComponent(props, ref) {
2347
2387
  }
2348
2388
  const DatePicker = /* @__PURE__ */React__namespace.default.forwardRef(DatePickerComponent);
2349
2389
 
2350
- var css$R = {"uui-typography":"_73fg3W","hero-header":"E7PtUI","promo-header":"L50s-4","uui-critical":"rqc3xV","uui-info":"iRkhi3","uui-success":"q6BNHM","uui-warning":"mapJb8","uui-highlight":"_8i73ni","uui-typography-size-12":"C1Z7z4","uui-typography-size-14":"dvbvfo","uui-typography-size-16":"kzL-Lz","date-input":"ye7gXX","root":"wMaT1A","separator":"BEqGu2","mode-form":"EBRSDj","mode-cell":"gZLOUA","uuiTypography":"_73fg3W","heroHeader":"E7PtUI","promoHeader":"L50s-4","uuiCritical":"rqc3xV","uuiInfo":"iRkhi3","uuiSuccess":"q6BNHM","uuiWarning":"mapJb8","uuiHighlight":"_8i73ni","uuiTypographySize12":"C1Z7z4","uuiTypographySize14":"dvbvfo","uuiTypographySize16":"kzL-Lz","dateInput":"ye7gXX","modeForm":"EBRSDj","modeCell":"gZLOUA"};
2390
+ var css$R = {"uui-typography":"EPFaYy","uuiTypography":"EPFaYy","hero-header":"tWg5MN","heroHeader":"tWg5MN","promo-header":"I6qxBX","promoHeader":"I6qxBX","uui-critical":"_87X-yU","uuiCritical":"_87X-yU","uui-info":"-zl8wZ","uuiInfo":"-zl8wZ","uui-success":"-w1or8","uuiSuccess":"-w1or8","uui-warning":"jOq-dE","uuiWarning":"jOq-dE","uui-highlight":"XqkLxp","uuiHighlight":"XqkLxp","uui-typography-size-12":"-S-SLw","uuiTypographySize12":"-S-SLw","uui-typography-size-14":"wU4GTF","uuiTypographySize14":"wU4GTF","uui-typography-size-16":"MNgWUo","uuiTypographySize16":"MNgWUo","date-input":"FYnBik","dateInput":"FYnBik","root":"O8pLBE","separator":"q6gjtu","mode-form":"_8bntty","modeForm":"_8bntty","mode-cell":"jk2P-2","modeCell":"jk2P-2"};
2351
2391
 
2352
2392
  const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, onKeyDown, id, cx: classes, }, ref) => {
2353
2393
  const [inputValue, setInputValue] = React.useState(toCustomDateRangeFormat(value, format));
@@ -2389,7 +2429,7 @@ const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isIn
2389
2429
  } : undefined, onValueChange: (v) => onInputChange(v || '', 'to'), onFocus: (e) => handleFocus(e, 'to'), onBlur: (e) => handleBlur(e, 'to'), isInvalid: isInvalid, isDisabled: isDisabled, isReadonly: isReadonly, isDropdown: false, rawProps: rawProps === null || rawProps === void 0 ? void 0 : rawProps.to, onClick: onClick, onKeyDown: onInputKeyDown })));
2390
2430
  });
2391
2431
 
2392
- var css$Q = {"uui-typography":"EE6aDq","hero-header":"Usmm36","promo-header":"uH7JTh","uui-critical":"qcDSxU","uui-info":"_5fwk4J","uui-success":"lHEmPD","uui-warning":"YEjJkt","uui-highlight":"AWPnoE","uui-typography-size-12":"QsLHTY","uui-typography-size-14":"ohC2Yd","uui-typography-size-16":"_1QiDrv","root":"wMrRC-","uuiTypography":"EE6aDq","heroHeader":"Usmm36","promoHeader":"uH7JTh","uuiCritical":"qcDSxU","uuiInfo":"_5fwk4J","uuiSuccess":"lHEmPD","uuiWarning":"YEjJkt","uuiHighlight":"AWPnoE","uuiTypographySize12":"QsLHTY","uuiTypographySize14":"ohC2Yd","uuiTypographySize16":"_1QiDrv"};
2432
+ var css$Q = {"uui-typography":"A08ovM","uuiTypography":"A08ovM","hero-header":"KL9qOj","heroHeader":"KL9qOj","promo-header":"XHNQd5","promoHeader":"XHNQd5","uui-critical":"gAZwV5","uuiCritical":"gAZwV5","uui-info":"b3ecPA","uuiInfo":"b3ecPA","uui-success":"qu-Yn8","uuiSuccess":"qu-Yn8","uui-warning":"eg4MqB","uuiWarning":"eg4MqB","uui-highlight":"E3gj4f","uuiHighlight":"E3gj4f","uui-typography-size-12":"SAgf0P","uuiTypographySize12":"SAgf0P","uui-typography-size-14":"NDoB9U","uuiTypographySize14":"NDoB9U","uui-typography-size-16":"ghf7-1","uuiTypographySize16":"ghf7-1","root":"C8Ip3d"};
2393
2433
 
2394
2434
  const uuiPresets = {
2395
2435
  container: 'uui-presets-container',
@@ -2405,7 +2445,7 @@ function CalendarPresets(props) {
2405
2445
  getPresets(props.presets).map((item) => (React__namespace.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: "24" })))));
2406
2446
  }
2407
2447
 
2408
- var css$P = {"uui-typography":"Vt-28n","hero-header":"hhS1ev","promo-header":"dZpqSU","uui-critical":"_38mE3G","uui-info":"tSq4BL","uui-success":"UifY4-","uui-warning":"_6FMlrj","uui-highlight":"gvJ31B","uui-typography-size-12":"BlLZBx","uui-typography-size-14":"-MQXXC","uui-typography-size-16":"rYtjMq","root":"QYuQLt","container":"wL0QAe","day-selection":"eSXbvK","from-picker":"_9nQkFP","to-picker":"QyC1vS","bodes-wrapper":"_9ArxdU","blocker":"bq1BpG","uuiTypography":"Vt-28n","heroHeader":"hhS1ev","promoHeader":"dZpqSU","uuiCritical":"_38mE3G","uuiInfo":"tSq4BL","uuiSuccess":"UifY4-","uuiWarning":"_6FMlrj","uuiHighlight":"gvJ31B","uuiTypographySize12":"BlLZBx","uuiTypographySize14":"-MQXXC","uuiTypographySize16":"rYtjMq","daySelection":"eSXbvK","fromPicker":"_9nQkFP","toPicker":"QyC1vS","bodesWrapper":"_9ArxdU"};
2448
+ var css$P = {"uui-typography":"Zs-vhU","uuiTypography":"Zs-vhU","hero-header":"Ammbec","heroHeader":"Ammbec","promo-header":"M-NFe5","promoHeader":"M-NFe5","uui-critical":"deZZsd","uuiCritical":"deZZsd","uui-info":"nBxyPX","uuiInfo":"nBxyPX","uui-success":"I1Kx5e","uuiSuccess":"I1Kx5e","uui-warning":"DG35kP","uuiWarning":"DG35kP","uui-highlight":"dZYMV7","uuiHighlight":"dZYMV7","uui-typography-size-12":"tvCqeb","uuiTypographySize12":"tvCqeb","uui-typography-size-14":"_6w7Msy","uuiTypographySize14":"_6w7Msy","uui-typography-size-16":"nY8zxb","uuiTypographySize16":"nY8zxb","root":"KJ3hOy","container":"PPV-zT","day-selection":"poG-ne","daySelection":"poG-ne","from-picker":"Xqj399","fromPicker":"Xqj399","to-picker":"wI-hNj","toPicker":"wI-hNj","bodes-wrapper":"NGa3lw","bodesWrapper":"NGa3lw","blocker":"_06mXCK"};
2409
2449
 
2410
2450
  const uuiRangeDatePickerBody = {
2411
2451
  inRange: 'uui-range-datepicker-in-range',
@@ -2580,7 +2620,7 @@ const getDayCX = (day, selectedDate) => {
2580
2620
  return [uuiCore.cx(inRange && uuiRangeDatePickerBody.inRange, isFirst && uuiRangeDatePickerBody.firstDayInRangeWrapper, !inRange && isFirst && uuiRangeDatePickerBody.lastDayInRangeWrapper, isLast && uuiRangeDatePickerBody.lastDayInRangeWrapper, !inRange && isLast && uuiRangeDatePickerBody.firstDayInRangeWrapper, (dayValue === fromValue || dayValue === toValue) && uuiComponents.uuiDaySelection.selectedDay)];
2581
2621
  };
2582
2622
 
2583
- var css$O = {"dropdown-container":"_4jsRhC","dropdownContainer":"_4jsRhC"};
2623
+ var css$O = {"dropdown-container":"-z-4Dl","dropdownContainer":"-z-4Dl"};
2584
2624
 
2585
2625
  const modifiers = [{
2586
2626
  name: 'offset',
@@ -2657,7 +2697,7 @@ function RangeDatePickerComponent(props, ref) {
2657
2697
  }
2658
2698
  const RangeDatePicker = /* @__PURE__ */React__namespace.default.forwardRef(RangeDatePickerComponent);
2659
2699
 
2660
- var css$N = {"root":"bTqEXA","blocker":"HxKkE2","marker":"XWOlrj","top":"GGD-6Q","bottom":"-h4L5w","left":"KaNK5M","right":"_2omn2b","inside":"-HykNi"};
2700
+ var css$N = {"root":"_--rqHV","blocker":"YGgN11","marker":"PwvMNp","top":"iTI5KI","bottom":"DOVNhM","left":"gXiDfM","right":"l5vLvq","inside":"SvEyhK"};
2661
2701
 
2662
2702
  function DropMarker(props) {
2663
2703
  return props.isDndInProgress
@@ -2672,7 +2712,7 @@ function DropMarker(props) {
2672
2712
  : null;
2673
2713
  }
2674
2714
 
2675
- var css$M = {"root":"GytkVA","line-height":"pabEvp","font-size":"XEnKBI","lineHeight":"pabEvp","fontSize":"XEnKBI"};
2715
+ var css$M = {"root":"A3dldn","line-height":"FJ-kyL","lineHeight":"FJ-kyL","font-size":"a8Gc3b","fontSize":"a8Gc3b"};
2676
2716
 
2677
2717
  function applyTextMods(mods) {
2678
2718
  return [
@@ -2697,7 +2737,7 @@ const Text = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Text, appl
2697
2737
  };
2698
2738
  });
2699
2739
 
2700
- var css$L = {"root":"Fsv-3l","loading-word":"uPatnh","animated-loading":"kVbEiu","skeleton_loading":"xAFSrB","loadingWord":"uPatnh","animatedLoading":"kVbEiu","skeletonLoading":"xAFSrB"};
2740
+ var css$L = {"root":"YlTVbm","loading-word":"qIJzK-","loadingWord":"qIJzK-","animated-loading":"BXzop3","animatedLoading":"BXzop3","skeleton_loading":"Cs-67S","skeletonLoading":"Cs-67S"};
2701
2741
 
2702
2742
  const TextPlaceholder = (props) => {
2703
2743
  const pattern = '&nbsp;';
@@ -2716,7 +2756,7 @@ const TextPlaceholder = (props) => {
2716
2756
 
2717
2757
  const RichTextView = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
2718
2758
 
2719
- var css$K = {"uui-typography":"_5Y8B8j","hero-header":"mv9MFw","promo-header":"lPHOEN","uui-critical":"_5OxurB","uui-info":"_3BzVl5","uui-success":"qkPVpl","uui-warning":"HkPrpX","uui-highlight":"GbmkJX","uui-typography-size-12":"cz6Il9","uui-typography-size-14":"qMC3yr","uui-typography-size-16":"SVyb7P","modal":"-AO8-v","search-wrapper":"VqAfuD","no-data":"_6LRZKr","type-search-to-load-size-24":"d4FDr4","uuiTypography":"_5Y8B8j","heroHeader":"mv9MFw","promoHeader":"lPHOEN","uuiCritical":"_5OxurB","uuiInfo":"_3BzVl5","uuiSuccess":"qkPVpl","uuiWarning":"HkPrpX","uuiHighlight":"GbmkJX","uuiTypographySize12":"cz6Il9","uuiTypographySize14":"qMC3yr","uuiTypographySize16":"SVyb7P","searchWrapper":"VqAfuD","noData":"_6LRZKr","typeSearchToLoadSize24":"d4FDr4"};
2759
+ var css$K = {"uui-typography":"kLBxhD","uuiTypography":"kLBxhD","hero-header":"B-Tt2c","heroHeader":"B-Tt2c","promo-header":"c6G5ZX","promoHeader":"c6G5ZX","uui-critical":"_2yoqbT","uuiCritical":"_2yoqbT","uui-info":"N4UlG2","uuiInfo":"N4UlG2","uui-success":"erNU-s","uuiSuccess":"erNU-s","uui-warning":"g-VHkV","uuiWarning":"g-VHkV","uui-highlight":"_2P5CxQ","uuiHighlight":"_2P5CxQ","uui-typography-size-12":"iIIOO1","uuiTypographySize12":"iIIOO1","uui-typography-size-14":"_5Dt71s","uuiTypographySize14":"_5Dt71s","uui-typography-size-16":"cdshSz","uuiTypographySize16":"cdshSz","modal":"uTQev6","search-wrapper":"iueTZa","searchWrapper":"iueTZa","no-data":"jua5BE","noData":"jua5BE","type-search-to-load-size-24":"S3Uy4W","typeSearchToLoadSize24":"S3Uy4W"};
2720
2760
 
2721
2761
  class DataPickerBody extends uuiComponents.PickerBodyBase {
2722
2762
  constructor() {
@@ -2764,7 +2804,7 @@ class DataPickerBody extends uuiComponents.PickerBodyBase {
2764
2804
  }
2765
2805
  }
2766
2806
 
2767
- var css$J = {"footer":"jsQqzN"};
2807
+ var css$J = {"footer":"ZUAwBd"};
2768
2808
 
2769
2809
  function DataPickerFooterImpl(props) {
2770
2810
  const { search, clearSelection, view, showSelected, selectionMode, isSearchTooShort, } = props;
@@ -2789,18 +2829,18 @@ function DataPickerFooterImpl(props) {
2789
2829
  }
2790
2830
  const DataPickerFooter = /* @__PURE__ */React__namespace.default.memo(DataPickerFooterImpl);
2791
2831
 
2792
- var css$I = {"header":"nYao4y","title":"MeKxDC","close":"_4WikpY"};
2832
+ var css$I = {"header":"_3DSq5k","title":"By9VJ2","close":"gU-Ide"};
2793
2833
 
2794
2834
  const DataPickerHeaderImpl = (props) => {
2795
2835
  const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
2796
2836
  return (React__namespace.default.createElement(FlexRow, { alignItems: "center", borderBottom: true, cx: css$I.header },
2797
2837
  React__namespace.default.createElement(Text, { size: settings.sizes.pickerInput.body.mobile.header.titleSize, cx: css$I.title }, title),
2798
- React__namespace.default.createElement(IconButton, { icon: ForwardRef$Q, onClick: () => { var _a; return (_a = props.close) === null || _a === void 0 ? void 0 : _a.call(props); }, cx: css$I.close })));
2838
+ React__namespace.default.createElement(IconButton, { icon: ForwardRef$R, onClick: () => { var _a; return (_a = props.close) === null || _a === void 0 ? void 0 : _a.call(props); }, cx: css$I.close })));
2799
2839
  };
2800
2840
  const DataPickerHeader = /* @__PURE__ */React__namespace.default.memo(DataPickerHeaderImpl);
2801
2841
 
2802
2842
  var _path$s;
2803
- function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
2843
+ function _extends$s() { return _extends$s = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$s.apply(null, arguments); }
2804
2844
  var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
2805
2845
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$s({
2806
2846
  xmlns: "http://www.w3.org/2000/svg",
@@ -2814,7 +2854,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
2814
2854
  };
2815
2855
  var ForwardRef$s = /*#__PURE__*/React.forwardRef(SvgNotificationDoneFill);
2816
2856
 
2817
- var css$H = {"uui-typography":"xx-jlV","hero-header":"BTlxVG","promo-header":"cXQwpu","uui-critical":"_8DZOmq","uui-info":"zDuHeh","uui-success":"rvevAN","uui-warning":"X1b-zS","uui-highlight":"_37-wQ-","uui-typography-size-12":"-QYWUy","uui-typography-size-14":"i2z3PN","uui-typography-size-16":"OZdb9O","root":"TbRP12","align-widgets-top":"rL-sLY","align-widgets-center":"p68bL4","icon-container":"OZ2MDh","loading-cell":"nQN0r2","content-wrapper":"_9IbziX","render-item":"cCIbRN","icon-wrapper":"RvKVdQ","icon-default":"_8NxYVg","selected-mark":"fZxhOL","uuiTypography":"xx-jlV","heroHeader":"BTlxVG","promoHeader":"cXQwpu","uuiCritical":"_8DZOmq","uuiInfo":"zDuHeh","uuiSuccess":"rvevAN","uuiWarning":"X1b-zS","uuiHighlight":"_37-wQ-","uuiTypographySize12":"-QYWUy","uuiTypographySize14":"i2z3PN","uuiTypographySize16":"OZdb9O","alignWidgetsTop":"rL-sLY","alignWidgetsCenter":"p68bL4","iconContainer":"OZ2MDh","loadingCell":"nQN0r2","contentWrapper":"_9IbziX","renderItem":"cCIbRN","iconWrapper":"RvKVdQ","iconDefault":"_8NxYVg","selectedMark":"fZxhOL"};
2857
+ var css$H = {"uui-typography":"QEjom7","uuiTypography":"QEjom7","hero-header":"a57md4","heroHeader":"a57md4","promo-header":"Z-aeOW","promoHeader":"Z-aeOW","uui-critical":"UpKyOz","uuiCritical":"UpKyOz","uui-info":"kQ-xQZ","uuiInfo":"kQ-xQZ","uui-success":"DBdFW6","uuiSuccess":"DBdFW6","uui-warning":"vRDH22","uuiWarning":"vRDH22","uui-highlight":"KkiaV1","uuiHighlight":"KkiaV1","uui-typography-size-12":"_8yeFrM","uuiTypographySize12":"_8yeFrM","uui-typography-size-14":"H-BPdm","uuiTypographySize14":"H-BPdm","uui-typography-size-16":"BChWwY","uuiTypographySize16":"BChWwY","root":"IsNXt-","align-widgets-top":"_29-1Aq","alignWidgetsTop":"_29-1Aq","align-widgets-center":"jcw52X","alignWidgetsCenter":"jcw52X","icon-container":"upZuXl","iconContainer":"upZuXl","loading-cell":"-Mv0B9","loadingCell":"-Mv0B9","content-wrapper":"_5VUVOh","contentWrapper":"_5VUVOh","render-item":"-mCBNO","renderItem":"-mCBNO","icon-wrapper":"s-8Qbv","iconWrapper":"s-8Qbv","icon-default":"_7j-rSv","iconDefault":"_7j-rSv","selected-mark":"QHaYST","selectedMark":"QHaYST"};
2818
2858
 
2819
2859
  function DataPickerCell(props) {
2820
2860
  const ref = React__namespace.useRef();
@@ -2833,7 +2873,7 @@ function DataPickerCell(props) {
2833
2873
  props.renderItem(props.rowProps.value, props.rowProps),
2834
2874
  React__namespace.createElement(uuiComponents.FlexSpacer, null),
2835
2875
  (props.rowProps.isChildrenSelected || props.rowProps.isSelected) && (React__namespace.createElement("div", { className: uuiCore.cx(css$H.iconWrapper, uuiCore.uuiMod.selected) },
2836
- React__namespace.createElement(uuiComponents.IconContainer, { size: settings.sizes.pickerInput.body.dropdown.row.cell.icon[props.size], icon: settings.sizes.pickerInput.body.dropdown.row.cell.isBoldSelectionIcon[props.size] ? ForwardRef$s : ForwardRef$O, cx: props.rowProps.isChildrenSelected ? css$H.iconDefault : css$H.selectedMark, rawProps: { 'aria-label': props.rowProps.isChildrenSelected
2876
+ React__namespace.createElement(uuiComponents.IconContainer, { size: settings.sizes.pickerInput.body.dropdown.row.cell.icon[props.size], icon: settings.sizes.pickerInput.body.dropdown.row.cell.isBoldSelectionIcon[props.size] ? ForwardRef$s : ForwardRef$P, cx: props.rowProps.isChildrenSelected ? css$H.iconDefault : css$H.selectedMark, rawProps: { 'aria-label': props.rowProps.isChildrenSelected
2837
2877
  ? 'Child is selected'
2838
2878
  : 'Selected' } })))));
2839
2879
  }
@@ -2851,7 +2891,7 @@ function DataPickerCell(props) {
2851
2891
  getWrappedContent()));
2852
2892
  }
2853
2893
 
2854
- var css$G = {"uui-typography":"U0xo3k","hero-header":"_6TrVg4","promo-header":"_0Gnest","uui-critical":"-NoykT","uui-info":"_7mSuGK","uui-success":"Z-XVFV","uui-warning":"xJOJKI","uui-highlight":"dsCE4s","uui-typography-size-12":"t6SwUc","uui-typography-size-14":"jhv03Y","uui-typography-size-16":"BLyzuL","picker-row":"_15lY0e","uuiTypography":"U0xo3k","heroHeader":"_6TrVg4","promoHeader":"_0Gnest","uuiCritical":"-NoykT","uuiInfo":"_7mSuGK","uuiSuccess":"Z-XVFV","uuiWarning":"xJOJKI","uuiHighlight":"dsCE4s","uuiTypographySize12":"t6SwUc","uuiTypographySize14":"jhv03Y","uuiTypographySize16":"BLyzuL","pickerRow":"_15lY0e"};
2894
+ var css$G = {"uui-typography":"siNryl","uuiTypography":"siNryl","hero-header":"h4KG3O","heroHeader":"h4KG3O","promo-header":"_5-T5lb","promoHeader":"_5-T5lb","uui-critical":"vyoGOH","uuiCritical":"vyoGOH","uui-info":"HwzBBi","uuiInfo":"HwzBBi","uui-success":"KOaiCH","uuiSuccess":"KOaiCH","uui-warning":"_3Uh2w3","uuiWarning":"_3Uh2w3","uui-highlight":"vCWV0I","uuiHighlight":"vCWV0I","uui-typography-size-12":"j67G62","uuiTypographySize12":"j67G62","uui-typography-size-14":"_5gMjDd","uuiTypographySize14":"_5gMjDd","uui-typography-size-16":"_3buSmf","uuiTypographySize16":"_3buSmf","picker-row":"s4cSju","pickerRow":"s4cSju"};
2855
2895
 
2856
2896
  class DataPickerRow extends React__namespace.Component {
2857
2897
  constructor() {
@@ -2865,7 +2905,7 @@ class DataPickerRow extends React__namespace.Component {
2865
2905
  }
2866
2906
  }
2867
2907
 
2868
- var css$F = {"uui-typography":"JC7WWC","hero-header":"zXUX4Y","promo-header":"fAMyO-","uui-critical":"BkmRfp","uui-info":"r5jh-c","uui-success":"_9bHdsz","uui-warning":"_3iwCEJ","uui-highlight":"RnsW-b","uui-typography-size-12":"XVp1E3","uui-typography-size-14":"Zvhemp","uui-typography-size-16":"_0k3weW","done":"qinpJE","container":"EaVHU1","uuiTypography":"JC7WWC","heroHeader":"zXUX4Y","promoHeader":"fAMyO-","uuiCritical":"BkmRfp","uuiInfo":"r5jh-c","uuiSuccess":"_9bHdsz","uuiWarning":"_3iwCEJ","uuiHighlight":"RnsW-b","uuiTypographySize12":"XVp1E3","uuiTypographySize14":"Zvhemp","uuiTypographySize16":"_0k3weW"};
2908
+ var css$F = {"uui-typography":"Q42XwY","uuiTypography":"Q42XwY","hero-header":"SBm4ka","heroHeader":"SBm4ka","promo-header":"Rr-TZA","promoHeader":"Rr-TZA","uui-critical":"eRjik3","uuiCritical":"eRjik3","uui-info":"dND8ON","uuiInfo":"dND8ON","uui-success":"kMevo2","uuiSuccess":"kMevo2","uui-warning":"NtSFhq","uuiWarning":"NtSFhq","uui-highlight":"CnMBPs","uuiHighlight":"CnMBPs","uui-typography-size-12":"Bx1rUq","uuiTypographySize12":"Bx1rUq","uui-typography-size-14":"d7zbkD","uuiTypographySize14":"d7zbkD","uui-typography-size-16":"_6eeSmd","uuiTypographySize16":"_6eeSmd","done":"A2IPf3","container":"xEmc0l"};
2869
2909
 
2870
2910
  const PickerBodyMobileView = (props) => {
2871
2911
  const isMobileView = uuiCore.isMobile();
@@ -2878,7 +2918,7 @@ const PickerBodyMobileView = (props) => {
2878
2918
  };
2879
2919
 
2880
2920
  var _path$r, _path2$4;
2881
- function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
2921
+ function _extends$r() { return _extends$r = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$r.apply(null, arguments); }
2882
2922
  var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
2883
2923
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$r({
2884
2924
  width: 66,
@@ -2899,7 +2939,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
2899
2939
  };
2900
2940
  var ForwardRef$r = /*#__PURE__*/React.forwardRef(SvgSearchWithBackground);
2901
2941
 
2902
- var css$E = {"uui-typography":"X-MBFW","hero-header":"PbPiOW","promo-header":"OwYPzy","uui-critical":"XPr6my","uui-info":"Si2SzE","uui-success":"ZvTh1y","uui-warning":"SVbJmQ","uui-highlight":"_2c0-aR","uui-typography-size-12":"l-LgY1","uui-typography-size-14":"_7s9j6o","uui-typography-size-16":"BXBabF","sub-header-wrapper":"_5QpI-i","switch":"oA1NHX","no-found-modal-container":"_6xslOE","no-found-modal-container-icon":"umg2iz","no-found-modal-container-text":"NxhMwx","uuiTypography":"X-MBFW","heroHeader":"PbPiOW","promoHeader":"OwYPzy","uuiCritical":"XPr6my","uuiInfo":"Si2SzE","uuiSuccess":"ZvTh1y","uuiWarning":"SVbJmQ","uuiHighlight":"_2c0-aR","uuiTypographySize12":"l-LgY1","uuiTypographySize14":"_7s9j6o","uuiTypographySize16":"BXBabF","subHeaderWrapper":"_5QpI-i","$switch$":"oA1NHX","noFoundModalContainer":"_6xslOE","noFoundModalContainerIcon":"umg2iz","noFoundModalContainerText":"NxhMwx"};
2942
+ var css$E = {"uui-typography":"Agv7jz","uuiTypography":"Agv7jz","hero-header":"wx8SkL","heroHeader":"wx8SkL","promo-header":"NfLVB0","promoHeader":"NfLVB0","uui-critical":"Apm-ly","uuiCritical":"Apm-ly","uui-info":"GStFcu","uuiInfo":"GStFcu","uui-success":"RsRT6M","uuiSuccess":"RsRT6M","uui-warning":"QBkx5-","uuiWarning":"QBkx5-","uui-highlight":"kPZe7A","uuiHighlight":"kPZe7A","uui-typography-size-12":"jrS3Lr","uuiTypographySize12":"jrS3Lr","uui-typography-size-14":"RqawC2","uuiTypographySize14":"RqawC2","uui-typography-size-16":"_022Kyr","uuiTypographySize16":"_022Kyr","sub-header-wrapper":"RXI25w","subHeaderWrapper":"RXI25w","switch":"CSj-Gj","no-found-modal-container":"_-8xXTh","noFoundModalContainer":"_-8xXTh","no-found-modal-container-icon":"_7SrDIk","noFoundModalContainerIcon":"_7SrDIk","no-found-modal-container-text":"_4OYeCI","noFoundModalContainerText":"_4OYeCI"};
2903
2943
 
2904
2944
  const mergeHighlightRanges = (ranges) => {
2905
2945
  const mergedRanges = [];
@@ -2966,7 +3006,7 @@ const getHighlightedSearchMatches = (str, search) => {
2966
3006
  return getDecoratedText(str, ranges);
2967
3007
  };
2968
3008
 
2969
- var css$D = {"root":"z9mQmV","column-gap":"TiGVOU","multiline":"_3YQOw3","text":"cRYKBZ","columnGap":"TiGVOU"};
3009
+ var css$D = {"root":"CIG2Xr","column-gap":"Tm0Fwb","columnGap":"Tm0Fwb","multiline":"_4WyMTB","text":"Zx9mSy"};
2970
3010
 
2971
3011
  function PickerItem(props) {
2972
3012
  var _a;
@@ -3041,7 +3081,7 @@ function PickerModal(props) {
3041
3081
  React__namespace.default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
3042
3082
  }
3043
3083
 
3044
- var css$C = {"tooltip":"kBSUAB"};
3084
+ var css$C = {"tooltip":"tRTd0b"};
3045
3085
 
3046
3086
  const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
3047
3087
  var _a;
@@ -3056,7 +3096,7 @@ const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref)
3056
3096
  }
3057
3097
  });
3058
3098
 
3059
- var css$B = {"uui-typography":"WK8i0T","hero-header":"omic5y","promo-header":"_1wcSn9","uui-critical":"_8PcCSr","uui-info":"tNucC8","uui-success":"IInjej","uui-warning":"T4YgUY","uui-highlight":"wfEXR6","uui-typography-size-12":"l8bEAk","uui-typography-size-14":"RM8cqL","uui-typography-size-16":"ok-9qo","root":"jKV1Om","mode-form":"MqIasa","mode-cell":"HXvnnD","mode-inline":"INW-64","uuiTypography":"WK8i0T","heroHeader":"omic5y","promoHeader":"_1wcSn9","uuiCritical":"_8PcCSr","uuiInfo":"tNucC8","uuiSuccess":"IInjej","uuiWarning":"T4YgUY","uuiHighlight":"wfEXR6","uuiTypographySize12":"l8bEAk","uuiTypographySize14":"RM8cqL","uuiTypographySize16":"ok-9qo","modeForm":"MqIasa","modeCell":"HXvnnD","modeInline":"INW-64"};
3099
+ var css$B = {"uui-typography":"_8-2JIG","uuiTypography":"_8-2JIG","hero-header":"wWipjp","heroHeader":"wWipjp","promo-header":"GPkrL4","promoHeader":"GPkrL4","uui-critical":"oGCOPd","uuiCritical":"oGCOPd","uui-info":"cI2eNu","uuiInfo":"cI2eNu","uui-success":"_4g8S8T","uuiSuccess":"_4g8S8T","uui-warning":"MEOaaP","uuiWarning":"MEOaaP","uui-highlight":"ZsaslH","uuiHighlight":"ZsaslH","uui-typography-size-12":"wEekFQ","uuiTypographySize12":"wEekFQ","uui-typography-size-14":"ZgDNR3","uuiTypographySize14":"ZgDNR3","uui-typography-size-16":"-kF8WU","uuiTypographySize16":"-kF8WU","root":"ayaBYN","mode-form":"ZASwiN","modeForm":"ZASwiN","mode-cell":"mqVyi3","modeCell":"mqVyi3","mode-inline":"q-cZAP","modeInline":"q-cZAP"};
3060
3100
 
3061
3101
  const defaultMode = EditMode.FORM;
3062
3102
  function applyPickerTogglerMods(mods) {
@@ -3153,7 +3193,7 @@ function PickerInputComponent(_a, ref) {
3153
3193
  }
3154
3194
  const PickerInput = /* @__PURE__ */React__namespace.default.forwardRef(PickerInputComponent);
3155
3195
 
3156
- var css$A = {"row":"Ms7Lvl"};
3196
+ var css$A = {"row":"H1rqOc"};
3157
3197
 
3158
3198
  function PickerListItem(props) {
3159
3199
  var _a;
@@ -3174,7 +3214,7 @@ function PickerListItem(props) {
3174
3214
  return (React__namespace.default.createElement("div", Object.assign({ role: "option", "aria-selected": props.isSelectable ? props.isSelected : undefined, "aria-busy": props.isLoading, "aria-posinset": props.index + 1 }, (((_a = props.checkbox) === null || _a === void 0 ? void 0 : _a.isVisible) && { 'aria-checked': props.isChecked }), { className: css$A.row }), component));
3175
3215
  }
3176
3216
 
3177
- var css$z = {"root":"TtBZVO"};
3217
+ var css$z = {"root":"e4VKR4"};
3178
3218
 
3179
3219
  function PickerList(props) {
3180
3220
  const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = uuiComponents.usePickerList(props);
@@ -3209,7 +3249,7 @@ function PickerList(props) {
3209
3249
  }, selectedRows)));
3210
3250
  }
3211
3251
 
3212
- var css$y = {"uui-typography":"_42I8Co","hero-header":"WjVtj6","promo-header":"Y4t7OA","uui-critical":"-qj1N4","uui-info":"Lu418q","uui-success":"Lto7V2","uui-warning":"TXumKx","uui-highlight":"lRo7n8","uui-typography-size-12":"xbSLRP","uui-typography-size-14":"gc5mmP","uui-typography-size-16":"CT-EDp","root":"yYxYWr","wrapper":"CJH3mK","align-widgets-top":"I8RDVK","align-widgets-center":"LWJLlQ","uuiTypography":"_42I8Co","heroHeader":"WjVtj6","promoHeader":"Y4t7OA","uuiCritical":"-qj1N4","uuiInfo":"Lu418q","uuiSuccess":"Lto7V2","uuiWarning":"TXumKx","uuiHighlight":"lRo7n8","uuiTypographySize12":"xbSLRP","uuiTypographySize14":"gc5mmP","uuiTypographySize16":"CT-EDp","alignWidgetsTop":"I8RDVK","alignWidgetsCenter":"LWJLlQ"};
3252
+ var css$y = {"uui-typography":"qzMRbe","uuiTypography":"qzMRbe","hero-header":"qFQgK4","heroHeader":"qFQgK4","promo-header":"U7F0Ar","promoHeader":"U7F0Ar","uui-critical":"_9Tc-za","uuiCritical":"_9Tc-za","uui-info":"OlvXe5","uuiInfo":"OlvXe5","uui-success":"zLmW2S","uuiSuccess":"zLmW2S","uui-warning":"Y2fYLp","uuiWarning":"Y2fYLp","uui-highlight":"ecIYZ6","uuiHighlight":"ecIYZ6","uui-typography-size-12":"_78h-wO","uuiTypographySize12":"_78h-wO","uui-typography-size-14":"kj52on","uuiTypographySize14":"kj52on","uui-typography-size-16":"_5Sk-1s","uuiTypographySize16":"_5Sk-1s","root":"nAP9Em","wrapper":"Xq5-k5","align-widgets-top":"L-pM0S","alignWidgetsTop":"L-pM0S","align-widgets-center":"_0lhC8U","alignWidgetsCenter":"_0lhC8U"};
3213
3253
 
3214
3254
  function DataTableCell(initialProps) {
3215
3255
  const props = Object.assign({}, initialProps);
@@ -3258,7 +3298,7 @@ function DataTableCell(initialProps) {
3258
3298
  return React__namespace.createElement(uuiComponents.DataTableCell, Object.assign({}, props));
3259
3299
  }
3260
3300
 
3261
- var css$x = {"uui-typography":"KEIehc","hero-header":"PvFLEW","promo-header":"KZyqA8","uui-critical":"Fx-duq","uui-info":"_7sk9qA","uui-success":"hgXyeE","uui-warning":"pebTuX","uui-highlight":"CX76nq","uui-typography-size-12":"DGLaVK","uui-typography-size-14":"L-EP3-","uui-typography-size-16":"yXp-Tm","root":"SA10Mh","uuiTypography":"KEIehc","heroHeader":"PvFLEW","promoHeader":"KZyqA8","uuiCritical":"Fx-duq","uuiInfo":"_7sk9qA","uuiSuccess":"hgXyeE","uuiWarning":"pebTuX","uuiHighlight":"CX76nq","uuiTypographySize12":"DGLaVK","uuiTypographySize14":"L-EP3-","uuiTypographySize16":"yXp-Tm"};
3301
+ var css$x = {"uui-typography":"GkXzpz","uuiTypography":"GkXzpz","hero-header":"fYml6e","heroHeader":"fYml6e","promo-header":"D4B7sB","promoHeader":"D4B7sB","uui-critical":"TB2gZb","uuiCritical":"TB2gZb","uui-info":"ofoNqb","uuiInfo":"ofoNqb","uui-success":"LUIc42","uuiSuccess":"LUIc42","uui-warning":"_9jh8nW","uuiWarning":"_9jh8nW","uui-highlight":"_28BL3a","uuiHighlight":"_28BL3a","uui-typography-size-12":"p248df","uuiTypographySize12":"p248df","uui-typography-size-14":"thBWdA","uuiTypographySize14":"thBWdA","uui-typography-size-16":"BDqfms","uuiTypographySize16":"BDqfms","root":"NXIoza"};
3262
3302
 
3263
3303
  // Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
3264
3304
  // As we need our mods to style the cell properly, we extract them from DataTableCellProps.rowProps, which is a hack, but it's reliable enough.
@@ -3274,10 +3314,10 @@ const DataTableRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.DataTableRow,
3274
3314
  ];
3275
3315
  }, () => propsMods);
3276
3316
 
3277
- var css$w = {"uui-typography":"_0jYUWq","hero-header":"J-gqR4","promo-header":"_4tPgOR","uui-critical":"_2EDc3C","uui-info":"T7OkrV","uui-success":"_4nIRdp","uui-warning":"-DE4LI","uui-highlight":"M3V1X2","uui-typography-size-12":"Sb4I7E","uui-typography-size-14":"vh78ip","uui-typography-size-16":"h-Js-y","sorting-panel-container":"wBxc2j","uuiTypography":"_0jYUWq","heroHeader":"J-gqR4","promoHeader":"_4tPgOR","uuiCritical":"_2EDc3C","uuiInfo":"T7OkrV","uuiSuccess":"_4nIRdp","uuiWarning":"-DE4LI","uuiHighlight":"M3V1X2","uuiTypographySize12":"Sb4I7E","uuiTypographySize14":"vh78ip","uuiTypographySize16":"h-Js-y","sortingPanelContainer":"wBxc2j"};
3317
+ var css$w = {"uui-typography":"_5jAcAt","uuiTypography":"_5jAcAt","hero-header":"_9yRcMn","heroHeader":"_9yRcMn","promo-header":"No4iDf","promoHeader":"No4iDf","uui-critical":"GwVOVf","uuiCritical":"GwVOVf","uui-info":"-gXwLz","uuiInfo":"-gXwLz","uui-success":"iJpTFR","uuiSuccess":"iJpTFR","uui-warning":"GYU0d6","uuiWarning":"GYU0d6","uui-highlight":"QQhdR1","uuiHighlight":"QQhdR1","uui-typography-size-12":"YAPrdY","uuiTypographySize12":"YAPrdY","uui-typography-size-14":"eE4-Zz","uuiTypographySize14":"eE4-Zz","uui-typography-size-16":"UMBJGR","uuiTypographySize16":"UMBJGR","sorting-panel-container":"qgFDBH","sortingPanelContainer":"qgFDBH"};
3278
3318
 
3279
3319
  var _path$q;
3280
- function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
3320
+ function _extends$q() { return _extends$q = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$q.apply(null, arguments); }
3281
3321
  var SvgTableSortAscOutline = function SvgTableSortAscOutline(props, ref) {
3282
3322
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$q({
3283
3323
  xmlns: "http://www.w3.org/2000/svg",
@@ -3292,7 +3332,7 @@ var SvgTableSortAscOutline = function SvgTableSortAscOutline(props, ref) {
3292
3332
  var ForwardRef$q = /*#__PURE__*/React.forwardRef(SvgTableSortAscOutline);
3293
3333
 
3294
3334
  var _path$p;
3295
- function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
3335
+ function _extends$p() { return _extends$p = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$p.apply(null, arguments); }
3296
3336
  var SvgTableSortDescOutline = function SvgTableSortDescOutline(props, ref) {
3297
3337
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$p({
3298
3338
  xmlns: "http://www.w3.org/2000/svg",
@@ -3330,7 +3370,7 @@ const ColumnHeaderDropdownImpl = (props) => {
3330
3370
  const ColumnHeaderDropdown = /* @__PURE__ */React__namespace.default.memo(ColumnHeaderDropdownImpl);
3331
3371
 
3332
3372
  var _path$o;
3333
- function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
3373
+ function _extends$o() { return _extends$o = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$o.apply(null, arguments); }
3334
3374
  var SvgTableSwapOutline = function SvgTableSwapOutline(props, ref) {
3335
3375
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$o({
3336
3376
  xmlns: "http://www.w3.org/2000/svg",
@@ -3345,7 +3385,7 @@ var SvgTableSwapOutline = function SvgTableSwapOutline(props, ref) {
3345
3385
  var ForwardRef$o = /*#__PURE__*/React.forwardRef(SvgTableSwapOutline);
3346
3386
 
3347
3387
  var _path$n;
3348
- function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
3388
+ function _extends$n() { return _extends$n = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$n.apply(null, arguments); }
3349
3389
  var SvgContentFiltrationFill = function SvgContentFiltrationFill(props, ref) {
3350
3390
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$n({
3351
3391
  xmlns: "http://www.w3.org/2000/svg",
@@ -3360,7 +3400,7 @@ var SvgContentFiltrationFill = function SvgContentFiltrationFill(props, ref) {
3360
3400
  var ForwardRef$n = /*#__PURE__*/React.forwardRef(SvgContentFiltrationFill);
3361
3401
 
3362
3402
  var _path$m;
3363
- function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
3403
+ function _extends$m() { return _extends$m = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$m.apply(null, arguments); }
3364
3404
  var SvgNavigationChevronUpOutline = function SvgNavigationChevronUpOutline(props, ref) {
3365
3405
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$m({
3366
3406
  xmlns: "http://www.w3.org/2000/svg",
@@ -3375,7 +3415,7 @@ var SvgNavigationChevronUpOutline = function SvgNavigationChevronUpOutline(props
3375
3415
  var ForwardRef$m = /*#__PURE__*/React.forwardRef(SvgNavigationChevronUpOutline);
3376
3416
 
3377
3417
  var _path$l;
3378
- function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
3418
+ function _extends$l() { return _extends$l = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$l.apply(null, arguments); }
3379
3419
  var SvgNavigationCollapseAllOutline = function SvgNavigationCollapseAllOutline(props, ref) {
3380
3420
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$l({
3381
3421
  xmlns: "http://www.w3.org/2000/svg",
@@ -3390,7 +3430,7 @@ var SvgNavigationCollapseAllOutline = function SvgNavigationCollapseAllOutline(p
3390
3430
  var ForwardRef$l = /*#__PURE__*/React.forwardRef(SvgNavigationCollapseAllOutline);
3391
3431
 
3392
3432
  var _path$k;
3393
- function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
3433
+ function _extends$k() { return _extends$k = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$k.apply(null, arguments); }
3394
3434
  var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props, ref) {
3395
3435
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$k({
3396
3436
  xmlns: "http://www.w3.org/2000/svg",
@@ -3404,7 +3444,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
3404
3444
  };
3405
3445
  var ForwardRef$k = /*#__PURE__*/React.forwardRef(SvgNavigationExpandAllOutline);
3406
3446
 
3407
- var css$v = {"uui-typography":"AauVwd","hero-header":"ateK4B","promo-header":"xqCDbe","uui-critical":"nXNPZM","uui-info":"ZKQVEo","uui-success":"oFBYzW","uui-warning":"vxc7o4","uui-highlight":"-tZ1AB","uui-typography-size-12":"-KshVb","uui-typography-size-14":"m-KS09","uui-typography-size-16":"_8tb1Nx","root":"DN8zY8","caption-wrapper":"WKJ4-r","sort-icon":"mPG5Tk","dropdown-icon":"_8QVQgn","infoIcon":"ib9kqN","resizable":"_0a9-aw","align-right":"fa3L4Y","align-center":"xyEdNu","caption":"V9mqid","truncate":"c-a65-","checkbox":"_1bDh3n","icon":"oWhGBK","fold-all-icon":"_5R7gLs","cell-tooltip":"_2KXhhC","upper-case":"C7VJG7","resizing-marker":"_0amGVS","pinned-right":"JH62Hd","draggable":"VbTzLm","ghost":"doetzG","is-dragged-out":"-hX98i","dnd-marker-left":"Dj1AfS","dnd-marker-right":"mANLSt","cell-tooltip-wrapper":"nYumwR","cell-tooltip-text":"JOztg0","tooltip-caption":"zocSlT","tooltip-info":"_90SIo8","uuiTypography":"AauVwd","heroHeader":"ateK4B","promoHeader":"xqCDbe","uuiCritical":"nXNPZM","uuiInfo":"ZKQVEo","uuiSuccess":"oFBYzW","uuiWarning":"vxc7o4","uuiHighlight":"-tZ1AB","uuiTypographySize12":"-KshVb","uuiTypographySize14":"m-KS09","uuiTypographySize16":"_8tb1Nx","captionWrapper":"WKJ4-r","sortIcon":"mPG5Tk","dropdownIcon":"_8QVQgn","alignRight":"fa3L4Y","alignCenter":"xyEdNu","foldAllIcon":"_5R7gLs","cellTooltip":"_2KXhhC","upperCase":"C7VJG7","resizingMarker":"_0amGVS","pinnedRight":"JH62Hd","isDraggedOut":"-hX98i","dndMarkerLeft":"Dj1AfS","dndMarkerRight":"mANLSt","cellTooltipWrapper":"nYumwR","cellTooltipText":"JOztg0","tooltipCaption":"zocSlT","tooltipInfo":"_90SIo8"};
3447
+ var css$v = {"uui-typography":"sc3GGL","uuiTypography":"sc3GGL","hero-header":"IHFSU6","heroHeader":"IHFSU6","promo-header":"fuFPcS","promoHeader":"fuFPcS","uui-critical":"ovMA-V","uuiCritical":"ovMA-V","uui-info":"dCW-Gz","uuiInfo":"dCW-Gz","uui-success":"-zgdwv","uuiSuccess":"-zgdwv","uui-warning":"yHN-q6","uuiWarning":"yHN-q6","uui-highlight":"Vzy9Mf","uuiHighlight":"Vzy9Mf","uui-typography-size-12":"HOBB8K","uuiTypographySize12":"HOBB8K","uui-typography-size-14":"sFEiRq","uuiTypographySize14":"sFEiRq","uui-typography-size-16":"_5iwiV8","uuiTypographySize16":"_5iwiV8","root":"fzDe8F","caption-wrapper":"LLqYj-","captionWrapper":"LLqYj-","sort-icon":"ObEuQs","sortIcon":"ObEuQs","dropdown-icon":"X9HwqX","dropdownIcon":"X9HwqX","infoIcon":"FK-R8r","resizable":"NcIr6a","align-right":"OLfgXT","alignRight":"OLfgXT","align-center":"s-UBG-","alignCenter":"s-UBG-","caption":"iMHHL9","truncate":"_7H7aI4","checkbox":"_3ViXiD","icon":"_6JSpcq","fold-all-icon":"Z28-SM","foldAllIcon":"Z28-SM","cell-tooltip":"qfmVq5","cellTooltip":"qfmVq5","upper-case":"IV466O","upperCase":"IV466O","resizing-marker":"IOAWs7","resizingMarker":"IOAWs7","pinned-right":"GhhnQz","pinnedRight":"GhhnQz","draggable":"KdgSfm","ghost":"jfa-pM","is-dragged-out":"iaPn1X","isDraggedOut":"iaPn1X","dnd-marker-left":"xIv1QF","dndMarkerLeft":"xIv1QF","dnd-marker-right":"JEREa3","dndMarkerRight":"JEREa3","cell-tooltip-wrapper":"-QpoPQ","cellTooltipWrapper":"-QpoPQ","cell-tooltip-text":"XQCoRa","cellTooltipText":"XQCoRa","tooltip-caption":"sU3Efo","tooltipCaption":"sU3Efo","tooltip-info":"CeAJv9","tooltipInfo":"CeAJv9"};
3408
3448
 
3409
3449
  class DataTableHeaderCell extends React__namespace.Component {
3410
3450
  constructor() {
@@ -3428,7 +3468,7 @@ class DataTableHeaderCell extends React__namespace.Component {
3428
3468
  React__namespace.createElement(Text, { key: "text", fontSize: settings.sizes.dataTable.header.row.cell.columnCaption[this.props.textCase === 'upper' ? 'uppercase' : 'fontSize'], size: settings.sizes.dataTable.header.row.cell.columnCaption.size, cx: captionCx }, this.props.column.caption)),
3429
3469
  this.props.column.isSortable && (!this.props.column.renderFilter || this.props.sortDirection) && (React__namespace.createElement(IconButton, { key: "sort", cx: uuiCore.cx(css$v.icon, css$v.sortIcon, this.props.sortDirection && css$v.sortIconActive, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderSortIcon), color: this.props.sortDirection ? 'neutral' : 'secondary', icon: this.props.sortDirection === 'desc' ? ForwardRef$p : this.props.sortDirection === 'asc' ? ForwardRef$q : ForwardRef$o })),
3430
3470
  this.props.isFilterActive && (React__namespace.createElement(IconButton, { key: "filter", cx: uuiCore.cx(css$v.icon, !this.props.sortDirection && css$v.filterIcon, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderFilterIcon), color: "neutral", icon: ForwardRef$n })),
3431
- this.props.column.renderFilter && (React__namespace.createElement(IconButton, { key: "dropdown", cx: uuiCore.cx(css$v.icon, css$v.dropdownIcon, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderDropdownIcon), color: "secondary", icon: this.state.isDropdownOpen ? ForwardRef$m : ForwardRef$P }))));
3471
+ this.props.column.renderFilter && (React__namespace.createElement(IconButton, { key: "dropdown", cx: uuiCore.cx(css$v.icon, css$v.dropdownIcon, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderDropdownIcon), color: "secondary", icon: this.state.isDropdownOpen ? ForwardRef$m : ForwardRef$Q }))));
3432
3472
  };
3433
3473
  this.renderHeaderCheckbox = () => {
3434
3474
  if (this.props.selectAll && this.props.isFirstColumn) {
@@ -3496,7 +3536,7 @@ class DataTableHeaderCell extends React__namespace.Component {
3496
3536
  }
3497
3537
 
3498
3538
  var _path$j;
3499
- function _extends$j() { _extends$j = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$j.apply(this, arguments); }
3539
+ function _extends$j() { return _extends$j = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$j.apply(null, arguments); }
3500
3540
  var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
3501
3541
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$j({
3502
3542
  xmlns: "http://www.w3.org/2000/svg",
@@ -3510,9 +3550,9 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
3510
3550
  };
3511
3551
  var ForwardRef$j = /*#__PURE__*/React.forwardRef(SvgActionSettingsFill);
3512
3552
 
3513
- var css$u = {"uui-typography":"kNJ6JN","hero-header":"_7OcCDh","promo-header":"_8COKvt","uui-critical":"HnENCS","uui-info":"hrMvPg","uui-success":"_0xTGVQ","uui-warning":"GX2Xhh","uui-highlight":"j-shXA","uui-typography-size-12":"_1eFDXv","uui-typography-size-14":"vaHhy9","uui-typography-size-16":"zko-hd","root":"mZKLiG","uuiTypography":"kNJ6JN","heroHeader":"_7OcCDh","promoHeader":"_8COKvt","uuiCritical":"HnENCS","uuiInfo":"hrMvPg","uuiSuccess":"_0xTGVQ","uuiWarning":"GX2Xhh","uuiHighlight":"j-shXA","uuiTypographySize12":"_1eFDXv","uuiTypographySize14":"vaHhy9","uuiTypographySize16":"zko-hd"};
3553
+ var css$u = {"uui-typography":"Bow-fm","uuiTypography":"Bow-fm","hero-header":"qY1YZl","heroHeader":"qY1YZl","promo-header":"U8Gcz0","promoHeader":"U8Gcz0","uui-critical":"r9uIYT","uuiCritical":"r9uIYT","uui-info":"lLvF9U","uuiInfo":"lLvF9U","uui-success":"FSolER","uuiSuccess":"FSolER","uui-warning":"EfLFzX","uuiWarning":"EfLFzX","uui-highlight":"YXCn-6","uuiHighlight":"YXCn-6","uui-typography-size-12":"_0bfHBB","uuiTypographySize12":"_0bfHBB","uui-typography-size-14":"WcKIEd","uuiTypographySize14":"WcKIEd","uui-typography-size-16":"b4HZYH","uuiTypographySize16":"b4HZYH","root":"Z0YVFi"};
3514
3554
 
3515
- var css$t = {"uui-typography":"jorqk0","hero-header":"PKw8EQ","promo-header":"_9w2Z6H","uui-critical":"l8GYxb","uui-info":"yMeCrm","uui-success":"NXTO-d","uui-warning":"W1JPQ0","uui-highlight":"CNMVco","uui-typography-size-12":"oC1oY4","uui-typography-size-14":"o1xzM7","uui-typography-size-16":"_958OA-","root":"fmzLSI","caption-wrapper":"HL2pbQ","align-center":"DvxjN2","caption":"K2OYNC","truncate":"_0fo-LV","group-cell-tooltip":"ICEJVE","upper-case":"Qf9ebw","group-cell-tooltip-wrapper":"E-o5LF","group-cell-tooltip-text":"_8JpTvg","tooltip-caption":"_1k3gd-","tooltip-info":"_2wgxpR","uuiTypography":"jorqk0","heroHeader":"PKw8EQ","promoHeader":"_9w2Z6H","uuiCritical":"l8GYxb","uuiInfo":"yMeCrm","uuiSuccess":"NXTO-d","uuiWarning":"W1JPQ0","uuiHighlight":"CNMVco","uuiTypographySize12":"oC1oY4","uuiTypographySize14":"o1xzM7","uuiTypographySize16":"_958OA-","captionWrapper":"HL2pbQ","alignCenter":"DvxjN2","groupCellTooltip":"ICEJVE","upperCase":"Qf9ebw","groupCellTooltipWrapper":"E-o5LF","groupCellTooltipText":"_8JpTvg","tooltipCaption":"_1k3gd-","tooltipInfo":"_2wgxpR"};
3555
+ var css$t = {"uui-typography":"DBE38L","uuiTypography":"DBE38L","hero-header":"MnG0sq","heroHeader":"MnG0sq","promo-header":"gCQNm8","promoHeader":"gCQNm8","uui-critical":"urGusd","uuiCritical":"urGusd","uui-info":"_6Ye4-o","uuiInfo":"_6Ye4-o","uui-success":"QL0g6D","uuiSuccess":"QL0g6D","uui-warning":"aVWEMz","uuiWarning":"aVWEMz","uui-highlight":"_7f5kqI","uuiHighlight":"_7f5kqI","uui-typography-size-12":"TDF-7z","uuiTypographySize12":"TDF-7z","uui-typography-size-14":"BoHmAS","uuiTypographySize14":"BoHmAS","uui-typography-size-16":"aGJ7oE","uuiTypographySize16":"aGJ7oE","root":"FsPyk5","caption-wrapper":"_2cqAzs","captionWrapper":"_2cqAzs","align-center":"HNeYPA","alignCenter":"HNeYPA","caption":"akN00U","truncate":"_9odKFZ","group-cell-tooltip":"-ipjT-","groupCellTooltip":"-ipjT-","upper-case":"_3YPvIE","upperCase":"_3YPvIE","group-cell-tooltip-wrapper":"YpRLWc","groupCellTooltipWrapper":"YpRLWc","group-cell-tooltip-text":"_8iYK3K","groupCellTooltipText":"_8iYK3K","tooltip-caption":"RnhS6-","tooltipCaption":"RnhS6-","tooltip-info":"QyMgAT","tooltipInfo":"QyMgAT"};
3516
3556
 
3517
3557
  class DataTableHeaderGroupCell extends React__namespace.Component {
3518
3558
  constructor() {
@@ -3577,7 +3617,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
3577
3617
  const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
3578
3618
  const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
3579
3619
 
3580
- var css$s = {"uui-typography":"fyyVGp","hero-header":"iIVVo9","promo-header":"YDVbK2","uui-critical":"_7E6gaM","uui-info":"HaWTjX","uui-success":"tqGDve","uui-warning":"zg1yEW","uui-highlight":"HJsJFL","uui-typography-size-12":"_0J-ktV","uui-typography-size-14":"_0VycFS","uui-typography-size-16":"BkrhS7","root":"jIp5XA","title-wrapper":"_6Xgr-C","title":"LHngg5","text-wrapper":"w6a-DZ","selection":"Oat-ZR","postfix":"R5gdHc","selected":"EOPnHo","uuiTypography":"fyyVGp","heroHeader":"iIVVo9","promoHeader":"YDVbK2","uuiCritical":"_7E6gaM","uuiInfo":"HaWTjX","uuiSuccess":"tqGDve","uuiWarning":"zg1yEW","uuiHighlight":"HJsJFL","uuiTypographySize12":"_0J-ktV","uuiTypographySize14":"_0VycFS","uuiTypographySize16":"BkrhS7","titleWrapper":"_6Xgr-C","textWrapper":"w6a-DZ"};
3620
+ var css$s = {"uui-typography":"_3l-875","uuiTypography":"_3l-875","hero-header":"DZi8cw","heroHeader":"DZi8cw","promo-header":"aAvyES","promoHeader":"aAvyES","uui-critical":"z6-E2W","uuiCritical":"z6-E2W","uui-info":"Mm3jci","uuiInfo":"Mm3jci","uui-success":"_2X-e7k","uuiSuccess":"_2X-e7k","uui-warning":"IvcBZR","uuiWarning":"IvcBZR","uui-highlight":"_1cOHZy","uuiHighlight":"_1cOHZy","uui-typography-size-12":"yAlFz2","uuiTypographySize12":"yAlFz2","uui-typography-size-14":"CFxsCx","uuiTypographySize14":"CFxsCx","uui-typography-size-16":"e-xqXG","uuiTypographySize16":"e-xqXG","root":"gu-Cli","title-wrapper":"JuYUtS","titleWrapper":"JuYUtS","title":"aivagZ","text-wrapper":"TW4f8M","textWrapper":"TW4f8M","selection":"c-pci5","postfix":"Gfryg4","selected":"fpGZ8G"};
3581
3621
 
3582
3622
  const defaultSize = '36';
3583
3623
  const FilterPanelItemToggler = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
@@ -3708,7 +3748,7 @@ function FilterRangeDatePickerBody(props) {
3708
3748
  const context = uuiCore.useUuiContext();
3709
3749
  const onOpenChange = (newIsOpen) => {
3710
3750
  var _a, _b;
3711
- if (!newIsOpen) {
3751
+ {
3712
3752
  (_a = props.onClose) === null || _a === void 0 ? void 0 : _a.call(props);
3713
3753
  }
3714
3754
  (_b = props.onOpenChange) === null || _b === void 0 ? void 0 : _b.call(props, newIsOpen);
@@ -3755,7 +3795,7 @@ function FilterRangeDatePickerBody(props) {
3755
3795
  React__namespace.default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
3756
3796
  }
3757
3797
 
3758
- var css$r = {"container":"BHFT1D"};
3798
+ var css$r = {"container":"_0nZcpb"};
3759
3799
 
3760
3800
  function FilterNumericBody(props) {
3761
3801
  var _a, _b;
@@ -3839,7 +3879,7 @@ function FilterItemBody(props) {
3839
3879
  }
3840
3880
 
3841
3881
  var _path$i;
3842
- function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
3882
+ function _extends$i() { return _extends$i = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$i.apply(null, arguments); }
3843
3883
  var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
3844
3884
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$i({
3845
3885
  xmlns: "http://www.w3.org/2000/svg",
@@ -3853,7 +3893,7 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
3853
3893
  };
3854
3894
  var ForwardRef$i = /*#__PURE__*/React.forwardRef(SvgActionDeleteOutline);
3855
3895
 
3856
- var css$q = {"uui-typography":"FJOnFy","hero-header":"kHrD0G","promo-header":"vK-Lxa","uui-critical":"ZdYoyP","uui-info":"_59nr8C","uui-success":"Hxqp6i","uui-warning":"_3ZtO-C","uui-highlight":"owFeBB","uui-typography-size-12":"ztTtYr","uui-typography-size-14":"Nd0Bua","uui-typography-size-16":"eR8M8e","header":"MWsqsV","removeButton":"PJG6m8","with-search":"WYx1GB","uuiTypography":"FJOnFy","heroHeader":"kHrD0G","promoHeader":"vK-Lxa","uuiCritical":"ZdYoyP","uuiInfo":"_59nr8C","uuiSuccess":"Hxqp6i","uuiWarning":"_3ZtO-C","uuiHighlight":"owFeBB","uuiTypographySize12":"ztTtYr","uuiTypographySize14":"Nd0Bua","uuiTypographySize16":"eR8M8e","withSearch":"WYx1GB"};
3896
+ var css$q = {"uui-typography":"VpgPW6","uuiTypography":"VpgPW6","hero-header":"gXfwIM","heroHeader":"gXfwIM","promo-header":"Xca3He","promoHeader":"Xca3He","uui-critical":"-gV-0r","uuiCritical":"-gV-0r","uui-info":"W-UkNi","uuiInfo":"W-UkNi","uui-success":"kQh8g-","uuiSuccess":"kQh8g-","uui-warning":"f65mM5","uuiWarning":"f65mM5","uui-highlight":"X6U1lW","uuiHighlight":"X6U1lW","uui-typography-size-12":"XVmpMZ","uuiTypographySize12":"XVmpMZ","uui-typography-size-14":"_1JW4Bz","uuiTypographySize14":"_1JW4Bz","uui-typography-size-16":"lvgolB","uuiTypographySize16":"lvgolB","header":"u5l1wo","removeButton":"JQaFVP","with-search":"_7VOEQN","withSearch":"_7VOEQN"};
3857
3897
 
3858
3898
  function useView(props, value) {
3859
3899
  const forceUpdate = uuiCore.useForceUpdate();
@@ -4037,7 +4077,7 @@ function FiltersToolbarItemImpl(props) {
4037
4077
  const FiltersPanelItem = /* @__PURE__ */React__namespace.default.memo(FiltersToolbarItemImpl);
4038
4078
 
4039
4079
  var _path$h;
4040
- function _extends$h() { _extends$h = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$h.apply(this, arguments); }
4080
+ function _extends$h() { return _extends$h = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$h.apply(null, arguments); }
4041
4081
  var SvgActionAddOutline = function SvgActionAddOutline(props, ref) {
4042
4082
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$h({
4043
4083
  xmlns: "http://www.w3.org/2000/svg",
@@ -4174,10 +4214,10 @@ function FiltersToolbarImpl(props) {
4174
4214
  }
4175
4215
  const FiltersPanel = /* @__PURE__ */React__namespace.default.memo(FiltersToolbarImpl);
4176
4216
 
4177
- var css$p = {"divider":"QMCgsM","dropdownDeleteIcon":"C74B7X","presetsWrapper":"y6T2kv","addPresetContainer":"vUnVUc","dropContainer":"Vknu1-"};
4217
+ var css$p = {"divider":"t4m0u4","dropdownDeleteIcon":"MztmR2","presetsWrapper":"CYMNjg","addPresetContainer":"Xc4fYF","dropContainer":"EujozW"};
4178
4218
 
4179
4219
  var _path$g;
4180
- function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
4220
+ function _extends$g() { return _extends$g = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$g.apply(null, arguments); }
4181
4221
  var SvgNavigationMoreVertOutline = function SvgNavigationMoreVertOutline(props, ref) {
4182
4222
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$g({
4183
4223
  xmlns: "http://www.w3.org/2000/svg",
@@ -4194,7 +4234,7 @@ var SvgNavigationMoreVertOutline = function SvgNavigationMoreVertOutline(props,
4194
4234
  var ForwardRef$g = /*#__PURE__*/React.forwardRef(SvgNavigationMoreVertOutline);
4195
4235
 
4196
4236
  var _path$f;
4197
- function _extends$f() { _extends$f = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$f.apply(this, arguments); }
4237
+ function _extends$f() { return _extends$f = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$f.apply(null, arguments); }
4198
4238
  var SvgNavigationRefreshOutline = function SvgNavigationRefreshOutline(props, ref) {
4199
4239
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$f({
4200
4240
  xmlns: "http://www.w3.org/2000/svg",
@@ -4209,7 +4249,7 @@ var SvgNavigationRefreshOutline = function SvgNavigationRefreshOutline(props, re
4209
4249
  var ForwardRef$f = /*#__PURE__*/React.forwardRef(SvgNavigationRefreshOutline);
4210
4250
 
4211
4251
  var _path$e;
4212
- function _extends$e() { _extends$e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$e.apply(this, arguments); }
4252
+ function _extends$e() { return _extends$e = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$e.apply(null, arguments); }
4213
4253
  var SvgActionSaveOutline = function SvgActionSaveOutline(props, ref) {
4214
4254
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$e({
4215
4255
  xmlns: "http://www.w3.org/2000/svg",
@@ -4224,7 +4264,7 @@ var SvgActionSaveOutline = function SvgActionSaveOutline(props, ref) {
4224
4264
  var ForwardRef$e = /*#__PURE__*/React.forwardRef(SvgActionSaveOutline);
4225
4265
 
4226
4266
  var _path$d;
4227
- function _extends$d() { _extends$d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
4267
+ function _extends$d() { return _extends$d = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$d.apply(null, arguments); }
4228
4268
  var SvgContentEditUndoOutline = function SvgContentEditUndoOutline(props, ref) {
4229
4269
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$d({
4230
4270
  xmlns: "http://www.w3.org/2000/svg",
@@ -4239,7 +4279,7 @@ var SvgContentEditUndoOutline = function SvgContentEditUndoOutline(props, ref) {
4239
4279
  var ForwardRef$d = /*#__PURE__*/React.forwardRef(SvgContentEditUndoOutline);
4240
4280
 
4241
4281
  var _path$c;
4242
- function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
4282
+ function _extends$c() { return _extends$c = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$c.apply(null, arguments); }
4243
4283
  var SvgActionCopyContentOutline = function SvgActionCopyContentOutline(props, ref) {
4244
4284
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$c({
4245
4285
  xmlns: "http://www.w3.org/2000/svg",
@@ -4256,7 +4296,7 @@ var SvgActionCopyContentOutline = function SvgActionCopyContentOutline(props, re
4256
4296
  var ForwardRef$c = /*#__PURE__*/React.forwardRef(SvgActionCopyContentOutline);
4257
4297
 
4258
4298
  var _path$b;
4259
- function _extends$b() { _extends$b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$b.apply(this, arguments); }
4299
+ function _extends$b() { return _extends$b = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$b.apply(null, arguments); }
4260
4300
  var SvgContentEditFill = function SvgContentEditFill(props, ref) {
4261
4301
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$b({
4262
4302
  xmlns: "http://www.w3.org/2000/svg",
@@ -4271,7 +4311,7 @@ var SvgContentEditFill = function SvgContentEditFill(props, ref) {
4271
4311
  var ForwardRef$b = /*#__PURE__*/React.forwardRef(SvgContentEditFill);
4272
4312
 
4273
4313
  var _path$a, _path2$3;
4274
- function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
4314
+ function _extends$a() { return _extends$a = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$a.apply(null, arguments); }
4275
4315
  var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
4276
4316
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$a({
4277
4317
  xmlns: "http://www.w3.org/2000/svg",
@@ -4287,7 +4327,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
4287
4327
  };
4288
4328
  var ForwardRef$a = /*#__PURE__*/React.forwardRef(SvgContentLinkOutline);
4289
4329
 
4290
- var css$o = {"delete-button":"iMAFWi","tab-button":"_3fgcCY","targetOpen":"DpC4Q7","deleteButton":"iMAFWi","tabButton":"_3fgcCY"};
4330
+ var css$o = {"delete-button":"VKis39","deleteButton":"VKis39","tab-button":"Dmjc9r","tabButton":"Dmjc9r","targetOpen":"bb1Oir"};
4291
4331
 
4292
4332
  function PresetActionsDropdown(props) {
4293
4333
  const { uuiNotifications } = uuiCore.useUuiContext();
@@ -4328,12 +4368,14 @@ function PresetActionsDropdown(props) {
4328
4368
  const isRenameAvailable = props.preset.id === props.activePresetId && !isReadonlyPreset;
4329
4369
  return (React__namespace.default.createElement(DropdownMenuBody, Object.assign({}, dropdownProps),
4330
4370
  isPresetChanged && (React__namespace.default.createElement(React__namespace.default.Fragment, null,
4331
- !isReadonlyPreset && (React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-in-current`, icon: ForwardRef$f, caption: "Save in current", onClick: saveInCurrentHandler })),
4332
- React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-as-new`, icon: ForwardRef$e, caption: "Save as new", onClick: props.addPreset }),
4333
- React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-discard`, icon: ForwardRef$d, caption: "Discard all changes", onClick: discardAllChangesHandler }),
4371
+ !isReadonlyPreset && (React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-in-current`, icon: ForwardRef$f, caption: "Save in current", onClick: () => { dropdownProps.onClose(); saveInCurrentHandler(); } })),
4372
+ React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-as-new`, icon: ForwardRef$e, caption: "Save as new",
4373
+ // We add setTimeout to call addPreset after dropdown will be closed, since dropdown has focus lock, and it broke autofocus on add new preset input
4374
+ onClick: () => { dropdownProps.onClose(); setTimeout(() => props.addPreset(), 0); } }),
4375
+ React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-discard`, icon: ForwardRef$d, caption: "Discard all changes", onClick: () => { dropdownProps.onClose(); discardAllChangesHandler(); } }),
4334
4376
  React__namespace.default.createElement(DropdownMenuSplitter, { key: "discard-splitter" }))),
4335
4377
  isRenameAvailable && (React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-rename`, icon: ForwardRef$b, caption: "Rename", onClick: props.renamePreset })),
4336
- React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-duplicate`, icon: ForwardRef$c, caption: "Duplicate", onClick: duplicateHandler }),
4378
+ React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-duplicate`, icon: ForwardRef$c, caption: "Duplicate", onClick: () => { dropdownProps.onClose(); duplicateHandler(); } }),
4337
4379
  React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-copyLink`, icon: ForwardRef$a, caption: "Copy Link", onClick: copyUrlToClipboard }),
4338
4380
  !isReadonlyPreset && (React__namespace.default.createElement(React__namespace.default.Fragment, null,
4339
4381
  React__namespace.default.createElement(DropdownMenuSplitter, { key: "delete-splitter" }),
@@ -4345,7 +4387,7 @@ function PresetActionsDropdown(props) {
4345
4387
  return (React__namespace.default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
4346
4388
  }
4347
4389
 
4348
- var css$n = {"preset-input-cell":"r8hMzX","preset-input":"IiF8eW","presetInputCell":"r8hMzX","presetInput":"IiF8eW"};
4390
+ var css$n = {"preset-input-cell":"_82YUmx","presetInputCell":"_82YUmx","preset-input":"_3zuAZ5","presetInput":"_3zuAZ5"};
4349
4391
 
4350
4392
  const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
4351
4393
  const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
@@ -4378,7 +4420,7 @@ function PresetInput(props) {
4378
4420
  React__namespace.default.createElement(TextInput, { cx: css$n.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
4379
4421
  }
4380
4422
 
4381
- var css$m = {"preset":"_22Qxuh","activePreset":"Fq7oQK"};
4423
+ var css$m = {"preset":"inMSQG","activePreset":"_4uLHpX"};
4382
4424
 
4383
4425
  function Preset(props) {
4384
4426
  const [isRenamePreset, setIsRenamePreset] = React.useState(false);
@@ -4396,11 +4438,12 @@ function Preset(props) {
4396
4438
  return props.updatePreset(newPreset);
4397
4439
  }, [props.preset]);
4398
4440
  const isPresetActive = props.activePresetId === props.preset.id;
4399
- return (React__namespace.default.createElement(FlexCell, { key: props.preset.id, alignSelf: "center", width: "auto" }, isRenamePreset ? (React__namespace.default.createElement(PresetInput, { onCancel: cancelRenamePreset, onSuccess: handlePresetRename, preset: props.preset })) : (React__namespace.default.createElement(TabButton, { caption: props.preset.name, onClick: !isPresetActive && choosePresetHandler, cx: [css$m.preset, isPresetActive && css$m.activePreset, UUI_PRESETS_PANEL_PRESET], size: "60", withNotify: isPresetActive && props.hasPresetChanged(props.preset), icon: () => React__namespace.default.createElement(PresetActionsDropdown, Object.assign({ renamePreset: setPresetForRename }, props)), iconPosition: "right", isLinkActive: isPresetActive }))));
4441
+ const PresetActionsDropdownComponent = React.useCallback(() => React__namespace.default.createElement(PresetActionsDropdown, Object.assign({ renamePreset: setPresetForRename }, props)), [props.preset, props.tableState, props.activePresetId]);
4442
+ return (React__namespace.default.createElement(FlexCell, { key: props.preset.id, alignSelf: "center", width: "auto" }, isRenamePreset ? (React__namespace.default.createElement(PresetInput, { onCancel: cancelRenamePreset, onSuccess: handlePresetRename, preset: props.preset })) : (React__namespace.default.createElement(TabButton, { caption: props.preset.name, onClick: !isPresetActive && choosePresetHandler, cx: [css$m.preset, isPresetActive && css$m.activePreset, UUI_PRESETS_PANEL_PRESET], size: "60", withNotify: isPresetActive && props.hasPresetChanged(props.preset), icon: PresetActionsDropdownComponent, iconPosition: "right", isLinkActive: isPresetActive }))));
4400
4443
  }
4401
4444
 
4402
4445
  var _path$9;
4403
- function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
4446
+ function _extends$9() { return _extends$9 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$9.apply(null, arguments); }
4404
4447
  var SvgActionDeleteForeverFill = function SvgActionDeleteForeverFill(props, ref) {
4405
4448
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$9({
4406
4449
  xmlns: "http://www.w3.org/2000/svg",
@@ -4498,7 +4541,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
4498
4541
  };
4499
4542
 
4500
4543
  var _path$8;
4501
- function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
4544
+ function _extends$8() { return _extends$8 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$8.apply(null, arguments); }
4502
4545
  var SvgActionLockFill = function SvgActionLockFill(props, ref) {
4503
4546
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$8({
4504
4547
  xmlns: "http://www.w3.org/2000/svg",
@@ -4515,7 +4558,7 @@ var SvgActionLockFill = function SvgActionLockFill(props, ref) {
4515
4558
  var ForwardRef$8 = /*#__PURE__*/React.forwardRef(SvgActionLockFill);
4516
4559
 
4517
4560
  var _path$7, _path2$2;
4518
- function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
4561
+ function _extends$7() { return _extends$7 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$7.apply(null, arguments); }
4519
4562
  var SvgTableGroupColumnLeftFill = function SvgTableGroupColumnLeftFill(props, ref) {
4520
4563
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$7({
4521
4564
  xmlns: "http://www.w3.org/2000/svg",
@@ -4534,7 +4577,7 @@ var SvgTableGroupColumnLeftFill = function SvgTableGroupColumnLeftFill(props, re
4534
4577
  var ForwardRef$7 = /*#__PURE__*/React.forwardRef(SvgTableGroupColumnLeftFill);
4535
4578
 
4536
4579
  var _path$6, _path2$1;
4537
- function _extends$6() { _extends$6 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
4580
+ function _extends$6() { return _extends$6 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$6.apply(null, arguments); }
4538
4581
  var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props, ref) {
4539
4582
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$6({
4540
4583
  xmlns: "http://www.w3.org/2000/svg",
@@ -4552,7 +4595,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
4552
4595
  };
4553
4596
  var ForwardRef$6 = /*#__PURE__*/React.forwardRef(SvgTableGroupColumnRightFill);
4554
4597
 
4555
- var css$l = {"unpin-icon":"_9uKgSI","pin-toggler-icon":"ZbmZCh","unpinIcon":"_9uKgSI","pinTogglerIcon":"ZbmZCh"};
4598
+ var css$l = {"unpin-icon":"cf6YMf","unpinIcon":"cf6YMf","pin-toggler-icon":"SYfZIc","pinTogglerIcon":"SYfZIc"};
4556
4599
 
4557
4600
  function PinIconButton(props) {
4558
4601
  const i18nLocal = i18n.tables.columnsConfigurationModal;
@@ -4595,7 +4638,7 @@ function getUnpinIcon(params) {
4595
4638
  }
4596
4639
 
4597
4640
  var _path$5;
4598
- function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5.apply(this, arguments); }
4641
+ function _extends$5() { return _extends$5 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$5.apply(null, arguments); }
4599
4642
  var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
4600
4643
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$5({
4601
4644
  xmlns: "http://www.w3.org/2000/svg",
@@ -4611,7 +4654,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
4611
4654
  };
4612
4655
  var ForwardRef$5 = /*#__PURE__*/React.forwardRef(SvgActionDragIndicator18);
4613
4656
 
4614
- var css$k = {"uui-typography":"KR5Itu","hero-header":"UvCQNH","promo-header":"-RIopO","uui-critical":"HKNGQa","uui-info":"iGiINY","uui-success":"BmLKQA","uui-warning":"mtJbpS","uui-highlight":"rlmOfO","uui-typography-size-12":"LzoZW1","uui-typography-size-14":"_4Dh3tV","uui-typography-size-16":"NxNxLF","row-wrapper":"HQwuYe","pin-icon-button":"RQJOas","not-pinned":"FC-gp6","checkbox":"rNkxZ2","drag-handle":"IQwTkR","dnd-disabled":"wAnAdR","uuiTypography":"KR5Itu","heroHeader":"UvCQNH","promoHeader":"-RIopO","uuiCritical":"HKNGQa","uuiInfo":"iGiINY","uuiSuccess":"BmLKQA","uuiWarning":"mtJbpS","uuiHighlight":"rlmOfO","uuiTypographySize12":"LzoZW1","uuiTypographySize14":"_4Dh3tV","uuiTypographySize16":"NxNxLF","rowWrapper":"HQwuYe","pinIconButton":"RQJOas","notPinned":"FC-gp6","dragHandle":"IQwTkR","dndDisabled":"wAnAdR"};
4657
+ var css$k = {"uui-typography":"d8pHaf","uuiTypography":"d8pHaf","hero-header":"qpa9ZK","heroHeader":"qpa9ZK","promo-header":"nPYYzR","promoHeader":"nPYYzR","uui-critical":"BMMswN","uuiCritical":"BMMswN","uui-info":"OjktOM","uuiInfo":"OjktOM","uui-success":"_0lBfbU","uuiSuccess":"_0lBfbU","uui-warning":"UTZpv6","uuiWarning":"UTZpv6","uui-highlight":"adz8fp","uuiHighlight":"adz8fp","uui-typography-size-12":"otEmix","uuiTypographySize12":"otEmix","uui-typography-size-14":"KGicnl","uuiTypographySize14":"KGicnl","uui-typography-size-16":"_2bDfs9","uuiTypographySize16":"_2bDfs9","row-wrapper":"YRsRJa","rowWrapper":"YRsRJa","pin-icon-button":"w5dk-g","pinIconButton":"w5dk-g","not-pinned":"sFzX9p","notPinned":"sFzX9p","checkbox":"qDXSPX","drag-handle":"KhhcM6","dragHandle":"KhhcM6","dnd-disabled":"YnNWsG","dndDisabled":"YnNWsG"};
4615
4658
 
4616
4659
  const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props) {
4617
4660
  const { column } = props;
@@ -4634,7 +4677,7 @@ const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props)
4634
4677
  return (React__namespace.createElement(uuiCore.DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
4635
4678
  });
4636
4679
 
4637
- var css$j = {"uui-typography":"Lx3j57","hero-header":"gI3EsI","promo-header":"B2Dq1c","uui-critical":"EXmV1s","uui-info":"QsdIuW","uui-success":"fk-x1X","uui-warning":"hc3lZ-","uui-highlight":"Wx-HT6","uui-typography-size-12":"x7YXkv","uui-typography-size-14":"_5hsJDH","uui-typography-size-16":"_4v-F36","root":"zKz-fl","main-panel":"KYdSMO","group":"LrEpZz","group-title":"t3WimS","group-items":"F54Gng","no-data":"G1g73g","no-data-title":"c6TZ1b","no-data-sub-title":"P4fGFB","h-divider":"oDLt9q","search-area":"pQoCCq","subgroup-accordion":"VfnzDa","subgroup":"_6eoefP","subgroup-title":"R8ffn4","uuiTypography":"Lx3j57","heroHeader":"gI3EsI","promoHeader":"B2Dq1c","uuiCritical":"EXmV1s","uuiInfo":"QsdIuW","uuiSuccess":"fk-x1X","uuiWarning":"hc3lZ-","uuiHighlight":"Wx-HT6","uuiTypographySize12":"x7YXkv","uuiTypographySize14":"_5hsJDH","uuiTypographySize16":"_4v-F36","mainPanel":"KYdSMO","groupTitle":"t3WimS","groupItems":"F54Gng","noData":"G1g73g","noDataTitle":"c6TZ1b","noDataSubTitle":"P4fGFB","hDivider":"oDLt9q","searchArea":"pQoCCq","subgroupAccordion":"VfnzDa","subgroupTitle":"R8ffn4"};
4680
+ var css$j = {"uui-typography":"B-hVZ-","uuiTypography":"B-hVZ-","hero-header":"fvqoAC","heroHeader":"fvqoAC","promo-header":"Lklm6Z","promoHeader":"Lklm6Z","uui-critical":"E09FGq","uuiCritical":"E09FGq","uui-info":"_6cAFBo","uuiInfo":"_6cAFBo","uui-success":"WJq3IS","uuiSuccess":"WJq3IS","uui-warning":"_2kJzu0","uuiWarning":"_2kJzu0","uui-highlight":"ebgdlG","uuiHighlight":"ebgdlG","uui-typography-size-12":"W1Ib4Y","uuiTypographySize12":"W1Ib4Y","uui-typography-size-14":"t-8JPK","uuiTypographySize14":"t-8JPK","uui-typography-size-16":"CBjZtU","uuiTypographySize16":"CBjZtU","root":"_8RwIyD","main-panel":"xSl-2c","mainPanel":"xSl-2c","group":"fAXKsz","group-title":"IgcuW-","groupTitle":"IgcuW-","group-items":"OEsNiQ","groupItems":"OEsNiQ","no-data":"Mfg6Im","noData":"Mfg6Im","no-data-title":"g-h-Xo","noDataTitle":"g-h-Xo","no-data-sub-title":"pBk8Ao","noDataSubTitle":"pBk8Ao","h-divider":"ZZO0Bj","hDivider":"ZZO0Bj","search-area":"_8zOLj9","searchArea":"_8zOLj9","subgroup-accordion":"s99Ifl","subgroupAccordion":"s99Ifl","subgroup":"Mnwg3B","subgroup-title":"DK4Yuq","subgroupTitle":"DK4Yuq"};
4638
4681
 
4639
4682
  const renderGroupTitle = (title, amount) => (React__namespace.createElement(FlexRow, { cx: css$j.group },
4640
4683
  React__namespace.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
@@ -4711,7 +4754,7 @@ function SubGroup(props) {
4711
4754
  const content = (React__namespace.createElement(FlexRow, { cx: css$j.groupItems, size: settings.sizes.dataTable.columnsConfigurationModal.columnRow }, items.map((c) => (React__namespace.createElement(ColumnRow, { column: c, key: c.key, renderItem: renderItem })))));
4712
4755
  if (isCollapsible) {
4713
4756
  const renderTitle = (isOpened) => {
4714
- const toggleIcon = isOpened ? ForwardRef$P : ForwardRef$u;
4757
+ const toggleIcon = isOpened ? ForwardRef$Q : ForwardRef$v;
4715
4758
  return (React__namespace.createElement(FlexRow, { cx: uuiCore.cx(css$j.subgroup) },
4716
4759
  React__namespace.createElement(uuiComponents.IconContainer, { size: settings.sizes.dataTable.columnsConfigurationModal.subgroupIcon, icon: toggleIcon }),
4717
4760
  React__namespace.createElement(Text, { size: "none", color: "tertiary", cx: css$j.subgroupTitle }, title)));
@@ -4723,7 +4766,7 @@ function SubGroup(props) {
4723
4766
  return null;
4724
4767
  }
4725
4768
 
4726
- var css$i = {"listContainer":"PXwq7M","header":"eHgw2W","group":"ooXlcc","stickyHeader":"j6njK9"};
4769
+ var css$i = {"listContainer":"hyk6v-","header":"_8DYALG","group":"viPtnd","stickyHeader":"_2dULfL"};
4727
4770
 
4728
4771
  const getChildrenAndRest = (row, rows) => {
4729
4772
  const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
@@ -4779,7 +4822,7 @@ function DataRowsContainer({ estimatedHeight, listContainerRef, offsetY, rows, r
4779
4822
  }
4780
4823
 
4781
4824
  var _path$4, _path2, _path3, _path4, _path5, _path6, _g, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _defs;
4782
- function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
4825
+ function _extends$4() { return _extends$4 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$4.apply(null, arguments); }
4783
4826
  var SvgEmptyTable = function SvgEmptyTable(props, ref) {
4784
4827
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$4({
4785
4828
  width: 232,
@@ -4789,7 +4832,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
4789
4832
  xmlns: "http://www.w3.org/2000/svg",
4790
4833
  ref: ref
4791
4834
  }, props), /*#__PURE__*/React__namespace.createElement("g", {
4792
- clipPath: "url(#74xl1w63ep50an8na_a)"
4835
+ clipPath: "url(#sn7n3ic4pqzlruud4_a)"
4793
4836
  }, _path$4 || (_path$4 = /*#__PURE__*/React__namespace.createElement("path", {
4794
4837
  d: "M150.585 1.535C49.483-11.495 27.481 61.805 45.725 97.481c10.581 20.69-39.64 70.792 17.744 81.468 27.538 5.123 36-13.341 62.433-10.655 35.4 3.6 148.167-4.73 88.349-78.915-31.713-39.335 1.026-79.506-63.666-87.844Z",
4795
4838
  fill: "#F5F6FA"
@@ -4810,7 +4853,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
4810
4853
  d: "M86.786 22.982c-2.55 0-4.965 2.07-4.965 4.552V120.6c0 2.484 2.4 4.572 4.965 4.572h88.101c2.582 0 4.986-2.089 4.986-4.572V27.534c0-2.464-2.418-4.552-4.986-4.552h-88.1Zm-5.793 4.552c0-3.022 2.874-5.38 5.793-5.38h88.101c2.935 0 5.814 2.374 5.814 5.38V120.6c0 3.021-2.86 5.4-5.814 5.4h-88.1c-2.94 0-5.794-2.381-5.794-5.4V27.534Z",
4811
4854
  fill: "#1D1E26"
4812
4855
  })), /*#__PURE__*/React__namespace.createElement("mask", {
4813
- id: "74xl1w6kl6ubu6cvd_b",
4856
+ id: "sn7n3ib94n84i8g8p_b",
4814
4857
  style: {
4815
4858
  maskType: "alpha"
4816
4859
  },
@@ -4823,7 +4866,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
4823
4866
  d: "M174.887 125.586h-88.1c-2.752 0-5.38-2.234-5.38-4.986V27.534c0-2.752 2.644-4.966 5.38-4.966h88.1c2.752 0 5.4 2.23 5.4 4.966V120.6c0 2.752-2.632 4.986-5.4 4.986Z",
4824
4867
  fill: "#9BDEFF"
4825
4868
  }))), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
4826
- mask: "url(#74xl1w6kl6ubu6cvd_b)",
4869
+ mask: "url(#sn7n3ib94n84i8g8p_b)",
4827
4870
  fillRule: "evenodd",
4828
4871
  clipRule: "evenodd"
4829
4872
  }, /*#__PURE__*/React__namespace.createElement("path", {
@@ -4909,7 +4952,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
4909
4952
  d: "M24.73 96.184a.414.414 0 0 1 .581.06l48.646 59.751a.413.413 0 1 1-.642.523L24.67 96.766a.414.414 0 0 1 .06-.582Z",
4910
4953
  fill: "#fff"
4911
4954
  }))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
4912
- id: "74xl1w63ep50an8na_a"
4955
+ id: "sn7n3ic4pqzlruud4_a"
4913
4956
  }, /*#__PURE__*/React__namespace.createElement("path", {
4914
4957
  fill: "#fff",
4915
4958
  transform: "translate(.552)",
@@ -4918,7 +4961,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
4918
4961
  };
4919
4962
  var ForwardRef$4 = /*#__PURE__*/React.forwardRef(SvgEmptyTable);
4920
4963
 
4921
- var css$h = {"root":"jkxA30","sticky-header":"TTskZN","no-results":"ClfC4x","icon":"z-FpB8","title":"KH-keX","stickyHeader":"TTskZN","noResults":"ClfC4x"};
4964
+ var css$h = {"root":"uMWgnN","sticky-header":"rKECzF","stickyHeader":"rKECzF","no-results":"PO4aRk","noResults":"PO4aRk","icon":"cgkoIv","title":"XLFZH6"};
4922
4965
 
4923
4966
  function DataTable(props) {
4924
4967
  var _a, _b, _c, _d;
@@ -4969,12 +5012,12 @@ function DataTable(props) {
4969
5012
  } }))));
4970
5013
  }
4971
5014
 
4972
- var css$g = {"root":"-yVabF"};
5015
+ var css$g = {"root":"V4OjU4"};
4973
5016
 
4974
- var css$f = {"root":"A5YcYe","burger-content":"_5ho-c7","burgerContent":"_5ho-c7"};
5017
+ var css$f = {"root":"zSIjMr","burger-content":"_5ONd5P","burgerContent":"_5ONd5P"};
4975
5018
 
4976
5019
  var _path$3;
4977
- function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
5020
+ function _extends$3() { return _extends$3 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$3.apply(null, arguments); }
4978
5021
  var SvgNavigationOpenSideMenuOutline = function SvgNavigationOpenSideMenuOutline(props, ref) {
4979
5022
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$3({
4980
5023
  xmlns: "http://www.w3.org/2000/svg",
@@ -4993,12 +5036,12 @@ function applyBurgerMods() {
4993
5036
  }
4994
5037
  const Burger = /* @__PURE__ */uuiCore.withMods(uuiComponents.Burger, applyBurgerMods, () => ({
4995
5038
  burgerIcon: ForwardRef$3,
4996
- crossIcon: ForwardRef$Q,
5039
+ crossIcon: ForwardRef$R,
4997
5040
  burgerContentCx: css$f.burgerContent,
4998
5041
  }));
4999
5042
 
5000
5043
  var _path$2;
5001
- function _extends$2() { _extends$2 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
5044
+ function _extends$2() { return _extends$2 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$2.apply(null, arguments); }
5002
5045
  var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props, ref) {
5003
5046
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$2({
5004
5047
  xmlns: "http://www.w3.org/2000/svg",
@@ -5014,7 +5057,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
5014
5057
  };
5015
5058
  var ForwardRef$2 = /*#__PURE__*/React.forwardRef(SvgNavigationArrowDownOutline);
5016
5059
 
5017
- var css$e = {"uui-typography":"weHg3C","hero-header":"i-f137","promo-header":"Xby0r5","uui-critical":"i4jjSY","uui-info":"Enfyep","uui-success":"AzakXL","uui-warning":"vumnCF","uui-highlight":"DSdVOg","uui-typography-size-12":"RgisgQ","uui-typography-size-14":"N0T08W","uui-typography-size-16":"rXcBgb","root":"TFUDoA","button-primary":"Lah5Bf","button-secondary":"-WQruB","hasIcon":"z0nPRm","dropdown":"sEH3ct","uuiTypography":"weHg3C","heroHeader":"i-f137","promoHeader":"Xby0r5","uuiCritical":"i4jjSY","uuiInfo":"Enfyep","uuiSuccess":"AzakXL","uuiWarning":"vumnCF","uuiHighlight":"DSdVOg","uuiTypographySize12":"RgisgQ","uuiTypographySize14":"N0T08W","uuiTypographySize16":"rXcBgb","buttonPrimary":"Lah5Bf","buttonSecondary":"-WQruB"};
5060
+ var css$e = {"uui-typography":"_4vvL-0","uuiTypography":"_4vvL-0","hero-header":"uVteDZ","heroHeader":"uVteDZ","promo-header":"p8536P","promoHeader":"p8536P","uui-critical":"QguHXy","uuiCritical":"QguHXy","uui-info":"d8KT1N","uuiInfo":"d8KT1N","uui-success":"TjEyup","uuiSuccess":"TjEyup","uui-warning":"FLhnxT","uuiWarning":"FLhnxT","uui-highlight":"Qt4-6L","uuiHighlight":"Qt4-6L","uui-typography-size-12":"rSEoch","uuiTypographySize12":"rSEoch","uui-typography-size-14":"VuvWI-","uuiTypographySize14":"VuvWI-","uui-typography-size-16":"Zjh5oK","uuiTypographySize16":"Zjh5oK","root":"gzbXPQ","button-primary":"-qDtJG","buttonPrimary":"-qDtJG","button-secondary":"mlb--2","buttonSecondary":"mlb--2","hasIcon":"KZeKRu","dropdown":"-BNlGE"};
5018
5061
 
5019
5062
  const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (props) => [
5020
5063
  css$e.root,
@@ -5025,13 +5068,13 @@ const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (prop
5025
5068
  props.icon && css$e.hasIcon,
5026
5069
  ], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
5027
5070
 
5028
- var css$d = {"search-input":"OcUydZ","searchInput":"OcUydZ"};
5071
+ var css$d = {"search-input":"IdsMKW","searchInput":"IdsMKW"};
5029
5072
 
5030
5073
  function BurgerSearch(props) {
5031
- return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$N, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$Q }));
5074
+ return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$O, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$R }));
5032
5075
  }
5033
5076
 
5034
- var css$c = {"root":"jhfUQd","group-header":"f-jBA1","group-name":"q82old","line":"hcCow4","groupHeader":"f-jBA1","groupName":"q82old"};
5077
+ var css$c = {"root":"VOoNK-","group-header":"JpEiMn","groupHeader":"JpEiMn","group-name":"_9oZZ0R","groupName":"_9oZZ0R","line":"HpmXfD"};
5035
5078
 
5036
5079
  function BurgerGroupHeader(props) {
5037
5080
  return (React__namespace.createElement("div", { className: cx__default.default(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
@@ -5039,7 +5082,7 @@ function BurgerGroupHeader(props) {
5039
5082
  React__namespace.createElement("span", { className: css$c.groupName }, props.caption)));
5040
5083
  }
5041
5084
 
5042
- var css$b = {"uui-typography":"GS1nie","hero-header":"_1ppN05","promo-header":"a64WYR","uui-critical":"xavknH","uui-info":"UrRvK5","uui-success":"XLv-Nv","uui-warning":"z1-QNg","uui-highlight":"lYxyWh","uui-typography-size-12":"_5V8d5k","uui-typography-size-14":"uJx1zK","uui-typography-size-16":"accowK","root":"oqC-s6","type-primary":"nDOW6V","type-secondary":"_44H-Ei","uuiTypography":"GS1nie","heroHeader":"_1ppN05","promoHeader":"a64WYR","uuiCritical":"xavknH","uuiInfo":"UrRvK5","uuiSuccess":"XLv-Nv","uuiWarning":"z1-QNg","uuiHighlight":"lYxyWh","uuiTypographySize12":"_5V8d5k","uuiTypographySize14":"uJx1zK","uuiTypographySize16":"accowK","typePrimary":"nDOW6V","typeSecondary":"_44H-Ei"};
5085
+ var css$b = {"uui-typography":"Y3QUYF","uuiTypography":"Y3QUYF","hero-header":"cKqM9H","heroHeader":"cKqM9H","promo-header":"zV1p76","promoHeader":"zV1p76","uui-critical":"aGTFJU","uuiCritical":"aGTFJU","uui-info":"_2WYX8z","uuiInfo":"_2WYX8z","uui-success":"_1bGfgI","uuiSuccess":"_1bGfgI","uui-warning":"PgS8ZR","uuiWarning":"PgS8ZR","uui-highlight":"HOXMdb","uuiHighlight":"HOXMdb","uui-typography-size-12":"hv4mIp","uuiTypographySize12":"hv4mIp","uui-typography-size-14":"_5ItI6S","uuiTypographySize14":"_5ItI6S","uui-typography-size-16":"ugo5iu","uuiTypographySize16":"ugo5iu","root":"PgtKlP","type-primary":"ov3R-D","typePrimary":"ov3R-D","type-secondary":"_5uYerB","typeSecondary":"_5uYerB"};
5043
5086
 
5044
5087
  const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
5045
5088
  const { type } = props, clickableProps = __rest(props, ["type"]);
@@ -5052,10 +5095,10 @@ const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
5052
5095
  props.caption && (React__namespace.createElement("div", { className: uuiCore.uuiElement.caption }, props.caption)),
5053
5096
  props.count !== undefined && props.count !== null && (React__namespace.createElement(CountIndicator, { caption: props.count, color: "neutral", size: "18" })),
5054
5097
  props.icon && props.iconPosition === 'right' && (React__namespace.createElement(uuiComponents.IconContainer, { icon: props.icon, onClick: props.onIconClick })),
5055
- props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$P, flipY: props.isOpen }))));
5098
+ props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$Q, flipY: props.isOpen }))));
5056
5099
  });
5057
5100
 
5058
- var css$a = {"dropdown-body":"bQplF6","dropdownBody":"bQplF6"};
5101
+ var css$a = {"dropdown-body":"annmFL","dropdownBody":"annmFL"};
5059
5102
 
5060
5103
  class MainMenuDropdown extends React__namespace.Component {
5061
5104
  render() {
@@ -5094,7 +5137,7 @@ const MainMenu = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.MainMe
5094
5137
  }));
5095
5138
 
5096
5139
  var _path$1;
5097
- function _extends$1() { _extends$1 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); }
5140
+ function _extends$1() { return _extends$1 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1.apply(null, arguments); }
5098
5141
  var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutlineOutline(props, ref) {
5099
5142
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$1({
5100
5143
  xmlns: "http://www.w3.org/2000/svg",
@@ -5110,31 +5153,31 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
5110
5153
  };
5111
5154
  var ForwardRef$1 = /*#__PURE__*/React.forwardRef(SvgNavigationGlobalMenuOutlineOutline);
5112
5155
 
5113
- var css$9 = {"global-menu-btn":"NlWS4j","global-menu-icon":"cR7q6v","globalMenuBtn":"NlWS4j","globalMenuIcon":"cR7q6v"};
5156
+ var css$9 = {"global-menu-btn":"H5QeUe","globalMenuBtn":"H5QeUe","global-menu-icon":"_1whPkM","globalMenuIcon":"_1whPkM"};
5114
5157
 
5115
5158
  const GlobalMenu = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", Object.assign({ ref: ref, id: "global_menu_toggle", className: cx__default.default(css$9.globalMenuBtn, props.cx) }, props.rawProps),
5116
5159
  React__namespace.createElement(uuiComponents.IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
5117
5160
 
5118
- var css$8 = {"container":"hqxcfy","open":"_3mwTN9","folding-arrow":"_2192N2","foldingArrow":"_2192N2"};
5161
+ var css$8 = {"container":"VWM2pz","open":"fmZkwp","folding-arrow":"x55JGF","foldingArrow":"x55JGF"};
5119
5162
 
5120
5163
  const MainMenuAvatar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", { ref: ref, className: cx__default.default(css$8.container, props.isDropdown && css$8.dropdown, props.isOpen && css$8.open, props.onClick && uuiCore.uuiMarkers.clickable, props.cx), onClick: props.onClick },
5121
5164
  React__namespace.createElement(uuiComponents.Avatar, { size: "36", img: props.avatarUrl }),
5122
5165
  props.icon && React__namespace.createElement(uuiComponents.IconContainer, { icon: props.icon }),
5123
5166
  props.isDropdown && (React__namespace.createElement("div", null,
5124
- React__namespace.createElement(uuiComponents.IconContainer, { size: 18, icon: ForwardRef$P, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
5167
+ React__namespace.createElement(uuiComponents.IconContainer, { size: 18, icon: ForwardRef$Q, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
5125
5168
 
5126
- var css$7 = {"search-input":"p4pgC8","searchInput":"p4pgC8"};
5169
+ var css$7 = {"search-input":"cWLbQr","searchInput":"cWLbQr"};
5127
5170
 
5128
5171
  const MainMenuSearch = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(uuiCore.IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
5129
5172
  var _a;
5130
- return (React__namespace.createElement(uuiComponents.TextInput, Object.assign({ iconPosition: "left", icon: ForwardRef$N, cancelIcon: ((_a = props.value) === null || _a === void 0 ? void 0 : _a.length) > 0 && ForwardRef$Q }, props, iEditable, { ref: ref, cx: uuiCore.cx(css$7.searchInput, props.cx) }, props.rawProps)));
5173
+ return (React__namespace.createElement(uuiComponents.TextInput, Object.assign({ iconPosition: "left", icon: ForwardRef$O, cancelIcon: ((_a = props.value) === null || _a === void 0 ? void 0 : _a.length) > 0 && ForwardRef$R }, props, iEditable, { ref: ref, cx: uuiCore.cx(css$7.searchInput, props.cx) }, props.rawProps)));
5131
5174
  } }))));
5132
5175
 
5133
- var css$6 = {"container":"RKCRU-"};
5176
+ var css$6 = {"container":"iiAKp-"};
5134
5177
 
5135
5178
  const MainMenuIcon = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(IconButton, Object.assign({ ref: ref, icon: props.icon, cx: uuiCore.cx(props.cx, css$6.container) }, props))));
5136
5179
 
5137
- var css$5 = {"root":"_6b3J5q"};
5180
+ var css$5 = {"root":"vh7agE"};
5138
5181
 
5139
5182
  const Anchor = /* @__PURE__ */uuiCore.withMods(uuiComponents.Anchor, () => [css$5.root]);
5140
5183
 
@@ -5176,7 +5219,7 @@ function useForm(props) {
5176
5219
  }
5177
5220
 
5178
5221
  var _path;
5179
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5222
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
5180
5223
  var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
5181
5224
  return /*#__PURE__*/React__namespace.createElement("svg", _extends({
5182
5225
  xmlns: "http://www.w3.org/2000/svg",
@@ -5192,7 +5235,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
5192
5235
  };
5193
5236
  var ForwardRef = /*#__PURE__*/React.forwardRef(SvgFileCloudUploadFill);
5194
5237
 
5195
- var css$4 = {"root":"_0M7hun","drop-start":"bz-yqj","drop-over":"F9ioTg","link":"DnaK9u","drop-area":"NWLoob","drop-caption":"nzB7-Z","icon-blue":"_81dloF","dropStart":"bz-yqj","dropOver":"F9ioTg","dropArea":"NWLoob","dropCaption":"nzB7-Z","iconBlue":"_81dloF"};
5238
+ var css$4 = {"root":"F6d1xs","drop-start":"kvLszj","dropStart":"kvLszj","drop-over":"j0EVHB","dropOver":"j0EVHB","link":"nfnSDx","drop-area":"u0f-4o","dropArea":"u0f-4o","drop-caption":"hjIMfl","dropCaption":"hjIMfl","icon-blue":"l-4dsw","iconBlue":"l-4dsw"};
5196
5239
 
5197
5240
  function DropSpot(props) {
5198
5241
  const getInfoText = typeof props.infoText === 'string'
@@ -5210,9 +5253,9 @@ function DropSpot(props) {
5210
5253
  return React__namespace.createElement(uuiComponents.DropSpot, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
5211
5254
  }
5212
5255
 
5213
- var css$3 = {"uui-typography":"BzU6uy","hero-header":"nQaVC-","promo-header":"TkS71b","uui-critical":"_7t2A-U","uui-info":"_0ZLbwm","uui-success":"vpakde","uui-warning":"VjIZD2","uui-highlight":"CzwNhi","uui-typography-size-12":"CSAR-I","uui-typography-size-14":"NRvbyJ","uui-typography-size-16":"xGo3Mu","root":"Z0Ro9a","file-name":"xkLxhq","default-color":"-XW5tw","doc-color":"vzJA5w","xls-color":"n6HCSq","pdf-color":"LDA4L-","movie-color":"TuLmoI","img-color":"G9li69","mov-color":"Ugno1r","error-block":"FnlYck","icons-block":"WkIRZv","uuiTypography":"BzU6uy","heroHeader":"nQaVC-","promoHeader":"TkS71b","uuiCritical":"_7t2A-U","uuiInfo":"_0ZLbwm","uuiSuccess":"vpakde","uuiWarning":"VjIZD2","uuiHighlight":"CzwNhi","uuiTypographySize12":"CSAR-I","uuiTypographySize14":"NRvbyJ","uuiTypographySize16":"xGo3Mu","fileName":"xkLxhq","defaultColor":"-XW5tw","docColor":"vzJA5w","xlsColor":"n6HCSq","pdfColor":"LDA4L-","movieColor":"TuLmoI","imgColor":"G9li69","movColor":"Ugno1r","errorBlock":"FnlYck","iconsBlock":"WkIRZv"};
5256
+ var css$3 = {"uui-typography":"sdgL2t","uuiTypography":"sdgL2t","hero-header":"vUYR-0","heroHeader":"vUYR-0","promo-header":"BZBF-B","promoHeader":"BZBF-B","uui-critical":"soy8vG","uuiCritical":"soy8vG","uui-info":"xKH1-q","uuiInfo":"xKH1-q","uui-success":"lgBSzJ","uuiSuccess":"lgBSzJ","uui-warning":"tUty0Y","uuiWarning":"tUty0Y","uui-highlight":"LVmUfr","uuiHighlight":"LVmUfr","uui-typography-size-12":"O7t1pE","uuiTypographySize12":"O7t1pE","uui-typography-size-14":"BW-QqS","uuiTypographySize14":"BW-QqS","uui-typography-size-16":"o3b0ZZ","uuiTypographySize16":"o3b0ZZ","root":"_1w6HQH","file-name":"XXUE9V","fileName":"XXUE9V","default-color":"tMn2pl","defaultColor":"tMn2pl","doc-color":"Ethh0a","docColor":"Ethh0a","xls-color":"S9oagQ","xlsColor":"S9oagQ","pdf-color":"nqwZvA","pdfColor":"nqwZvA","movie-color":"YY7fY9","movieColor":"YY7fY9","img-color":"wAdJSn","imgColor":"wAdJSn","mov-color":"gl5Dnj","movColor":"gl5Dnj","error-block":"ZtAuIG","errorBlock":"ZtAuIG","icons-block":"IQStmG","iconsBlock":"IQStmG"};
5214
5257
 
5215
- var css$2 = {"root":"cr6-0L"};
5258
+ var css$2 = {"root":"lj1LMF"};
5216
5259
 
5217
5260
  const SvgCircleProgress = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
5218
5261
  const outsetRadius = props.size / 2 - 1;
@@ -5277,7 +5320,7 @@ const FileCard = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
5277
5320
  };
5278
5321
  const renderErrorContent = () => (React__namespace.createElement(Tooltip, { content: file.error.message, placement: "bottom-start" },
5279
5322
  React__namespace.createElement("div", { className: css$3.errorBlock },
5280
- React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$x, size: 12 }),
5323
+ React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$y, size: 12 }),
5281
5324
  i18n.fileCard.failedUploadErrorMessage)));
5282
5325
  const renderSuccessfulContent = () => (React__namespace.createElement(Text, { size: "18", fontSize: "14", lineHeight: "18", color: "tertiary" },
5283
5326
  fileExtension && `${fileExtension.toUpperCase()}, `,
@@ -5295,7 +5338,7 @@ const FileCard = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
5295
5338
  (error === null || error === void 0 ? void 0 : error.isError) ? renderErrorContent() : renderSuccessfulContent()),
5296
5339
  React__namespace.createElement("div", { className: uuiCore.cx(css$3.iconsBlock), onMouseEnter: mouseEnterHandler, onMouseLeave: mouseLeaveHandler },
5297
5340
  isLoadingShow && isLoading && React__namespace.createElement(SvgCircleProgress, { progress: progress, size: 18 }),
5298
- isCrossShow && React__namespace.createElement(IconButton, { icon: ForwardRef$Q, onClick: removeHandler })))));
5341
+ isCrossShow && React__namespace.createElement(IconButton, { icon: ForwardRef$R, onClick: removeHandler })))));
5299
5342
  });
5300
5343
 
5301
5344
  const getRecoveryMessageConfig = () => ({
@@ -5322,33 +5365,37 @@ const getErrorPageConfig = () => ({
5322
5365
  mobileImageUrl: 'https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/error-pages-illustrations/L_Error_500_Monochrome.svg',
5323
5366
  title: i18n.errorHandler.errorPageConfig.serverError.title,
5324
5367
  subtitle: i18n.errorHandler.errorPageConfig.serverError.subtitle,
5368
+ supportLink: i18n.errorHandler.supportMessage,
5325
5369
  },
5326
5370
  serviceUnavailable: {
5327
5371
  imageUrl: 'https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/error-pages-illustrations/L_Error_503_Monochrome.svg',
5328
5372
  mobileImageUrl: 'https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/error-pages-illustrations/L_Error_503_Monochrome.svg',
5329
5373
  title: i18n.errorHandler.errorPageConfig.serviceUnavailable.title,
5330
5374
  subtitle: i18n.errorHandler.errorPageConfig.serviceUnavailable.subtitle,
5375
+ supportLink: i18n.errorHandler.supportMessage,
5331
5376
  },
5332
5377
  default: {
5333
5378
  imageUrl: 'https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/error-pages-illustrations/L_Empty_Monochrome.svg',
5334
5379
  mobileImageUrl: 'https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/error-pages-illustrations/L_Empty_Monochrome.svg',
5335
5380
  title: i18n.errorHandler.errorPageConfig.default.title,
5336
5381
  subtitle: i18n.errorHandler.errorPageConfig.default.subtitle,
5382
+ supportLink: i18n.errorHandler.supportMessage,
5337
5383
  },
5338
5384
  });
5339
5385
 
5340
- var css$1 = {"container":"X8Rj26"};
5386
+ var css$1 = {"container":"xgn-pi"};
5341
5387
 
5342
5388
  const ErrorPage = (props) => {
5343
5389
  const isMobileScreen = uuiCore.isMobile();
5344
5390
  return (React__namespace.default.createElement("div", { className: uuiCore.cx(css$1.container, props.cx) },
5345
- React__namespace.default.createElement("div", { className: "uui-error-content" },
5391
+ React__namespace.default.createElement("div", { className: uuiCore.cx('uui-error-content', 'uui-typography') },
5346
5392
  React__namespace.default.createElement("img", { className: "uui-error-image", src: isMobileScreen && props.mobileImageUrl ? props.mobileImageUrl : props.imageUrl, alt: "ERROR OCCURRED!" }),
5347
5393
  React__namespace.default.createElement("div", { className: "uui-error-title" }, props.title),
5348
- React__namespace.default.createElement("div", { className: "uui-error-subtitle" }, props.subtitle))));
5394
+ React__namespace.default.createElement("div", { className: "uui-error-subtitle" }, props.subtitle),
5395
+ (props === null || props === void 0 ? void 0 : props.supportLink) && React__namespace.default.createElement("div", { className: "uui-error-support-link" }, props === null || props === void 0 ? void 0 : props.supportLink))));
5349
5396
  };
5350
5397
 
5351
- var css = {"recovery-spinner":"_4atYri","recovery-message":"_8K3zyv","modal-blocker":"Gj0ZXg","modalFadeIn":"_3cgNMv","recoverySpinner":"_4atYri","recoveryMessage":"_8K3zyv","modalBlocker":"Gj0ZXg"};
5398
+ var css = {"recovery-spinner":"IOcJLD","recoverySpinner":"IOcJLD","recovery-message":"_3nkaAx","recoveryMessage":"_3nkaAx","modal-blocker":"Y6rYRM","modalBlocker":"Y6rYRM","modalFadeIn":"S0Ey6J"};
5352
5399
 
5353
5400
  function ErrorHandler(props) {
5354
5401
  const { uuiNotifications, uuiModals, uuiApi } = uuiCore.useUuiContext();
@@ -5509,6 +5556,7 @@ exports.RadioInput = RadioInput;
5509
5556
  exports.RangeDatePicker = RangeDatePicker;
5510
5557
  exports.RangeDatePickerBody = RangeDatePickerBody;
5511
5558
  exports.RangeDatePickerInput = RangeDatePickerInput;
5559
+ exports.Rating = Rating;
5512
5560
  exports.RichTextView = RichTextView;
5513
5561
  exports.ScrollBars = ScrollBars;
5514
5562
  exports.SearchInput = SearchInput;