asma-ui-core 3.43.0 → 3.43.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,121 +1,129 @@
1
- import { resolveToolbarActionWidth as C } from "./planToolbarActions.js";
2
- var l = 8, g = 12, G = 160, H = 44, Y = 92, D = 44, V = 148, J = 44, K = 168, j = 9, q = 56, E = 360, z = 12;
3
- function L(t) {
1
+ import { resolveToolbarActionWidth as G } from "./planToolbarActions.js";
2
+ var r = 8, O = 12, H = 160, Y = 44, D = 92, V = 44, J = 148, K = 44, j = 168, q = 9, z = 56, N = 360, Q = 12;
3
+ function T(t) {
4
4
  return {
5
- leading: t?.leadingUtilityWidthPx ?? H,
6
- search: t?.searchWidthPx ?? G,
7
- selectionIndicator: t?.selectionIndicatorWidthPx ?? K,
8
- filter: (i) => i ? t?.filterIconWidthPx ?? D : t?.filterLabelWidthPx ?? Y,
9
- trailing: (i) => i ? t?.trailingIconWidthPx ?? J : t?.trailingLabelWidthPx ?? V
5
+ leading: t?.leadingUtilityWidthPx ?? Y,
6
+ search: t?.searchWidthPx ?? H,
7
+ selectionIndicator: t?.selectionIndicatorWidthPx ?? j,
8
+ filter: (i) => i ? t?.filterIconWidthPx ?? V : t?.filterLabelWidthPx ?? D,
9
+ trailing: (i) => i ? t?.trailingIconWidthPx ?? K : t?.trailingLabelWidthPx ?? J
10
10
  };
11
11
  }
12
- function Q(t) {
13
- return t ? typeof t == "string" ? t.length : z : 0;
12
+ function Z(t) {
13
+ return t ? typeof t == "string" ? t.length : Q : 0;
14
14
  }
15
- function k(t) {
16
- const i = Q(t);
15
+ function B(t) {
16
+ const i = Z(t);
17
17
  if (i === 0) return 0;
18
- const e = i > 0 ? i * j + 24 : 0;
19
- return Math.min(E, Math.max(q, e));
18
+ const e = i > 0 ? i * q + 24 : 0;
19
+ return Math.min(N, Math.max(z, e));
20
20
  }
21
- function Z(t, i) {
22
- return typeof t == "string" ? k(t) : i != null && i > 0 ? Math.min(E, i) : k(t);
21
+ function $(t, i) {
22
+ return typeof t == "string" ? B(t) : i != null && i > 0 ? Math.min(N, i) : B(t);
23
23
  }
24
- function T(t, i, e) {
25
- const n = t.filter((r) => !r.hidden);
26
- return n.length ? n.reduce((r, c) => r + C(c, i, e) + l, 0) - l : 0;
24
+ function S(t, i, e) {
25
+ const n = t.filter((o) => !o.hidden);
26
+ return n.length ? n.reduce((o, a) => o + G(a, i, e) + r, 0) - r : 0;
27
27
  }
28
28
  function F(t, i, e) {
29
- const n = t.filter((s) => !s.hidden).sort((s, u) => (u.priority ?? 0) - (s.priority ?? 0));
29
+ const n = t.filter((s) => !s.hidden).sort((s, I) => (I.priority ?? 0) - (s.priority ?? 0));
30
30
  if (!n.length) return 0;
31
- const r = n.slice(0, i), c = T(r, !0, e);
32
- return n.length === r.length ? c : c + (r.length ? l : 0) + 40;
31
+ const o = n.slice(0, i), a = S(o, !0, e);
32
+ return n.length === o.length ? a : a + (o.length ? r : 0) + 40;
33
33
  }
34
- function it(t, i, e, n = 3) {
34
+ function nt(t, i, e, n = 3) {
35
35
  return t > 0 ? t : F(i, n, e);
36
36
  }
37
- function B(t) {
38
- const { hasLeadingUtility: i, hasFilter: e, hasSearch: n, hasTrailingUtility: r, showPageActions: c, showBulkActions: s, filterIconOnly: u, trailingIconOnly: h, pageActionsWidthPx: I, bulkActionsWidthPx: O, searchBeforeFilter: W = !1, measured: y } = t, d = L(y);
39
- let o = 0;
40
- c && i && (o += d.leading + l);
41
- const f = e ? d.filter(u) + l : 0, p = n ? d.search + l : 0;
42
- return W ? o += p + f : o += f + p, c && (I > 0 && (o += I + l), r && (o += d.trailing(h) + l)), s && O > 0 && (o += O + l), Math.max(0, o - l);
37
+ function M(t) {
38
+ const { hasLeadingUtility: i, hasFilter: e, hasSearch: n, hasTrailingUtility: o, showPageActions: a, showBulkActions: s, filterIconOnly: I, trailingIconOnly: h, pageActionsWidthPx: u, bulkActionsWidthPx: P, searchBeforeFilter: A = !1, measured: W } = t, d = T(W);
39
+ let c = 0;
40
+ a && i && (c += d.leading + r);
41
+ const f = e ? d.filter(I) + r : 0, p = n ? d.search + r : 0;
42
+ return A ? c += p + f : c += f + p, a && (u > 0 && (c += u + r), o && (c += d.trailing(h) + r)), s && P > 0 && (c += P + r), Math.max(0, c - r);
43
43
  }
44
- function nt(t) {
45
- const { containerWidth: i, isMobile: e, isSelectionMode: n, compactBreakpointPx: r, reserveBulkActionsWidthPx: c, title: s, hasLeadingUtility: u, hasFilter: h, hasSearch: I, hasTrailingUtility: O, pageActions: W, bulkActions: y, maxVisibleBulkActions: d = 2, measured: o } = t, f = i > 0 ? i : Number.POSITIVE_INFINITY, p = !n, M = n, N = n ? 0 : c, v = L(o), _ = Z(s, o?.titleWidthPx), P = T(W, !0, o?.actionWidthPx), b = T(W, !1, o?.actionWidthPx), S = F(y, d, o?.actionWidthPx), A = (a) => B({
46
- hasLeadingUtility: u,
44
+ function et(t) {
45
+ const { containerWidth: i, isMobile: e, isSelectionMode: n, compactBreakpointPx: o, reserveBulkActionsWidthPx: a, title: s, hasLeadingUtility: I, hasFilter: h, hasSearch: u, hasTrailingUtility: P, pageActions: A, bulkActions: W, maxVisibleBulkActions: d = 2, measured: c } = t, f = i > 0 ? i : Number.POSITIVE_INFINITY, p = !n, X = n, R = n ? 0 : a, b = T(c), x = $(s, c?.titleWidthPx), g = S(A, !0, c?.actionWidthPx), k = S(A, !1, c?.actionWidthPx), E = F(W, d, c?.actionWidthPx), _ = (l) => M({
46
+ hasLeadingUtility: I,
47
47
  hasFilter: h,
48
- hasSearch: I,
49
- hasTrailingUtility: O,
48
+ hasSearch: u,
49
+ hasTrailingUtility: P,
50
50
  showPageActions: p,
51
- showBulkActions: M,
51
+ showBulkActions: X,
52
52
  bulkActionsWidthPx: 0,
53
- measured: o,
54
- ...a
53
+ measured: c,
54
+ ...l
55
55
  });
56
- if (e || f < r) {
57
- const a = (x) => f >= A({
58
- ...x,
56
+ if (e || f < o) {
57
+ const l = (y) => f >= _({
58
+ ...y,
59
59
  searchBeforeFilter: !0
60
- }), m = (x) => n ? !0 : x;
61
- return a({
62
- filterIconOnly: !1,
63
- trailingIconOnly: !1,
64
- pageActionsWidthPx: P
65
- }) ? {
66
- mode: "compact",
67
- filterIconOnly: !1,
68
- trailingIconOnly: m(!1)
69
- } : a({
70
- filterIconOnly: !1,
71
- trailingIconOnly: !0,
72
- pageActionsWidthPx: P
73
- }) ? {
74
- mode: "compact",
75
- filterIconOnly: !1,
76
- trailingIconOnly: !0
77
- } : a({
78
- filterIconOnly: !1,
79
- trailingIconOnly: !0,
80
- pageActionsWidthPx: b
81
- }) ? {
82
- mode: "compact",
83
- filterIconOnly: !1,
84
- trailingIconOnly: !0
85
- } : {
60
+ }), m = (y) => n ? !0 : y, v = [
61
+ {
62
+ filterIconOnly: !1,
63
+ trailingIconOnly: !1,
64
+ pageActionsWidthPx: g
65
+ },
66
+ {
67
+ filterIconOnly: !0,
68
+ trailingIconOnly: !1,
69
+ pageActionsWidthPx: g
70
+ },
71
+ {
72
+ filterIconOnly: !0,
73
+ trailingIconOnly: !0,
74
+ pageActionsWidthPx: g
75
+ },
76
+ {
77
+ filterIconOnly: !0,
78
+ trailingIconOnly: !0,
79
+ pageActionsWidthPx: k
80
+ }
81
+ ];
82
+ for (const y of v) {
83
+ const L = m(y.trailingIconOnly);
84
+ if (l({
85
+ ...y,
86
+ trailingIconOnly: L
87
+ })) return {
88
+ mode: "compact",
89
+ filterIconOnly: y.filterIconOnly,
90
+ trailingIconOnly: L
91
+ };
92
+ }
93
+ return {
86
94
  mode: "compact",
87
95
  filterIconOnly: !0,
88
96
  trailingIconOnly: !0
89
97
  };
90
98
  }
91
99
  if (n) {
92
- const a = (w) => B({
100
+ const l = (L) => M({
93
101
  hasLeadingUtility: !1,
94
102
  hasFilter: h,
95
- hasSearch: I,
103
+ hasSearch: u,
96
104
  hasTrailingUtility: !1,
97
105
  showPageActions: !1,
98
106
  showBulkActions: !1,
99
- filterIconOnly: w,
107
+ filterIconOnly: L,
100
108
  trailingIconOnly: !0,
101
109
  pageActionsWidthPx: 0,
102
110
  bulkActionsWidthPx: 0,
103
- measured: o
104
- }), m = s ? g : 0;
105
- if (f >= _ + v.selectionIndicator + m + A({
111
+ measured: c
112
+ }), m = s ? O : 0;
113
+ if (f >= x + b.selectionIndicator + m + _({
106
114
  filterIconOnly: !1,
107
115
  trailingIconOnly: !0,
108
116
  pageActionsWidthPx: 0,
109
- bulkActionsWidthPx: S
110
- }) + g) return {
117
+ bulkActionsWidthPx: E
118
+ }) + O) return {
111
119
  mode: "inline",
112
120
  filterIconOnly: !1,
113
121
  trailingIconOnly: !0
114
122
  };
115
- const x = _ + a(!1) + g, U = v.selectionIndicator + S + g;
116
- return f >= Math.max(x, U) ? {
123
+ const v = x + l(!1) + O, y = b.selectionIndicator + E + O;
124
+ return f >= Math.max(v, y) ? {
117
125
  mode: "selection-split",
118
- filterIconOnly: f < _ + a(!0) + g,
126
+ filterIconOnly: f < x + l(!0) + O,
119
127
  trailingIconOnly: !0
120
128
  } : {
121
129
  mode: "compact",
@@ -123,64 +131,76 @@ function nt(t) {
123
131
  trailingIconOnly: !0
124
132
  };
125
133
  }
126
- const X = (a) => f >= _ + A(a) + N + g, R = [
134
+ const U = (l) => f >= x + _(l) + R + O, w = [
127
135
  {
128
136
  filterIconOnly: !1,
129
137
  trailingIconOnly: !1,
130
- pageActionsWidthPx: P
138
+ pageActionsWidthPx: g
131
139
  },
132
140
  {
133
- filterIconOnly: !1,
134
- trailingIconOnly: !0,
135
- pageActionsWidthPx: P
141
+ filterIconOnly: !0,
142
+ trailingIconOnly: !1,
143
+ pageActionsWidthPx: g
136
144
  },
137
145
  {
138
146
  filterIconOnly: !0,
139
147
  trailingIconOnly: !0,
140
- pageActionsWidthPx: P
148
+ pageActionsWidthPx: g
141
149
  }
142
150
  ];
143
- for (const a of R) if (X(a)) return {
151
+ for (const l of w) if (U(l)) return {
144
152
  mode: "inline",
145
- filterIconOnly: a.filterIconOnly,
146
- trailingIconOnly: a.trailingIconOnly
153
+ filterIconOnly: l.filterIconOnly,
154
+ trailingIconOnly: l.trailingIconOnly
147
155
  };
148
- return f >= A({
149
- filterIconOnly: !1,
150
- trailingIconOnly: !1,
151
- pageActionsWidthPx: P,
152
- searchBeforeFilter: !0
153
- }) ? {
154
- mode: "stacked",
155
- filterIconOnly: !1,
156
- trailingIconOnly: !1
157
- } : f >= A({
158
- filterIconOnly: !0,
159
- trailingIconOnly: !0,
160
- pageActionsWidthPx: b,
156
+ const C = [
157
+ {
158
+ filterIconOnly: !1,
159
+ trailingIconOnly: !1,
160
+ pageActionsWidthPx: g
161
+ },
162
+ {
163
+ filterIconOnly: !0,
164
+ trailingIconOnly: !1,
165
+ pageActionsWidthPx: g
166
+ },
167
+ {
168
+ filterIconOnly: !0,
169
+ trailingIconOnly: !0,
170
+ pageActionsWidthPx: g
171
+ },
172
+ {
173
+ filterIconOnly: !0,
174
+ trailingIconOnly: !0,
175
+ pageActionsWidthPx: k
176
+ }
177
+ ];
178
+ for (const l of C) if (f >= _({
179
+ ...l,
161
180
  searchBeforeFilter: !0
162
- }) ? {
181
+ })) return {
163
182
  mode: "stacked",
164
- filterIconOnly: !0,
165
- trailingIconOnly: !0
166
- } : {
183
+ filterIconOnly: l.filterIconOnly,
184
+ trailingIconOnly: l.trailingIconOnly
185
+ };
186
+ return {
167
187
  mode: "compact",
168
188
  filterIconOnly: !0,
169
189
  trailingIconOnly: !0
170
190
  };
171
191
  }
172
- function et(t) {
173
- const { layoutMode: i, containerWidth: e, titleWidth: n, filterIconOnly: r, trailingIconOnly: c, hasFilter: s, hasSearch: u, hasLeadingUtility: h, hasTrailingUtility: I, reserveBulkActionsWidthPx: O, measured: W } = t, y = L(W), d = (h ? y.leading + l : 0) + (s ? y.filter(r) + l : 0) + (u ? y.search + l : 0) + (I ? y.trailing(c) + l : 0);
174
- return i === "stacked" || i === "compact" ? Math.max(80, e - d) : Math.max(80, e - n - d - g - O);
175
- }
176
192
  function lt(t) {
177
- const { layoutMode: i, containerWidth: e, titleWidth: n, filterIconOnly: r, hasFilter: c, hasSearch: s, measured: u } = t, h = L(u), I = (c ? h.filter(r) + l : 0) + (s ? h.search + l : 0);
178
- return i === "inline" ? Math.max(120, e - n - h.selectionIndicator - I - g * 2) : Math.max(120, e - h.selectionIndicator - g);
193
+ const { layoutMode: i, containerWidth: e, titleWidth: n, filterIconOnly: o, trailingIconOnly: a, hasFilter: s, hasSearch: I, hasLeadingUtility: h, hasTrailingUtility: u, reserveBulkActionsWidthPx: P, measured: A } = t, W = T(A), d = (h ? W.leading + r : 0) + (s ? W.filter(o) + r : 0) + (I ? W.search + r : 0) + (u ? W.trailing(a) + r : 0);
194
+ return i === "stacked" || i === "compact" ? Math.max(80, e - d) : Math.max(80, e - n - d - O - P);
195
+ }
196
+ function rt(t) {
197
+ const { layoutMode: i, containerWidth: e, titleWidth: n, filterIconOnly: o, hasFilter: a, hasSearch: s, measured: I } = t, h = T(I), u = (a ? h.filter(o) + r : 0) + (s ? h.search + r : 0);
198
+ return i === "inline" ? Math.max(120, e - n - h.selectionIndicator - u - O * 2) : Math.max(120, e - h.selectionIndicator - O);
179
199
  }
180
200
  export {
181
- lt as resolveBulkActionsAvailableWidth,
182
- et as resolvePageActionsAvailableWidth,
183
- it as resolveReserveBulkActionsWidthPx,
184
- Z as resolveTitleAreaWidth,
185
- nt as resolveToolbarLayout
201
+ rt as resolveBulkActionsAvailableWidth,
202
+ lt as resolvePageActionsAvailableWidth,
203
+ nt as resolveReserveBulkActionsWidthPx,
204
+ $ as resolveTitleAreaWidth,
205
+ et as resolveToolbarLayout
186
206
  };
@@ -10,19 +10,19 @@ function A(t, e, n) {
10
10
  function p(t) {
11
11
  return t.length ? t.reduce((e, n) => e + n.width, 0) + (t.length - 1) * 8 : 0;
12
12
  }
13
- function g(t, e, n) {
13
+ function x(t, e, n) {
14
14
  const i = p(t);
15
15
  return e ? i + (t.length ? 8 : 0) + n : i;
16
16
  }
17
17
  function w(t) {
18
18
  return t.filter((e) => !e.hidden).sort((e, n) => (n.priority ?? 0) - (e.priority ?? 0));
19
19
  }
20
- function x(t) {
20
+ function g(t) {
21
21
  return [...t].sort((e, n) => (n.priority ?? 0) - (e.priority ?? 0));
22
22
  }
23
23
  function N(t, e, n) {
24
24
  const i = [...t];
25
- for (let s = i.length - 1; s >= 0 && p(i) > e; s -= 1) {
25
+ for (let s = 0; s < i.length && p(i) > e; s += 1) {
26
26
  const r = i[s];
27
27
  !r || !r.showLabel || r.action.canHideLabel === !1 || (i[s] = {
28
28
  ...r,
@@ -34,24 +34,24 @@ function N(t, e, n) {
34
34
  }
35
35
  function O(t) {
36
36
  const { planned: e, availableWidth: n, preOverflow: i, moreButtonWidthPx: s, ignoreKeepVisible: r = !1 } = t, o = [...e], l = [], h = () => {
37
- let d = -1, c = Number.POSITIVE_INFINITY;
37
+ let f = -1, c = Number.POSITIVE_INFINITY;
38
38
  for (let u = o.length - 1; u >= 0; u -= 1) {
39
39
  const v = o[u];
40
40
  if (!v || !r && (v.action.keepVisible || v.action.canOverflow === !1)) continue;
41
- const f = v.action.priority ?? 0;
42
- f < c && (c = f, d = u);
41
+ const d = v.action.priority ?? 0;
42
+ d < c && (c = d, f = u);
43
43
  }
44
- return d;
44
+ return f;
45
45
  }, a = () => i.length > 0 || l.length > 0;
46
- for (; o.length && g(o, a(), s) > n; ) {
47
- const d = h();
48
- if (d < 0) break;
49
- const [c] = o.splice(d, 1);
46
+ for (; o.length && x(o, a(), s) > n; ) {
47
+ const f = h();
48
+ if (f < 0) break;
49
+ const [c] = o.splice(f, 1);
50
50
  c && l.unshift(c.action);
51
51
  }
52
52
  return {
53
53
  inlineActions: o,
54
- overflowActions: x([...i, ...l])
54
+ overflowActions: g([...i, ...l])
55
55
  };
56
56
  }
57
57
  function M(t) {
@@ -76,11 +76,11 @@ function M(t) {
76
76
  };
77
77
  }
78
78
  function B(t) {
79
- const { actions: e, availableWidth: n, maxInlineActions: i, collapseLabels: s = !0, resolveActionWidth: r, moreButtonWidthPx: o = 40 } = t, l = w(e), h = i ? l.slice(0, i) : l, a = i ? l.slice(i) : [], d = new Set(h.map((f) => f.id));
80
- let c = e.filter((f) => !f.hidden && d.has(f.id)).map((f) => ({
81
- action: f,
79
+ const { actions: e, availableWidth: n, maxInlineActions: i, collapseLabels: s = !0, resolveActionWidth: r, moreButtonWidthPx: o = 40 } = t, l = w(e), h = i ? l.slice(0, i) : l, a = i ? l.slice(i) : [], f = new Set(h.map((d) => d.id));
80
+ let c = e.filter((d) => !d.hidden && f.has(d.id)).map((d) => ({
81
+ action: d,
82
82
  showLabel: !0,
83
- width: A(f, !0, r)
83
+ width: A(d, !0, r)
84
84
  }));
85
85
  s && (c = N(c, n, r));
86
86
  const { inlineActions: u, overflowActions: v } = O({
@@ -96,14 +96,14 @@ function B(t) {
96
96
  resolveActionWidth: r
97
97
  });
98
98
  }
99
- function X(t) {
99
+ function L(t) {
100
100
  const { actions: e, availableWidth: n, maxVisibleBulkActions: i = 3, resolveActionWidth: s, moreButtonWidthPx: r = 40 } = t, o = w(e);
101
101
  if (o.length === 0) return {
102
102
  inlineActions: [],
103
103
  overflowActions: [],
104
104
  showMoreMenu: !1
105
105
  };
106
- const l = o.slice(0, i), h = o.slice(i), { inlineActions: a, overflowActions: d } = O({
106
+ const l = o.slice(0, i), h = o.slice(i), { inlineActions: a, overflowActions: f } = O({
107
107
  planned: l.map((c) => ({
108
108
  action: c,
109
109
  showLabel: !0,
@@ -116,15 +116,15 @@ function X(t) {
116
116
  });
117
117
  return {
118
118
  inlineActions: a,
119
- overflowActions: d,
120
- showMoreMenu: d.length >= 1
119
+ overflowActions: f,
120
+ showMoreMenu: f.length >= 1
121
121
  };
122
122
  }
123
123
  export {
124
124
  y as ACTION_GAP_PX,
125
125
  C as MORE_BUTTON_PX,
126
126
  T as estimateToolbarActionWidth,
127
- X as planBulkToolbarActions,
127
+ L as planBulkToolbarActions,
128
128
  B as planToolbarActions,
129
129
  A as resolveToolbarActionWidth
130
130
  };
@@ -171,3 +171,4 @@ export * from './hub-icon.js'
171
171
  export * from './widgets-icon.js'
172
172
  export * from './rocket-launch-icon.js'
173
173
  export * from './load-current-icon.js'
174
+ export * from './rotate-auto-icon.js'
@@ -0,0 +1,18 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ function r(t) {
3
+ return /* @__PURE__ */ C("svg", {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "1rem",
6
+ height: "1rem",
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ ...t,
10
+ children: /* @__PURE__ */ C("path", {
11
+ d: "M5.19967 10.6663H6.26634L6.79967 9.13301H9.23301L9.76634 10.6663H10.7997L8.53301 4.66634H7.46634L5.19967 10.6663ZM7.09967 8.26634L7.96634 5.76634H8.03301L8.89967 8.26634H7.09967ZM7.99967 14.6663C7.07745 14.6663 6.21079 14.4913 5.39967 14.1413C4.58856 13.7913 3.88301 13.3163 3.28301 12.7163C2.68301 12.1163 2.20801 11.4108 1.85801 10.5997C1.50801 9.78856 1.33301 8.9219 1.33301 7.99967H2.66634C2.66634 8.73301 2.80523 9.42467 3.08301 10.0747C3.36079 10.7247 3.74134 11.2913 4.22467 11.7747C4.70801 12.258 5.27467 12.6413 5.92467 12.9247C6.57467 13.208 7.26634 13.3497 7.99967 13.3497C9.48856 13.3497 10.7497 12.833 11.783 11.7997C12.8163 10.7663 13.333 9.50523 13.333 8.01634C13.333 6.52745 12.8163 5.26634 11.783 4.23301C10.7497 3.19967 9.48856 2.68301 7.99967 2.68301C7.01079 2.68301 6.11356 2.92467 5.30801 3.40801C4.50245 3.89134 3.86634 4.53301 3.39967 5.33301H5.33301V6.66634H1.33301V2.66634H2.66634V3.99967C3.27745 3.18856 4.04412 2.54134 4.96634 2.05801C5.88856 1.57467 6.89967 1.33301 7.99967 1.33301C8.9219 1.33301 9.78856 1.50801 10.5997 1.85801C11.4108 2.20801 12.1163 2.68301 12.7163 3.28301C13.3163 3.88301 13.7913 4.58856 14.1413 5.39967C14.4913 6.21079 14.6663 7.07745 14.6663 7.99967C14.6663 8.9219 14.4913 9.78856 14.1413 10.5997C13.7913 11.4108 13.3163 12.1163 12.7163 12.7163C12.1163 13.3163 11.4108 13.7913 10.5997 14.1413C9.78856 14.4913 8.9219 14.6663 7.99967 14.6663Z",
12
+ fill: "currentColor"
13
+ })
14
+ });
15
+ }
16
+ export {
17
+ r as RotateAutoIcon
18
+ };
@@ -0,0 +1 @@
1
+ export * from './RotateAutoIcon.js'
package/dist/index.js CHANGED
@@ -181,84 +181,85 @@ import { WidgetIcon as Ne } from "./components/icons/widgets-icon/WidgetIcon.js"
181
181
  import { WidgetIconFilled as _e } from "./components/icons/widgets-icon/WidgetIconFilled.js";
182
182
  import { RocketLaunchIcon as Ee } from "./components/icons/rocket-launch-icon/RocketLaunchIcon.js";
183
183
  import { LoadCurrentIcon as Ue } from "./components/icons/load-current-icon/LoadCurrentIcon.js";
184
- import { StyledChip as Ge } from "./components/data-display/chip/StyledChip.js";
185
- import { StyledInteractiveChip as Xe } from "./components/data-display/interactive-chip/StyledInteractiveChip.js";
186
- import { StyledTooltip as Ke } from "./components/data-display/tooltip/StyledTooltip.js";
187
- import { StyledTypography as Ze } from "./components/data-display/typography/StyledTypography.js";
188
- import { StyledFormLabel as Je } from "./components/data-display/form-label/components/StyledFormLabel.js";
189
- import { StyledAIDisclosure as $e } from "./components/data-display/ai-disclosure/StyledAIDisclosure.js";
190
- import { StyledButton as rn } from "./components/inputs/button/StyledButton.js";
191
- import { StyledDialog as tn } from "./components/feedback/dialog/StyledDialog.js";
192
- import { StyledDialogActions as nn } from "./components/feedback/dialog/StyledDialogActions.js";
193
- import { StyledDialogContent as fn } from "./components/feedback/dialog/StyledDialogContent.js";
194
- import { StyledDialogTitle as ln } from "./components/feedback/dialog/StyledDialogTitle.js";
195
- import { StyledEmptyPage as an } from "./components/feedback/empty-page/StyledEmptyPage.js";
196
- import { StyledFilteredEmptyState as un } from "./components/feedback/filtered-empty-state/StyledFilteredEmptyState.js";
197
- import { StyledLoading as sn } from "./components/feedback/loading/StyledLoading.js";
198
- import { StyledAlert as Cn } from "./components/feedback/snack-bar/StyledAlert.js";
199
- import { SnackbarProvider as gn } from "./components/feedback/snack-bar/SnackbarProvider.js";
200
- import { StyledSnackbar as hn } from "./components/feedback/snack-bar/StyledSnackbar.js";
201
- import { processAlertSnackBar as kn } from "./components/feedback/snack-bar/processAlertSnackBar.js";
202
- import { processDefaultSnackbar as Tn } from "./components/feedback/snack-bar/processDefaultSnackbar.js";
203
- import { processInfoSnackbar as Fn } from "./components/feedback/snack-bar/processInfoSnackbar.js";
204
- import { message as Rn } from "./components/feedback/snack-bar/message.js";
205
- import { closeSnackbar as wn, enqueueSnackbar as vn, useSnackbar as Bn } from "./components/feedback/snack-bar/index.js";
206
- import { StyledCheckbox as xn } from "./components/inputs/checkbox/base-ui/StyledCheckbox.js";
207
- import { StyledInputField as Hn } from "./components/inputs/input-field/StyledInputField.js";
208
- import { StyledSearchField as Wn } from "./components/inputs/search-field/StyledSearchField.js";
209
- import { StyledTextarea as Vn } from "./components/inputs/textarea/StyledTextarea.js";
210
- import { StyledSelect as zn } from "./components/inputs/select/StyledSelect.js";
211
- import { StyledSelectItem as qn } from "./components/inputs/select/StyledSelectItem.js";
212
- import { StyledSelectAutocomplete as Qn } from "./components/inputs/select-autocomplete/StyledSelectAutocomplete.js";
213
- import { StyledSlider as jn } from "./components/inputs/slider/StyledSlider.js";
214
- import { StyledSwitch as Yn } from "./components/inputs/switch/base-ui/StyledSwitch.js";
215
- import { StyledRadio as op } from "./components/inputs/radio-button/base-ui/StyledRadio.js";
216
- import { StyledRadioGroup as mp } from "./components/inputs/radio-button/base-ui/StyledRadioGroup.js";
217
- import { StyledLabel as ip } from "./components/inputs/label/StyledLabel.js";
218
- import { StyledDynamicSelect as np } from "./components/inputs/dynamic-select/StyledDynamicSelect.js";
219
- import { StyledDatePicker as fp } from "./datetime/components/date-picker/StyledDatePicker.js";
220
- import { StyledTimePicker as lp } from "./datetime/components/time-picker/StyledTimePicker.js";
221
- import { setMidnightTime as ap, setZeroTime as dp } from "./datetime/helpers/date.helper.js";
222
- import { StyledFormControl as Sp } from "./components/miscellaneous/StyledFormControl.js";
223
- import { StyledFormControlLabel as yp } from "./components/miscellaneous/StyledFormControlLabel.js";
224
- import { StyledFormHelperText as Op } from "./components/miscellaneous/StyledFormHelperText.js";
225
- import { StyledInputLabel as Dp } from "./components/miscellaneous/StyledInputLabel.js";
226
- import { StyledFormGroup as bp } from "./components/miscellaneous/StyledFormGroup.js";
227
- import { StyledDrawer as Lp } from "./components/navigation/drawer/StyledDrawer.js";
228
- import { StyledMenu as Pp } from "./components/navigation/menu/StyledMenu.js";
229
- import { StyledMenuItem as Ap } from "./components/navigation/menu/StyledMenuItem.js";
230
- import { StyledMenuList as Mp } from "./components/navigation/menu/StyledMenuList.js";
231
- import { StyledLink as vp } from "./components/navigation/link/StyledLink.js";
232
- import { StyledTab as Np } from "./components/navigation/tabs/StyledTab.js";
233
- import { StyledTabs as _p } from "./components/navigation/tabs/StyledTabs.js";
234
- import { Listbox as Ep } from "./components/navigation/listbox/Listbox.js";
235
- import { StyledAccordion as Up } from "./components/utils/accordion/base-ui/StyledAccordion.js";
236
- import { StyledAccordionSummary as Gp } from "./components/utils/accordion/base-ui/StyledAccordionSummary.js";
237
- import { StyledAccordionDetails as Xp } from "./components/utils/accordion/base-ui/StyledAccordionDetails.js";
238
- import { ACTIONS_COLUMN_ID as Kp, DND_HANDLE_COLUMN_ID as Qp, EXPAND_COLUMN_ID as Zp, INTERNAL_COLUMN_IDS as jp, SELECT_COLUMN_ID as Jp, SHOW_FULL_TEXT_ID as Yp, isCustomAction as $p } from "./table/types.js";
239
- import { RowDragHandleCell as rf } from "./table/components/columns/dndHandleColumn.js";
240
- import { StyledTable as tf } from "./table/components/StyledTableIndex.js";
241
- import { createColumnHelper as nf } from "./table/index.js";
242
- import { StyledPopover as ff } from "./components/utils/popover/StyledPopover.js";
243
- import { DynamicToolbarLayoutContext as lf, useDynamicToolbarLayout as If } from "./components/custom/module/header-layout/DynamicToolbarLayoutContext.js";
244
- import { StyledFilterButton as df } from "./components/utils/filter-menu/StyledFilterButton.js";
245
- import { StyledFilterMenu as Sf } from "./components/utils/filter-menu/StyledFilterMenu.js";
246
- import { CopyButton as yf } from "./components/utils/copy-wrapper/CopyButton.js";
247
- import { CopyWrapper as Of } from "./components/utils/copy-wrapper/CopyWrapper.js";
248
- import { StyledWidgetTitle as Df } from "./components/custom/widget/widget-title/StyledWidgetTitle.js";
249
- import { StyledWidgetHeader as bf } from "./components/custom/widget/widget-header/StyledWidgetHeader.js";
250
- import { StyledWidget as Lf } from "./components/custom/widget/widget/StyledWidget.js";
251
- import { StyledModuleTitle as Pf } from "./components/custom/module/module-title/StyledModuleTitle.js";
252
- import { ACTION_GAP_PX as Af, MORE_BUTTON_PX as Rf, estimateToolbarActionWidth as Mf, planBulkToolbarActions as wf, planToolbarActions as vf, resolveToolbarActionWidth as Bf } from "./components/custom/module/header-layout/planToolbarActions.js";
253
- import { DynamicToolbar as xf } from "./components/custom/module/header-layout/DynamicToolbar.js";
254
- import { MinimizableDialog as Hf } from "./components/feedback/minimizable-dialog/MinimizableDialog.js";
255
- import { MinimizableDialogV2 as Wf } from "./components/feedback/minimizable-dialog/v2/MinimizableDialogV2.js";
256
- import { createDialogStack as Vf } from "./components/feedback/minimizable-dialog/stack/createDialogStack.js";
257
- import { PopupState as zf, bindPopover as Xf, bindPopper as qf, bindTrigger as Kf, usePopupState as Qf } from "./hooks/usePopupState.js";
258
- import { Avatar as jf, ClickAwayListener as Jf, Container as Yf, Fade as $f, FormLabel as oc, Paper as rc, Popper as mc, Skeleton as tc, Stack as ic } from "@mui/material";
184
+ import { RotateAutoIcon as Ge } from "./components/icons/rotate-auto-icon/RotateAutoIcon.js";
185
+ import { StyledChip as Xe } from "./components/data-display/chip/StyledChip.js";
186
+ import { StyledInteractiveChip as Ke } from "./components/data-display/interactive-chip/StyledInteractiveChip.js";
187
+ import { StyledTooltip as Ze } from "./components/data-display/tooltip/StyledTooltip.js";
188
+ import { StyledTypography as Je } from "./components/data-display/typography/StyledTypography.js";
189
+ import { StyledFormLabel as $e } from "./components/data-display/form-label/components/StyledFormLabel.js";
190
+ import { StyledAIDisclosure as rn } from "./components/data-display/ai-disclosure/StyledAIDisclosure.js";
191
+ import { StyledButton as tn } from "./components/inputs/button/StyledButton.js";
192
+ import { StyledDialog as nn } from "./components/feedback/dialog/StyledDialog.js";
193
+ import { StyledDialogActions as fn } from "./components/feedback/dialog/StyledDialogActions.js";
194
+ import { StyledDialogContent as ln } from "./components/feedback/dialog/StyledDialogContent.js";
195
+ import { StyledDialogTitle as an } from "./components/feedback/dialog/StyledDialogTitle.js";
196
+ import { StyledEmptyPage as un } from "./components/feedback/empty-page/StyledEmptyPage.js";
197
+ import { StyledFilteredEmptyState as sn } from "./components/feedback/filtered-empty-state/StyledFilteredEmptyState.js";
198
+ import { StyledLoading as Cn } from "./components/feedback/loading/StyledLoading.js";
199
+ import { StyledAlert as gn } from "./components/feedback/snack-bar/StyledAlert.js";
200
+ import { SnackbarProvider as hn } from "./components/feedback/snack-bar/SnackbarProvider.js";
201
+ import { StyledSnackbar as kn } from "./components/feedback/snack-bar/StyledSnackbar.js";
202
+ import { processAlertSnackBar as Tn } from "./components/feedback/snack-bar/processAlertSnackBar.js";
203
+ import { processDefaultSnackbar as Fn } from "./components/feedback/snack-bar/processDefaultSnackbar.js";
204
+ import { processInfoSnackbar as Rn } from "./components/feedback/snack-bar/processInfoSnackbar.js";
205
+ import { message as wn } from "./components/feedback/snack-bar/message.js";
206
+ import { closeSnackbar as Bn, enqueueSnackbar as Nn, useSnackbar as xn } from "./components/feedback/snack-bar/index.js";
207
+ import { StyledCheckbox as Hn } from "./components/inputs/checkbox/base-ui/StyledCheckbox.js";
208
+ import { StyledInputField as Wn } from "./components/inputs/input-field/StyledInputField.js";
209
+ import { StyledSearchField as Vn } from "./components/inputs/search-field/StyledSearchField.js";
210
+ import { StyledTextarea as zn } from "./components/inputs/textarea/StyledTextarea.js";
211
+ import { StyledSelect as qn } from "./components/inputs/select/StyledSelect.js";
212
+ import { StyledSelectItem as Qn } from "./components/inputs/select/StyledSelectItem.js";
213
+ import { StyledSelectAutocomplete as jn } from "./components/inputs/select-autocomplete/StyledSelectAutocomplete.js";
214
+ import { StyledSlider as Yn } from "./components/inputs/slider/StyledSlider.js";
215
+ import { StyledSwitch as op } from "./components/inputs/switch/base-ui/StyledSwitch.js";
216
+ import { StyledRadio as mp } from "./components/inputs/radio-button/base-ui/StyledRadio.js";
217
+ import { StyledRadioGroup as ip } from "./components/inputs/radio-button/base-ui/StyledRadioGroup.js";
218
+ import { StyledLabel as np } from "./components/inputs/label/StyledLabel.js";
219
+ import { StyledDynamicSelect as fp } from "./components/inputs/dynamic-select/StyledDynamicSelect.js";
220
+ import { StyledDatePicker as lp } from "./datetime/components/date-picker/StyledDatePicker.js";
221
+ import { StyledTimePicker as ap } from "./datetime/components/time-picker/StyledTimePicker.js";
222
+ import { setMidnightTime as up, setZeroTime as Sp } from "./datetime/helpers/date.helper.js";
223
+ import { StyledFormControl as yp } from "./components/miscellaneous/StyledFormControl.js";
224
+ import { StyledFormControlLabel as Op } from "./components/miscellaneous/StyledFormControlLabel.js";
225
+ import { StyledFormHelperText as Dp } from "./components/miscellaneous/StyledFormHelperText.js";
226
+ import { StyledInputLabel as bp } from "./components/miscellaneous/StyledInputLabel.js";
227
+ import { StyledFormGroup as Lp } from "./components/miscellaneous/StyledFormGroup.js";
228
+ import { StyledDrawer as Pp } from "./components/navigation/drawer/StyledDrawer.js";
229
+ import { StyledMenu as Ap } from "./components/navigation/menu/StyledMenu.js";
230
+ import { StyledMenuItem as Mp } from "./components/navigation/menu/StyledMenuItem.js";
231
+ import { StyledMenuList as vp } from "./components/navigation/menu/StyledMenuList.js";
232
+ import { StyledLink as Np } from "./components/navigation/link/StyledLink.js";
233
+ import { StyledTab as _p } from "./components/navigation/tabs/StyledTab.js";
234
+ import { StyledTabs as Ep } from "./components/navigation/tabs/StyledTabs.js";
235
+ import { Listbox as Up } from "./components/navigation/listbox/Listbox.js";
236
+ import { StyledAccordion as Gp } from "./components/utils/accordion/base-ui/StyledAccordion.js";
237
+ import { StyledAccordionSummary as Xp } from "./components/utils/accordion/base-ui/StyledAccordionSummary.js";
238
+ import { StyledAccordionDetails as Kp } from "./components/utils/accordion/base-ui/StyledAccordionDetails.js";
239
+ import { ACTIONS_COLUMN_ID as Zp, DND_HANDLE_COLUMN_ID as jp, EXPAND_COLUMN_ID as Jp, INTERNAL_COLUMN_IDS as Yp, SELECT_COLUMN_ID as $p, SHOW_FULL_TEXT_ID as of, isCustomAction as rf } from "./table/types.js";
240
+ import { RowDragHandleCell as tf } from "./table/components/columns/dndHandleColumn.js";
241
+ import { StyledTable as nf } from "./table/components/StyledTableIndex.js";
242
+ import { createColumnHelper as ff } from "./table/index.js";
243
+ import { StyledPopover as lf } from "./components/utils/popover/StyledPopover.js";
244
+ import { DynamicToolbarLayoutContext as af, useDynamicToolbarLayout as df } from "./components/custom/module/header-layout/DynamicToolbarLayoutContext.js";
245
+ import { StyledFilterButton as Sf } from "./components/utils/filter-menu/StyledFilterButton.js";
246
+ import { StyledFilterMenu as yf } from "./components/utils/filter-menu/StyledFilterMenu.js";
247
+ import { CopyButton as Of } from "./components/utils/copy-wrapper/CopyButton.js";
248
+ import { CopyWrapper as Df } from "./components/utils/copy-wrapper/CopyWrapper.js";
249
+ import { StyledWidgetTitle as bf } from "./components/custom/widget/widget-title/StyledWidgetTitle.js";
250
+ import { StyledWidgetHeader as Lf } from "./components/custom/widget/widget-header/StyledWidgetHeader.js";
251
+ import { StyledWidget as Pf } from "./components/custom/widget/widget/StyledWidget.js";
252
+ import { StyledModuleTitle as Af } from "./components/custom/module/module-title/StyledModuleTitle.js";
253
+ import { ACTION_GAP_PX as Mf, MORE_BUTTON_PX as wf, estimateToolbarActionWidth as vf, planBulkToolbarActions as Bf, planToolbarActions as Nf, resolveToolbarActionWidth as xf } from "./components/custom/module/header-layout/planToolbarActions.js";
254
+ import { DynamicToolbar as Hf } from "./components/custom/module/header-layout/DynamicToolbar.js";
255
+ import { MinimizableDialog as Wf } from "./components/feedback/minimizable-dialog/MinimizableDialog.js";
256
+ import { MinimizableDialogV2 as Vf } from "./components/feedback/minimizable-dialog/v2/MinimizableDialogV2.js";
257
+ import { createDialogStack as zf } from "./components/feedback/minimizable-dialog/stack/createDialogStack.js";
258
+ import { PopupState as qf, bindPopover as Kf, bindPopper as Qf, bindTrigger as Zf, usePopupState as jf } from "./hooks/usePopupState.js";
259
+ import { Avatar as Yf, ClickAwayListener as $f, Container as oc, Fade as rc, FormLabel as mc, Paper as tc, Popper as ic, Skeleton as ec, Stack as nc } from "@mui/material";
259
260
  export {
260
- Kp as ACTIONS_COLUMN_ID,
261
- Af as ACTION_GAP_PX,
261
+ Zp as ACTIONS_COLUMN_ID,
262
+ Mf as ACTION_GAP_PX,
262
263
  Gi as AppRegistrationIcon,
263
264
  vo as ArchiveIcon,
264
265
  Xi as ArrowExpandIcon,
@@ -267,7 +268,7 @@ export {
267
268
  j as AssignmentIcon,
268
269
  Y as AssignmentOutlineIcon,
269
270
  vt as AttachFileIcon,
270
- jf as Avatar,
271
+ Yf as Avatar,
271
272
  _m as BackIcon,
272
273
  Mi as BackupIcon,
273
274
  tm as BadgeIcon,
@@ -294,22 +295,22 @@ export {
294
295
  s as ChevronRightIcon,
295
296
  Uo as ChevronUpIcon,
296
297
  Ui as CircleWarningOutlineIcon,
297
- Jf as ClickAwayListener,
298
+ $f as ClickAwayListener,
298
299
  Lm as ClockOutlineIcon,
299
300
  Go as CloseIcon,
300
301
  At as CloudDoneOutlineIcon,
301
302
  Mt as CloudIcon,
302
303
  Ji as CloudOffOutlineIcon,
303
304
  Zr as ConsentsIcon,
304
- Yf as Container,
305
+ oc as Container,
305
306
  St as ContentCopyIcon,
306
307
  Dt as ContentCopyOutlineIcon,
307
308
  yt as ContentCutIcon,
308
309
  Ot as ContentPasteIcon,
309
310
  ri as ConversionPathIcon,
310
- yf as CopyButton,
311
- Of as CopyWrapper,
312
- Qp as DND_HANDLE_COLUMN_ID,
311
+ Of as CopyButton,
312
+ Df as CopyWrapper,
313
+ jp as DND_HANDLE_COLUMN_ID,
313
314
  F as DashboardViewIcon,
314
315
  R as DashboardViewOutlineIcon,
315
316
  cr as DeleteOutlineIcon,
@@ -328,16 +329,16 @@ export {
328
329
  Ao as DropUpIcon,
329
330
  yr as DvrIcon,
330
331
  Ai as DvrIconOutline,
331
- xf as DynamicToolbar,
332
- lf as DynamicToolbarLayoutContext,
333
- Zp as EXPAND_COLUMN_ID,
332
+ Hf as DynamicToolbar,
333
+ af as DynamicToolbarLayoutContext,
334
+ Jp as EXPAND_COLUMN_ID,
334
335
  Er as EarthIcon,
335
336
  ye as EditNotesIcon,
336
337
  em as EditSquareIcon,
337
338
  tr as EmptyPageIcon,
338
339
  Si as EnvelopeIcon,
339
340
  Or as ErrorOutlineIcon,
340
- $f as Fade,
341
+ rc as Fade,
341
342
  Pr as FastCheckOutlineIcon,
342
343
  Pi as FileDocIcon,
343
344
  De as FileImageIcon,
@@ -350,7 +351,7 @@ export {
350
351
  yo as FindReplacePeopleIcon,
351
352
  yi as FingerprintIcon,
352
353
  Dm as FormIcon,
353
- oc as FormLabel,
354
+ mc as FormLabel,
354
355
  tt as FormatListBulletedIcon,
355
356
  et as FormatListBulletedOutlineIcon,
356
357
  ti as GraphIcon,
@@ -365,7 +366,7 @@ export {
365
366
  de as HistoryToggleOffIcon,
366
367
  Me as HubIcon,
367
368
  ve as HubIconFilled,
368
- jp as INTERNAL_COLUMN_IDS,
369
+ Yp as INTERNAL_COLUMN_IDS,
369
370
  Jo as InboxOutboxIcon,
370
371
  $o as InboxOutboxOutlineIcon,
371
372
  Pe as IndeterminateIcon,
@@ -378,21 +379,21 @@ export {
378
379
  _r as ListSettingsLineIcon,
379
380
  Mr as ListStatusIcon,
380
381
  vr as ListViewOutlineIcon,
381
- Ep as Listbox,
382
+ Up as Listbox,
382
383
  Ue as LoadCurrentIcon,
383
384
  Po as LoadingIcon,
384
385
  Om as LocationIcon,
385
386
  Sr as LockIcon,
386
387
  Mm as LoginIcon,
387
388
  vm as LogoutIcon,
388
- Rf as MORE_BUTTON_PX,
389
+ wf as MORE_BUTTON_PX,
389
390
  Ae as ManageSearchIcon,
390
391
  mo as MessageProcessingIcon,
391
392
  io as MessageProcessingOutlineIcon,
392
393
  rm as MessageReplyIcon,
393
394
  Am as MicrosoftOutlookIcon,
394
- Hf as MinimizableDialog,
395
- Wf as MinimizableDialogV2,
395
+ Wf as MinimizableDialog,
396
+ Vf as MinimizableDialogV2,
396
397
  Jr as MinimizeIcon,
397
398
  z as NewCalendarIcon,
398
399
  Gm as NewWindowIcon,
@@ -402,7 +403,7 @@ export {
402
403
  Kt as OutlineCheckboxIconChecked,
403
404
  Jt as OutlineCheckboxIconIndeterminate,
404
405
  Gt as OutlineNotificationsIcon,
405
- rc as Paper,
406
+ tc as Paper,
406
407
  T as PdfIcon,
407
408
  Gr as PencilOutlineIcon,
408
409
  B as PeopleIcon,
@@ -416,8 +417,8 @@ export {
416
417
  Sm as PinIcon,
417
418
  pm as PlusIcon,
418
419
  cm as PlusIconCircle,
419
- mc as Popper,
420
- zf as PopupState,
420
+ ic as Popper,
421
+ qf as PopupState,
421
422
  k as QnrIcon,
422
423
  bt as RefreshIcon,
423
424
  di as RemoveIcon,
@@ -427,11 +428,12 @@ export {
427
428
  fo as ReportBoxOutlineIcon,
428
429
  Ie as ResetSettingsIcon,
429
430
  Ee as RocketLaunchIcon,
430
- rf as RowDragHandleCell,
431
+ Ge as RotateAutoIcon,
432
+ tf as RowDragHandleCell,
431
433
  It as RuleIcon,
432
434
  dt as RuleOutlineIcon,
433
- Jp as SELECT_COLUMN_ID,
434
- Yp as SHOW_FULL_TEXT_ID,
435
+ $p as SELECT_COLUMN_ID,
436
+ of as SHOW_FULL_TEXT_ID,
435
437
  Ii as SaveIcon,
436
438
  Lo as SearchIcon,
437
439
  Nt as SendIcon,
@@ -440,65 +442,65 @@ export {
440
442
  Lt as SettingsNoteIcon,
441
443
  ao as SettingsOutlineIcon,
442
444
  Ki as ShareIcon,
443
- tc as Skeleton,
445
+ ec as Skeleton,
444
446
  te as SmsIcon,
445
- gn as SnackbarProvider,
446
- ic as Stack,
447
- $e as StyledAIDisclosure,
448
- Up as StyledAccordion,
449
- Xp as StyledAccordionDetails,
450
- Gp as StyledAccordionSummary,
451
- Cn as StyledAlert,
447
+ hn as SnackbarProvider,
448
+ nc as Stack,
449
+ rn as StyledAIDisclosure,
450
+ Gp as StyledAccordion,
451
+ Kp as StyledAccordionDetails,
452
+ Xp as StyledAccordionSummary,
453
+ gn as StyledAlert,
452
454
  f as StyledBadge,
453
- rn as StyledButton,
454
- xn as StyledCheckbox,
455
- Ge as StyledChip,
456
- fp as StyledDatePicker,
457
- tn as StyledDialog,
458
- nn as StyledDialogActions,
459
- fn as StyledDialogContent,
460
- ln as StyledDialogTitle,
461
- Lp as StyledDrawer,
462
- np as StyledDynamicSelect,
463
- an as StyledEmptyPage,
464
- df as StyledFilterButton,
465
- Sf as StyledFilterMenu,
466
- un as StyledFilteredEmptyState,
467
- Sp as StyledFormControl,
468
- yp as StyledFormControlLabel,
469
- bp as StyledFormGroup,
470
- Op as StyledFormHelperText,
471
- Je as StyledFormLabel,
472
- Hn as StyledInputField,
473
- Dp as StyledInputLabel,
474
- Xe as StyledInteractiveChip,
475
- ip as StyledLabel,
476
- vp as StyledLink,
477
- sn as StyledLoading,
478
- Pp as StyledMenu,
479
- Ap as StyledMenuItem,
480
- Mp as StyledMenuList,
481
- Pf as StyledModuleTitle,
482
- ff as StyledPopover,
483
- op as StyledRadio,
484
- mp as StyledRadioGroup,
485
- Wn as StyledSearchField,
486
- zn as StyledSelect,
487
- Qn as StyledSelectAutocomplete,
488
- qn as StyledSelectItem,
489
- jn as StyledSlider,
490
- hn as StyledSnackbar,
491
- Yn as StyledSwitch,
492
- Np as StyledTab,
493
- tf as StyledTable,
494
- _p as StyledTabs,
495
- Vn as StyledTextarea,
496
- lp as StyledTimePicker,
497
- Ke as StyledTooltip,
498
- Ze as StyledTypography,
499
- Lf as StyledWidget,
500
- bf as StyledWidgetHeader,
501
- Df as StyledWidgetTitle,
455
+ tn as StyledButton,
456
+ Hn as StyledCheckbox,
457
+ Xe as StyledChip,
458
+ lp as StyledDatePicker,
459
+ nn as StyledDialog,
460
+ fn as StyledDialogActions,
461
+ ln as StyledDialogContent,
462
+ an as StyledDialogTitle,
463
+ Pp as StyledDrawer,
464
+ fp as StyledDynamicSelect,
465
+ un as StyledEmptyPage,
466
+ Sf as StyledFilterButton,
467
+ yf as StyledFilterMenu,
468
+ sn as StyledFilteredEmptyState,
469
+ yp as StyledFormControl,
470
+ Op as StyledFormControlLabel,
471
+ Lp as StyledFormGroup,
472
+ Dp as StyledFormHelperText,
473
+ $e as StyledFormLabel,
474
+ Wn as StyledInputField,
475
+ bp as StyledInputLabel,
476
+ Ke as StyledInteractiveChip,
477
+ np as StyledLabel,
478
+ Np as StyledLink,
479
+ Cn as StyledLoading,
480
+ Ap as StyledMenu,
481
+ Mp as StyledMenuItem,
482
+ vp as StyledMenuList,
483
+ Af as StyledModuleTitle,
484
+ lf as StyledPopover,
485
+ mp as StyledRadio,
486
+ ip as StyledRadioGroup,
487
+ Vn as StyledSearchField,
488
+ qn as StyledSelect,
489
+ jn as StyledSelectAutocomplete,
490
+ Qn as StyledSelectItem,
491
+ Yn as StyledSlider,
492
+ kn as StyledSnackbar,
493
+ op as StyledSwitch,
494
+ _p as StyledTab,
495
+ nf as StyledTable,
496
+ Ep as StyledTabs,
497
+ zn as StyledTextarea,
498
+ ap as StyledTimePicker,
499
+ Ze as StyledTooltip,
500
+ Je as StyledTypography,
501
+ Pf as StyledWidget,
502
+ Lf as StyledWidgetHeader,
503
+ bf as StyledWidgetTitle,
502
504
  Xt as SyncIcon,
503
505
  Zi as SyncSavedLocallyIcon,
504
506
  Nr as TextBoxCheckOutlineIcon,
@@ -517,28 +519,28 @@ export {
517
519
  Ne as WidgetIcon,
518
520
  _e as WidgetIconFilled,
519
521
  ym as WorkIcon,
520
- Xf as bindPopover,
521
- qf as bindPopper,
522
- Kf as bindTrigger,
523
- wn as closeSnackbar,
522
+ Kf as bindPopover,
523
+ Qf as bindPopper,
524
+ Zf as bindTrigger,
525
+ Bn as closeSnackbar,
524
526
  m as cn,
525
- nf as createColumnHelper,
526
- Vf as createDialogStack,
527
- vn as enqueueSnackbar,
528
- Mf as estimateToolbarActionWidth,
529
- $p as isCustomAction,
530
- Rn as message,
527
+ ff as createColumnHelper,
528
+ zf as createDialogStack,
529
+ Nn as enqueueSnackbar,
530
+ vf as estimateToolbarActionWidth,
531
+ rf as isCustomAction,
532
+ wn as message,
531
533
  i as omit,
532
- wf as planBulkToolbarActions,
533
- vf as planToolbarActions,
534
+ Bf as planBulkToolbarActions,
535
+ Nf as planToolbarActions,
534
536
  n as prepareForSlot,
535
- kn as processAlertSnackBar,
536
- Tn as processDefaultSnackbar,
537
- Fn as processInfoSnackbar,
538
- Bf as resolveToolbarActionWidth,
539
- ap as setMidnightTime,
540
- dp as setZeroTime,
541
- If as useDynamicToolbarLayout,
542
- Qf as usePopupState,
543
- Bn as useSnackbar
537
+ Tn as processAlertSnackBar,
538
+ Fn as processDefaultSnackbar,
539
+ Rn as processInfoSnackbar,
540
+ xf as resolveToolbarActionWidth,
541
+ up as setMidnightTime,
542
+ Sp as setZeroTime,
543
+ df as useDynamicToolbarLayout,
544
+ jf as usePopupState,
545
+ xn as useSnackbar
544
546
  };
@@ -171,3 +171,4 @@ export * from './hub-icon';
171
171
  export * from './widgets-icon';
172
172
  export * from './rocket-launch-icon';
173
173
  export * from './load-current-icon';
174
+ export * from './rotate-auto-icon';
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export declare function RotateAutoIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './RotateAutoIcon';
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.43.0",
6
+ "version": "3.43.2",
7
7
  "type": "module",
8
8
  "sideEffects": [
9
9
  "**/*.css",