@hybridcore/ui 1.3.7 → 1.4.0

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.
Files changed (126) hide show
  1. package/dist/AccordionDetails-CGs6GZQK.js +454 -0
  2. package/dist/Add-eepk2WTM.js +379 -0
  3. package/dist/Box-BPyg-Ybm.js +70 -0
  4. package/dist/Button-DLwB_sKd.js +354 -0
  5. package/dist/{ButtonBase-D6qhsxB0.js → ButtonBase-D0qccOVb.js} +6 -5
  6. package/dist/{CardContent-B8hqgH-I.js → CardContent-DFsCCOWk.js} +4 -4
  7. package/dist/{Checkbox-BFWhj3s-.js → Checkbox-qy3cjvnb.js} +134 -195
  8. package/dist/{Collapse-D_TjnyE5.js → Collapse-CL6LGGZw.js} +68 -75
  9. package/dist/Delete-OHEw9lDi.js +22 -0
  10. package/dist/DialogContent-CxOSq6h9.js +519 -0
  11. package/dist/FormControlLabel-D9KFjcIx.js +193 -0
  12. package/dist/{IconButton-D8bwME9t.js → IconButton-BaiyAtmS.js} +5 -5
  13. package/dist/{Input-Dxzguyp5.js → Input-CmCkXczh.js} +6 -6
  14. package/dist/{InputAdornment-B8ERE7Zv.js → InputAdornment-CZUPEeia.js} +5 -5
  15. package/dist/{FormControl-BMRUQKHh.js → InputLabel-CWkW8NtU.js} +316 -316
  16. package/dist/{List-DEWyK9IO.js → List-PpNAWJ_I.js} +4 -4
  17. package/dist/ListItem-CZbZ91vp.js +428 -0
  18. package/dist/{MenuItem-DstAFfik.js → MenuItem-D-INSvZa.js} +7 -7
  19. package/dist/{Modal-DNGEQJ1M.js → Modal-KrI5qFIq.js} +61 -57
  20. package/dist/{OutlinedInput-w2Cj9STF.js → OutlinedInput-DkIUD30e.js} +6 -6
  21. package/dist/{Paper-BseeergJ.js → Paper-btu3j72o.js} +5 -5
  22. package/dist/{Select-NDq3WyLt.js → Select-ClaBvSqf.js} +20 -18
  23. package/dist/Tabs-BzelDJKy.js +787 -0
  24. package/dist/TextField-D87qTh1k.js +457 -0
  25. package/dist/Typography-Bm7PFqUT.js +176 -0
  26. package/dist/assets/index.css +1 -1
  27. package/dist/assets/index2.css +1 -1
  28. package/dist/components/card/index.js +6 -6
  29. package/dist/components/card/styled.js +1 -1
  30. package/dist/components/collapsible-card/style.js +20 -466
  31. package/dist/components/confirm/dialog.js +8 -149
  32. package/dist/components/confirm/index.js +1 -1
  33. package/dist/components/container/index.js +7 -7
  34. package/dist/components/context-menu/index.js +191 -604
  35. package/dist/components/data-security-selectors/dissemination-list/index.js +1 -1
  36. package/dist/components/data-security-selectors/security-level/index.js +42 -40
  37. package/dist/components/date-time-picker/index.js +18 -19
  38. package/dist/components/geometry-picker/coordinate/index.js +1 -1
  39. package/dist/components/geometry-picker/edit/index.js +16 -16
  40. package/dist/components/geometry-picker/geometry/index.js +35 -35
  41. package/dist/components/geometry-picker/index.js +3 -3
  42. package/dist/components/geometry-picker/kml/index.js +14 -14
  43. package/dist/components/geometry-picker/map/index.js +1 -1
  44. package/dist/components/geometry-picker/map/logic.js +38 -37
  45. package/dist/components/geometry-picker/parser/coordinate-input/logic.js +63 -59
  46. package/dist/components/geometry-picker/parser/logic.js +33 -32
  47. package/dist/components/icon-button/index.js +1 -1
  48. package/dist/components/icon-button/styled.js +0 -2
  49. package/dist/components/{data-management/instance-form → instance-form}/components/composite-list/index.js +2 -2
  50. package/dist/components/instance-form/components/variable/index.js +19 -0
  51. package/dist/components/instance-form/components/variables/index.js +40 -0
  52. package/dist/components/{data-management/instance-form → instance-form}/index.js +106 -100
  53. package/dist/components/instance-hierarchy-table/index.js +58 -0
  54. package/dist/components/instance-hierarchy-table/styled.js +29 -0
  55. package/dist/components/instance-table/index.js +125 -0
  56. package/dist/components/instance-table/styled.js +13 -0
  57. package/dist/components/map/helpers/ol.js +1 -1
  58. package/dist/components/map/index.js +1 -1
  59. package/dist/components/map/logic.js +1 -1
  60. package/dist/components/map/styled.js +1 -1
  61. package/dist/components/phone-input/index.js +1 -1
  62. package/dist/components/property-mapping/index.js +558 -0
  63. package/dist/components/range-selector/components/composite-list-range/index.js +81 -0
  64. package/dist/components/range-selector/components/date-range/index.js +9 -0
  65. package/dist/components/range-selector/components/geometry-range/index.js +26 -0
  66. package/dist/components/range-selector/components/number-range/index.js +86 -0
  67. package/dist/components/range-selector/components/string-range/index.js +31 -0
  68. package/dist/components/range-selector/index.js +59 -0
  69. package/dist/components/search-input/index.js +4 -4
  70. package/dist/components/tabs/appleTabs.style.js +55 -0
  71. package/dist/components/tabs/index.js +93 -0
  72. package/dist/components/tabs/tab-panel.js +18 -0
  73. package/dist/components/template-form/components/catalogue-instance-selector/index.js +158 -0
  74. package/dist/components/template-form/components/property-list/index.js +72 -0
  75. package/dist/components/template-form/components/property-list/property-list-columns.js +125 -0
  76. package/dist/components/template-form/components/property-list/property-list-form.js +16 -0
  77. package/dist/components/template-form/components/property-list/property-list-logic.js +66 -0
  78. package/dist/components/template-form/components/property-list/types.js +8 -0
  79. package/dist/components/template-form/components/recognition-property-list/index.js +69 -0
  80. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +50 -0
  81. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +174 -0
  82. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-logic.js +64 -0
  83. package/dist/components/template-form/components/recognition-property-list/types.js +8 -0
  84. package/dist/components/template-form/components/select-icon/index.js +186 -0
  85. package/dist/components/template-form/components/select-icon/styled.js +76 -0
  86. package/dist/components/template-form/index.js +338 -0
  87. package/dist/components/template-property-filters/property.js +48 -46
  88. package/dist/components/tree-select/index.js +16 -15
  89. package/dist/components/tree-select/styled.js +2 -2
  90. package/dist/components/treeview-filter/index.js +8 -8
  91. package/dist/components/treeview-filter/item/index.js +1 -1
  92. package/dist/components/treeview-filter/item-label/index.js +18 -17
  93. package/dist/constants/index.js +41 -0
  94. package/dist/{createStyled-B96gjom1.js → createStyled-BzvgQjjR.js} +487 -464
  95. package/dist/createSvgIcon-Cfm1LkEe.js +73 -0
  96. package/dist/{createSvgIcon-BNrb7rDY.js → createSvgIcon-DEXLbMwp.js} +62 -90
  97. package/dist/dialog-v5-nL5yy.js +153 -0
  98. package/dist/{exactProp-CI_rjX83.js → exactProp-DkmnwNVS.js} +3 -3
  99. package/dist/extendSxProp-qqdkfHzS.js +30 -0
  100. package/dist/{index-CSfSVkKj.js → index-B0JPwFI9.js} +6 -5
  101. package/dist/index-C1fczHEW.js +11042 -0
  102. package/dist/{index-CJVcedWy.js → index-DPf5olog.js} +29 -27
  103. package/dist/{index-JrtqxUdI.js → index-DlnzUkwe.js} +1 -1
  104. package/dist/{listItemTextClasses-CFiI_U7B.js → listItemTextClasses-DsHGzpPM.js} +2 -2
  105. package/dist/main.d.ts +561 -78
  106. package/dist/main.js +157 -157
  107. package/dist/{ol-BUKJ1urU.js → ol-CHaVTXvL.js} +24 -24
  108. package/dist/property-list-form-BfP9gzSo.js +391 -0
  109. package/dist/requirePropFactory-BjhhI-AW.js +18 -0
  110. package/dist/{styled-cPJbqF0E.js → styled-LNCprp4n.js} +24 -22
  111. package/dist/unsupportedProp-BuVD30Gh.js +9 -0
  112. package/dist/useControlled-BYdyS7Pn.js +31 -0
  113. package/dist/{useTheme-C-T6Qisa.js → useTheme-DBiahn6p.js} +2 -2
  114. package/dist/{useThemeProps-DeftUmqJ.js → useThemeProps-uYx_RkOH.js} +16 -14
  115. package/dist/utils/ontology.js +52 -30
  116. package/dist/{utils-CCkxV0lZ.js → utils-DNe_YYjm.js} +16 -16
  117. package/package.json +2 -1
  118. package/dist/DialogContent-BCYm_d1s.js +0 -864
  119. package/dist/FormControlLabel-DENNVXWL.js +0 -639
  120. package/dist/Typography-Dg-ROiTA.js +0 -201
  121. package/dist/components/data-management/instance-form/components/variable/index.js +0 -17
  122. package/dist/components/data-management/instance-form/components/variables/index.js +0 -41
  123. package/dist/createSvgIcon-B2WT0K4k.js +0 -87
  124. package/dist/components/{data-management/instance-form → instance-form}/components/composite-list/styled.js +0 -0
  125. package/dist/components/{data-management/instance-form → instance-form}/components/policy-list/index.js +0 -0
  126. package/dist/{extends-Cyw62AD_.js → objectWithoutPropertiesLoose-BK36oJDi.js} +9 -9
@@ -0,0 +1,354 @@
1
+ import { _ as r, a as V } from "./objectWithoutPropertiesLoose-BK36oJDi.js";
2
+ import * as x from "react";
3
+ import { a as s, P as i } from "./createStyled-BzvgQjjR.js";
4
+ import { g as L, r as _, u as j, c as $, a as F } from "./useThemeProps-uYx_RkOH.js";
5
+ import { g as U, s as f, r as D, a as v } from "./styled-LNCprp4n.js";
6
+ import { jsx as h, jsxs as G } from "react/jsx-runtime";
7
+ import { B as A } from "./ButtonBase-D0qccOVb.js";
8
+ function q(o) {
9
+ return U("MuiButton", o);
10
+ }
11
+ const b = L("MuiButton", ["root", "text", "textInherit", "textPrimary", "textSecondary", "textSuccess", "textError", "textInfo", "textWarning", "outlined", "outlinedInherit", "outlinedPrimary", "outlinedSecondary", "outlinedSuccess", "outlinedError", "outlinedInfo", "outlinedWarning", "contained", "containedInherit", "containedPrimary", "containedSecondary", "containedSuccess", "containedError", "containedInfo", "containedWarning", "disableElevation", "focusVisible", "disabled", "colorInherit", "textSizeSmall", "textSizeMedium", "textSizeLarge", "outlinedSizeSmall", "outlinedSizeMedium", "outlinedSizeLarge", "containedSizeSmall", "containedSizeMedium", "containedSizeLarge", "sizeMedium", "sizeSmall", "sizeLarge", "fullWidth", "startIcon", "endIcon", "iconSizeSmall", "iconSizeMedium", "iconSizeLarge"]), R = /* @__PURE__ */ x.createContext({});
12
+ process.env.NODE_ENV !== "production" && (R.displayName = "ButtonGroupContext");
13
+ const H = ["children", "color", "component", "className", "disabled", "disableElevation", "disableFocusRipple", "endIcon", "focusVisibleClassName", "fullWidth", "size", "startIcon", "type", "variant"], J = (o) => {
14
+ const {
15
+ color: a,
16
+ disableElevation: n,
17
+ fullWidth: t,
18
+ size: e,
19
+ variant: l,
20
+ classes: d
21
+ } = o, g = {
22
+ root: ["root", l, `${l}${s(a)}`, `size${s(e)}`, `${l}Size${s(e)}`, a === "inherit" && "colorInherit", n && "disableElevation", t && "fullWidth"],
23
+ label: ["label"],
24
+ startIcon: ["startIcon", `iconSize${s(e)}`],
25
+ endIcon: ["endIcon", `iconSize${s(e)}`]
26
+ }, p = F(g, q, d);
27
+ return r({}, d, p);
28
+ }, B = (o) => r({}, o.size === "small" && {
29
+ "& > *:nth-of-type(1)": {
30
+ fontSize: 18
31
+ }
32
+ }, o.size === "medium" && {
33
+ "& > *:nth-of-type(1)": {
34
+ fontSize: 20
35
+ }
36
+ }, o.size === "large" && {
37
+ "& > *:nth-of-type(1)": {
38
+ fontSize: 22
39
+ }
40
+ }), K = f(A, {
41
+ shouldForwardProp: (o) => D(o) || o === "classes",
42
+ name: "MuiButton",
43
+ slot: "Root",
44
+ overridesResolver: (o, a) => {
45
+ const {
46
+ ownerState: n
47
+ } = o;
48
+ return [a.root, a[n.variant], a[`${n.variant}${s(n.color)}`], a[`size${s(n.size)}`], a[`${n.variant}Size${s(n.size)}`], n.color === "inherit" && a.colorInherit, n.disableElevation && a.disableElevation, n.fullWidth && a.fullWidth];
49
+ }
50
+ })(({
51
+ theme: o,
52
+ ownerState: a
53
+ }) => {
54
+ var n, t;
55
+ return r({}, o.typography.button, {
56
+ minWidth: 64,
57
+ padding: "6px 16px",
58
+ borderRadius: (o.vars || o).shape.borderRadius,
59
+ transition: o.transitions.create(["background-color", "box-shadow", "border-color", "color"], {
60
+ duration: o.transitions.duration.short
61
+ }),
62
+ "&:hover": r({
63
+ textDecoration: "none",
64
+ backgroundColor: o.vars ? `rgba(${o.vars.palette.text.primaryChannel} / ${o.vars.palette.action.hoverOpacity})` : v(o.palette.text.primary, o.palette.action.hoverOpacity),
65
+ // Reset on touch devices, it doesn't add specificity
66
+ "@media (hover: none)": {
67
+ backgroundColor: "transparent"
68
+ }
69
+ }, a.variant === "text" && a.color !== "inherit" && {
70
+ backgroundColor: o.vars ? `rgba(${o.vars.palette[a.color].mainChannel} / ${o.vars.palette.action.hoverOpacity})` : v(o.palette[a.color].main, o.palette.action.hoverOpacity),
71
+ // Reset on touch devices, it doesn't add specificity
72
+ "@media (hover: none)": {
73
+ backgroundColor: "transparent"
74
+ }
75
+ }, a.variant === "outlined" && a.color !== "inherit" && {
76
+ border: `1px solid ${(o.vars || o).palette[a.color].main}`,
77
+ backgroundColor: o.vars ? `rgba(${o.vars.palette[a.color].mainChannel} / ${o.vars.palette.action.hoverOpacity})` : v(o.palette[a.color].main, o.palette.action.hoverOpacity),
78
+ // Reset on touch devices, it doesn't add specificity
79
+ "@media (hover: none)": {
80
+ backgroundColor: "transparent"
81
+ }
82
+ }, a.variant === "contained" && {
83
+ backgroundColor: (o.vars || o).palette.grey.A100,
84
+ boxShadow: (o.vars || o).shadows[4],
85
+ // Reset on touch devices, it doesn't add specificity
86
+ "@media (hover: none)": {
87
+ boxShadow: (o.vars || o).shadows[2],
88
+ backgroundColor: (o.vars || o).palette.grey[300]
89
+ }
90
+ }, a.variant === "contained" && a.color !== "inherit" && {
91
+ backgroundColor: (o.vars || o).palette[a.color].dark,
92
+ // Reset on touch devices, it doesn't add specificity
93
+ "@media (hover: none)": {
94
+ backgroundColor: (o.vars || o).palette[a.color].main
95
+ }
96
+ }),
97
+ "&:active": r({}, a.variant === "contained" && {
98
+ boxShadow: (o.vars || o).shadows[8]
99
+ }),
100
+ [`&.${b.focusVisible}`]: r({}, a.variant === "contained" && {
101
+ boxShadow: (o.vars || o).shadows[6]
102
+ }),
103
+ [`&.${b.disabled}`]: r({
104
+ color: (o.vars || o).palette.action.disabled
105
+ }, a.variant === "outlined" && {
106
+ border: `1px solid ${(o.vars || o).palette.action.disabledBackground}`
107
+ }, a.variant === "contained" && {
108
+ color: (o.vars || o).palette.action.disabled,
109
+ boxShadow: (o.vars || o).shadows[0],
110
+ backgroundColor: (o.vars || o).palette.action.disabledBackground
111
+ })
112
+ }, a.variant === "text" && {
113
+ padding: "6px 8px"
114
+ }, a.variant === "text" && a.color !== "inherit" && {
115
+ color: (o.vars || o).palette[a.color].main
116
+ }, a.variant === "outlined" && {
117
+ padding: "5px 15px",
118
+ border: "1px solid currentColor"
119
+ }, a.variant === "outlined" && a.color !== "inherit" && {
120
+ color: (o.vars || o).palette[a.color].main,
121
+ border: o.vars ? `1px solid rgba(${o.vars.palette[a.color].mainChannel} / 0.5)` : `1px solid ${v(o.palette[a.color].main, 0.5)}`
122
+ }, a.variant === "contained" && {
123
+ color: o.vars ? (
124
+ // this is safe because grey does not change between default light/dark mode
125
+ o.vars.palette.text.primary
126
+ ) : (n = (t = o.palette).getContrastText) == null ? void 0 : n.call(t, o.palette.grey[300]),
127
+ backgroundColor: (o.vars || o).palette.grey[300],
128
+ boxShadow: (o.vars || o).shadows[2]
129
+ }, a.variant === "contained" && a.color !== "inherit" && {
130
+ color: (o.vars || o).palette[a.color].contrastText,
131
+ backgroundColor: (o.vars || o).palette[a.color].main
132
+ }, a.color === "inherit" && {
133
+ color: "inherit",
134
+ borderColor: "currentColor"
135
+ }, a.size === "small" && a.variant === "text" && {
136
+ padding: "4px 5px",
137
+ fontSize: o.typography.pxToRem(13)
138
+ }, a.size === "large" && a.variant === "text" && {
139
+ padding: "8px 11px",
140
+ fontSize: o.typography.pxToRem(15)
141
+ }, a.size === "small" && a.variant === "outlined" && {
142
+ padding: "3px 9px",
143
+ fontSize: o.typography.pxToRem(13)
144
+ }, a.size === "large" && a.variant === "outlined" && {
145
+ padding: "7px 21px",
146
+ fontSize: o.typography.pxToRem(15)
147
+ }, a.size === "small" && a.variant === "contained" && {
148
+ padding: "4px 10px",
149
+ fontSize: o.typography.pxToRem(13)
150
+ }, a.size === "large" && a.variant === "contained" && {
151
+ padding: "8px 22px",
152
+ fontSize: o.typography.pxToRem(15)
153
+ }, a.fullWidth && {
154
+ width: "100%"
155
+ });
156
+ }, ({
157
+ ownerState: o
158
+ }) => o.disableElevation && {
159
+ boxShadow: "none",
160
+ "&:hover": {
161
+ boxShadow: "none"
162
+ },
163
+ [`&.${b.focusVisible}`]: {
164
+ boxShadow: "none"
165
+ },
166
+ "&:active": {
167
+ boxShadow: "none"
168
+ },
169
+ [`&.${b.disabled}`]: {
170
+ boxShadow: "none"
171
+ }
172
+ }), Q = f("span", {
173
+ name: "MuiButton",
174
+ slot: "StartIcon",
175
+ overridesResolver: (o, a) => {
176
+ const {
177
+ ownerState: n
178
+ } = o;
179
+ return [a.startIcon, a[`iconSize${s(n.size)}`]];
180
+ }
181
+ })(({
182
+ ownerState: o
183
+ }) => r({
184
+ display: "inherit",
185
+ marginRight: 8,
186
+ marginLeft: -4
187
+ }, o.size === "small" && {
188
+ marginLeft: -2
189
+ }, B(o))), X = f("span", {
190
+ name: "MuiButton",
191
+ slot: "EndIcon",
192
+ overridesResolver: (o, a) => {
193
+ const {
194
+ ownerState: n
195
+ } = o;
196
+ return [a.endIcon, a[`iconSize${s(n.size)}`]];
197
+ }
198
+ })(({
199
+ ownerState: o
200
+ }) => r({
201
+ display: "inherit",
202
+ marginRight: -4,
203
+ marginLeft: 8
204
+ }, o.size === "small" && {
205
+ marginRight: -2
206
+ }, B(o))), Y = /* @__PURE__ */ x.forwardRef(function(a, n) {
207
+ const t = x.useContext(R), e = _(t, a), l = j({
208
+ props: e,
209
+ name: "MuiButton"
210
+ }), {
211
+ children: d,
212
+ color: g = "primary",
213
+ component: p = "button",
214
+ className: O,
215
+ disabled: y = !1,
216
+ disableElevation: E = !1,
217
+ disableFocusRipple: z = !1,
218
+ endIcon: C,
219
+ focusVisibleClassName: T,
220
+ fullWidth: k = !1,
221
+ size: N = "medium",
222
+ startIcon: I,
223
+ type: m,
224
+ variant: P = "text"
225
+ } = l, W = V(l, H), u = r({}, l, {
226
+ color: g,
227
+ component: p,
228
+ disabled: y,
229
+ disableElevation: E,
230
+ disableFocusRipple: z,
231
+ fullWidth: k,
232
+ size: N,
233
+ type: m,
234
+ variant: P
235
+ }), c = J(u), M = I && /* @__PURE__ */ h(Q, {
236
+ className: c.startIcon,
237
+ ownerState: u,
238
+ children: I
239
+ }), S = C && /* @__PURE__ */ h(X, {
240
+ className: c.endIcon,
241
+ ownerState: u,
242
+ children: C
243
+ });
244
+ return /* @__PURE__ */ G(K, r({
245
+ ownerState: u,
246
+ className: $(t.className, c.root, O),
247
+ component: p,
248
+ disabled: y,
249
+ focusRipple: !z,
250
+ focusVisibleClassName: $(c.focusVisible, T),
251
+ ref: n,
252
+ type: m
253
+ }, W, {
254
+ classes: c,
255
+ children: [M, d, S]
256
+ }));
257
+ });
258
+ process.env.NODE_ENV !== "production" && (Y.propTypes = {
259
+ // ----------------------------- Warning --------------------------------
260
+ // | These PropTypes are generated from the TypeScript type definitions |
261
+ // | To update them edit the d.ts file and run "yarn proptypes" |
262
+ // ----------------------------------------------------------------------
263
+ /**
264
+ * The content of the component.
265
+ */
266
+ children: i.node,
267
+ /**
268
+ * Override or extend the styles applied to the component.
269
+ */
270
+ classes: i.object,
271
+ /**
272
+ * @ignore
273
+ */
274
+ className: i.string,
275
+ /**
276
+ * The color of the component.
277
+ * It supports both default and custom theme colors, which can be added as shown in the
278
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
279
+ * @default 'primary'
280
+ */
281
+ color: i.oneOfType([i.oneOf(["inherit", "primary", "secondary", "success", "error", "info", "warning"]), i.string]),
282
+ /**
283
+ * The component used for the root node.
284
+ * Either a string to use a HTML element or a component.
285
+ */
286
+ component: i.elementType,
287
+ /**
288
+ * If `true`, the component is disabled.
289
+ * @default false
290
+ */
291
+ disabled: i.bool,
292
+ /**
293
+ * If `true`, no elevation is used.
294
+ * @default false
295
+ */
296
+ disableElevation: i.bool,
297
+ /**
298
+ * If `true`, the keyboard focus ripple is disabled.
299
+ * @default false
300
+ */
301
+ disableFocusRipple: i.bool,
302
+ /**
303
+ * If `true`, the ripple effect is disabled.
304
+ *
305
+ * ⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure
306
+ * to highlight the element by applying separate styles with the `.Mui-focusVisible` class.
307
+ * @default false
308
+ */
309
+ disableRipple: i.bool,
310
+ /**
311
+ * Element placed after the children.
312
+ */
313
+ endIcon: i.node,
314
+ /**
315
+ * @ignore
316
+ */
317
+ focusVisibleClassName: i.string,
318
+ /**
319
+ * If `true`, the button will take up the full width of its container.
320
+ * @default false
321
+ */
322
+ fullWidth: i.bool,
323
+ /**
324
+ * The URL to link to when the button is clicked.
325
+ * If defined, an `a` element will be used as the root node.
326
+ */
327
+ href: i.string,
328
+ /**
329
+ * The size of the component.
330
+ * `small` is equivalent to the dense button styling.
331
+ * @default 'medium'
332
+ */
333
+ size: i.oneOfType([i.oneOf(["small", "medium", "large"]), i.string]),
334
+ /**
335
+ * Element placed before the children.
336
+ */
337
+ startIcon: i.node,
338
+ /**
339
+ * The system prop that allows defining system overrides as well as additional CSS styles.
340
+ */
341
+ sx: i.oneOfType([i.arrayOf(i.oneOfType([i.func, i.object, i.bool])), i.func, i.object]),
342
+ /**
343
+ * @ignore
344
+ */
345
+ type: i.oneOfType([i.oneOf(["button", "reset", "submit"]), i.string]),
346
+ /**
347
+ * The variant to use.
348
+ * @default 'text'
349
+ */
350
+ variant: i.oneOfType([i.oneOf(["contained", "outlined", "text"]), i.string])
351
+ });
352
+ export {
353
+ Y as B
354
+ };
@@ -1,9 +1,9 @@
1
- import { _ as Y, a as ue } from "./extends-Cyw62AD_.js";
1
+ import { _ as Y, a as ue } from "./objectWithoutPropertiesLoose-BK36oJDi.js";
2
2
  import * as l from "react";
3
3
  import X, { Children as qe, isValidElement as G, cloneElement as J } from "react";
4
- import { P as n } from "./createStyled-B96gjom1.js";
5
- import { b as We, c as v, g as Ce, u as ve, a as He } from "./useThemeProps-DeftUmqJ.js";
6
- import { s as ae, g as Ge } from "./styled-cPJbqF0E.js";
4
+ import { P as n } from "./createStyled-BzvgQjjR.js";
5
+ import { b as We, c as v, g as Ce, u as ve, a as He } from "./useThemeProps-uYx_RkOH.js";
6
+ import { s as ae, g as Ge } from "./styled-LNCprp4n.js";
7
7
  import { jsx as $, jsxs as Je } from "react/jsx-runtime";
8
8
  import { _ as Qe, a as Ze } from "./assertThisInitialized-BUtkG-md.js";
9
9
  import { keyframes as le } from "@emotion/react";
@@ -947,11 +947,12 @@ process.env.NODE_ENV !== "production" && (Lt.propTypes = {
947
947
  });
948
948
  export {
949
949
  Lt as B,
950
- ge as T,
950
+ fe as T,
951
951
  ht as _,
952
952
  ye as a,
953
953
  H as b,
954
954
  dt as c,
955
+ ge as d,
955
956
  nt as e,
956
957
  ot as r,
957
958
  rt as s,
@@ -1,8 +1,8 @@
1
- import { a as d, _ as c } from "./extends-Cyw62AD_.js";
1
+ import { a as d, _ as c } from "./objectWithoutPropertiesLoose-BK36oJDi.js";
2
2
  import * as m from "react";
3
- import { P as o } from "./createStyled-B96gjom1.js";
4
- import { g as C, u, c as f, a as y } from "./useThemeProps-DeftUmqJ.js";
5
- import { g, s as v } from "./styled-cPJbqF0E.js";
3
+ import { P as o } from "./createStyled-BzvgQjjR.js";
4
+ import { g as C, u, c as f, a as y } from "./useThemeProps-uYx_RkOH.js";
5
+ import { g, s as v } from "./styled-LNCprp4n.js";
6
6
  import { jsx as x } from "react/jsx-runtime";
7
7
  function N(t) {
8
8
  return g("MuiCardContent", t);